/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #B0B0B0;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container {
	width: 730px;  
	background: #FFFFFF;
	margin: 0px auto; 
	border: 1px solid #B0B0B0;
	text-align: left; 
}
#header {
	background: #092066;
/*	padding: 0 10px 0 20px;*/
	height:137px;
	background-image:url(../images/header/header.jpg);
	background-repeat:repeat-x;
}
#header h1 {
	margin: 0;
	padding: 0 20px;
	color: #F1AA06;
	font: normal 24px Arial, Helvetica, sans-serif;
}
#logo {
	float:left;
	margin:27px 0 0 43px;
	width:200px;
	height:81px;
}
#headtitle {
	float:right;
	margin: 70px 20px 0 0;
}
#mainContent {
	margin:20px 0 0 20px;
	padding: 0 20px 20px 20px;
	font-size:11px;
	overflow:auto;
	width:670px;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#003366;
}
a.link {
	color:#FF9900;
	text-decoration:none;
}
a.link:hover {
	color:#003366;
}
a.markerLink {
	font-weight:bold;
	color:#FF3300;
}
a.markerLink:hover {
	color:#092169;
	text-decoration:underline;
}
.gmap-close {
  position: relative;
  top: 0;
  right: 0;
  padding-right:5px;
  margin-left:10px;
  border: none;
}


/* footer section */
#footer {
	padding: 10px 20px; 
	background:#091F62;
	height:44px;
	text-align:center;
}
#footer p {
	margin: 0; 
	padding: 9px 0; 
	font-size:9px;
	color:#999999;
}
#footer a {
	color:#999999;
}
#footer a:hover {
	color:#FFF;
}
#footerlinks {float:left; width:680px;}
#ntlogo {width:220px; float:left; text-align:center;}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.separator {
	margin:8px 0 4px 0;
	border-bottom:1px solid #CCCCCC;
}
.textmiddle {
	vertical-align:middle;
	padding-right:10px;
}
/* copy css */
h1 {
	color:#FDB813;
	font-weight: normal;
	font-size: 28px;
	margin:0;
}
h1 a {
	color:#FDB813;
	text-decoration:none;
}
h1 a:hover {
	color:#003366;
	text-decoration:none;
}
h2 {
	color:#FDB813;
	font-weight: normal;
	font-size: 16px;
	margin:0;
}

h3 {
	color:#091F62;
	font-weight: normal;
	font-size: 14px;
	margin:0;
}
h3 a{
text-decoration:underline;
}

h4 {
	color:#091F62;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 14px;
	margin:0;
}
h5 {
	color:#FDB813;
	font-weight: bold;
	font-size: 12px;
	margin:0;
}


h5 a {
	color:#D79701;
	text-decoration:none;
}
h5 a:hover {
	color:#cccccc;
	text-decoration:none;
}

.copyBlue {
	font-weight:bold;
	color:#091F62;
}
.copyOrange {
	font-weight:bold;
	color:#FDB813;
}
.copyGrey {
	font-weight:bold;
	color:#CCCCCC;
	font-size:12px;
}

.blueVLRG {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000033;
}
.blueMmed {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #091F62;
}
.graytitle2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom:5px;
}
.graytitle3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.bluebody3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-transform:uppercase;
}
.graybodymedsmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-transform:lowercase;	
}
.claret {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9A0134;
}

