@charset "UTF-8";
/* CSS Document
Averitt Express Military Landing Page
Subpage CSS
© 2008 Averitt Express
Built 12/13/07 4:07PM
Updated 12/13/07 4:07PM
Validated 12/13/07 4:07PM
	
/* Global Layout Elements */	

div#headerdivarmy {
	width: 813px;
	height: 309px;
	background: url(../images/army_02.jpg) top left no-repeat;
	}
	
div#headerdivnavy {
	width: 813px;
	height: 309px;
	background: url(../images/navy_02.jpg) top left no-repeat;
	}
	
div#headerdivmarines {
	width: 813px;
	height: 309px;
	background: url(../images/marines_02.jpg) top left no-repeat;
	}
	
div#headerdivair {
	width: 813px;
	height: 309px;
	background: url(../images/air_02.jpg) top left no-repeat;
	}
	
div#bodydiv {
	width: 813px;
	background: url(../images/backslice_15.jpg) top left repeat-y;
	}
	
div#body1div {
	width: 98px;
	float: left;
	}
	
div#body2div {
	width: 84px;
	background: url(../images/home01_08.jpg) top left no-repeat;
	float: left;
	}
	
div#body3div {
	width: 314px; /* 394px total */
	padding: 15px 40px 15px 40px;
	background: #e9e8e8;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6d6e71;
	font-size: 75%;
	}
	
div#body4div {
	width: 237px;
	background: url(../images/home01_08.jpg) top left no-repeat;
	float: left;
	}
	
div#creditdiv {
	width: 813px;
	font-size: 70%;
	color: #999;
	padding: 10px 0 0 0;
	clear: both;
	margin: auto;
	}
	
div#linksdiv {
	width: 270px;
	float: left;
	text-align: left;
	padding: 0 0 0 30px;
	}
	
div#copyrightdiv {
	width: 470px;
	float: right;
	text-align: right;
	padding: 0 30px 0 0;
	}
	
/* Text */

div#body3div p {
	padding: 0 0 12px 0;
	}
	
div#body3div span.darkbold {
	color: #333;
	}
	
div#body3div p span.plaint {
	font-weight: normal;
	}
	
div#body3div h1 {
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 4px 0;
	color: #444;
	}
	
/* Links */
	
div#creditdiv a {
	color: #999;
	text-decoration: none;
	}
	
div#creditdiv a:hover {
	color: #c2202e;
	text-decoration: underline;
	}
	
div#body3div p a {
	color: #6d6e71;
	text-decoration: underline;
	}
	
div#body3div p a:hover {
	color: #c2202e;
	text-decoration: underline;
	}
	
div#body3div ul a {
	color: #6d6e71;
	text-decoration: underline;
	}
	
div#body3div ul a:hover {
	color: #c2202e;
	text-decoration: underline;
	}
	
/* Lists */

ul {
	list-style: disc;
	margin: 0 0 0 14px;
	padding: 0 0 12px 0;
	}