@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg_tile.jpg) repeat-x top #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;
}
.oneColFixCtrHdr #container {
	width: 900px;
	background: #942824;
	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. */
	height:100%;
}
.oneColFixCtrHdr #header {
	margin: 0 8px 0 8px;
	padding:0;
}

.oneColFixCtrHdr #mainContent {
	padding: 8px 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin:8px 8px;
	z-index:1;
	height:auto;
}
.oneColFixCtrHdr #header2 {
	margin: 0px 8px 0 8px;
	padding:0;
}
.oneColFixCtrHdr #footer {
	padding: 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2f544b;
	margin:8px 8px 0px 8px;
}
.oneColFixCtrHdr #footer p {
	margin: 0 0 0 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 #subfooter {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff;
}
/*~~~~~~~~~~~~~ body tables ~~~~~~~~~~~~~~~ */
.navi {
	background: #e1bd86;
}
.footi {
	background: #e2bd88;
}
.cellborder {
	border: 1px solid #942824;
}
.cellunder {
	border-bottom: 1px solid #eeeeee;
}
/*~~~~~~~~~~~~~ text links ~~~~~~~~~~~~~~~ */

A.link_normal:link, A.link_normal:visited {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 11px; 
		 font-style: normal;
         font-weight: normal;
         color: #0B4DA8;
         text-decoration: none;
}

A.link_normal:hover {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 11px;
         font-style: normal;
         font-weight: normal;
         color: #C40037;
         text-decoration: none;
}
A.link_footer:link, A.link_footer:visited {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 10px; 
		 font-style: normal;
         font-weight: normal;
         color: #666666;
         text-decoration: none;
}

A.link_footer:hover {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 10px;
         font-style: normal;
         font-weight: normal;
         color: #999999;
         text-decoration: none;
}
A.link_imm:link, A.link_imm:visited {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 10px; 
         font-style: normal;
         font-weight: normal;
         color: #000000;
         text-decoration: none;
}

A.link_imm:hover {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 10px;
         font-style: normal;
         font-weight: normal;
         color: #666666;
         text-decoration: none;
}
.Text, p {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 11px;
         font-style: normal;
         color: #000000;
		 line-height:17px;
}
.TextSmall {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 10px;
         font-style: normal;
         color: #000000;
}
.Textfooter {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 10px;
         font-style: normal;
		 font-weight:normal;
         color: #942824;
		 padding:3px;
}

.TextBold {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 11px;
         font-weight: bold;
         color: #000000;
}
.Heading {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 15px;
         color: #ffffff;
         font-weight: bold;
}
.Heading2 {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 18px;
         color: #2f544b;
         font-weight: bold;
}
.SubHeading {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 13px;
         color: #942824;
         font-weight: bold;
}
.TextSmallDark {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 10px;
         font-style: normal;
         color: #2f544b;
}
.smallText  {
	font-size:10px;
	font-weight:normal;
	margin: 10px 20px 15px 0px;
	color:#999999;
}
/*  Contact Us form  */
#contactForm {
	position:relative;
	padding:10px;
	width:400px;
	margin-bottom:20px;
	margin-left:20px;
	border: 1px solid #942824;	
	font-size:11px;
}
#contactForm .labels {
	float: left; 
	width: 90px;
	margin: 10px 0;
}
#contactForm .inputs, img {
	float: left; 
	margin: 5px 0;
}
#contactForm input[type="text"] {
	border:1px solid #942824;
	height:18px;
	margin: 5px 0;
}
#contactForm input[type="submit"] {
	border:1px solid #942824;
	background-color:#eee;
	color:#942824;
	font-size:11px;
	padding: 6px 10px 6px 10px;
	cursor: hand;
}
/* General stuff */

.clearFloats {
	clear: both;
	height:1px;
	overflow:hidden; /*for IE only*/
}