

* {
	margin:0;
	padding:0;
	}
body {
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#909090;
	text-align:center;
	background-image:url(../img/pageBackground.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}

#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	clear:left;	
	width:851px;
	background-color:#FFF;
	}
img {
	border:0;
	}
a {
	color:#E32723;
	text-decoration:none;
	outline:none;
	}
a:hover {
	text-decoration:underline;
	}
	
div.cleaner {
	clear: both;
	}	
	
	
#header {		
	height:211px;
	background-color:#E32723;
	background-image:url(../img/headerBackground.gif);
	background-repeat:no-repeat;
	}
#header h1 {
	}
#header h1 a {
	text-indent:-2000px;
	height:118px;
	display:block;
	outline:0;
	}
#header div {
	position:absolute;
	right:20px;
	top:20px;
	}
#header div p {
	margin-bottom:8px;
	}	
#header div form img {
	display:block;
	margin-bottom:3px;
	}
#header div form input.text {
	width:100px;
	vertical-align:middle;
	border:0;
	height:20px;
	padding:0px;
	}
#header div form input.submit {
	width:30px;
	height:20px;
	vertical-align:middle;
	border:0;
	background-color:#FFF;
	color:#666;
	font-size:12px;
	padding:1px;
	}


#navigation {
	position:absolute;
	top:0;
	left:20px;
	}
#navigation ul {
	height:38px;
	margin-bottom:8px;
	}
#navigation ul li {
	list-style-type:none;
	float:left;
	margin-right:3px;
	font-size:14px;
	text-transform:uppercase;
	}
#navigation ul li a {
	font-weight:normal;
	display:block;
	padding:15px 10px 7px;
	text-decoration:none;
	color:#FFF;
	}
#navigation ul li.selected {
	
	}
#navigation ul li.selected a {
	text-decoration:underline;
	}
#navigation ul li.selected img {
	border-bottom:1px solid #FFF;
	}

#navigation ul li ul {
	display:none;
	}






	
#content {	
	background-color:#FFF;
	padding:27px;
	}
	
#content #subNavigation {
	width:170px;
	float:left;
	}
#content #subNavigation ul {
	list-style:none;
	margin:0;
	}
#content #subNavigation ul li {
	list-style:none;
	margin:0;
	margin-bottom:5px;
	text-transform:uppercase;
	font-size:12px;
	}
#content #subNavigation ul li a {
	display:block;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	}
#content #subNavigation ul li.selected a {
	color:#E32723;
	}

div.right {
	float:right;
	width:340px;
	}
div.left {
	margin-right:360px;
	}

div.right img {
	margin-bottom:20px;
	}
div.right div.objectWrapper {
	margin-bottom:0;
	}

div.hasMenu {
	margin-left:200px;
	}
div.hasMenu div.right {
	float:right;
	width:220px;
	}
div.hasMenu div.left {
	margin-right:260px;
	}

#content h1 {
	font-size:28px;
	margin-bottom:16px;
	font-weight:bold;
	color:#909090;
	border-bottom:1px solid #909090;
	}
#content h1 img {
	margin:0 0 14px;
	}

#content h2 {
	font-size:18px;
	margin-bottom:16px;
	font-weight:bold;
	color:#E32723;
	}
#content h3 {
	font-size:13px;
	margin-bottom:0;
	color:#E32723;
	}
#content h4 {
	font-size:14px;
	margin-bottom:14px;
	font-weight:normal;
	}
#content h5 {
	font-size:14px;
	margin-bottom:16px;
	}
#content h6 {
	font-size:12px;
	margin-bottom:16px;
	}
#content object {
	margin-bottom:16px;
	}	
#content table {
	margin-bottom:16px;
	}	
#content table tr td {	
	padding:2px 10px 2px 0;
	}
#content ul {
	margin-bottom:20px;
	}	
#content ul li {
	margin:0 0 10px 30px;
	font-size:14px;
	list-style-image:url(../img/bullet_square.gif);
	}	
#content p {
	margin-bottom:13px;
	font-size:13px;
	line-height:18px;
	}
#content blockquote {
	/*border:1px solid #E6E6E6;*/
	background-color:#F0E9F5;	
	overflow:auto;
	padding:10px;
	margin-bottom:10px;
	}
#content blockquote p {
	margin:0;
	}
#content p.headline_text {
	font-size:15px;
	line-height:20px;
	color:#E32723;
	margin:0 0 20px;
	
	}	
img.left {
	float:left;
	margin:0 10px 10px 0;
	}	
img.right {
	float:left;
	margin:0 0 10px 10px;
	}	
	

	


/* form layout */
form {
	
	}
form p {
	clear:right;
	color:#5A5B5E;
	}
div.row {		
	margin: 0 0 5px 0;
	clear:right;
	color:#5A5B5E;
	}
div.row label {
	display:block;
	margin-bottom:4px;
	}
div.row input.text {
	width: 190px;
	padding:2px;	
	border:1px solid #8E8E8E;
	background-image:url(../img/formBackground.gif);
	}
div.row select {
	width: 190px;
	border:1px solid #8E8E8E;
	}
div.row textarea {
	width: 198px;
	height: 120px;
	font-size:1em;
	line-height:1.3em;
	border:1px solid #8E8E8E;
	background-image:url(../img/formBackground.gif);
	}
div.row input.submit {
	background-color:#E32723;
	padding:7px 11px;
	font-size:16px;
	color:#FFF;
	font-weight:normal;
	border:0;
	margin-bottom:10px;
	}

div.form_rh {
	}
#content div.form_rh h5 {
	font-weight:normal;
	font-size:13px;
	margin:0;
	color:#5A5B5E;
	}
#content div.form_rh p {
	margin-top:10px;
	margin-bottom:2px;
	color:#5A5B5E;
	}
div.form_rh label {
	margin-bottom:4px;
	color:#5A5B5E;
	display:block;
	}	

	
#footer {	
	background-color:#FFF;
	margin:10px 27px 0 27px;
	padding:10px 0 5px;
	border-top:1px solid #000;
	overflow:auto;
	clear:both;
	}

#footer img {
	float:right;
	}
#footer p {
	font-size:14px;
	margin-bottom:3px;
	color:#393838;
	}
#footer p.copy {
	font-size:12px;
	}
	
#preview {
	background-color:#FF7D7D;
	padding:10px;
	border:1px solid #FF0000;
	margin-bottom:10px;
	}
#preview p {
	float:left;
	}
#preview input {
	}





 .oneColFixCtrHdr {
 	background-color:#000;
	padding-bottom:200px;
	}
 .oneColFixCtrHdr #holding {
	width: 851px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #holding_header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
 .oneColFixCtrHdr #holding_header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 210px;
	padding-bottom: 0;
	padding-left: 30px;
}
 .oneColFixCtrHdr #holding_footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
}
.oneColFixCtrHdr #holding_footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
 .hpbodycopy {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
.UScontact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
 .UScontactBOLD {
	font-weight: bold;
}
 .redbody {
	color: #FF0000;
}
 .photoRight {
	float: right;
	margin-right: 30px;
	margin-left: 10px;
}

 .oneColFixCtrHdr p {
 	margin-bottom:16px;
	}
