@charset "utf-8";
body {
	font: 0.9em Tahoma;
	background:#003;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p {
	margin-top:0px;
}

/* LINKS */

a {color:#C00; text-decoration:underline;}

a:hover {color:#036; text-decoration:none;} 

a.redbutton {
	color:white;
	font-size:0.9em;
	font-weight:bold;
	padding:5px;
	height:25px;
	background:url(/images/global/red-button-bg.jpg);
	text-decoration:none;
}

a.redbutton:hover {
	background:url(/images/global/red-button-bg-on.jpg);
}

.oneColFixCtrHdr #container {
	width: 960px;  
	background: #FFFFFF;
	margin: 12px auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom:12px;
}

.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 12px;  /* 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-bottom:0px;
}

		.oneColFixCtrHdr #header .topnav {
			text-align: right; 
			font-size:0.7em;
		}
		
				.oneColFixCtrHdr #header .topnav a {color:#999999; text-decoration:underline; margin-left:20px;} 
				.oneColFixCtrHdr #header .topnav a:hover {color:#036; text-decoration:none} 
		
		.oneColFixCtrHdr #header .flashnav {
			text-align: center;
			margin-top:5px;
		}
		

.oneColFixCtrHdr #mainContent {
	margin:0;
	padding: 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
	.oneColFixCtrHdr #mainContent img {
		border:1px solid #036;
		padding:3px;
		margin-top:0px;
	}
	
	.oneColFixCtrHdr #mainContent h1 {
		color: #036;
		font-size:1.3em;
		font-weight:bold;
		margin:0;
		margin-bottom:8px;
	}
	
	.oneColFixCtrHdr #mainContent h2 {
		color:#C00;
		font-size:1.0em;
		font-weight:bold;
		margin:0;
		margin-bottom:4px;
	}
	
	.oneColFixCtrHdr #mainContent .goleft {
		float:left;
		margin-right:5px;
	}
	
	.oneColFixCtrHdr #mainContent .goright {
		float:right;
		margin-left:5px;
		margin-bottom:8px;
	}

	.oneColFixCtrHdr #mainContent .left {
		float:left;
		width:295px;
		margin-right:20px;
		margin-bottom:12px;
	}
	
	.oneColFixCtrHdr #mainContent .right {
		float:right;
		width:295px;
		margin-bottom:12px;
	}
	
	.oneColFixCtrHdr #mainContent .center {
		float:left;
		width:300px;
		margin-bottom:12px;
	}
	
	.oneColFixCtrHdr #mainContent .centertwo {
		float:left;
		width:620px;
		margin-bottom:12px;
	}
	
	.oneColFixCtrHdr #mainContent .centerthree {
		float:left;
		width:935px;
		margin-bottom:12px;
	}

.oneColFixCtrHdr #footer {
	margin: 12px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CCCCCC;
	margin-bottom:5px;
}

.oneColFixCtrHdr #footer a{
	color:#999;
	font-size:0.9em;
	margin:0 10px;
}

.oneColFixCtrHdr #footer a:hover {
	color:#036;
	font-size:0.9em;
	margin:0 10px;
}

.oneColFixCtrHdr #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: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:0.8em;
	color:#999;
	text-align:right;
}

.small {
	font-size:0.9em;
	margin:0;
	margin-bottom:8px;
}

.herobox {
	padding: 3px;
	border: 1px solid #036;
	float: left;
	width: 293px;
	margin: 5px;
	height: 115px;
	
}

.herobox h2 {
	font-size: 12px!important;
}

.herobox p {
	font-size: 10px;
}

.herobox div {
	width: 82px;
	height: 105px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 4px;
	background-position: center;
	background-repeat: no-repeat;
}
.herobox img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 4px;
}