@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #111111 url(/images/top-back.jpg) repeat-x;
	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: #CCCCCC;
}
p{font-family:Arial, Helvetica, sans-serif; font-size:.8em; color:#CCCCCC;line-height:1.2em;}
h1 {margin-top:20px;padding-top:5px;color:#EFEFEF; font-family:Georgia, Times New Roman, Times, serif;font-weight:bold;font-size:1.2em;font-style:italic;}
h2 {color:#EFEFEF; font-family:Georgia, Times New Roman, Times, serif;font-style:italic;font-weight:bold;font-size:1em;}
a:link, a:visited{color:#CCCCCC;text-decoration:underline;}
a:hover{color:#333333;}
.contact {margin-left:40px;}
.oneColFixCtrHdr #container {
	width: 977px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	height:132px;
}
.oneColFixCtrHdr #header #logo {
	float:left;
}
.oneColFixCtrHdr #header #phrase {
	float:right;
	margin-top:41px;
}

.oneColFixCtrHdr #midcontent #menu {margin-top:10px;background:url(/images/menu-back.jpg) repeat-x;width:100%;height:53px;}
.oneColFixCtrHdr #midcontent #menu ul {margin:0 0 0 10px; padding:20px 0; list-style:none; float:left;font-family: Geneva, Arial, Helvetica, sans-serif; font-size:.9em;font-weight:bold; letter-spacing:-.06px; letter-spacing:0;}
.oneColFixCtrHdr #midcontent #menu li {display:inline; margin:0; padding:0 13px; color:#FFFFFF;}
.oneColFixCtrHdr #midcontent #menu li a:link, .oneColFixCtrHdr #midcontent #menu li a:visited{color:#FFFFFF;text-decoration:none;}
.oneColFixCtrHdr #midcontent #menu li a:hover{color:#666666;}
.oneColFixCtrHdr #mainContent {margin: 4px 0;	padding: 0;}
.oneColFixCtrHdr #mainContent #topcont{background:#504E4F; height:5px; margin:0; padding:0;}
.oneColFixCtrHdr #mainContent #botcont{background:#504E4F; height:5px; margin:0; padding:0;}

.oneColFixCtrHdr #mainContent #content {margin:-15px 0 -16px 0; padding:0 10px;
	border-left: 1px solid #757474;
	border-right: 1px solid #757474;
	background:#504E4F;
}
.oneColFixCtrHdr #footer {
	margin: 5px 0 10px 0;
	border-left:1px solid #262626;
	border-right:1px solid #262626;
	border-bottom:1px solid #262626;
	padding: 0;
	height:69px;
	background: url(/images/footer-back.jpg) repeat-x;
}
.oneColFixCtrHdr #footer p {font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 27px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:.7em;
	color:#666666;
}
.oneColFixCtrHdr #container #mainContent #content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
