@charset "utf-8";
body {
	font: 62.5% Arial, Verdana, Helvetica, sans-serif;
	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;
	background-color: #EEE;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
.oneColFixCtr #container-bk {
	font: 100%;
	width: 975px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

.oneColFixCtr #container {
	font: 100%;
	width: 975px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	height: 740px;
}
.oneColFixCtr #header  {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 178px;
	width: 975px;
}
.oneColFixCtr #flash  {
	height: 80px;
	width: 715px;
}
.oneColFixCtr #weather  {
	background-color: #FFF;
	background-image: url(images/weather-bk.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 475px;
	width: 250px;
	float: left;
	padding-left: 20px;
	padding-top: 7px;
	display: inline;
}
.oneColFixCtr #advantage  {
	background-image: url(images/advantage.jpg);
	height: 178px;
	width: 442px;
	float: left;
	margin-left: 3px;
	margin-top: 42px;
	font-size: 12px;
	font-weight: bold;
	color: #0F347B;
	display: inline;
}
.oneColFixCtr #advantage #adv-link  {
	padding-top: 135px;
	text-align: left;
	margin-left: 185px;
}
.oneColFixCtr #advantage #adv-link a {
	color: #014691;
	text-decoration: none;
}
.oneColFixCtr #advantage #adv-link a:hover {
	color: #F7922A;
	text-decoration: none;
}
.oneColFixCtr #twitter #twit-link  {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-top: 65px;
	margin-left: 185px;
}
.oneColFixCtr #twitter #twit-link a  {
	color: #FFF;
}
.oneColFixCtr #twitter #twit-link a:hover {
	color: #0F347B;
}
.oneColFixCtr #flowplayer  {
	height: 212px;
	width: 257px;
	float: right;
	display: inline;
}
.oneColFixCtr #did-you-know  {
	background-color: #F7922A;
	float: right;
	height: 212px;
	width: 257px;
	background-image: url(images/did-you-know.jpg);
	display: inline;
}
.oneColFixCtr #twitter  {
	background-image: url(images/twitter.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 124px;
	width: 442px;
	margin-left: 3px;
	display: inline;
}
.oneColFixCtr #bottom-buttons  {
	float: left;
	height: 91px;
	width: 702px;
	margin-left: 3px;
	background-color: #FFF;
	display: inline;
}
.oneColFixCtr #header #menu  {
	font-size: 12px;
	width: 750px;
	padding-top: 15px;
	padding-left: 20px;
	color: #FFF;
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
}
.oneColFixCtr #header #menu a   {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtr #header #menu a:hover {
	color: #8db4e3;
	text-decoration: none;
}
.oneColFixCtr #header #contact  {
	float: right;
	width: 155px;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
	margin-top: 8px;
}
.oneColFixCtr #header #contact a  {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtr #header #contact a:hover {
	color: #0F347B;
	text-decoration: none;
}
.oneColFixCtr #header #affiliations  {
	float: right;
	margin-top: 51px;
	width: 320px;
}
.oneColFixCtr #header #affiliations a img   {
	float: left;
	text-decoration: none;
}
.oneColFixCtr #footer-home  {
	float: left;
	height: 47px;
	width: 705px;
	background-image: url(images/footer-bk.jpg);
	background-repeat: repeat-x;
	display: inline;
}
.oneColFixCtr #footer-home #copyright  {
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 15px;
}
.oneColFixCtr #footer  {
	float: none;
	height: 47px;
	width: 975px;
	background-image: url(images/footer-bk.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #footer #copyright  {
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}
.oneColFixCtr #mainContent  {
	margin: 0px;
	padding-left: 20px;
	padding-top: 20px;
}
.oneColFixCtr #mainContent .flt-rt {
	float: right;
	margin-top: 0px;
}
.oneColFixCtr #mainContent .portrait-rt {
	float: right;
	width: 156px;
	margin-right: 3px;
	border: 1px solid #0E347B;
}
.oneColFixCtr p, .oneColFixCtr ul li{
	font-size: 12px;
	margin-right: 20px;
}
.oneColFixCtr h1 {
	font-size: 24px;
	color: #F7922A;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr h2 {
	font-size: 14px;
	color: #0E347B;
}

.oneColFixCtr img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr .caption {
	font-size: 10px;
	text-align: center;
	padding: 3px;
	font-weight: bold;
}

.oneColFixCtr .caption a{
	text-decoration: none;
	color: #0F347B;
}
.oneColFixCtr .caption a:hover {
	text-decoration: underline;
	color: #0F347B;
}


.oneColFixCtr #mainContent .testimonial {
	color: #1F73BB;
	text-align: right;
	margin-bottom: 20px;
	margin-right: 20px;
}
.oneColFixCtr #mainContent #green {
	font-size: 12px;
	color: #090;
	margin-right: auto;
	margin-left: auto;
	width: 415px;
	font-weight: bold;
	margin-top: 15px;
}
.oneColFixCtr #mainContent #top100 {
	font-size: 12px;
	color: #0E347B;
	width: 525px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.oneColFixCtr #mainContent #graphics {
	width: 557px;
	border: 1px solid #1F73BB;
	margin-left: 10px;
	margin-bottom: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
