/* defaults */

body {
	font-family: Arial, Helvetica, sans-serif;

	font-weight: normal;
	
	color: #333333;
	background: url('../gfx/bgPage.gif') top left repeat-x #f4ead5;

	margin: 0px;
	padding: 0px;
	
	font-size: 12px;

	width: 100%;
}

hr {
	background-color: #cc9900;
}

p {
	font-size: 14px;
	font-weight: normal;
	
	margin: 0px;
	padding: 14px;
}

h1 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	background-color: #006699;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 10px auto;
	padding: 5px 5px;
	width: 90%;
	clear: both;
}

h4 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

a:link {
	color: #333333;
	text-decoration: underlined;
}

a:visited {
	color: #333333;
	text-decoration: underlined;
}

a:active {
	color: #333333;
	text-decoration: underlined;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

img {
	padding: 2px;
}

tr {
	border: none;
}

td {
	padding: 5px 10px;
	margin: none;
	border: none;
}

td a:link, td a:visited, td a:hover, td a:active {
	text-decoration: none;
	font-weight: normal;
	color: #CC3300;
	padding-bottom: 0px;
}

/* id */

#container {
	width:843px;
	height:100%;
	background: url('../gfx/bgBodyFrame.gif') top left repeat-y #fff;
	margin:0 auto;
	overflow:auto;
	position:relative;
}

#popup_container {
	background-color: white;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: auto;
    margin-left: auto;
	color: #333333;
	width: 560px;
	min-height: 560px;
	border: 3px #003366 solid;
}

#popup_container h3 {
	text-transform: capitalize;
	clear: both;
}

#popup_container input {
	margin-left: 30px;
	margin-top: 10px;
}

#header {
	width:843px;
	margin: 0px;
	padding: 0px;	
	clear: both;
	font-size: 20px;
	text-align: center;
	color: #333333;
	background: url('../gfx/bgHeader.jpg') top left no-repeat #ccc;
	height: 158px;
	position:relative;
	z-index:900;
}

#header dl {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header dt {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}

#header dd {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-style: none;
	color: #333333;
}

#header dd a:link {
	text-decoration: none;
	color: #333333;
}

#header dd a:hover {
	text-decoration: none;
	color: #339966;
}

#header img#logo {
	margin-left: 60px;
	padding: 0px;
	padding-top: 20px;
	display: block;
}

#header img#ribbon {
	margin-top: 0px;
	padding: 0px;
}

#header img#header_image {
	margin: 0px;
	margin-left: 170px;
	margin-top: -114px;
	padding: 0px;
}

#header img#awardSeal {
	margin: 0px;
	margin-left: 70px;
	margin-top: -114px;
	padding: 0px;
}

#nav {
	float:left;
	width:163px;
	margin-left: 38px;
	position: relative;
	z-index: 2;
}

#nav ul {
	list-style:none outside;
	margin:0px 7px;
	padding:0;
	border-top:1px solid #fff;
}

#nav li {
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;
	display:block;
	width:127px;
	background:url('../gfx/bgMainMenu.jpg') top left no-repeat;
	background-position: 0 -29px;
	height:29px;
	color:#795b03;
	text-decoration:none;
	padding-left:21px;
	line-height:29px;
	text-transform:lowercase;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.02em;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a:link, #nav a:active, #nav a:visited {
	background:url('../gfx/bgMainMenu.jpg') top left no-repeat;
	background-position: 0 0;
	display:block;
	width:127px;
	color:#795b03;
	text-decoration:none;
	line-height:29px;
	text-transform:lowercase;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.02em;
	margin-left: -21px;
	padding-left: 21px;
}

#nav a:hover {
	background-position: 0 -29px;
	width:127px;
}

#nav span.section {
	color: #FFFFFF;
	margin-left: -10px;
}

#page_menu {
	padding: 4px 0px 0px 0px;
	margin: 0px auto 7px auto;
	font-size: 14px;
	width: 98%;
}

#page_menu ul {
	margin: 0px;
	padding-bottom: 5px;
	font-size: 14px;
	list-style: none;
	text-align: center;
	text-indent: -35px;
}

#page_menu li {
	padding: 4px 10px;
	margin-left: 0px;
	display: inline;
	color: #795b03;
	text-transform: uppercase;
	font-style: italic;
}

#page_menu a:link, #page_menu a:active, #page_menu a:visited {
	text-decoration: none;
	color: #cc9900;
}

#page_menu a:hover {
	color: #795b03;
}

#content {
	width:600px;
	margin-top:-12px;
	margin-left:22px;
	margin-bottom: 0px;
	padding-left: 190px;
	padding-top: 20px;
	padding-bottom: 90px;
	padding-right: 10px; 
	background: url('../gfx/vinyard.jpg') bottom left no-repeat;
	overflow:auto;
	position: relative;
	z-index: 1;
}

#content dl {
	margin: 10px;
	padding: 10px;
}

#content dt {
	margin: 0px 0px 10px 0px;
	padding: 2px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #cc9900;
	text-transform: none;
}

#content dd {
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 5px 15px;
	font-size: 14px;
	font-style: none;
	color: #333333;
}

#content dd a:link {
	text-decoration: underline;
	color: #003366;
}

#content dd a:hover {
	text-decoration: none;
	color: #333333;
}

#content img#wine_bottle {
	margin-top: -240px;
	margin-bottom: -86px;
	margin-left: 450px;
}

#footer {
	background: url('../gfx/bgFooter.jpg') top left no-repeat;
	min-height:73px;
	width:784px;
	height:73px;
	clear: both;
	margin-left: 38px;
	}
html>body #footer { height:auto;}

#footer dl {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer dt {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}

#footer dd {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-style: none;
	color: #333333;
}

#footer dd a:link {
	text-decoration: none;
	color: #333333;
}

#footer dd a:hover {
	text-decoration: none;
	color: #339966;
}

#footer img#footer_quote {
	float: right;
	margin: 10px 15px 5px 0px;
}

#copystrap {
	color: #999999;
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
    width: 800px;
    position: relative;
    top: -35px;
    text-align: right;
    text-transform: lowercase;
    margin-left: 150px;
}

#copystrap ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 20px;
	margin-right: -10px;
}

#copystrap li {
	color: #cc9900;
	display: inline;	
	padding: 2px;
}

#copystrap a {
	color: #999999;
	text-decoration: none;
}

#copystrap a:hover {
	color: #999999;
	text-decoration: none;
}

#copystrap span {
    text-transform: none;
}

#copystrap li span {
    text-transform: lowercase;
}

#copystrap span a {
	color: #999999;
	text-decoration: none;
}

#copystrap span a:hover {
	color: #999999;
	text-decoration: none;
}

#gallery {
	padding: 0px;
	float: left;
	font-size: 14px;
}

#gallery ul {
	font-size: 14px;
	list-style: none;
	text-align: center;
}

#gallery li {
	padding: 5px;
	margin: 10px;
	float: left;
}

#gallery h3 {
	font-size: 12px;
}

#gallery img {
	border: 2px #333333 solid;
	padding: 2px;
}

#gallery input.gal_submit {
	width: 100px;
}

#links {
	padding: 0px;
	float: left;
	font-size: 14px;
	text-align: center;
}

#links ul {
	font-size: 14px;
	list-style: none;
	text-align: center;
}

#links li {
	padding: 5px;
	margin: 10px;
}

#breadcrumb {
	font-size: 14px;
	font-weight: bold;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 400px;
	float: none;
	display: block;
}

#breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited {
	text-decoration: none;
	color: #009900;
}

#breadcrumb a:hover {
	color: #333333;
}

#field_warning {
	border: none;
	position: relative;
	top: 5px;
}

#thumb_array {
	margin-left: 210px;
	width: 360px;
}

#userpage_listing table {
	clear: both;
}

#userpage_listing tr.list_row {
	background-color: transparent;
	padding: 0px;
	width: 100%;
	border: 1px #333333 solid;
}

#userpage_listing ul, #userpage_listing dl, #userpage_listing ol {
	border-top: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
	width: 585px;
	margin: 0px auto;
	padding: 10px 5px;
	background-color: #3399CC;
	text-indent 0px;
}

#userpage_listing li, #userpage_listing dd {
	padding: 2px 10px;
	list-style: none;
}

#userpage_listing span.userlist_label {
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
}

#userpage_listing span.userlist_value {
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
}

#userpage_listing span.recordview_label {
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
}

#userpage_listing span.recordview_value {
	font-weight: normal;
	color: #333333;
	padding-right: 10px;
}

#userpage_listing span#title {
	font-size: 16px;
	line-height: 16px;
	color: #990000;
	position: relative;
	top: -20px;
	left: 150px;
}

#userpage_listing span#property_type {
	line-height: 14px;
	margin-left: -8px;
	background-color: #FFFFFF;
	color: #333333;
	padding: 3px;
}

ul#photoset {
	width: 500px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px #FFFFFF solid;
	background: #006600;
	padding: 20px 0px;
}

ul#photoset li {
	padding: 10px;
}

#photoset img#full_image {
	width: 320px;
	clear: both;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	padding: 3px;
}

#photoset img#thumb_image {
	width: 75px;
	clear: both;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	padding: 3px;
}

#userpage_listing span#photos img {
	vertical-align: top;
	background-color: #FFFFFF;
	width: 100px;
	border: 1px #CCCCCC solid;
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: -62px;
	text-align: center;	
	position: relative;
	top: -25px;
	left: 440px;
	clear: both;
}

#userpage_listing ul li a.back_link {
	color: #660000;
	font-weight: bold;
	font-size: 14px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin-top: -7px;
}

/* class */

div.filter_form {
	float: left;
	width: 200px;
	text-align: left;
	border: 1px #333333 solid;
	margin-left: 80px;
	margin-bottom: 20px;
	background-color: #3399CC;
}

div.filter_form form div{
	width: 200px;
}

div.filter_form legend {
	font-weight : normal;
	font-size: 16px;
	margin: 0px;
	margin-left: -8px;
	padding: 8px;
	color: #FFFFFF;
	background-color: #006600;
	width: 100%;
}

div.filter_form label {
	text-align: left;
	margin: 4px 8px 4px 0px;
}

div.filter_form input {
	width: 200px;
	margin: 0px;
}

div.filter_form input.submit {
	margin: 8px auto;
	text-align: center;
	width: 100px;
	float: none;
}

.listing_img {
	border: 1px #CCCCCC solid;
	padding: 3px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}

img.fm_img {
	width: 75px;
}

td.fieldname {
	font-weight: bold;
	text-align: left;
	background-color: #0099CC;
	color: #FFFFFF;
}

td.fieldvalue {
	text-align: left;
	background-color: #9999FF;
}

tr.list_head a {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

tr.list_head {
	background-color: #0099CC;
	text-align: center;
	padding: 0px;
	vertical-align: center;
}

.list_head a:link, .list_head a:visited, .list_head a:hover, .list_head a:active {
	padding-bottom: 0px;
}

tr.list_head img {
	border: none;
}

tr.list_head td, tr.list_row td, tr.list_row_odd td, tr.list_row_even td {
	padding: 7px;
}

tr.list_row {
	background-color: #9999FF;
	padding: 0px;
}

tr.list_row_odd {
	background-color: #9999FF;
	padding: 0px;
}

tr.list_row_even {
	background-color: #99CC99;
	padding: 0px;
}

.list_row a:link, .list_row a:visited, .list_row a:hover, .list_row a:active {
	padding-bottom: 0px;
}

.list_row_odd a:link, .list_row_odd a:visited, .list_row_odd a:hover, .list_row_odd a:active {
	padding-bottom: 0px;
}

.list_row_even a:link, .list_row_even a:visited, .list_row_even a:hover, .list_row_even a:active {
	padding-bottom: 0px;
}

tr.list_row img, tr.list_row_odd img, tr.list_row_even img, .record_list_tools img {
	border: 1px #FFFFFF dashed;
	background: #66CCCC;
}

.record_list {
	width: 650px;
	line-height: 11px;
	font-size: 11px;
	list-style: none;
	margin: 0px;
	padding: 5px;
}

.record_list_tools {
	text-align: center;
	border-top: 1px #009966 solid;
	border-bottom: 1px #009966 solid;
	padding: 2px 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0099CC;
}

.record_list_tools img {
	border: 1px #FFFFFF dashed;
	background: #66CCCC;
}

.record_list_tools a:link, .record_list_tools a:visited, .record_list_tools a:hover, .record_list_tools a:active {
	padding-bottom: 0px;
}

.site_admin_menu {
	background: #33CCFF;
	border-top: 2px solid #000099;
	border-bottom: 2px solid #000099;
}

.user_admin_menu {
	background: #66CC00;
	border-top: 2px solid #006666;
	border-bottom: 2px solid #006666;
}

.form_admin_menu {
	background: #66CC00;
	border-top: 2px solid #006666;
	border-bottom: 2px solid #006666;
}

.auth_link {
	margin: 0px 10px;
	text-align: center;
	font-weight: normal;
}

.auth_link a {
	margin: 0px 0px 0px 30px;
	color: #990000;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

.error_msg {
	color: #990000;
	display: block;
	clear: both;
	font-size: 14px;
	background-color: #FF9999;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	margin: 5px;
}

.warning_msg {
	color: #000099;
	display: block;
	clear: both;
	font-size: 14px;
	background-color: #99CCFF;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #3300CC;
	border-bottom: 2px solid #3300CC;
	margin: 5px;
}

.success_msg {
	color: #009900;
	display: block;
	clear: both;
	font-size: 14px;
	background-color: #CCCC99;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #66CC00;
	border-bottom: 2px solid #66CC00;
	margin: 5px;
}

p.field_head {
	margin-left: 220px;
	padding: 0px 0px 5px 0px;
}

p.field_foot {
	margin-left: 220px;
	padding: 0px 0px 5px 0px;
}

/* form styling */

.form_title {
	color: #cc9900;
	font-weight: bold;
	font-size: 20px;
	margin-left: 32px;
}

.form_req {
	color: #ff0000;
	font-size: 12px;
	margin-top: 0px;
}

fieldset {
	border: none;
	padding: 8px 8px 8px 8px;
	margin: 0px;
}

form div {
	position: relative;
	width: 540px;
	margin: 0px 0px 8px 0px;
}

legend {
	font-weight : normal;
	font-size: 16px;
	margin: 0px;
	padding: 8px;
	color: #333333;
}

label {
	float: left;
	width: 200px;
	text-align: right;
	vertical-align: middle;
	margin: 4px 8px 4px 0px;
}

input {
	width: 200px;
}

input.file_select {
	width: 200px;
	margin: 7px 0px;
}

input.submit {
	display: block;
	margin: 8px;
	text-align: center;
	width: 150px;
}

input.radio, input.checkbox {
	height: 16px;
	width: 16px;
}

label em {
	position: absolute;
	left: 410px;
	top: 0;
	width: 120px;
	float: left;
	text-align:left;
	margin: 4px 0px;
}

#editable img {
	border: none;
}

#editable td {
	padding: 0px;
}