/* Gobal tag redefinition */

body {
	background-color: #cccccc;
}
/* End global tag redefinition */

/* Main page elements - back ground effects, etc. */
#mainContainer {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bodyBackground.gif);
	background-repeat: repeat-y;
	width: 830px;
	height: auto;
}
#topShadow {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/topShadow.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 830px;
}
#bottomShadow {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bottomShadow.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 830px;
}
.clearingDiv{
	clear: both;
}
/* End main page elements - background effects, etc. */

/* Page content containers begin */
#banner{
	background-image: url(../images/bannerBackground.gif);
	margin: 0px 0px 0px 13px;
	padding: 0px;
	height: 196px;
	width: 803px;
}
	/* Begin Navigation container and ul elements */
	#mainNav{
		background-color: #000000;
		margin: 2px 0px 0px 13px;
		padding: 0px;
		width: 802px;
		height: 35px;
	}
	#mainNav ul{
		margin: 0px;
		padding: 0px 0px 0px 15px;
		background-color: #000000;
		list-style: none;
	}
	#mainNav ul li{
		height: 21px;
		margin: 0px;
		padding: 7px 20px;
		border-right-width: 2px;
		border-right-style: solid;
		border-right-color: #FFFFFF;
		float: left;
	}
	#mainNav ul li.first{
		padding: 7px 20px 7px 0px;
	}
	#mainNav ul li a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}
	#mainNav ul li a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: underline;	
	}
	/* End of navigation container and ul elements */
	
#centerContentLeft{
	float: left;
	background-color: #ffffff;
	margin: 0px 0px 0px 14px;
	padding: 10px 5px 10px 15px;
	width: 462px;
	height: auto;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
#centerContentLeft h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #991115;	
}
#centerContentRight{
	float: right;
	background-color: #ffffff;
	margin: 0px 15px 0px 0px;
	padding: 15px 15px 0px 10px;
	width: 285px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#centerContentRight h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#centerContentRight p{
	width: 180px;
	margin-left: 10px;
}
#centerContentRight p img{
	margin-left: -10px;
}
#bottomLogoContainer{
	clear: both;
	width: 681px;
	height: 120px;
	margin: 0px 0px 0px 14px;
	padding: 5px 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#bottomLogoContainer .carriers{
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#bottomLogoContainer .carriers img{
	margin: 0px 10px;
}
.selectForm{
	padding-left: 10px;
}
#contactLink{
	margin: 21px 25px 0px 0px;
	padding: 0px;
	float: right;
}
#contactLink a, a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#copyright{
	margin: 7px 20px 0px 0px;
	padding: 0px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #000000;
}
/* Begin client sub site specific styles */
#clientNav{
	text-align: center;
	background-color: #999999;
	margin: 0px 0px 0px 14px;
	padding: 10px 0px 0px 0px;
	width: 800px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #991115;
}
/* Begin landing page specific header image information */
#asuBanner{
	background-image: url(../images/asuHeader.gif);
	margin: 0px 0px 0px 13px;
	padding: 0px;
	height: 196px;
	width: 803px;
}
#csmaaBanner{
	background-image: url(../images/csmaaHeader.gif);
	margin: 0px 0px 0px 13px;
	padding: 0px;
	height: 196px;
	width: 803px;
}
#usafaBanner{
	background-image: url(../images/usafaHeader.gif);
	margin: 0px 0px 0px 13px;
	padding: 0px;
	height: 196px;
	width: 803px;
}
#chveBanner{
	background-image: url(../images/chveHeader.gif);
	margin: 0px 0px 0px 13px;
	padding: 0px;
	height: 196px;
	width: 803px;
}
/* end client sub site specific styles */

