@charset "UTF-8";
/* CSS Document */

/*** Global
*************************************/
html, body{
	background:url(../images/bg-wood.jpg) top left repeat-x;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	height:100%;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

a, a:link, a:active, a:visited{
	color:#983c26;
	text-decoration:none;
}

a:hover{
	color:#888943;
	text-decoration:none;
}
h1 {
	font-size:24px;
	margin:12px 0 8px 0; 
	padding:0; 
}
h2 {
	margin:12px 0 5px 0; 
	padding:0; 
	font-size:18px;
}

h3 {
	margin:10px 0 5px 0;
	font-size:15px;
}

h4 {
	margin:15px 0 5px 0; 
	padding:0; 
	font-size:16px;
}

/*** Wrapper
*************************************/
#wrapper {
   min-height:100%;
   position:relative;
}

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

.header-cage{
	width:920px; 
	height:390px; 
	margin:0 auto; 
}


/*** Main Nav
*************************************/
#main-nav{
	width:594px;
	height:100px;
	position:relative;
	float:left;
	background-image:url(../images/main-nav2.gif);
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;

}

#main-nav li{
	float:left;
}

#main-nav a {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	display:block;
	height:100px;
	background:url(../images/main-nav2.gif) no-repeat;
	text-indent: -9999px;
	overflow:hidden;
}

/*** Main Nav Off
*************************************/
li#nav_home a {
	left:0;
	width:198px;
	background-position: 0 0;
}

li#nav_lvos a {
	left:198px;
	width:198px;
	background-position: -198px 0;
}

li#nav_con a {
	left:396px;
	width:198px;
	background-position: -396px 0;
}

/*** Main Nav Hover
*************************************/
li#nav_home a:hover {
	background-position: 0 -100px;;
}

li#nav_lvos a:hover {
	background-position: -198px -100px;
}

li#nav_con a:hover {
	background-position: -396px -100px;
}

/*** Main Nav Current LOC
*************************************/

#body-home li#nav_home a {
	background-position: 0 -200px;;
}

#body-lvos li#nav_lvos a {
	background-position: -198px -200px;
}

#body-con li#nav_con a {
	background-position: -396px -200px;
}

/*** Left Margin Internal
*************************************/
#left-margin{
	width:288px; 
	margin:0 18px 0 0; 
	padding:0 0 250px 0; 
	float:left;
	background:url(../images/bg_left-margin.gif) bottom left no-repeat;
}

#left-margin ul{
	margin:12px 0 30px 0;
	padding:0;
	list-style:none;
}

#left-margin ul li{
	padding:5px 0 5px 0;
	font-size:16px;
	font-weight:bold;
	border-bottom:#999999 dotted 1px;
}

/*** Left Margin Sub Internal
*************************************/
.left-margin-sub{
	font-size:12px;
}

.left-margin-sub ul{
	margin:0 0 15px 0;
	list-style:none;
	list-style-position:inside;
}

.left-margin-sub li{
	list-style:none;
	border-bottom:#FFFFFF dotted 1px;
}

.left-margin-sub a, 
.left-margin-sub a:link, 
.left-margin-sub a:active, 
.left-margin-sub a:visited {
	color:#888943;
}

.left-margin-sub li a:hover{
	color:#888943;
	text-decoration:underline;
}


/*** Contact Form
*************************************/
.contactForm{
	background-color:#F1F1F1;
	margin:25px 0 0 0;
	padding:20px;
	border:#CCC solid 1px;
}
.contactForm input[type="text"]{
	width:265px;
	margin:5px 0 5px 0;
}
.contactForm textarea{
	width:270px;
	margin:5px 0 0 0;
}
.contactForm select{
	width:270px;
	margin:4px 0 4px 0;
}
.contactForm td{
	font-size:14px;
	font-weight:bold;
}

/*** Highlight Colors
*************************************/
.red-hl{
	color:#983C26;
	font-weight:bold;
	font-size:14px;
}

/*** Body Content Internal
*************************************/
#body-content{
	width:594px; 
	padding:0 0 5px 0; 
	float:left;
}

/*** Body Content Internal Gallery
*************************************/
#body-content-gallery{
	width:390px; 
	padding:0 10px 5px 0; 
	float:left;
}

/*** Gallery thumbs
*************************************/
.gallery-thumbs{
	padding:20px 0 0 0;
	width:190px;
	overflow:hidden;
}

.gallery-thumbs img{
	margin:0 10px 10px 0;
	float:left;
}



/*** Body Content
*************************************/
#content-home{
	clear:both; 
	width:900px;
	margin:0 auto;
	padding-bottom:100px;   /* Height of the footer needs to match */
}

#content{
	clear:both; 
	width:900px;
	margin:0 auto;
	padding-bottom:90px;   /* Height of the footer needs to match */
}

/*** Footer
*************************************/
#footer{
	background-color:#242930;
	color:#CCC;
	text-align:center;
	width:100%; 	
	clear:both;
	position:absolute;
	bottom:0;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited{
	color:#888943;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

