@import url(navigation.css);

body {
	margin: 0;
	padding: 0;
	background-color: #f0ecdb;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #339;
}
a {
	color: #b2c702
}
#home_template {
	background-image: url(../images/h-bg.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0;
}
#gallery_template {
	background-image: url(../images/h-bg.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0;
}
#internal_template {
	background-image: url(../images/i-bg.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0;
}
#main {
	background-color: #fff;
	width: 770px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
#header_screen_home {
	clear: both;
	width: 770px;
	height: 188px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/header_home_bg.jpg) no-repeat;
}
#header_logo_home {
	float: left;
	width: 126px;
	height: 126px;
	padding-top: 29px;
	padding-left: 36px;
}
#header_text_home {
	float: left;
	width: 376px;
	height: 36px;
	padding-top: 76px;
	padding-left: 52px;
}
#header_screen_internal {
	clear: both;
	width: 770px;
	height: 118px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/header_internal_bg.jpg) no-repeat;
}
#header_logo_internal {
	float: right;
	width: 85px;
	height: 85px;
	padding-top: 17px;
	padding-right: 39px;
	border: 0;
}
#header_text_internal {
	float: right;
	width: 313px;
	height: 31px;
	padding-top: 47px;
	padding-right: 10px;
	border: 0;
}
#header_print {
	display: none;
}
#navcon {
	clear: both;
	margin: 2px 2px 10px 1px;
	padding: 0;
	height: 63px;
	background: url(../images/navcon_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
#main_home_features {
	float: left;
	width: 261px;
}
#news_headlines h2 {
	background: url(../images/news_header_bg.gif) no-repeat top left;
	padding: 18px 0px 0px 23px;
	margin: 0;
	width: 261px;
	height: 40px;
	font-size: 1.1em;
	color: #339;
	font-weight: normal;
}
#news_headlines ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	font-size: 0.8em;
	color: #b2c702;
	background-color: #fafafa;
	border-left: 2px solid white;
}
#news_headlines ul li {
	padding: 15px 20px 15px 0px;
	border-bottom: 1px dotted #9b9b9b;
	border-right: 12px solid #f3f3fe;
}
#news_headlines a {
	color: #339;
	text-decoration: none;
}
#news_headlines a.news_headline_more {
	color: #b2c702;
}
#news_headlines a.news_headline_more:hover {
	text-decoration: underline;
}
#faqs_banner {
	background: url(../images/faq_button_bg.jpg) no-repeat top left;
	width: 259px;
	height: 58px;
	border-left: 2px solid white;
}
#faqs_banner a {
	display: block;
	color: white;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
	padding: 20px 0px 18px 23px;
	border: 0;
}
#contact_feature {
	padding: 0;
	margin: 0;
	padding-left: 20px;
	font-size: 0.8em;
	background-color: #fafafa;
	border-left: 2px solid white;
	border-right: 12px solid #f3f3fe;
}
#contact_feature p {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}
#main_content_home_text {
	float: left;
	width: 280px;
	padding-left: 28px;
	font-size: 0.9em;
}
#main_content_home_text h1 {
	color: #b2c702;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
}
#main_content_home_text h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
#main_content_home_text h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
	font-style: italic;
}
#main_content_home_photo {
	float: left;
/*	width: 160px; */
	padding-top: 20px;
	padding-left: 15px;
}
#main_content_home_photo img {
/*
	width: 160px;
	height: 279px;
*/
	border: 0;
}


#main_content_internal_text {
	float: left;
	width: 540px;
	padding-left: 28px;
	font-size: 0.9em;
}
#main_content_internal_text h1 {
	color: #b2c702;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
}
#main_content_internal_text h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
#main_content_internal_text h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
	font-style: italic;
}
#main_content_internal_photo {
	float: left;
	width: 160px;
	padding-top: 50px;
	padding-left: 15px;
}
#main_content_internal_photo img {
	width: 160px;
	height: 272px;
	border: 0;
}
#main_content_gallery_text {
	width: 715px;
	padding-left: 28px;
	font-size: 0.9em;
}
#main_content_gallery_text h1 {
	color: #b2c702;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
}
#main_content_gallery_text table.photo_gallery img {
	border: 1px solid #b2c702;
	width: 160px;
	height: 120px;
}
#main_content_internal_text table.user_form {
	width: 100%;
	margin-top: 15px;
	border: 1px solid #356aaf;
}
#main_content_internal_text table.user_form th {
	background: #0c4683;
	color: white;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
}
#main_content_internal_text table.user_form tr.row {
	background: #f0ecdb;
}
#main_content_internal_text table.user_form tr.row-alt {
	background: #efefef;
}
#main_content_internal_text table.user_form tr.button-row {
	background: #bdccdc;
}
#main_content_internal_text table.user_form tr.button-row td {
	text-align: center;
}
#main_content_internal_text table.user_form td.label {
	font-weight: bold;
	font-size: 0.9em;
	vertical-align: top;
}
#pre_footer {
	clear: both;
	height: 40px;
}
#pre_footer hr {
	display: none;
}
#footer {
	clear: both;
	background-color: #0c4683;
	height: 74px;
	font-size: 0.7em;
	color: #dee5ec;
}
#footer a {
	color: #dee5ec;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	list-style: none;
	padding: 0;
	padding-top: 28px;
	margin: 0;
}
#footer ul li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #dee5ec;
}
#footer ul li.footer_left_item {
	padding-left: 25px;
	border-left: 0;
}
#footer ul li.footer_right_item {
	padding-left: 65px;
	border-left: 0;
}
p.breadcrumb {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
#private_sale_list {
	width: 100%;
	margin-top: 15px;
	border: 1px solid #356aaf;
border-collapse: collapse;
}
#private_sale_list th {
	background: #0c4683;
	padding: 2px;
	margin: 0;
	color: white;
	font-weight: bold;
	text-align: center;
}
#private_sale_list tr {
	background: #f0ecdb;
}
#private_sale_list td {
	border: 1px solid #356aaf;
	padding: 2px;
	margin: 0;
	vertical-align: top;
}
