/**** Basic Elements ****/
body {
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 11px;
}

#body {
	background:#d8d4c8 url(../images/body.jpg) top left;
}

#background {
	background:url(../images/background.jpg) top left repeat-x;
}

p {
	margin:0px;
	padding:0px;
}

table {
	border-collapse:collapse;
}

img { 
	border: 0 none; 
}

/******** Links ********/
a:link, a:visited {
	text-decoration: underline;
	border:0px;
	color:#b6420f;
}

a:hover {
	text-decoration: underline;
	border:0px;
	color:#6c5b33;
}

/******** Fonts ********/
.white, a.white:link, a.white:visited, a.white:hover {
	color:#ffffff;
	text-decoration:none;
}

.black, a.black:link, a.black:visited, a.black:hover {
	color:#000000;
	text-decoration:none;
}

.gray, a.gray:link, a.gray:visited, a.gray:hover {
	color:#888888;
	text-decoration:none;
}

/****** Page Layout ******/
#container {
	position:relative;
	width:880px;
	margin:auto;
	padding-top:5px;
}

#header {
	background:url(../images/header.jpg) top left no-repeat;
	height:247px;
}

#logo {
	position:absolute;
	top:25px;
	left:25px;
	width:340px;
	height:120px;
}

/*.nav {
	/*background:url(../images/nav_bg.gif) top center no-repeat;*/
	/*position:absolute;
	top:225px;
	left:22px;
	font-family:"Times New Roman", Times, Garmond, Georgia, serif;
	letter-spacing:-.1pt;
	font-size:13px;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nav ul li { 
	float:left;
}

.nav a {
	text-decoration:none;
	display:block;
	padding:4px 2px;
	margin:0px 3px;
}

.nav li.separator {
	padding:3px 1px;
	color:#b6420f;
}

.nav li.selected a, .nav li:hover a {
	color:#6c5b33;
	background:url(../images/nav_selected.gif) repeat-x top left;
}*/

.column_left {
	background:#f4f2ec;
	padding-top:6px;
}
.column_right {
	padding:10px 20px;
}

.links a {
	display:block;
	padding:4px 6px 4px 8px;
	text-decoration:none;
	border-bottom:1px solid #f0ede6;
}

.links a.selected, .links a:hover {
	color:#6c5b33;
	background:#ffffff;
}

#content {
	min-height:300px;
	/*text-align:justify;*/
	height:auto !important;
	height:300px;
	background:url(../images/content.png) repeat-y;
	padding:0px 17px 0px;
}

#left {
	float:left;
	width:340px;
	margin-right:15px;
}

#right {
	float:left;
	width:250px;
}

.photo1, .photo2, .photo3 {
	position:absolute;
	top:400px;
	right:-22px;
}

.photo2 {
	top:542px;
	right:82px;
}

.photo3 {
	top:693px;
	right:17px;
}

#footer {
	position:relative;
	height:50px;
	padding:24px 30px 26px;
	background:url(../images/footer.png) no-repeat top left;
	text-align:center;
	color:#645636;
}

#footer a {
	color:#645636;
}

.indent {
	padding:5px 0px 0px 12px;
}

/********* Forms *********/
form {
	margin: 0;
	padding: 0;
}

.submit { 
	cursor: hand;
	cursor: pointer; 
}

input.big {
	font-size:20px;
	height:40px;
	padding:0px 30px;
}

input.default {
	color:#999999;
}

/******** Headings ********/
h1 {
	font-size:24px;
	padding:0px;
	margin:0px;
	color:#6c5b33;
	letter-spacing:-1px;
	font-weight:normal;
	font-family:Garmond, Georgia, "Times New Roman", Times, serif;
}

#content h1 a, h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
	text-decoration:none;
	color:#6c5b33;
}

h2 {
	color:#b6420f;
	font-size:14px;
	padding:0px;
	margin:4px 0px;
	font-family:Garmond, Georgia, "Times New Roman", Times, serif;
}

h3, tr.h3 {
	background:#6c5b33;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	padding:3px 6px;
	margin:0px;
}

tr.h3 {
	font-size:11px;
	font-weight:normal;
}

h4 {
	display:inline;
	color:#777777;
	font-size:10px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h5 {
	color:#6c5b33;
	font-size:12px;
	padding:0px;
	margin:4px 0px;
	font-family:Garmond, Georgia, "Times New Roman", Times, serif;
}

h6 {
	color:#b6420f;
	font-size:15px;
	padding:0px 5px 3px;
	margin:4px 0px;
	font-family:Garmond, Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #b6420f
}

.hr {
	border-top:1px solid #d9d2c1;
	margin:10px 0px;
}

/******** Lists ********/
ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

li {
	margin: 0px;
	padding: 0px;
}

/********* Divs ********/
.red {
	margin:6px;
	padding:6px;
	color:#990000;
	border:1px solid #990000;
	background-color:#f8f0f0;
}

.green {
	margin:6px;
	padding:6px;
	color:#608112;
	border:1px solid #8DA820;
	background-color:#eff4e5;
}

.center {
	margin:auto;
	text-align:center;
	width:400px;
}

.clear {
	clear:both;
}

.fade {
	opacity:.30;
	filter: alpha(opacity=30); 
	-moz-opacity: 0.3;
}

.p{
	display:inline;
	width:20px;
	padding:2px 5px 3px 5px;
	margin:0px 2px;
	font-weight:bold;
	background:#FFFFFF;
	border:1px solid #CFCFCF;
}

.row {
	border-bottom:1px solid #cfcfcf;
}

.box {
	padding:10px;
	border:1px solid #cfcfcf;
}

img.box {
	padding:7px;
	background:#ffffff;
	margin-bottom:4px;
	border:1px solid #cfcfcf;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:#d8d8d8 3px 3px 4px;
	-moz-box-shadow:#d8d8d8 3px 3px 4px;
	-webkit-box-shadow:3px 3px 4px #d8d8d8;
}

.absmiddle {
	vertical-align:middle;
}

/****** Inline Edit *******/
.inline {
	padding:6px;
	position:relative;
	background:none;
	height:13px;
}

.inline:hover {
	background:#eeeeee;
	border:1px solid #cfcfcf;
	padding:4px 5px;
}

.inline:hover .inline_edit {
	top:2px;
	right:0px;
}

.inline_edit {
	position:absolute;
	top:4px;
	right:1px;
	display:none;
	width:20px;
}

/***** Validation *****/
label.error {
	margin-left: 5px;
	width: auto;
	display: inline;
	color:#B80A0A;
	display: none;
}

.even {
	background-color:#ffffff;
}

.odd {
	background-color:#f3f3f3;
}

/***** Thickbox *****/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/overlay.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 20px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	padding:7px 30px 10px 25px;
}

#TB_closeWindow{
	height:20px;
	position:absolute;
	top:3px;
	right:3px;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}