*{
	margin:0;
	padding:0;
}
html, body, #wrapper{min-height:100%; height:100%;}
body>#wrapper{height:auto;}

body{
	background: url(../images/body_bg.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

.clear{clear:both;}
.border{background:url(../images/border.jpg) no-repeat; height:4px; padding-bottom:10px; width:300px;}
ul, ol{list-style-type:none;}

#wrapper{
	background:url(../images/wrapper_bg.gif) repeat-y;
	margin: 0 auto;
	text-align:left;
	width: 955px;
}

#header{
	background:url(../images/aboutus_header.jpg) no-repeat;
	height: 227px;
	margin-left: 222px;
	width: 650px;
}

/* Main Navigation Styles *******************************************************************/
ul#main-nav{
	float: left;
	height: 35px;
	padding:0 0 0 20px;
}

ul#main-nav li{
	float: left;
	height: 16px;
	padding-right: 5px;
	padding-top: 13px;
	text-indent: -9999px;
}
ul#main-nav li a{
	display:block;
	text-decoration:none;
}
		#btn-home a{background:url(../images/home_btn.jpg) no-repeat; width:48px;}
		#btn-home a:hover,#btn-home a.active{background:url(../images/home_btn_hover.jpg) no-repeat;}
		#btn-about a{background:url(../images/about_btn.jpg) no-repeat; width:74px;}
		#btn-about a:hover, #btn-about a.active{background:url(../images/about_btn_hover.jpg) no-repeat;}
		#btn-services a{background:url(../images/services_btn.jpg) no-repeat; width:74px;}
		#btn-services a:hover, #btn-services a.active{background:url(../images/services_btn_hover.jpg) no-repeat;}
		#btn-community a{background:url(../images/community_btn.jpg) no-repeat;width:86px;}
		#btn-community a:hover, #btn-community a.active{background:url(../images/community_btn_hover.jpg) no-repeat;;}


ul#secondary-nav{
	float:left;
	padding: 5px 0 0 240px; /* Affects left starting position of buttons in upper right location, was 210px, now 360px ************************/
}

ul#secondary-nav li{
	float: left;
	height: 16px;
	padding-right: 15px;
	text-indent: -9999px;
}
ul#secondary-nav li a{
	display:block;
	text-decoration:none;
}
		#btn-login a{background:url(../images/login_btn.jpg) no-repeat; width:61px;}
		#btn-login a:hover{background:url(../images/login_btn_hover.jpg) no-repeat;}
		#btn-contact a{background:url(../images/contact_btn.jpg) no-repeat; width:61px;}
		#btn-contact a:hover{background:url(../images/contact_btn_hover.jpg) no-repeat;}
		
ul#page-nav{
	padding: 160px 0 0 12px;
}
ul#page-nav li{
	float: left;
	padding: 5px 10px 0 10px;
}
ul#page-nav li a{
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 6px;
	text-decoration:none;
}
ul#page-nav li a:hover, ul#page-nav li a.active{
	background: url(../images/red_arrow.gif) no-repeat top center;
	color: #9fc0ff;
}

/* Left Side Section (Removable DIV) ****************************************************/
#left-links{
	float:left;
	margin-top:70px;
	width: 140px;
}
#left-links h3{
	margin-left: 23px;
	text-indent:0px;
	color: #F0F0F1;
	font-size: 12px;
}
#white-papers{background:url(../images/white_papers.jpg) no-repeat; height: 16px;}
#other-links{background:url(../images/other_links.jpg) no-repeat; height: 16px;}
#partners{height: 16px;}

#left-links ul{
	margin: 5px 5px 10px 0;
	text-align: center;
}
#left-links ul li{
	background:url(../images/circle_bullet.jpg) no-repeat center right;
	padding-left: 50px;
	text-align: justify;
}
#left-links ul li a{
	color: #999ca0;
	font-size: 11px;
	text-decoration:none;
}
#left-links h3 a{
	color: #ffffff;
	text-decoration:none;
}
#left-links h3 a:hover{
	color: #ffffff;
	text-decoration:underline;
}
#left-links ul li a:hover{
	color: #fff;
}
	
/*Content Styles ************************************************************************/
#content-wrapper{
	color: #35373b;
	margin-left: 82px;
	width: 790px;
}
#content-wrapper p{
	color: #35373b;
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 10px;
}
#content-wrapper a{color: #3a61ac; text-decoration: none; font-weight: bold;}
#content-wrapper a:hover{color:#3a61ac; text-decoration: underline;}

#content-wrapper ul{
	font-size: 12px;
	padding-bottom: 10px;
}
#content-wrapper li{
	background:url(../images/blue_bullet.jpg) no-repeat 0 5px;
	line-height: 1.3em;
	padding-left: 15px;
}

#content-left{
	float:left;
	padding: 10px 0 0 20px;
	width: 370px;
}

#content-left img{float:left; padding: 0 5px 5px 0}
#content-left-two{
	float:left;
	padding: 10px 15px 0 20px;
	width: 280px;
	background:url(../images/second_content_bg.jpg) repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#content-left-two img{float:left; padding: 0 5px 5px 0}

#content-right{
	background:url(../images/right_bg.jpg) no-repeat;
	float:right;
	margin-right: -13px;
	padding: 0 2px;
	width: 250px;
}
#content-right h2{
	color:#6a002d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight:normal;
	padding-bottom: 3px;
	margin-left: -23px;
}
#content-right p{
	padding-right: 0px;
	font-size: 17px;
	margin-right: 25px;
}
#content-right img{float:left; padding: 0 5px 5px 0}
#content-right a{
	background: url(../images/blue_arrow.jpg) no-repeat right center;
	color: #3a61ac;
	padding-right: 10px;
}
#content-right a:hover{
	color: #3a61ac; 
}

#contenttotal {
    float: left;
    width: 610px;
	padding: 10px 10px 0 20px;
}


/* Footer Styles *******************************************************************************/
#footer{
	background-color: #f0f0f1;
	height: 85px;
	margin: 20px 0 0 140px;
}
#footer p{
	background: url(../images/blue_square.jpg) no-repeat 0 3px;
	color: #8c8989;
	font-size:10px;
	margin: 10px 0 0 100px;
	padding-left:20px;
}
ul#footer-nav{
	background:url(../images/footer_nav_bg.jpg) repeat-x;
	height: 35px;
	padding: 5px 0 0 100px; /* Affects left starting position of buttons in upper right location, was 40px, now  100px ************************/
}
ul#footer-nav li{
	background: url(../images/dotted_border.jpg) no-repeat center right;
	float:left;
	padding: 0 12px;
}
ul#footer-nav li a{
	color: #dcdfe4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	text-transform:uppercase;
}
ul#footer-nav li a:hover{color:#fff;}
ul#footer-nav li#footer-login{
	background:url(../images/key.jpg) no-repeat center left;
	margin-left: 10px;
	padding-left: 30px;
}
