*{
	margin:0;
	padding:0;
}

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000;
	background:#FFF url(../images/background.jpg) top left repeat-x;
}

.container{
	width:760px;
	margin:0 auto;
	position:relative;
}

#header{
	height:102px;
}

#logo a{
	width:290px;
	height:65px;
	display:block;
	background:url(../images/logo.jpg) top left no-repeat;
	position:absolute;
	top:25px;
	left:5px;
}

#logo a span{
	display:none;
}

#menu{
	position:absolute;
	top:40px;
	right:15px;
	width:420px;
	height:35px;
}

#menu ul{
	list-style:none;
}

#menu ul li{
	float:left;
}

#menu ul li a{
	width:104px;
	height:29px;
	padding-top:6px;
	display:block;
	text-align:center;
	background:url(../images/buttons.gif) 0 -35px no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:17px;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li.current a{
	background-position: 0 0;
	color:#0d92ce;
}

#slideshow{
	position:relative;
	width:740px;
	height:380px;
}

#description, .slideshow-captions{
	position:relative;
	top:-37px;
	left:15px;
	width:710px;
}

#content{
	padding:5px;
}

#content p{
	margin:7px 0;
}

#content ul{
	margin-left:25px;
}

#content a, #footer a{
	color:#0d92ce;
	font-weight:bold;
	text-decoration:none;
}

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

#footer{
	background:#FFF url(../images/footer.jpg) top left repeat-x;
	font-size:x-small;
	padding:10px;
	margin-top:20px;
	height:60px;
}

#footer-left{
	width:70%;
}

#footer-right{
	width:30%;
	position:absolute;
	top:0;
	right:0;
	text-align:right;
}

#footer-right a{
	text-decoration:none;
}

h1, h2, h3, h4, h5{
	color:#6aad27;
	font-weight:500;
}

/* Page Styles */

#contact-box{
	width:60%;
	margin:20px auto;
	border:1px solid #6aad27;
	background-color:#e0eed1;
	padding:10px;
	text-align:center;
}

#contact-box table tr td{
	padding:5px;
	text-align:left
}

#contact-box table tr td input, #contact-box table tr td select, #contact-box table tr td textarea{
	padding:2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
}

#contact-box table tr td.submit{
	text-align:right;
}

#contact-box table tr td.submit input{
	width:104px;
	height:35px;
	text-align:center;
	background:url(../images/buttons.gif) 0 -35px no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:17px;
	text-decoration:none;
	border:none;
}

#contact-box table tr td.submit input:hover, #contact-box table tr td.submit input:active{
	background-position: 0 0;
	color:#0d92ce;
}

.contact-left{
	width:60%;
}

.contact-right{
	width:35%;
	position:absolute;
	top:40px;
	right:0;
	text-align:right;
}

.warning {
	color: red;
}