/* This is CSS code for each of the pages. The main stuff comes first */

body {
	text-align: center;
	background: #281B01 url('images/bg.jpg') top left repeat-x;
}


/* This is the invisible box that holds all my stuff in */

#container {
	
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#container2 {
	
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}


/* The box that holds my logo at the top */

#logo {
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 576px;
	height: 107px;
}


/* The Nav Bar. It's kinda quirky, so edit at your own risk. */

#navbar {
	margin: 0 auto;
	width: 762px;
	height: 65px;
	padding: 0px;
	text-align: center;
}

#navlist {
	width: 762px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
}


li.nav {
	margin: 0 auto;
	display: inline;
	list-style-type: none;
	border: 0px;
}


/* Makes it so none of the images that link to other pages have borders */

img { 
	border-style: none;
}

/* All my links are one color */

a {
	color: #0F0A00;
}


/* Just the pretty rounded bar at the top of the content box */

#contenttop {
	width: 761px;
	height: 28px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
}


/* The content box itself */

#content {
	background-color: #F1DE91;
	width: 759px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;	
}


/* And the rounded bar at the bottom */ 

#contentbottom {
	width: 761px;
	height: 28px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
}


/* all my <p> tags (which is all text that isn't a header) */

p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #593411;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin: 2px;
}
	

/* All my page headers, subheaders, and sub-subheaders */

h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 20px;
	text-align: left;
	color: #593411;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #593411;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #3F250C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}


/* This is just the section I put the copyright info in, all the way at the bottom. */

#footer {
	width: 759px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9pt;
	color: #684D17;	
}


/* Here's the google map div, and image. */

#map {
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}

img.googlemap {
	border-color: #684D17;
	border: 1px solid;
}


/* And the form on the Contact Us page */

form {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #593411;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 2px;
}


/* This is the style for the unordered lists I put on the Services page */

li.services {
	list-style: circle outside;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #593411;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 2px;
}



/* 

Thank you to TagBox for the awesome table style!

	TagBox table styles
	written by TagBox http://www.tagbox.de
*/

table {
	border-collapse: collapse;
	border: 1px solid #3E2905;
	font: normal 12px tahoma, arial, helvetica, sans-serif;
	color: #1F1503;
  	background: #A47A32;
  	margin-top: 15px;
  	margin-right: 15px;
  	margin-bottom: 15px;
  	margin-left: 35px;
}


td, th {
  	border: 1px dotted #3E2905;
  	padding: .4em;
  	color: #1F1503;
}


thead th {
  	font: bold 12px tahoma, arial, helvetica, sans-serif;
  	border: 1px solid #3E2905;
  	text-align: left;
  	background: #62420A;
  	color: #FFF3C4;
  	padding-top:3px;
}


tbody td a {
  	background: transparent;
  	text-decoration: none;
  	color: #1F1503;
}


tbody th a {
  	font: normal 12px tahoma, arial, helvetica, sans-serif;
  	background: transparent;
  	text-decoration: none;
  	font-weight:normal;
  	color: #1F1503;
}


tbody th, tbody td {
  	vertical-align: top;
  	text-align: left;
}


.odd {
  	background: #CDA359;
}

	
