/* CSS Document */
body 				{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-image: url(/assets/images/wood2.jpg);
}

/* Headers */
h1 					{
	font-size: 1.8em;
} 
h2  				{
	font-size: 1.4em;
	color: #F8C65C;
}
h3					{}
h4					{}
h5					{} 

/* Linkage */
a:link 				{
	color: #FFFFFF;
} 
a:visited 			{
	color: #FFFFFF;
} 
a:hover				{
	text-decoration: none;
}
a:focus				{}
a:active			{
	color: #CCCCCC;
}  

/* Misc. */
acronym 			{ cursor: help; }
img					{ border: 0; }
.images				{
	border: 1px solid #014327;
	background-color: #DDB897;
	padding: 2px;
	margin: 3px;

}
.clear				{ clear: both; }
::-moz-selection	{ background-color: #333; color: #ccc; }
::selection			{ background-color: #333; color: #ccc; }

/* Main Styles */
#container			{
	width: 896px;
	padding: 0;
	background-image: url(/assets/images/upper-left2.jpg);
	background-repeat: no-repeat;
	margin: 0;
}
#main				{
	padding: 0 2px;
	margin: 0;
}
#header				{
	margin: 0 0 0 430px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header a 			{
	margin: 0 4px;
}
#content			{ clear: both; margin-top: 2px; }
.left				{
	float: left;
	width: 263px;
	height: 206px;
	margin: 0;
}
.left h2			{ text-align: center; color: #fff; font-size: 18px; margin-top: 10px; font-weight: normal; }
.left p				{ font-size: 14px; font-weight: bold; margin: 30px 0 0 10px; }
.right				{
	float: right;
	width: 582px;
	height: 300px;
}
#lower-content		{ clear: both; margin-top: 2px; }
.lower-left			{
	float: left;
	width: 227px;
	margin: 0 0 0 60px;
}
.lower-left h2			{
	background-color: #C2773E;
	padding: 3px 10px;
	border-bottom: 1px dotted #692C03;
	font-size: 1.6em;
	margin: 0;
}

.lower-right		{
	float: right;
	width: 526px;
	padding: 20px 20px 0 20px;
	background-image: url(/assets/images/tran.png);
	border: 8px solid #692C03;
}

/* Slide Show */
#slideshow 			{
	width: 580px;
	height: 300px;
	position: relative;
	margin: 0;
	padding: 0px;
	border-bottom: 8px solid #692C03;
	background-color: #714827;
	background-image: url(/assets/images/slideshow/landscape.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #B7C7D7;
	border-right: 1px solid #B7C7D7;
	border-top: 1px solid #B7C7D7;
}
#slideshow img 		{ display: none; position: absolute; }

/* Footer */
#footer				{
	background-color: #666666;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	height: 30px;
	padding: 10px 0;
}

#footer a:link		{
	margin: 0 8px;
	text-decoration: none;
	color: #CCCCCC;
	border-bottom: none;
}
#footer a:visited	{
	margin: 0 8px;
	text-decoration: none;
	color: #CCCCCC;
	border-bottom: none;
}
#footer a:hover		{
	margin: 0 8px;
	text-decoration: none;
	color: #CCCCCC;
	border-bottom: 1px dotted #999;
}
#footer a:focus		{
	margin: 0 8px;
	text-decoration: none;
	color: #CCCCCC;
	border-bottom: 1px dotted #999;
}
#footer a:active	{
	margin: 0 8px;
	text-decoration: none;
	color: #CCCCCC;
	border-bottom: 1px dotted #999;
}

/* Form Styles */
#form						{
	float: left;
	width: 450px;
	font-size: 10px;
}
#form p						{ padding: 8px; text-align: center; }
#form em					{ color: #f00; }
#form div.row				{ clear: both; padding-top: 5px; }
#form label					{ float: left; width: 100px; text-align: right; }
#form span.field			{ float: right; width: 335px; text-align: left; }
#form div.submit			{ clear: both; }
#form .req					{ font-weight: bold; }

#form input					{ background-color: #fff; border: 1px solid #000; padding: 2px; }
#form textarea				{ background-color: #fff; border: 1px solid #000; padding: 2px; }
#form input:focus			{ background: #f2f2f2; border: 1px solid #ff6600; }
#form textarea:focus		{ background: #f2f2f2; border: 1px solid #ff6600; }

#hidden				{ display: none; } 
