/* CSS Document */

html, body
{
	height:100%;
}

body 
{
	margin:0px;
	font-size:11px;
	color:#e1b23a;
	background:url(images/body_background.jpg) repeat-x #3a3a3a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img {
border:0px;
}

a
{
  font-weight:bold;
  color:#e1b23a;
  text-decoration:none;
}
a:hover
{
	color:#30662e;

}

/*-------------- IDs -------------*/

.bod
{
	color:#fff;
}
.bod a{
	color:#fff;
}
#main
{
	postion:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
	width:1000px;
	margin:0px auto;
	background:url(images/main_background.gif);

}
	#menu
	{
		
	}
	#picture
	{
		background:url(images/menu_picture.jpg);
		width:936px;
		height:185px;
		padding:16px 32px 32px 32px;
	}
	
	#aboutus
	{
		background:url(images/menu_picture.jpg);
		width:936px;
		height:185px;
		padding:16px 32px 32px 32px;
	}
	#build
	{
		background:url(images/build.jpg);
		width:936px;
		height:185px;
		padding:16px 32px 32px 32px;
	}
	#aboutusmain
	{
		background:url(images/sunflower.jpg);
		width:936px;
		height:185px;
		padding:16px 32px 32px 32px;
	}
	
	#submenu
	{
		height:37px;
		background:#30662e;
		width:964px;
		padding-left:18px;
		padding-right:18px;
	}
	/*see bottom for drop down styles*/
	#bodyspacer
	{
		width:1000px;
		height:21px;
		background:url(images/menu_bodyspacer.gif)
	}
	#text
	{
		width:936px;
		padding:0px 32px 16px 32px;
	}
		#title
		{
			margin-bottom:5px;
		}
		#split .col1
		{
			width:460px;
			float:left;
		}
		#split .col2
		{
			width:460px;
			float:left;
			margin-left:16px;
		}
		#bigleft .col1
		{
			width:700px;
			float:left;
		}
		#bigleft .col2
		{
			width:220px;
			float:left;
			margin-left:16px;
		}
		#bigright .col1
		{
			width:220px;
			float:left;
		}
		#bigright .col2
		{
			width:700px;
			float:left;
			margin-left:16px;
		}
		
	#footer
	{
		position:absolute;
		width:1000px;
		bottom:0; /* stick to bottom */
		font-size:smaller;
		text-align:center;
		padding-bottom:10px;
	}


/*----- classes ------*/


.greyborder
{
	border:10px solid #121212;
}
.right
{
	float:right;
}


.left
{
	float:left;
}

.wrap
{
	clear:both;
}


/* SUB MENU NAVIGATION THING */

#nav
{
	margin:0px;
	padding:0px;
	list-style:none;
	height:30px;
}

#nav li
{
	margin:0px;
	float:left;
	list-style:none;
	display:block;
	line-height:37px;
}

#nav a
{
	display: block;
}

#nav li a:link, #nav li a:visited
{
	color:#111;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	padding:0px 7px 0px 7px;
}
#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	background:#dfb33b;
}

#nav li:hover ul
{
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul
{
	left: auto;
}

#nav ul li{
	float:none;
	background:#111111;
	line-height:normal;
	padding:0px;
	
}



#nav ul li a:link, #nav ul li a:visited
{
	font-size:10px;
	color:#777;
	padding:5px;
	height:auto;
	width:140px;
	font-weight:normal;
	text-decoration:none;
}

#nav ul li a:hover
{
	background:#30662e;
	color:#111;
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul
{
	left: auto;
}
/*  CSS Table Design
----------------------------------------------- */

table {
	border: 1px solid #000; 
	background-color: #D4D0C8; 
	color: #000;
}
 
td, th { padding:5px;}

caption {
	text-transform: uppercase;
	text-align:center;  
	font: bold 12pt Verdana;
	color: #4F4F4F;
	margin: 3px 0;
}

/* =links
----------------------------------------------- */
table a { color:maroon; text-decoration: none;}
table a:link {color:maroon;}
table a:visited { color: maroon;}
table a:hover {color:chocolate;}

/* thead tbody tfoot
----------------------------------------------- */

thead th, tfoot th, tfoot td ,tbody th,tbody td {
	color: #000; 
	font: 8pt Verdana; 
	border-right: 1px solid #aaa; 
	border-top: 1px solid #eee; 
	border-left:1px solid #eee; 
	border-bottom: 1px solid #aaa; 
}

thead th, tfoot th, tfoot td { background-color: #ccc; font-weight: bold; text-align:center; }
tfoot td { text-align:right }
tbody th { white-space: nowrap; font-weight: bold; text-align:left; }


/* Visual and hover effects */
.odd td { }

tbody tr:hover td{
	background-color: silver;
	border-right: 1px solid #eee; 
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-bottom: 1px solid #eee; 
	background-color: #e4e0d8;
}
