body {
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #272727;
	background-color: #FFFFFF;
	margin:  0px;
	padding: 0px;
}

a {
	outline: none;
}

a:link {
	color: #336699;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #6699cc;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	color: #336699;
	font-weight: normal;
	text-decoration: none;
	}
a:visited {
	color: #336699;
	font-weight: normal;
	text-decoration: underline;
}


#header {
	background-color: #f1f1f1;
}


#header h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	font-style:italic;
	font-weight: normal;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	display: none;
}


#header #banner {
	width: 848px;
	height: 149px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 0px;
	background-image:url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}



#header #banner #logo {
  	position: relative; 
	left: 30px;
	top: 0px;
	float: left;
}



#header #nav {
	text-align: right;
  	position: relative; 
	margin-right: 22px;
	top: 110px;
	
}




#header #hero {
  	position: relative; 
	width: 848px;
	height: 381px;
	background: transparent url(../images/bg_hero.jpg) no-repeat top center;	
	margin: 0 auto;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}


#header #subhero {
  	position: relative; 
	width: 848px;
	height: 90px;	
	margin: 0 auto;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}









/*



#nav ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#nav ul li {
	margin: 0px 5px 0px;
	padding:0px;
	display: inline;
	font-size: 10px;
	color: #CCC;
}
#nav ul li a {
	padding: 5px;
	color: #FFF;
	text-decoration: none;
}
#nav ul li a:hover {
	background-color: #ffcc33;
	color: #333333;
}

*/





/*/ CSS   /*/


ul#navigate {
	margin-bottom: 0;
	height: 32px;
	width: 620px;
	margin-top: 6px;
	float: right;
	margin-right: -28px;
	overflow: hidden;
}

ul#navigate li {
	
	display: inline;
}

ul#navigate li a {
	background: url(../images/bg_navigate.png) no-repeat;
	float: left;
	height: 32px;
	width: 139px;	
	top:0px;
	overflow: hidden;
	padding-top: 60px;
}


/* normal, unselected */


ul#navigate li#about a {
	background-position: -15px 0;
	width: 76px;
}
ul#navigate li#sleep a {
	background-position: -87px 0;
	width:133px;
}
ul#navigate li#testing a {
	background-position: -221px 0;
	width:140px;
}
ul#navigate li#financial a {
	background-position: -361px 0;
	width:120px;
}
ul#navigate li#news a {
	background-position: -481px 0;
	width:54px;
}
ul#navigate li#contact a {
	background-position: -535px 0;
	width:73px;
}

/* hover */
ul#navigate li#about a:hover {
	background-position: -15px -32px;
}
ul#navigate li#sleep a:hover {
	background-position: -87px -32px;
}
ul#navigate li#testing a:hover {
	background-position: -221px -32px;
}
ul#navigate li#financial a:hover {
	background-position: -361px -32px;
}
ul#navigate li#news a:hover {
	background-position: -481px -32px;
}
ul#navigate li#contact a:hover {
	background-position: -535px -32px;
}

/* mousedown */
ul#navigate li#about a:active {
	background-position: -15px -64px;
}
ul#navigate li#sleep a:active {
	background-position: -87px -64px;
}
ul#navigate li#testing a:active {
	background-position: -221px -64px;
}
ul#navigate li#financial a:active {
	background-position: -361px -64px;
}
ul#navigate li#news a:active {
	background-position: -481px -64px;
}
ul#navigate li#contact a:active {
	background-position: -535px -64px;
}

/* active */
ul#navigate li#about a.current {
	background-position: -15px -96px;
}
ul#navigate li#sleep a.current {
	background-position: -87px -96px;
}
ul#navigate li#testing a.current {
	background-position: -221px -96px;
}
ul#navigate li#financial a.current {
	background-position: -361px -96px;
}
ul#navigate li#news a.current {
	background-position: -481px -96px;
}
ul#navigate li#contact a.current {
	background-position: -535px -96px;
}






.indent {
	padding-left: 25px;
}


sup {
	font-size: 8px;
	line-height: 12px;
}





.clear, .spacer {
	clear: left;
	line-height: 0px;
	font-size: 1px;
	height: 2px;
}
.spacer {
	height: 22px;
	*height: 11px;
}

.spacer_line {
	height: 22px;
	border-bottom: 1px dotted #cccccc;
}


.spacer2 {
	height: 15px;
}







      /* for Internet Explorer only */

      /*\*/

      * html .spacer2 {

      height: 20px;

      }

      /**/




#main {
	width: 100%;
	text-align: center;
  	position: relative; 
  	margin-top: 20px;
}
#main #buckets {
	width: 848px;
	height: 149px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
  	position: relative; 
}
.bucketbox{
	width: 204px;
	height: 144px;
	float: left;
	display: block;
	text-align: left;
	border: 1px solid #CCC;
	margin-right: 8px;
}
.bucketboxlast{
	width: 204px;
	height: 144px;
	float: right;
	display: block;
	text-align: left;
	border: 1px solid #CCC;
}

#main #stats {
	width: 848px;
	height: 84px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: left;
  	position: relative; 
	background: url(../images/dots_h.gif) repeat-x top;

}

.first {
	margin-top: 22px;
	font-weight: bold;
	font-size: 11px;
}

#main #stats li{
	list-style-type: none;
	padding:0;
	margin:0;
	margin-top:-10px;
}

.dots  {
	width: 1px;
	height: 65px;
	float: left;
	display: block;
	padding-top:10px;
	z-index: 1000;
	overflow: hidden;
}

.statsbox{
	width: 204px;
	height: 66px;
	float: left;
	display: block;
	text-align: left;
	overflow: hidden;
	margin-right: 8px;
	padding-top: 10px;
}

.statsboxlast{
	width: 204px;
	height: 66px;
	float: right;
	overflow: hidden;
	display: block;
	text-align: left;
	padding-top: 10px;
}

#statsdots{
	width: 848px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
  	position: relative; 
	background: url(../images/dots_h.gif) repeat-x top;
}


#footer {
	clear: both;
/*
	margin-top: 50px;
*/

  	position: relative; 
	background-color: #f1f1f1;
	border-top: 1px solid #efefee;
}

#footer .footermenu {
	float: left;
	font-weight: bold;
	font-size: 9px;
	display: block;
	padding: 10px;
	background-color: #CCC;
}
#footer .footer ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0px;
	float: left;
}
#footer .footer ul li {
	font-weight: normal;
	margin: 0px 5px 0px;
	padding:0px;
	display: inline;
}

#footer .different{
	padding:0px 20px 0 0;
}


#footer ul li a {
	color: #888;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #555;
}

#footer .footer {

	width: 848px;
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
	display: block;
	padding: 10px;
	color: #888;
	background-color: #D7D7D7;
	font-size: 9px;
	background: url(../images/footer_bg.gif) repeat-y center;
	height: 20px;
	
}


/* 8*****888888888**8***8*8888888888888*8**8888****  8 */


#main #content {
	width: 848px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	*margin-top: 25px;
	text-align: left;
}



#main #sidebar {
 float:left;
 width:185px;
 background:#fff;
	
}


#main #copygoeshere {
 float:right;
 width:645px;
 background:#fff;
}


#main #copygoeshere #textstuff {
	padding: 0 25px 25px 0;
}


#sidebar ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#sidebar ul li {
	margin: 0px 5px 0px;
	padding:0px;
	display: inline;
	font-size: 10px;
	color: #CCC;
	
}
#sidebar ul li a {
	padding: 5px;
	color: #FFF;
	text-decoration: none;
}
#sidebar ul li a:hover {
	background-color: #ffcc33;
	color: #333333;
}



/* ********************************* */




/* ********************************* */

.boxgrid{ 
	width: 204px; 
	height: 144px; 
	margin:0px; 
	float:left; 
	background:#161613; 
	border: solid none #8399AF; 
	overflow: hidden; 
	position: relative; 
}


.boxgrid a{ 
	text-decoration: none;
}		

	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 1px 0 0 15px; 
		color:#ffffff; 
		font:9px "Lucida Grande", Arial, sans-serif;
		text-transform: uppercase;
		text-decoration: none; 
		letter-spacing: .1em;
		background: transparent  url(../images/arrow.png) no-repeat left top;
		margin-left: 12px;
		font-weight:bold; 
		/* 	*margin-top: 10px; */
	}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #508ab5; 
	height: 100px; 
	width: 100%; 
	opacity: .85; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	}
		.captionfull .boxcaption {
			top: 260;
			left: 0;
		}
		.caption .boxcaption {
			top: 112px;
			left: 0;
			height: 144px;
			
		}

.subtext {
	padding: 5px 10px 10px 25px;
	font-size: 11px;
	line-height: 14px;
}


.boxgrid a {  color: #fff; }

h2{ margin: 0px 10px 0 0; color:#1b75b9; font:18pt Arial, sans-serif; letter-spacing:-.5px; font-weight: normal;  }
h3{ margin:auto; color:#0f4268; font:14px Arial, sans-serif; font-weight: bold;  }
h4{ margin:20px auto 5px auto; color:#0f4268; font:14px Arial, sans-serif; font-weight: bold;  }


p.lead-in {
	font-size: 14px;
	font-weight: normal;
	color: #66676f;
	line-height: 1.6em;
	margin-bottom: 1.75em;
}



/* ********************************* */




#sidebar #navcontainer
{
width: 171px;

padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Arial, Lucida Grande, Geneva, , sans-serif;
font-weight: bold;
color: #333;

}

#sidebar #navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#sidebar #navcontainer li
{
border-bottom: 1px dotted #b0b0b0;
margin: 0;
}

#sidebar #navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-bottom: 1px dotted #777;
background-color: #fff;
font-weight: bold;
color: #666;
text-decoration: none;
width: 100%;
}

html>body #sidebar #navcontainer li a { width: auto; }

#sidebar #navcontainer li a:hover
{
background: url(../images/arrow.png) no-repeat right;
color: #333;
}

#sidebar #navcontainer li a.active {


background: url(../images/arrow.png) no-repeat right;
color: #333;
}



.photo {
	float: left; 
	margin: 18px 15px 10px 0; 
	*margin: 5px 15px 18px 0; 
	width: 100px;
	font-size: 9px;
	font-style: italic;
	line-height: normal;
	
}

.photo img {
	border: 1px solid #cccccc; 
	margin-bottom: 7px;
}



/*  STICKY FOOTER STUFF */



#main #content .small {
	font-size: 10px;
}

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#main {padding-bottom: 40px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear:both;} 


.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



#contact-area {
	width: 100%;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #6699cc;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-right: 23px;
	background-color: #ffcc00;
	color: #333;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}