body{
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	background-image: url(../images/background_global.gif);
	background-repeat: repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 1.6em;
	color: #666565;
	height: 100%;
}

.outerMainContainer{
	display: block;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-height: 800px;
	overflow: hidden;
	height: auto;
	text-align: left;
	background-color:#FFFFFF;
}

#clearFloat {
	clear: both;
}
#nav {
	background-color:#343434;
	float: left;
	display: block;
	width: 259px;
	height: 290px;
	clear: both;
	line-height: 0px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul li {
	font-family: Arial, sans-serif;
	font-size: 13px;
	letter-spacing:1px;
	text-align: right;
	border-bottom: 1px solid #FFF;
}
li ul { display: none; }
#nav ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 11.2px 36px 11.2px 6px;
	margin: 7px 0px 6px 0px;
	background-color:#343434;
	outline: none;
	white-space: nowrap;
}
#nav ul li a:hover {
	color: #999;
}
#nav ul li.active a {
	color: #BE3427;
}

#nav li:hover ul {
	display: block;
	position: absolute;
	width: 139px;
	border: 1px solid #FFF;
	background-color: #343434;
	margin-left: 260px;
	margin-top:-37px;
}

#nav li:hover li {
  float: none;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: left;
}
#nav li:hover li a { background: #343434; }
#nav li:hover li a:hover { background: #343434; }



#CHA {
	background-image: url(../images/CHA_logo_big.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float: left;
	display: block;
	width: 259px;
	height: 150px;
	clear: both;
}

.mainBodyWrap{
	float: right;
	display: block;
	width: 700px;
	margin-bottom: 55px;
}
.breadcrumb{
	font-family: Corbel, Arial, sans-serif;
	font-size: 8pt;
	font-style: italic;
}

.mainBodyWrap h1{
	font-size: 12pt;
	color: #BE3427;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 15px;
}

.mainBodyWrap h2{
	font-family: Corbel, Arial, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 15px;
}

.mainBodyWrap p{
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
}

.mainBodyWrap a{
	color: #BE3427;
	text-decoration: none;
}

.mainBodyWrap a:hover{
	color: #666565;
	text-decoration: underline;
}

.mainBodyWrap ul{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
}

.mainBodyWrap li{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #666565;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(../images/orange_bullet.gif);
}

.mainHeaderWrap{
	display: block;
	float: left;
	width: 433px;
	height: 290px;
	background-color:#464646;
	margin-bottom: 30px;
}
.carousel{
	display: block;
	float:right;
	width:263px;
	height: 286px;
	padding: 2px;
	background-color:#464646;
	margin-bottom: 30px;
}

.mainLogo{
	float: left;
	display: block;
	width: 910px;
	height: 100px;
	background-image: url(../images/access_plans_inc_logo.gif);
	background-repeat: no-repeat;
	background-position:left;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}

.homeFlashBox{
	margin-bottom: 11px;
}

.mainFooterWrap{
	clear: both;
	display: block;
	height: 140px;
	width:960px;
	position: relative;
	bottom: 0px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position: bottom;}

.mainFooterLeft{
	display: block;
	height: 140px;
	width: 260px;
}
.mainFooterRight{
	display: block;
	float: right;
	height: 20px;
	width: 700px;
	margin-top: 85px;
	margin-bottom: 35px;
}
.mainFooterRight a {
	color: #FFF;
}
.mainFooterRight a:hover {
	color: #CCC;
}

.mainFooterCopyright{
	display: block;
	width: 176px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	font-size: 7pt;
	line-height: 10pt;
}

.mainFooterCopyright p{
	padding-top: 7px;
}

.imageBorder {
	border: 1px solid #666666;
}
