html, body {
	margin: 10px 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #443520;
}

#header {
	width: 880px;
	height: 14px;
	margin: 0 auto 10px;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
}

#header a {
	text-decoration: none;
	font-weight: bold;
}

#header a:hover {
	text-decoration: underline;
}

#main_wrapper {
	position: relative;
	width: 980px; /* 988 actual */
	margin: 0 auto;
	padding: 0 4px;
}

#nav_wrapper {
	position: relative;
	z-index: 100;
	background: url("../images/bg_nav_wrapper.gif") repeat-x left center;
	width: 984px; /* 988 actual */
	height: 33px;
	margin: 0 auto;
	padding-left: 4px;
}

#drop_shadow {
	position: absolute;
/* 	z-index: 1000; */
	top: 33px;
	left: 0px;
	background: url("../images/nav_drop_shadow.png") no-repeat left top;
	width: 988px;
	height: 5px;
	cursor: 
}

#home #logo {
	position: absolute;
	top: 25px;
	left: 82px;
}

#home #up {
	position: absolute;
	top: 230px;
	left: 10px;
}

#home #content {
	float: right;
	background: #dcd9b7;
	width: 270px; /* 300 actual */
	height: 318px; /* 563 actual */
	padding: 230px 15px 15px 30px;
	font-size: 13px;
	line-height: 18px;
}

#home #photo {
	float: right;
	position: relative;
	background: url("../images/img_home.jpg") no-repeat left top;
	width: 504px;
	height: 563px;
}

#content {
	float: right;
	width: 489px; /* 504 actual */
	padding: 40px 0 20px 15px;
	line-height: 16px;
}

#sidebar {
	float: left;;
	width: 476px; /* 476 actual */
}

#footer {
	float: left;
	width: 980px;
	height: 40px;
	margin: 15px auto;
/* 	padding-top: 10px; */
/* 	background: url("../images/bg_footer.png") no-repeat center top; */
	text-align: center;
/* 	line-height: 34px; */
}

.legal {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #b2af92;
	text-align: center;
}

.clear {
	clear: both;
}


/* !TAG MODS */

p {
	margin: 12px 0;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0 0 20px 0;
/* 	padding: 0 0 2px 0; */
	letter-spacing: 1px;
/* 	border-bottom: 1px dotted #d89f29; */
}

h2 {
	margin-bottom: -10px;
	font-size: 12px;
	color: #d5a032;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #669999;
}

img {
	border: none;
}

form {
	margin: 0;
}

button {
	background: #44341e;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	margin: 1px;
	padding: 4px 20px;
	outline: 1px outset #cec998;
	border: 1px solid #fff;
}

button:hover {
	background: #de9f29;
	cursor: pointer;
}

input.text,
textarea.text {
	margin: 2px 0 2px 5px;
	padding: 2px;
	border: 1px solid #a0a0a0;
	color: #3f3f3f;
}

hr {
	clear: both;
	padding: 10px 0;
	border: none;
}

ul {
	list-style-type: square;
}


/* !LINK MANAGEMENT */

a:link,
a:visited {
	color: #a3620a;
	text-decoration: underline;
/* 	border-bottom: 1px dotted #334d4d; */
}

a:hover,
a:active {
	color: #a3620a;
	text-decoration: none;
}

a.button {
	background: #44341e;
	padding: 1px 15px 2px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
/* 	outline: 1px outset #cec998; */
/* 	border: 1px solid #fff; */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.button:hover {
	background: #de9f29;
}

a.more {
	float: right;
	margin: 5px 20px;
}

a.light {
	color: #443520;
	background: #dcd9b7;
}



/* !TABLES */

table .desc {
	text-align: right;
}

table .section {
	background: #dcd8b5;
	padding: 3px 0;
	color: #443520;
	font-weight: bold;
	text-align: center;
}

/* !FORMS */

#aspnetForm input {
	background: #dcd9b7;
	width: 120px;
	border: 1px solid #fff;
	text-align: center;
}

#aspnetForm .label {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	text-indent: 5px;
	letter-spacing: .1em;
}



/* !IMAGES */

.border {
	padding: 1px;
	border: 1px solid #444;	
}

.pic_right {
	float: right;
	margin: 0 0 6px 12px;
}

.pic_left {
	float: left;
	margin: 0 12px 6px 0;
}

/* !MISCELLANEOUS */

.right {
	float: right;
}

.left {
	float: left;
}

.cursor {
	cursor: pointer;
}

.clear {
	clear: both;
}

.disclaimer {
	font-size: 11px;
	line-height: normal;
}

.required {
	color: #d5a032;
	font-weight: bold;
}

.quote {
	margin: 0 0 2px 0;
}

.rule {
	margin: 20px 0;
	text-align: center;
}

.rnd_box {
	background: #f5f4e3;
	border: 1px solid #e6e4cb;
	padding: 10px;
	/* CSS3 for modern browsers */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* !HOME PAGE BOXES */

.box {
	float: left;
	width: 158px;
}

.one {
	position: absolute;
	left: 8px;
	bottom: 10px;
}

.two {
	position: absolute;
	left: 173px;
	bottom: 10px;
}

.three {
	position: absolute;
	left: 338px;
	bottom: 10px;
}

.box div.top {
	float: left;
	background: url("../images/box_top.png") no-repeat;
	width: 158px;
	height: 24px; /* 34 actual */
	padding: 10px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
/* 	line-height: 34px; */
}

.box div.mid {
	float: left;
	background: url("../images/box_mid.png") no-repeat center bottom;
	width: 134px; /* 158 actual */
	padding: 10px 12px 0px;
	color: #dcd9b7;
	font-weight: bold;
	text-align: center;
}

.box div.mid_up {
	float: left;
	background: url("../images/box_mid_united_painting.png") no-repeat center bottom;
	width: 134px; /* 158 actual */
	padding: 10px 12px 0px;
	color: #dcd9b7;
	font-weight: bold;
	text-align: center;
}

.box div.mid ul {
	margin: 0 0 0 20px;
	padding-left: 0;
	font-size: 11px;
	text-align: left;
}

/* !jQuery SCROLLABLE */
/* http://flowplayer.org/tools/scrollable.html */

/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position: relative; 
    overflow: hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    width: 605px; 
    height: 406px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position: absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}

.prev {
	position: absolute;
	top: 190px;
	right: 5px;
/* 	bottom: 46px; */
	z-index: 300;
	display: block;
	background: url("../images/btn_previous.png") no-repeat center top;
	width: 34px;
	height: 34px;
/*
	opacity: 0.75;
	filter: alpha(opacity=75);
*/
}

.prev:hover {
	background-position: 0 -34px;
	cursor: pointer;
/*
	opacity: 0.5;
	filter: alpha(opacity=50);
*/
}

.next {
	position: absolute;
	top: 224px;
	right: 5px;
/* 	bottom: 20px; */
	z-index: 301;
	display: block;
	background: url("../images/btn_next.png") no-repeat center top;
	width: 34px;
	height: 40px;
/*
	opacity: 0.75;
	filter: alpha(opacity=75);
*/
}

.next:hover {
	background-position: 0 -40px;
	cursor: pointer;
/*
	opacity: 0.5;
	filter: alpha(opacity=50);
*/
}

/* !jQUERY OVERLAY */

.overlay {
    display: none;
    z-index: 10000;
    background-color: #ebeada;
    width: 596px; /* 600 actual */
    padding: 2px;
    
    /* CSS3 styling for modern browsers */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

.overlay .content {
	width: 546px;/* 596 actual */
	border: 5px solid #443520;
	padding: 20px;
    /* CSS3 styling for modern browsers */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.overlay .close {
    position: absolute;
    right: -15px;
    top: -15px;
    background-image: url("../images/btn_close.png");
    cursor: pointer;
    height: 35px;
    width: 35px;
}
