/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 162%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

a:link {
	color: #0AAAFD;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
}

#header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 200px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}

#logo h1 a {
	font-weight: normal;
	font-size: 20px; 
	color: #3B3B3B;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 560px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 25px 0 25px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
}

#menu a:hover {
	color: #8CB340;
}

#splash {
	width: 770px;
	height: 190px;
	margin: 0 auto;
	background: url(images/img3.jpg) no-repeat;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 750px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 750px;
	padding: 20px 8px;
	font-family: 1.5em "Verdana", sans-serif;
}

#content ol, #content ul {
	margin-left: 3em;
}

#content p {
	padding-bottom: 10px;
}

.imgl {
	float: left;
	margin: 0 10px 5px 0;
	padding: 3px;
	border: 1px solid #8CB340;
}

.gallery {
	margin-right: 10px;
	border: 1px solid #8CB340;
	padding: 3px;
}

span {
   font-style: italic;
   font-weight: bold;
}

/* Gallery */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
/*background-color: white;*/
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

/* Gallery End */

/* Form */

.field1 {
width: 150px;
margin-left: 16px;
_margin-left: 20px;
border: 1px solid #8CB340;
}

.field2 {
width: 150px;
margin-left: 5px;
border: 1px solid #8CB340;
}

.field3 {
border: 1px solid #8CB340;
background-color: white;
color: black;
overflow: auto;
}

#footer {
	clear: both;
	width: 770px;
	height: 20px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: right;
}

#links {
	float: right;
}
