@charset "utf-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #cccccc;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
	background-image: url(Images/hm_bleed_noTOP.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
}	
.oneColFixCtrHdr #container {
	width: 770px;  /* 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 #header {
	height: 40px;
	
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 0px 0px 0px;  /* 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. */
	line-height: 13px;
	background-image:url(Images/goto_headbar.jpg);
	background-repeat:no-repeat;
}


.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(Images/hm_body_background.jpg);
	background-repeat: no-repeat;
	width: 770px;
		
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	height: 186px;
	background-image:url(Images/hm_bottom_box_FOOTER.jpg);
}
.oneColFixCtrHdr #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: 0px 0 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer td{
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding: 0 0px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #appDiv {
	margin: 0x 0px 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		
}
.oneColFixCtrHdr #appDiv2 {
	margin: 0px 0px 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
		
}

.oneColFixCtrHdr #whitebodyDiv1 {
	margin: 0;
	padding: 0px 10px 0px 10px;
	background-image: url(Images/hm_whitebodyDiv1_back.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #whitebodyDiv2 {
	margin: 0;
	height: 679px;
	padding: 0px 0px 0px 0px;
	background-image: url(Images/hm_whitebodyDiv2_back.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
}
.oneColFixCtrHdr #whitebodyDiv2 td {
	margin: 0; 
	padding: 30px 0px 0px 0px;
	color: #ffffff;
}
.oneColFixCtrHdr #whitebodyDiv3 {
	margin-top: -16px;
	padding: 0px 0px 0px 10px;
	height: 71px;
	background-image: url(Images/hm_whitebodyDiv3_back.jpg);
	
}
.oneColFixCtrHdr #whitebodyDiv3 a, a:hover {
	text-decoration: none;
	color: #980000;
}
a {
text-decoration: none;
color: #ffffff;
}

a:hover {
text-decoration: underline;

}

a:hover {

color: #8e7f4c; /* CR GOLD */

text-decoration: none;

}

td {
  border: 0 ;
  padding: 0  ;
}


img {
border: none;
}

iframe{
	padding:0px;
	margin: 0px;
	border: 0px;
	
	 
}
table.servicesT
{
	font-weight: normal;
	font-size: 11px;
	width:770px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
	height: 157px;
	
}


table.servicesT td.servBodL
{
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding-left: 4px;
}

table.servicesT td.servBodL2
{
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	padding-left: 4px;
}


table.servicesT td {
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	width: 256px;
	padding-bottom: 2px;
	padding-top: 8px;
}

.servBodL, .servBodL2 {
	text-align: left;
} 
.servicesT{
	text-align: center;
	margin-left: 0px;
} 

a.show {
	margin: 0px; padding: 0px; border: none;
	text-decoration: none;
}

#hover_enlarge .large_picture {
	display: none;
}

.normal_picture:hover > .hover_enlarge {
	position: relative; 
	top: -100px; 
	left: 100px;
	display: block;
	margin: 0px; 
	padding: 0px; 
	border: none;
}