@charset "UTF-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, em{ text-align: left;}	

.clear{
	clear:both;
	}
	
p a{
	color:#19779e;
	text-decoration: none;
}

p a:hover{
	text-decoration: underline;
}

body.home{
	background-color: #c8c09c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	}
	
body{
	background-color: #7e7b6c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	}
	
.bg-wrapper{
	margin: 0 auto;
	background: #c8c09c url(../images/main-bg.jpg) repeat-y 50% 0;
	float:left;
	width: 100%;
	}
	
.wrapper {
	margin: 0 auto;
	background: transparent url(../images/top-bg.gif) repeat-x;
	float:left;
	width: 100%;
	}
	
.inner-wrapper{
	width: 940px;
	margin:0 auto;
	}
	
/*--LOGO--*/
	
#logo { 
	float: left;
	margin: 100px 0 0 0;  
	}
	
#logo a { 
	text-indent:-6666px; 
	display: block; 
	overflow: hidden; 
	width: 243px; 
	height: 140px; 
	background: url(../images/strand-logo-trans.png) no-repeat; 
	}
	
/*--MENU--*/
.left-column{
	float: left;
	width: 245px;
	
	}
	
#menu{
	float: left;
	margin: 15px 0 0 45px;
	padding-bottom:10px;
	display: inline;
	}
	
#menu ul{
	text-align: center;
	padding-top: 4px;
	width: 155px;
	background: transparent url(../images/menu-top-trans.png) no-repeat 0 0;
	}

#menu ul li{
	background: transparent url(../images/menu-divider-trans.png) no-repeat;
	}

#menu ul a{
	font-size: 14px;
	font-weight: bold;
	color: #00264e;
	text-decoration: none;
	width: 155px;
	display: block;
	height:16px;
	padding:6px 0pt;
	}

#menu ul a:hover,
#menu ul a.active{
	color: #85aa9b;
	}
	
#menu-decoration{
	float: left;
	background: transparent url(../images/menu-decoration-trans.png) no-repeat;
	width: 81px;
	height: 30px;
	margin: 15px 0 0 38px;
	display: inline;
	}
	
/*--CONTENT--*/
	
#content-wrapper{
	float: right;
	width: 650px;
	padding: 125px 0 35px 0;
	}
	
h2{
	font:bold 24px "Times New Roman", Times, serif;
	color: #5e3500;
	margin: 25px 0 15px 20px;
	}
	
p{
	font: normal 14px/20px Arial, Helvetica, sans-serif, sans-serif;
	margin-left: 20px;
	}
	
/*--HOME HIGHLIGHTS--*/

#highlight-wrapper{
	background: #8a8778 url(../images/highlite-bg.jpg) repeat-x;
	float: left;
	width: 100%;
	}
	
#vert-divider{
	float: left;
	background: transparent url(../images/highlites-divider-vert.gif) repeat-y;
	margin-top: 4px;
	}
	
.highlight-container{
	width:284px;
	float: left;
	padding:0 44px 30px 0;
	}

.last{padding: 0;}
.last .link{ border: none;}
	
h3{
	font:bold 15px/22px Arial, Helvetica, sans-serif, sans-serif;
	color: #5e3500;
	background: transparent url(../images/label-bg.gif) repeat-x;
	float: left;
	padding: 0 15px;
	border: solid 1px #e4e2d4;
	margin-top: 40px;
	}
	
.link{
	float: left;
	width: 284px;
	padding: 18px 0;
	border-bottom: #2b2a25 dashed 1px;
	}
	
.link img{
	float: left;
	clear: left;
	}
	
.link a{
	float: left;
	clear: left;
	font:bold 15px/22px "Trebuchet MS", sans-serif;
	color: #efeddd;
	padding: 0 0 4px 15px;
	width: 250px;
	background: transparent url(../images/arrow-trans.png) no-repeat;
	display: inline;
	}
	
.link a.image{
	width: auto;
	padding: 0;
	margin:0 0 10px 15px;
	background: none;
	border: solid 1px #e4e2d4;
	clear: none;
	}
.link a.image:hover{border: solid 1px #2b2a25;}
.link a:hover{
	text-decoration: none;
	}
	
.link p{
	clear: left;
	float: left;
	width: 269px;
	font: normal 13px/15px Arial, Helvetica, sans-serif, sans-serif;
	color: #2b2a25;
	margin-left: 15px;
	display: inline;
	}

#highlight-bot-border{
	clear: both;
	float: left;
	width: 100%;
	background: transparent url(../images/highlite-border-bot.gif) repeat-x 0 100%;
	height: 4px;
	}


	
/*--FOOTER--*/
	
.footer{
	clear: both;
	height: 125px;
	background: #c9c1a0 url(../images/footer-bg.jpg) no-repeat 50% 0;
	}

#footer-menu { 
	float:left;
	}

#footer-menu ul{
	margin: 24px 0 0 0;
	text-align:center;

	overflow:hidden;
	}

#footer-menu ul li{
	list-style:none;
	float:left;

	}

#footer-menu ul li a{
	color:#2c2c26;
	text-decoration:none;
	font: bold 12px Arial, Helvetica, sans-serif;
	border-right: 1px solid #2c2c26;
	padding: 0px 16px 0 9px;
	display: block;
	}
	
#footer-menu ul li a:hover,
#footer-menu li a.active{
	color: #85aa9b;
	text-decoration: underline;
	}
	
#footer-menu li a.last{
	border: none;
	}
	
#site-credit{
	float: right;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 24px 0 0 0;
	width: 160px;
	display: inline;
	}
#site-credit a,
#site-credit-landing a{
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#3d3c32;
	text-decoration: none;
	background: transparent url(../images/dra-logo-trans.png) no-repeat;
	padding-right:80px;
	display: block;
	height: 17px;
	line-height: 16px;
	}
	
#site-credit a:hover{text-decoration: underline;}
	
/*--TOP FLOATING LABEL--*/
	
.top-label{
	position:absolute;
	background: transparent url(../images/label-trans.png) no-repeat 50% 0;
	float: right;
	z-index: 900;
	height: 193px;
	width: 242px;
	top: 0%;
	right: 0%;
	}