* Generic CSS file - strip browser defaults */

a:link, a:hover, a:visited, a:active { text-decoration:none; }

ul, ol {	list-style:none; }

html,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,body,div,code,fieldset,legend,input,img,hr { margin:0; padding:0; border:0; font: 1em; }

a img { border:0; }

/****************************************************************/

a	{	color: #076417;	}

body	{
	font-size: 95%;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	background-color: #010;
	background-image: url(images/new/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#main	{
	position: relative;
	width: 798px;
	left: 50%;
	margin: 0 0 0 -400px;
	background-image: url(images/new/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #f3f3f3;
	border-top: 1px solid #010;
	border-bottom: 1px solid #f3f3f3;
	}

#content	{
	margin: 0 0 0 50px;
	width: 420px;
}

#map	{
	margin-left: 65px;
}

h1	{
	font-size: 1.8em;
	margin: 150px 0 0 50px;
	color: #076417;
	letter-spacing: 1px;
}

h2	{
	font-size: 1.3em;
	margin: 10px 0 30px 0;
}

h3	{
	text-align: center;
	font-size: 1.8em;
	margin: 70px 0;
}

p	{
	margin: 20px 0;
}

#nav {
	float: right;
	display: inline;
	margin: 160px 40px 0 0;
	width: 200px;
}

#nav ul	{
	
}

#nav li	{
	margin-bottom: 10px;
}

#nav a	{	
	text-decoration: none; 
	color:  #076417; 
	font-family: Tahoma, Geneva, sans-serif;
	/*font-weight: bold;*/
	font-size: 1.3em;
}

#nav a:hover	{
	text-decoration: underline;
}

#bottomnav	{
	text-align: center;
	padding-top: 30px;
}

#bottomnav li	{
	display: inline;
	padding: 0  20px;
	border-right: 1px solid #f5db2c;
}

#bottomnav a	{
	color: #f5db2c;
	text-decoration: none;
	font-size: 1.2em;
}

#bottomnav a:hover	{
	text-decoration: underline;
}

#last {
	border: none !important;
}
/*************************	Form	********************/

#contact	{
	margin: 20px 0 110px 0;
}

#contact li	{
	line-height: 2em;
	padding-left: 20px;
}

label	{
	float: left;
	width: 110px;
}

input, textarea	{
	border: 1px solid #076417;
	padding: 2px 5px;
}

#submit	{
	background-color: #f5db2c;
	color: #076417;
	float: right;
}

/************************ validate email **********/

.required	{	font-size: 0.8em; }

.invalid	{
			border: 1px solid #f00 !important;
}

#notsent	{
		text-align: center;
		color: #f00;
		font-size: 0.9em;
}

/***********************************************/

/***************	table	****************************/

table	{
	border: 1px solid #999;
	margin: 20px 0;
	width: 600px;
	text-align: center;
}

th	{
	background-color: #ccc;
	color: #076417;
	border: 1px solid #ccc;
}

td	{
	padding: 5px;
	border-right: 1px solid #999;
}

.special td {
	border-bottom: 1px solid #999;
}
/***********************************************************/

.fleft	{
	float: left;
}

.fright	{
	float: right;
}

.clear {
	clear: both;
}

.first	{
	color: #076417;
}

#jimpic	{
	margin: 30px 20px 0 0;
}

.pics	{
	border: 1px solid #076417;
	padding: 5px;
	margin: 10px;
}


.quote	{
	font-family: georgia, serif;
	font-style: italic;
	padding: 0 10px;
	width: 200px;
	margin: 10px 0 0 0;
	float: left;
	
}

.quote p {
	margin-top: -50px;
}

.open, .close	{
	font-size: 5em;
	color: #076417;
	position: relative;
}

.open	{
	left: -10px;
	margin-top: -35px;
	/*float: left;*/
}

.close	{
	right: -10px;
	margin-top: -35px;
	float: right;
}

#logo	{
	position: absolute;
	bottom: 10px;
	left: 90%;
	margin: 0 0 0 -50px;

}

#footer	{
	background-image:url(images/new/footer_bg.jpg);
	background-repeat: repeat-x;
	font-size: 0.9em;
	color: #076417;
	height: 131px;
	clear: both;
}

#footer	span	{
	position: absolute;
	bottom: 0px;
	margin-left: 50px;
}
