@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #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;
}
	
a.sub_nav:link { color: #cccccc; text-decoration: none; }
a.sub_nav:visited { color: #cccccc; text-decoration: none; }
a.sub_nav:hover { color: #999999; text-decoration: none; }
a.sub_nav:active { color: #999999; text-decoration: none; }

.imagepadding {
	padding: 15px 11px 0 0;
	}

.oneColFixCtrHdr #floatLeft {
	 float: left;
	 }

.oneColFixCtrHdr #floatRight {
	 float: right;
	 }

.oneColFixCtrHdr #container {
	width: 950px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	height: 80px; 
	padding: 10px 0 0 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. */
}
.oneColFixCtrHdr #navigation {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	width: 950px; height: 23px;
	border-bottom: 1px solid #ffffff;
	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. */
}

.oneColFixCtrHdr #homeMain {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background-image: url(../images/home_bg.jpg);
	width: 950px; height: 370px;
}

.oneColFixCtrHdr #homeMainRight {
	width: 630px; 
	float: right; 
	text-align: left; 
	margin: 10px 30px 20px 0;
	}

.oneColFixCtrHdr #homeMainRightBox {
	position: absolute; 
	width: 289px; height: 320px; 
	background-color: #ffffff; 
	padding: 10px; 
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70; z-index: 9;
	}

.oneColFixCtrHdr #homeMainRightBoxText {
	position: absolute; 
	width: 289px; height: 320px; 
	padding: 10px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; line-height: 20px; color: #000000; 
	z-index: 10;
	}
	
.oneColFixCtrHdr #homeMainRightContact {
	position: relative; 
	float: right;
	}	

.oneColFixCtrHdr #mainContent {
	padding: 15px 15px 15px 15px;
	width: 920px;
	background-image: url(../images/mainContentBG.gif);
	background-repeat: repeat-y;
	/*height: 370px;*/
	/*border-left: 1px solid #1A84B6;
	border-right: 1px solid #1A84B6;*/
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 18px;
}

.oneColFixCtrHdr #pageHeaderHolder {
	width: 910px;
	}

.oneColFixCtrHdr #contactInfo {
	float: left; width: 300px;
	}

.oneColFixCtrHdr #formHolder {
	float:right; width: 550px;
	}
	
.oneColFixCtrHdr .formInputBox {
	width: 280px; height: 14px; font-size: 10px;
	}

.oneColFixCtrHdr #formHeader {
	float: left; text-align: right; width: 135px; padding-right: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 10px; padding-top: 1px; margin-bottom: 10px;
	}

.oneColFixCtrHdr #formInput {
	float: right; text-align: left; width: 400px; margin-bottom: 10px;
	}

.oneColFixCtrHdr #formCheckboxLeft {
	float: left; width: 200px; font-family: Arial, Helvetica, sans-serif; font-size: 10px;
	}

.oneColFixCtrHdr #formCheckboxRight {
	font-family: Arial, Helvetica, sans-serif; font-size: 10px;
	}

.oneColFixCtrHdr #ps_arrow {
	float: left;
	width: 50px; height: 48px;
}

.oneColFixCtrHdr #ps_header {
	width: 850px;
	text-align: left;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; color: #999999; font-weight: bold;
}

.oneColFixCtrHdr #galleries_body {
	width: 850px;
	padding-top: 20px;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; color: #999999; font-weight: bold;
}

.oneColFixCtrHdr #specialties {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; color: #ffffff; line-height: 18px;
	height: auto;
	background-color: #1A84B6;
	background-image: url(../images/lower_section_bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #specialties_footer {
	background-image: url(../images/lower_section_footer.jpg);
	background-repeat: repeat-x;
	height: 8px;
}
.oneColFixCtrHdr #footer {
	padding: 10px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999999; line-height: 18px;
}

.oneColFixCtrHdr #footer_contact {
	width: 240px; 
	float: left;
	}
	
.oneColFixCtrHdr #footer_SEO {
	width: 380px; 
	float: right;
	}

.oneColFixCtrHdr #footer_nav {
	margin: 0 auto; text-align: center;
	padding: 20px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999999; line-height: 18px;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}





-->
</style>
