@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	height: 100%;
	background-image: url(../images/bg_acp.gif);
}

p {	margin-top:15px;}
a { text-decoration: none; font-weight: normal; color: #ff0000;}
a:hover { text-decoration: underline; }
.nav a:hover { text-decoration: none; }

table, tr, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

img {
	border: 0px;	
}

html {
	height: 100%;
}


#body-text ul { 
	list-style-image: url(../images/bullet.gif); 
	margin:0px 0px 0px 8px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	/*#line-height:24px;/*setting for IE7*/
	/*_line-height:24px;/*setting for IE6*/
}

#body-text li { 
	list-style-image: url(../images/bullet.gif); 
	margin:0px 0px 0px 8px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	/*#line-height:24px;/*setting for IE7*/
	/*_line-height:24px;/*setting for IE6*/
}
#header {
	height: 80px;
}

#container-outer {
	margin: 7px auto 30px;
	width: 100%;
	text-align:center;
}

#container-inner {
	margin: 0px auto;
	text-align:left;
	width: 1003px;
}

#content-main {
	margin: 0px auto;
	width: 1003px;
	background-image: url(../images/bg_sides.gif);
}

#content-top {
	margin: 0px;
	width: 1003px;
}

#content-bottom {
	margin: 0px;
	width: 1003px;
}

#content-nav {
	margin: 0px 12px 0px 11px;
	background-image: url(../images/bg_head_short.png);
	width: 980px;
	height: 120px;
}

#nav-logo {
	padding: 28px 0px 0px 38px;
	width:105px;
	height: 76px;
}

#nav-navbar {
	position:absolute;
	margin:-38px 0px 0px 180px; 
	_margin-top:-41px;
	height:38px;
	display:inline;
}

#content-body {
	margin: 0px 12px 0px 11px;
	width: 980px;
}

#arrowlink {
	margin: 0px 0px -8px 4px;
}

#arrowlinksubnav {
	margin: 10px 3px -9px -3px;
}

#sub-right {
	margin:0px 0px 0px 0px; 
	width:799px;
	float: left;
	padding:0px;
	background-color:#ffffff;
}

#sub-right-content{
	padding: 36px 125px 0px 125px;
	width: 549px;
}

#header-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color:#000;
	margin:0px 0px 24px 0px;
	width:549px;
}

#intro-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height:22px;
	color:#888888;
	margin:0px 0px 24px 0px;
	width:549px;
}

#body-text {
	width:549px;
}

#quote-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height:22px;
	color:#888888;
	margin:24px 0px 24px 0px;
	width:549px;
}


/* Start footer*/
#footer	{
	clear: both;
	margin: 25px 12px 0px 11px;
	height: 60px;
	background-color: #5f5f5f;
	text-align:center;
}

#footernav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color:#a1a1a1;
	width:590px;
	background-color: #5f5f5f;
	margin:0px auto;
	padding-top:25px;
	text-align:center;
}

#footernav a {
	color:#fff;
	padding:0px 10px;
}
