/* General */
* {
   margin: 0;
   padding: 0;
}

body{
   background: #D4D4D4;
   font-size: 94%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container{
   width: 778px;
   margin: 0 auto;
}

a{
   overflow: hidden;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 778px;
   height: 109px;
   margin: 0;
   background: url(../images/bg_header.jpg) no-repeat;
}

#header h1{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 325px;
   height: 109px;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 325px;
   height: 109px;
}

#header #topnav {
   float: right;
   width: 150px;
   height: 27px;
   margin-right: 15px;
   margin-top: 15px;
}

#header #topnav p{
	padding: 5px;
	margin: 0;
	text-align: center;
	font-size: 11px;
	color: #E0E0E0;
}

#header #topnav a{
	font-size: 12px;
	color: #E0E0E0;
	text-decoration: none;
}

#header #topnav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
   display: inline; /* IE6 double margin float bug hack */
   clear: both;
   float: left;
   width: 778px;
   margin: 0;
   padding: 0;
   background:url(../images/bg_content.jpg) repeat-y;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
   float: left;
   width: 736px;
   position: relative;
   padding: 5px 22px 0 20px;
}

/* =Content
---------------------------------------------------------------------
*/

#content{
   float: right;
   width: 526px;
   padding: 0;
}


#content h3 {
   width: 526px;
   height: 75px;
   background: url(../images/bg_h3.jpg) no-repeat;
   font-family: "Times New Roman", Times, serif;
   color: #CC0000;
   font-size: 24px;
   font-weight: normal;
   line-height: 2.7em;
   text-indent: 50px;
}

#content h4,
#content h5,
#content h6{
   color: #CC0000;
   font-size: 1.2em;
   font-weight: normal;
}

#content p,
#content ul,
#content ol,{
   margin-bottom: 1.3em;
   color: #333;
   line-height: 1.5;
}

#content ul,
#content ol{
   margin-left: 3em;
}

#content a {
	color: #006BBB;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content #text{
   clear: right;
}

/* =Home
---------------------------------------------------------------------
*/

#content-home{
   float: right;
   width: 526px;
   padding: 0;
}

#content-home #top-feature{
   width: 526px;
   height: 206px;
   background: url(../images/bg_home_top_feature.jpg) no-repeat;
   margin-bottom: 10px;
}

#content-home #top-feature h3{
   	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CC0000;
	margin-top: 15px;
	margin-bottom: 6px;
	padding-left: 12px;
}

#content-home #top-feature p{
	width: 250px;
	padding-left: 12px;
}

#content-home #top-feature a.learnmore{
	display: block;
	width: 80px;
	height: 22px;
	margin-top: 10px;
	margin-left: 140px;
	background: url(../images/btn_learn_more.jpg) no-repeat;
	text-indent: -9999px;
}

#content-home #bottom-feature{
   width: 526px;
   margin: 0 auto;
}

#content-home #bottom-feature{
   width: 526px;
   margin: 0;
}

#content-home #bottom-feature .leftbox{
   float: left;
   width: 250px;
   height: 235px;
   background: url(../images/bg_home_bottom_feature.jpg) no-repeat;
   margin-left: 8px;
}

#content-home #bottom-feature .rightbox{
   float: right;
   width: 250px;
   height:235px;
   background: url(../images/bg_home_bottom_feature.jpg) no-repeat;
   margin-right: 8px;
}

#content-home #bottom-feature h4{
	padding-top: 18px;
	padding-left: 13px;
	text-transform: uppercase;
	font-weight: none;
	color: #666666;
	font-size: 1em;
}

#content-home #bottom-feature p{
	padding: 6px 13px 0;
	color: #666666;
	font-size: 11px;
}

#content-home #bottom-feature p img{
	float: left;
	margin: 0 5px 5px 0;
}

#content-home #bottom-feature a{
	color: #006BBB;
	text-decoration: none;
}

#content-home #bottom-feature a:hover{
	text-decoration: underline;
}
#content-home #bottom-feature .spacer-bottom-feature{
	width: 190px;
	height: 1px;
	margin: 15px auto 0;
	background: url(../images/spacer_bottom_feature.jpg) no-repeat;
}

#content-home #bottom-feature ul {
	margin: 25px 0 0 20px;
	padding: 0;
}

#content-home #bottom-feature li {
   list-style: none;
   padding: 0 0 3px 20px;
   background:url(../images/bg_bullet_gray_square.jpg) no-repeat 4px 5px;
   margin: 0;
   color: #666666;
   font-size: 11px;
}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   float: left;
   width: 200px;
}

#sidebar #nav{
    width: 200px;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#sidebar #nav li{
	margin-bottom: 3px;
	padding: 0;
}

#sidebar #nav li a{
   display: block;
   width: 175px;
   height: 30px;
   line-height: 30px;
   background: url(../images/bg_nav_button.jpg) no-repeat;
   color: #006BBB;
   text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
   padding-left: 25px;
}

#sidebar #nav li a:hover{
   background: url(../images/bg_nav_button_on.jpg) no-repeat;
   color: #FFFFFF;
}

#sidebar #slogan{
	width: 200px;
}

#sidebar #slogan p{
	padding: 8px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	color: #CC0000;
}


/* =Footer
---------------------------------------------------------------------
*/

#footer{
   clear: both;
   width: 778px;
   height:60px;
   margin: 0 auto;
   padding: 0;
   background: url(../images/bg_footer.jpg) no-repeat center top;
}

#footer p{
   	padding-top: 15px;
	padding-left: 20px;
	font-size: 84%;
	color: #666666;
}

#footer a{
	color: #666666;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}

#footer-bottom{
	width: 778px;
	margin: -15px auto 10px;
}

#footer-bottom p{
	text-align: right;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 84%;
	color: #666666;
}

/*****************/