@charset "UTF-8";
body {
	font: 100% Helvetica, Verdana, Geneva, Georgia, Arial;
	color: #626262;
	background: #FFFFFF;
	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-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 762px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #headerLeft {
	width: 371px;
}
.oneColFixCtrHdr #headerRight {
	padding: 39px 10px 20px 0px;  /* 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. */
	vertical-align: middle;
	font-size: .8em;
	color: #626262;
	float: right;
}

.oneColFixCtrHdr #headerRight a {
	color: #626262;
	text-decoration: none;
}

.oneColFixCtrHdr #headerRight a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #mainMenu {
	margin-bottom: 10px;
}
.oneColFixCtrHdr #mainContent {
	float: left;
	width: 515px;
	padding: 15px 10px 5px 10px;
	text-align: left;
}
.oneColFixCtrHdr #sideBar  {
	margin: 0 0 0 540px;
	padding: 60px 10px 0px 0px;
	text-align: right;
}
.oneColFixCtrHdr #footer {
	background-color: #2D58A7;
	padding: 0 10px;
	color: #FFFFFF;
	font-size: .6em;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #mainImages .image {
	margin-right: 1px;
}

.oneColFixCtrHdr #mainImages .imageEnd {
	margin-right: 0px;
}

.oneColFixCtrHdr #mainContent h1 {
	font-family: Helvetica, Verdana, Geneva, Georgia, Arial;
	font-weight: lighter;
	font-size: 1.6em;
	color: #626262;
	margin-bottom: -5px;
	margin-top: 0px;
	text-transform: uppercase;
}

.oneColFixCtrHdr #mainContent p {
	font-family: Helvetica, Verdana, Geneva, Georgia, Arial;
	font-weight: lighter;
	font-size: .9em;
	color: #626262;
}

ul.menuBar
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100%;
}

ul.menuBar li.horizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 254px;
	float: left;
}

ul.menuBar a.item
{
	display: block;
	cursor: pointer;
	background-color: #2D58A7;
	padding: 0.75em 0.75em 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 100;
	margin-right: 1px;
	margin-top: 1px;
	letter-spacing: 1px;
}

ul.menuBar a.itemEnd
{
	display: block;
	cursor: pointer;
	background-color: #2D58A7;
	padding: 0.75em 0.75em 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 100;
	margin-right: 0px;
	margin-top: 1px;
	letter-spacing: 1px;
}

ul.menuBar a:hover
{
	background-color: #FFFFFF;
	color: #2D58A7;
	text-decoration: none;
}

.body_img {
	margin-bottom: 20px;
}

.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;
} 

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
