@charset "UTF-8";
A { color: #97002d; }
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #e0d9c3;
	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: #333333;
}

.thrColFixHdr #container { 
	width: 952px;  /* 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: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background-image: url(images/header_bg.gif); 
	height: 89px;
	padding: 0px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 316px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(images/navbar_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px; /* padding keeps the content of the div away from the edges */
	border-left: 1px solid #999999;
}
.thrColFixHdr #sidebarsub {
	float: left; /* since this element is floated, a width must be given */
	width: 316px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #811925; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(images/navbar_bg2.jpg);
	background-repeat: no-repeat;
	padding: 0px; /* padding keeps the content of the div away from the edges */
	border-left: 1px solid #999999;
}
.thrColFixHdr #mainContent { 
	margin: 0 0 0 316px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #999999;
}
.thrColFixHdr #subContent { 
	margin: 0 0 0 316px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 35px 200px 0px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}
.thrColFixHdr #subContent2 { 
	margin: 0 0 0 316px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 35px 50px 0px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}
.thrColFixHdr #mapContent { 
	margin: 0 0 0 316px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 35px 0px 0px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}
.thrColFixHdr #column1 {
	float: left; /* since this element is floated, a width must be given */
	width: 276px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 230px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px; /* padding keeps the content of the div away from the edges */
	border-left: 1px solid #999999;
}
.thrColFixHdr #column2 { 
	float: left; /* since this element is floated, a width must be given */
	width: 276px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 230px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px; /* padding keeps the content of the div away from the edges */
	border-left: 1px solid #999999;
} 
.thrColFixHdr #column3 {
	float: right; /* since this element is floated, a width must be given */
	width: 276px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 230px;
	padding: 20px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
.thrColFixHdr #footer { 
	padding: 5px 18px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 1px 0 0 0;
	color: #FFFFFF;
	font-size: 12px;
	background:#97002d;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1 px solid #ffffff;
} 
.thrColFixHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.locationtext {
	font: Helvetica, Arial, sans-serif;
	color: #999999;
	size: 17px;
	text-align: right;
	margin: 0px;
}
.columntext {
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
h1 { 
	font-size: 25px;
	color: #97002d;
	font-weight: lighter;
}
h2 { 
	font-size: 22px;
	color: #97002d;
	font-weight: normal;
}
a.home {
	color: #FFFFFF;
	text-decoration: none;
}
a.home:hover {
	color: #FFFFFF;
	text-decoration: undelrine;
}
a.home:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.home:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.link {
	color: #333333;
	text-decoration: none;
}
a.link:hover {
	color: #333333;
	text-decoration: underline;
}
a.link:visited {
	color: #333333;
	text-decoration: none;
}
a.link:visited:hover {
	color: #333333;
	text-decoration: underline;
}
h2 a {
	text-decoration: none;
}
.plain { font-weight: normal; }
.small { font-weight: normal; font-size: 11px; }
/* Styles for Menu Items */
.navbottom { border-bottom: solid 1px #999999; }

ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 316px; /* Width of Menu Items */
	z-index:999;
	}

ul li { position: relative; }
	
li ul {
	position: absolute;
	left: 315px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: none; /* IE6 Bug */
	padding: 19px 12px 0px 18px;
	border-bottom: solid 1px #FFFFFF;
	
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%;}
* html ul li a { height: 1%;}
/* End */

/* force "layout" in IE 7 */
ul, li, li a { box-sizing:content-box; vertical-align:bottom; z-index:999;}

ul li a:hover { color: #666666;} /* Hover Styles */
		
li ul li a { 
	padding: 9px 9px; 
	background: #d0c8af; 
	border: solid 1px #999999; 
	border-bottom: 0; /* Sub Menu Styles */
	
}		
li:hover ul, li.over ul { display: block; z-index:999;} /* The magic */

#servicescover {
	position: relative;
	top: -212px;
	left: 315px;
	width:315px;
	height:445px;
	z-index: 1;
	visibility: hidden;
	background-color: #00FFFF; /* bgcolor is for testing purposes. Delete this color when you're done. */
}
#communitycover {
	position: relative;
	top: -520px;
	left: 315px;
	width:315px;
	height:80px;
	z-index: 2;
	visibility: hidden;
	background-color: #00FFFF; /* bgcolor is for testing purposes. Delete this color when you're done. */
}
#contactcover {
	position: relative;
	top: -565px;
	left: 315px;
	width:315px;
	height:80px;
	z-index: 3;
	visibility: hidden;
	background-color: #00FFFF; /* bgcolor is for testing purposes. Delete this color when you're done. */
}
#footer_links
{
color: #666666;
text-align:left; 
font-size:12px;
width:700px;
margin-right: auto;
margin-left: auto;
}
#footer_links a
{
color: #666666;
text-decoration: none;
}
#footer_links a:hover
{
text-decoration: underline;
}	