
*{
	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:280px;}
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/contact_header.jpg) no-repeat;
	height: 227px;
	margin-left: 222px;
	width: 650px;
}

/* Main Navigation Styles *******************************************************************/

#clientleft {
    float: left;
    width: 265px;
	background: #fff;
	padding: 0;
	margin: 10px 10px 10px 10px;
	}
	
.listleft {
    float: left;
	margin: 10px 0 10px 0;
	text-align: right;
	color:#999999;
	line-height: 150%;
	width: 70px;
	}

.listright {
    float: right;
	margin: 10px 10px 10px 5px;
	text-align: left;
	line-height: 150%;
	}

.tab{ margin-left: 54px;}

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:-9999px;}
#white-papers{background:url(../images/white_papers.jpg) no-repeat; height: 16px;}
#other-links{background:url(../images/other_links.jpg) no-repeat; height: 16px;}

#left-links ul{
	margin: 5px 5px 10px 0;
}
#left-links ul li{
	background:url(../images/circle_bullet.jpg) no-repeat center right;
	padding-left: 25px;
}
#left-links ul li a{
	color: #999ca0;
	font-size: 11px;
	text-decoration:none;
}
#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.3em;
	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: 300px;
}
#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: treated as min-height*/
	min-height:100%; /* real browsers */
}

#content-left-two img{float:left; padding: 0 5px 5px 0}

#content-right{
	float:right;
	padding: 10px 10px 0 10px;
	width: 280px;
}
#content-right h2{
	color:#6a002d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	padding-bottom: 3px;
}
#content-right p{
	padding-right: 15px;
}

#content-right a{
	background: url(../images/blue_arrow.jpg) no-repeat right center;
	color: #3a61ac;
	padding-right: 10px;
}
#content-right a:hover{
	color: #3a61ac; 
}

#content-wrapper ul.nobullet li{
	background:none;
	padding-left:0;
}
.blue-text{color:#3a61ac; float:left; padding-right: 10px;}

#contenttotal {
    float: left;
    width: 600px;
	padding: 10px 10px 0 10px;
}
.imgtop {
	border: 2px solid #FFFFFF;
}

/* 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;
}