/* CSS Document */

/* HTML */

* {
	margin:0;
	padding:0;
	outline:0; /*RESETS all browser specs*/
	}

body {
	background:url(../images/bg_bkgrnd.jpg) fixed no-repeat center top;
	margin-top:0;
	margin-bottom:0;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#353653;
	line-height:1.5em;
	margin-bottom:15px;	
	}

a, a:visited {
	color:#003399;
	text-decoration:underline;
	}

a:hover {
	color:#0066FF;
	background-color:#e4f5fe;
	text-decoration:underline;
	}
	
p.ctr {
	text-align:center;
	}	
	
hr {
	border:none;
	height:2px;
    background-color:#93CCE9;
	color:#93CCE9;
	}
	


/* --------------- STRUCTURE ------------------- */

#wrapper {
	margin:0 auto;
	width:882px;
	background-color:#ffffff;
	}
	
#logos {
	width:882px;
	height:101px;
	background-color:#ffffff;
	}
	
#mllogo {
	float:left;
	margin:35px 0 0 26px;
	}
	
#mllogo a:hover{
	background-color:transparent;
	}	
	
#hdslogo {
	float:right;
	margin:35px 25px 0 0;
	}
	
#hdslogo a:hover{
	background-color:transparent;
	}			

#banners {
	width:882px;
	height:287px;
	}

#container {
	width:882px;
	background-color:#ffffff;
	overflow:hidden;
	}

#content {
	float:right;
	width:575px;
	margin:25px 28px 0 0;
	/*overflow:hidden;*/
}


/*------------------SIDEBAR---------------------*/

#sidebar {
	float:left;
	width:216px;
	margin:25px 0 0 28px;
	/*background-color:#d0e8f5;
	padding:9px 0;
	overflow:hidden;*/
	}
	
/*--SPIFFY--*/

.spiffy{display:block}

.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#d0e8f5}
  
.spiffy1{
  margin:0 3px;
  padding:0 1px;
  border-left:1px solid #eaf5fa;
  border-right:1px solid #eaf5fa;
  background:#dbedf7}
  
.spiffy2{
  margin:0 1px;
  padding:0 1px;
  border-left:1px solid #fafcfe;
  border-right:1px solid #fafcfe;
  background:#d8ecf6}
  
.spiffy3{
  margin:0 1px;
  border-left:1px solid #d8ecf6;
  border-right:1px solid #d8ecf6;}
  
.spiffy4{
  border-left:1px solid #eaf5fa;
  border-right:1px solid #eaf5fa}
  
.spiffy5{
  border-left:1px solid #dbedf7;
  border-right:1px solid #dbedf7}
  
.spiffyfg{
  background:#d0e8f5}
  

#sidelogos {
	margin-top:26px;
	}
	
#sidetext {
	margin-top:20px;
	text-align:center;
	}
	
/* --- SIDEBAR WIDGET --- */

#widget {
	background:url(../images/contactwidget.png);
	width:190px;
	height:190px;
	padding:12px;
	margin:35px 0 15px 0;
	}

p.questions {
	font-size:11pt;
	font-weight:bold;
	text-align:center;
	padding-top:6px;
	margin-bottom:6px;
	}

p.phone {
	font-weight:bold;
	text-align:center;
	color:#0066CC;
	font-size:16pt;
	}	
	
	
/* --------------- HEADERS ------------------- */	
	

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22pt;
	color:#09656a;
	margin-bottom:15px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color:#09656a;
	margin-bottom:15px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #1692d1;
	margin-bottom:15px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #1692d1;
	margin-bottom:15px;
}

/*-------------- NAVIGATION ------------------*/

#nav {
	width:210px;
	padding:3px 0;
	}

.navmain {
	width:188px;
	height:30px;
	margin:0 0 0 8px;
	padding:6px 0 0 12px;
	cursor: pointer;
	position: relative;
    background-color:#e4f5fe;
	border-bottom: 1px solid #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight:bold;
	color:#34ace9;
}

.navmain a, .navmain a:visited {
	color:#34ace9;
	text-decoration:none;
}

.navsub {
	display:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0C75AB;
}

.navsub a, .navsub a:visited{
  display:block;
  color:#1681B7;
  background-color:#AFDFF5;
  border-bottom: 1px solid #ffffff;
  margin:0 2px 0 8px;
  padding:6px 5px 6px 15px;
  font-weight:bold;
  text-decoration:none;
}

.navsub a:hover{
  color: #021E73;
  text-decoration:none;
  }
	
	
/* --------------- TEXT ------------------- */	
	
.highlighttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.5em;
	background-color: #DDEEFF;
	vertical-align: middle;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353653;
	line-height: 1.5em;
	margin-left:20px;
	vertical-align: top;
	list-style:disc;
}

.smalltext a:link, .smalltext a:visited {
	color: #003399;
}

.smalltext a:hover {
	color: #0066FF;
	background-color:#e4f5fe;
}


/* --------------- FOOTER ------------------- */
	
#Footer {
	width:882px;
	height:50px;
	border-top:1px solid #1692d1;
	background-color:#EBFED8;
	}

.FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #353653;
	text-align: center;
	padding-top:15px;
}

.FooterText a, .FooterText a:visited {
	color:#003399;
	text-decoration:underline;
}

.FooterText a:hover {
	color:#0066FF;
	background-color:#e4f5fe;
	text-decoration:underline;
	}



/*----------------MISCELLANEOUS STYLES--------------------*/

.FeatureBullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #0066CC;
	margin: 12px 145px 0 30px;
	line-height:2em;
}

.FeatureBullets a:link, .FeatureBullets a:visited  {
	color: #0000FF;
	text-decoration:underline;
}

.FeatureBullets a:hover {
	color: #009933;
	text-decoration:underline;
}

#FactFiction {
	background: url(../images/FactFictionBkgrnd.jpg) top left no-repeat;
	height: 300px;
	width: 570px;
}

#FactFictionText {
	padding:38px 33px 0 5px;
	}
	
.sitemap ul {

	}
	
.sitemap li {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.7em;
	color:#353653;
	padding-left:20px;
	list-style-type:none;
	}
	
.sitemap li a, .sitemap li a:visited {
	color:#003399;
	text-decoration:underline;
	}

.sitemap li a:hover {
	color:#0066FF;
	background-color:#e4f5fe;
	text-decoration:underline;
	}	
	

/*------------former styles--------------*/	

/*#hdslogo {
	float:right;
	padding:31px 30px 0 0;
	}*/	
	
/*h1 {
	float:right;
	text-indent: -999em;
	background:url(images/HdsLogo.png) no-repeat;
	margin:35px 25px 0 0;
	width:162px;
	height:50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	}*/	