/* CSS Document */

body {
	background: #5F5F5F url(../images/bodyBG.gif) repeat-x top left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	height: 100%;
}
a {
	outline: none;
}

/* --( Global Classes )-- */
.clear {
	clear: both;
}
.right {
	text-align: right;
	display:block;
}

/* --( Wraps )-- */
#headerWrap {
	height: 117px;
	width: 800px;
	margin: 0 auto;
}
#bodyWrap {
	background-image: url(../images/bodywrapBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #9C9C9B;
}
#footerWrap {
	background: #555 url(../images/footerBG.gif) repeat-x;
}

/* --( Section Widths )-- */
#top, #body, #footer {
	width: 750px;
	margin: 0 auto;
}
#header {
	width: 750px;
	margin: 42px auto 0;
	background: url(../images/headerBG.gif) repeat-x;
	float: left;
}

/* --( Header Styles )-- */
#leftcurve {
	display: block;
	float: left;
	width: 25px;
	margin-top: 42px;
	height: 75px;
	background: url(../images/header-leftcurve.gif) no-repeat;
}
#rightcurve {
	display: block;
	float: right;
	width: 25px;
	margin-top: 42px;
	height: 75px;
	background: url(../images/header-rightcurve.gif) no-repeat;
}
#logo {
	margin-top: 19px;
	float: left;
	width: 417px;
}
#logo h1, #logo h2 {
	margin: 0;
}
#logo h1 a {
	display: block;
	height: 47px;
	text-indent: -3000px;
	background: url(../images/logo.gif) no-repeat;
	padding-top: 9px;
}
#header h2 {
	float: right;
	display: block;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #1E58A5;
	text-align: right;
	margin: 28px 0 0;
	padding-top: 21px;
}
#header h2 span {
	color: #951C03;
}
#nav1 {
	margin: 0;
	padding: 15px 8px 0;
	float: right;
	display: block;
}
#nav1 li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#nav1 li a {
	display: block;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #604B3B; /* Top Tool Navigation Text Color */
	font-size: 11px;
}
#nav1 li a:hover {
	text-decoration: underline;
}
#nav1 li.home a {
	background-image: url(../images/iconHome.gif);
	background-position: 0 3px;
	padding-left: 16px;
	margin-right: 14px;
}
#nav1 li.contact a {
	background-image: url(../images/iconMail.gif);
	background-position: 0 2px;
	padding-left: 21px;
}
/* Container */
#container {
	width: 750px;
	margin: 0 auto;
	padding: 15px 0;
}

/* Holding Container */
#holdingcontainer {
	margin: 0 auto;
	background: url(../images/containerBG.gif) repeat-y top center;
	padding: 0px;
	border-bottom: 1px solid #363636;
}
#holdingcontainer span.top-bg {
	margin: 0 auto;
	background: url(../images/containertopBG.gif) no-repeat center top;
	padding: 0;
	height: 6px;
	display: block;
}
#holdingcontainer span.bottom-bg {
	margin: 0 auto;
	width: 796px;
	background: url(../images/containerbottomBG.gif) repeat-x top;
	padding: 0;
	height: 47px;
	display: block;
}

/* --( Navigation Styles )-- */
#nav {
	width: 228px;
	height: 186px;
	float: left;
	background: url(../images/navBG.gif) no-repeat;
	margin-top: 5px;
}
#nav h3 {
	display: none;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin:0;
	padding:0;
	list-style: none;
	display: inline;
}
#nav ul li a {
	display: block;
	width: 181px;
	padding: 7px 0 7px 45px;
	font-size: 19px;
	font-weight: normal;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #204E9A;
	background-image: url(../images/navIcon.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
#nav ul li a:hover {
	text-decoration: underline;
	color: #BF3D5B;
}
#nav .first { 
	padding-top: 8px; /* Special padding for First Nav Button */
}
#nav .last {
	padding-bottom: 8px; /* Special padding for Last Nav Button */
}
#nav .sep {
	display: block;
	height: 1px;
	background:url(../images/navSep.gif);
}

/* --( Header Graphic )-- */
#headerGraph {
	float: right;
	width: 514px;
	height: 195px;
}

/* --( Content Styles )-- */
#body {
	margin-top: 15px;
}
#contentWrap {
	width: 511px;
	float: left;
}

#contentWrap .content {
	padding: 15px;
}
#contentWrap .content h2 {
	margin: 0;
	font-size: 24px;
	color: #B02343;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
#contentWrap .content .horRule {
	display: block;
	height: 33px;
	background: url(../images/contentSep.gif) no-repeat center;
}
#contentWrap .content h3 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
}

/* Secondary Content Area Styles */
#secondaryContainer {
	float: right;
	width: 230px;
}
#secondaryContainer img {
	padding-top: 45px;
}

#contentWrap .services li {
	padding-bottom: 10px;
}

/* Affiliation Icons */
#body .icons {
	clear: both;
	text-align: center;
}

/* ACT Dimensions Table */
#actdimensions {
	width: 98%;
	border: none;
	font-size: 11px;
	border-collapse: collapse;
}
#actdimensions td, #actdimensions th {
	padding: .3em .5em;
}
#actdimensions td {
	text-align: right;
}
#actdimensions caption {
	caption-side: top;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}
#actdimensions thead {
	text-transform: uppercase;
	color: #093779
}
#actdimensions tfoot td {
	font-size: 10px;
	text-align: left;
}
#actdimensions tbody tr.even {
	background-color: #e4e9f0;
}

/* --( Footer Styles )-- */
#footer {
	padding: 26px 0;
	color: #CCCCCC;
}

#footer a { 
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer address {
	font-style: normal;
	float: left;
	font-size: 12px;	
}

#footer p{
	float: right;
	line-height: 16px;
	margin: 0;
	text-align: right;
	font-size: 11px;
}
