@charset "UTF-8";
body {
	background: #DDDAC5;
	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;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}
#container {
	width: 833px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#container #mainContent {
	background-color: ;
	overflow: visible;
	background-image: url(../images/maincontent_back.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#container #mainContent .headerImg {
	position: fixed;
	z-index: 100;
	left: -5px;
	top: -10px;
}
.separatorBar {
	background-color: #990000;
	height: 20px;
	text-align: right;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 10px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
	border: 3px solid #CC9901;	
}
#container #mainContent .menu {
	height: 37px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 400;
	position: absolute;
}
#container #mainContent #map {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 300;
	background-color: #BFBDAA;
	width: 394px;
	margin-left: 436px;
	position: absolute;
	margin-top: 0px;
	height: 287px;
}

#container #mainContent .address {
	padding-right: 0px;
	padding-bottom: 0px;
	z-index: 300;
	background-color: #555450;
	width: 394px;
	margin-left: 436px;
	margin-top: 287px;
	position: absolute;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
	text-indent: 25px;
}
#container #mainContent .belowAddress {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	z-index: 100;
	background-color: #DDDAC5;
	width: 365px;
	margin-left: 436px;
	margin-top: 380px;
	position: absolute;
	color: #333333;
	font-size: 10px;
	line-height: 11px;
	font-style: italic;
	padding-top: 10px;
}



#container #mainContent .belowAddress a {
	color: #666666;
	text-decoration: underline;
}

#container #mainContent .belowAddress a:hover {
	color: #999999;
	text-decoration: underline;
}

#bulletTitle {
	font-size: 14px;
	color: #990000;
	list-style-image: url(../images/bullet.gif);
	font-weight: bold;
}
#bulletTitle a {
	font-size: 12px;
	color: #990000;
	list-style-image: url(../images/bullet.gif);
	font-weight: bold;
	text-decoration: none;
}

#bulletTitle a:hover {
	color: #ffffff;
}

#submenu  {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	list-style-type: none;
	line-height: 18px;
	padding-left: 85px;
}

#submenu a:hover {
	color: #990000;
	
}

#container #mainContent #contentBody .bottom .content .title {
	font-weight: bold;
	color: #990000;
	font-size: 11px;
}

#container #mainContent #contentBody {
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 300;
	width: 434px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
}
.top {
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	z-index: 350;
	color: #333333;
	font-size: 11px;
	line-height: 12px;
	background-color: #CC9901;	
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#container #mainContent #contentBody .bottom {
	padding-right: 0px;
	padding-bottom: 0px;
	z-index: 360;
	color: #FFFFFF;
	font-size: 11px;
	width: 436px;
	margin-top: 20px;
}
#container #mainContent #contentBody .bottom a {
	color: #990000;
	text-decoration: underline;
}

#container #mainContent #contentBody .bottom a:hover {
	color: #CC9901;
	text-decoration: underline;
}

#container #mainContent #contentBody .bottom .bottomtitle {
	color: #333333;
	font-size: 14px;
	top: -20em;
	letter-spacing: 2px;
	padding-bottom: 3px;
	padding-top: 15px;
}
p {
	line-height: 13px;
	font-size: 11px;
}

.content {
	color: #333333;
	font-size: 11px;
	background-color: #F3F0D9;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;	
}
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#footer  {
	position: relative;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	z-index: 300;
	margin-top: 100px;
}
.partners {
	background-image: url(../images/footerBack_01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
	color: #666666;
	padding-bottom: 10px;
	text-decoration: none;		
}
#footer #dock {
	vertical-align: text-top;
}
.disclaimer  {
	background-image: url(../images/footerBack_02.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;	
	font-size: 11px;
	color: #666666;
}
#footer a {
	text-decoration: none;	
	font-size: 11px;
	color: #666666;
}
#footer .partners a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #333333;
}
#footer .disclaimer a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #990000;
}
#footer .links a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #CC9901;
}

.links {
	background-image: url(../images/footerBack_03.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
	color: #666666;
	padding-bottom: 10px;
	text-decoration: none;	
	
}
#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 */
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #CC9901;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}

h2 {
	font-size: 12px;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 0px;
}
h3 {
	font-size: 12px;
	color: #990000;
	padding-top: 10px;
	padding-bottom: 0px;
}
form h3 {
	font-size: 12px;
	color: #990000;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Fisheye Menu Styles */
#footer #fisheye_menu {
	list-style: none;
	padding: 0;
	height: 81px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer #fisheye_menu li {
	position: relative;
	display: block;
	float: left;
}
#footer #fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 79px;
	padding: 1px;
	margin: 0;
	color: #333; 
	
}
#footer #fisheye_menu a {
	text-decoration: none;
}
#footer #fisheye_menu img {
	border: 0;
	vertical-align: top;
}
/**************  FORM ELEMENTS ***************/

fieldset {
	border: thin solid #990000;
	margin-bottom: 25px;
	clear: both;
	text-align: left;	
}

legend {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

fieldset fieldset {
	border: thin solid #999999;
	margin-top: 20px;
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
}
.subtitle {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
	text-align: left;
}

fieldset fieldset legend {
	font-size: 11px;
	color: #990000;
	clear: both;
	font-weight: normal;
	
}

input, textarea, select {
	background-color: #DDDAC5;
	color: #990000;
	margin: 5px;
	font-size: 10px;
	text-align: left;
	float: left;
	
}

textarea {
	height: 80px;
	width: 180px;
}
.short {
	width: 40px;
}


label {
	float: left;
	width: 10em;
	margin-right: 2em;
	text-align: right;
	font-size: 11px;
	color: #666666;
	clear: both;
	margin-bottom: 10px;
}
.clear {
clear:left;
}
.sublabel {
	float: left;
	width: 40em;
	margin-left:6em;
	text-align: left;
	font-size: 11px;
	color: #666666;
	clear: both;
	font-style: italic;
}
.date {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}.bottom .content img {
	padding-right: 20px;
	padding-bottom: 20px;
	
}
.top a {
	color: #FFFFFF;
	text-decoration: underline;
}
.top a:hover {
	color: #F3F0D9;
	text-decoration: underline;
}
