/* peaks & passes */

@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2872b1;
	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;
}

.oneColFixCtrHdr #container {
	width: 960px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #top-bar-nav {
	background: url(../images/header_02.jpg) no-repeat; 
	height: 34px;
	margin: 0px;
	padding: 0px;
	width: 960px;
}



.oneColFixCtrHdr #top-bar-menu {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	float: right;
	padding: 0px;
	margin: 0px;
}

.oneColFixCtrHdr #top-bar-menu ul {
	list-style: none;
	margin-top: 10px;
	margin-right: 28px;
}

.oneColFixCtrHdr #top-bar-menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}

.oneColFixCtrHdr #top-bar-menu a:link, .oneColFixCtrHdr #top-bar-menu a:visited {
	color:#FFFFFF;
	font-size: 0.8em;
	margin: 0px;
	padding: 5px 10px;
	text-decoration:none;
}

.oneColFixCtrHdr #top-bar-menu a:hover {
	color:#FFFFFF;
	font-size: 0.8em;
	margin: 0px;
	padding: 5px 10px;
	text-decoration: underline;
}


.oneColFixCtrHdr #top-bar-text{
	color: #ffffff;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px; 
	height: 34px;
}

.oneColFixCtrHdr #top-bar-text p {
	margin: 0px; 
	padding: 10px 10px 10px 25px; 
}

.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	float: left; 
	height: 211px;
	margin: 0px;
	padding: 0px;  
	width: 960px;
	border: 0px solid #ff0000;
}
.oneColFixCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #main-nav {
	height: 25px;

}


.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	clear: left;
	font-size: 12px;
	line-height: 17px;	
	overflow: hidden; /* IMPORTANT!!!!!!!!!! */
	padding: 0 90px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid #ff0000;
	width: 760px;
}

.oneColFixCtrHdr #mainContent p {
	padding: 0px 0px 5px 0px;	
}

.oneColFixCtrHdr #mainContent h1 {
	font-size: 13px;
	color:#02377c;
}

.oneColFixCtrHdr #mainContent h2 {
	font-size: 11px;
}


.oneColFixCtrHdr #mainContent a:link, .oneColFixCtrHdr #mainContent a:visited {
	color: #125d96;
	font-weight: 400;
	text-decoration: none;
}

.oneColFixCtrHdr #mainContent a:hover {
	color: #ffce05;
	font-weight: 400;
	text-decoration: underline;
}


.oneColFixCtrHdr  #breadcrumb {
	color: #999999;
	font-size: 9px;
	margin: 0px;
	padding: 15px 0px 10px 0px;	
}


.oneColFixCtrHdr #mainContent ul {
/*	list-style-position: outside; */
	border: 0px solid #ff0000;
/*	overflow: hidden; /* important: keeps list flush left aligned near float left images */
	list-style:disc;
}



.oneColFixCtrHdr #mainContent td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}	

.oneColFixCtrHdr #mainContent .grey1 {
	background:#f3f3f3;	
	margin: 0px;
	padding: 5px 10px 5px 20px;
}	

.oneColFixCtrHdr #mainContent .grey2 {
	background:#fcfcfc;	
	margin: 0px;
	padding: 5px 10px 5px 20px;
}	




.oneColFixCtrHdr #mainContent td div {
	padding-bottom: 5px;
}

.oneColFixCtrHdr #mainContent #summary-box { /* holds summary box */
	background-color:#fef8e2;
	line-height: 18px;	
	margin-top: 12px;
	minium-height: 338px;
	height: 340px;
	padding: 10px;
	font-size: 11px;
	border: 1px solid #928c7e;
	width: 240px;
}

.oneColFixCtrHdr #mainContent .thumbs-box {
	text-align: center;
	padding: 0px;
	margin: 0px;
}	

.oneColFixCtrHdr #mainContent .box-fill div {
	padding: 0px 0px 2px 0px;
}

.oneColFixCtrHdr #footer {
	background:#ffffff;
	clear: left;
	float: left;
	margin: 0px;
	padding: 25px 0px 5px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 960px;
}
.oneColFixCtrHdr #footer p {
	color: #4b4c4c;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.oneColFixCtrHdr #footer-border {
	clear: left;
	float: left;
	background: url(../images/header_07.jpg) no-repeat; 
	height: 25px;
	width: 960px;
}

.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
	color: #333333;
	text-decoration: none;
}

.oneColFixCtrHdr #footer a:hover {
	color: #333333;
	text-decoration: underline;
}


img {
	border: none;
}

.float-left {
	float: left;
	margin: 0px 10px 0px 0px;
	border: 1px solid #928c7e;
	padding: 5px;
}


.border {
	margin: 0px 5px 0px 0px;
	border: 1px solid #928c7e;
	padding: 5px;
}

.oneColFixCtrHdr #mainContent li  {


}

#ajaxmenu{
	position:relative;
	top:0px;
	left:0px;
	width:960px;
	height:43px;
	z-index:65;
	border: 0px solid #ff0000;
}


.logo-padding {
	padding: 10px 50px;
}
