@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	background-image: url(../images/sub_bg.gif);
	background-repeat: repeat-y;
}
#header {
	background-color: #FFFFFF;
	width: 960px;
	text-align: center;
	height: 110px;
	padding-top: 10px;
}
#content {
	width: 675px;
	position: relative;
	margin-right: 10px;
	margin-left: 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 12pt;
	margin-top: 5px;
	float: left;
}
#nav {
	height: 30px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/nav/bg.jpg);
	background-repeat: repeat-x;
}
#nav ul{
	margin:0;
	padding:0;
	left:0;
	bottom:0;
	width:840px;
	list-style:none;
	background-image:url(../images/nav/bg.jpg);
	background-repeat: repeat-x;
}
#nav li {
	float: left;
}
#nav ul a{
	font-size:11px;
	line-height:28px;
	text-decoration:none;
	color:#00344A;
	display:block;
	padding-right: 1em;
	padding-left: 1em;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-image: url(../images/nav/bg_on.jpg);
	background-repeat: repeat-x;
	}
#nav ul a:hover{
	background-image:url(../images/nav/bg_over.jpg);
	background-repeat: repeat-x;
	color: #000000;
	}






#content ul{
	margin:0;
	padding:0;
	left:0;
	bottom:0;
	list-style:none;
}
#content li {
	float: left;
}
#content ul a{
	font-size:11px;
	line-height:16px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	padding-right: 1em;
	padding-left: 1em;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #00A2E0;
	}
#content ul a:hover{
	color: #FFFFFF;
	background-color: #F08609;
	}	
	
.conthead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
}
#content2 {
	width: 200px;
	position: relative;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #002596;
	line-height: 16px;
	margin-top: 5px;
	float: right;
	margin-right: 20px;
	display: inline;
}
#contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #CCCCCC;
	padding-left: 20px;
	background-color: #666666;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	background-image: url(../images/bg_ftr.png);
	background-repeat: repeat;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
	font-weight: normal;
}
#contactleft {
	width: 540px;
	position: relative;
	float: left;
	text-align: left;
}
#contactr {
	width: 380px;
	float: left;
	position: relative;
	text-align: right;
}
#contact a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #9bd1f2;
}
#contact a:hover {
	color: #000000;
}
#clear {
	clear: both;	
}
body {
	background-image: url(../images/bg_greylines.gif);
	background-repeat: repeat;
	text-align: center;
}
.bdTxt {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 22px;
	font-weight: bold;
	color: #666666;
	letter-spacing: -1pt;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #333333;
	line-height: 14px;
	font-style: italic;
}
.quote2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	text-transform: uppercase;
	font-weight: normal;
	color: #000000;
	line-height: 12pt;
}
.TblHdr {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.SuprScrpt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align: super;
}
#form {
	font-family: Arial, Helvetica, sans-serif;
}
.sidebarTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
.frmSubmit {
	cursor:pointer;
	border:1px solid #CDDBF0;
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	background-color: #007DC3;
	}
.frmHdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
	
.frmTextArea {
	width:150px;
	height:75px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#8A8A8A;
	padding:3px;
	background-color: #FBCE59;
	border: 1px solid #8A8A8A;
	margin-bottom: 5px;
	}
	
.frmInput {
	width:150px;
	height:20px;
	border:0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#808080;
	padding:3px;
	margin-bottom: 5px;
	background-color: #FBCE59;
	border: 1px solid #8A8A8A;
	}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0068AE;
	text-decoration: none;
}
#content a:hover {
	color: #999999;
}
.text12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
#whoWe {
	display: block;
	padding: 10px;
	background-color: #FACE58;
	margin-bottom: 25px;
}
.hdr14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}
#content table {
	border: 1px solid #666666;
}
