@charset "utf-8";
/* CSS Document 

Created by: Prometeus Design
URL: http://www.prometeus-design.com/

*/

body {
margin: 0px;
padding:0px;
background: #271712 url(images/body_bg.jpg) top center no-repeat fixed;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

body img {
border: none;
}

#top-menu {
margin: 20px auto 0px auto;
height: 50px;
background: url(images/menu_bg.png) top center no-repeat;
text-align:center;
line-height: 50px;
vertical-align: middle;
}

#top-menu ul {
margin: 0px auto;
padding: 0px;
width: 949px;
list-style: none;
font-family: 'Trebuchet MS', Tahoma, Geneva, sans-serif;
color: #fff;
font-size: 18px;
}
#top-menu ul li {
display: inline;
margin: 0px 10px;
padding: 0px;
width: auto;
}

#top-menu ul li a:link {
text-decoration: none;
color: #fff;
}
#top-menu ul li a:visited {
text-decoration: none;
color: #fff;
}
#top-menu ul li a:hover {
text-decoration: none;
color: #87D147;
}




#header {
margin: 0px auto;
height: 156px;
width: 949px;
background: url(images/header_bg.png) center no-repeat;
}

#header .logo {
	width: 250px;
	height: 150px;
	display: block;
}

#container {
margin: 0px auto;
padding: 0px 0px 20px 0px;
width: 949px;
height: auto;
}

#content-top {
margin: 10px auto 0px auto;
padding: 0px;
width: 949px;
height: 6px;
line-height: 0px;
font-size: 0px;
background: url(images/content_top.png) top center no-repeat;
}
#content {
margin: 0px auto;
padding: 1px 40px 1px 40px;
background: #f4f3ef ;
font-size: 14px;
line-height: 23px;
}

#content .side-image {
float: right;
margin: 15px 10px 10px 15px;
width: 324px;
height: 390px;
}

#content h1 {
margin: 0px;
padding: 25px 0px 15px 0px;
font-family: 'Trebuchet MS', Tahoma, Geneva, sans-serif;
font-size: 24px;
color: #186386;
}

#content h2 {
margin: 0px;
padding: 25px 0px 0px 0px;
font-family: 'Trebuchet MS', Tahoma, Geneva, sans-serif;
font-size: 18px;
color: #186386;
}

#content blockquote {
font-family: Papyrus, sans-serif;
font-style: italic; 
font-size: 16px;
width: 480px;
height: auto;
margin: 25px 0px 0px;
padding: 10px;
line-height: normal;
border: solid 1px #ccc;
background: #E8A74B;

}

#content .signature {
float: right;
font-style: oblique;
font-weight: bold;
margin: 10px 20px 10px 0px;
}
#footer-menu {
margin: 0px auto 0px auto;
padding: 0px;
height: 45px;
background: url(images/footer_menu_bg.png) top center no-repeat;
line-height: 45px;
vertical-align: middle;
}

#footer-menu ul {
margin: 0px 0px 0px 10px;
padding: 0px;
width: 949px;
list-style: none;
font-family: 'Trebuchet MS', Tahoma, Geneva, sans-serif;
color: #fff;
font-size: 18px;
}
#footer-menu ul li {
display: inline;
margin: 0px 10px;
padding: 0px;
width: auto;
}

#footer-menu ul li a:link {
text-decoration: none;
color: #fff;
}
#footer-menu ul li a:visited {
text-decoration: none;
color: #fff;
}
#footer-menu ul li a:hover {
text-decoration: none;
color: #87D147;
}



#footer {
margin: 0px auto 0px auto;
padding: 0px;
height: 169px;
background: url(images/footer_bg.png) top center no-repeat;
}

#footer-contact {
float: left;
padding: 0px 0px 0px 40px;
width: 300px;
height: 169px;
line-height: 25px;
font-size: 15px;
font-family: 'Trebuchet MS', Tahoma, Geneva, sans-serif;
color: #FFFFFF;
}

#footer-contact h3{
margin: 0px;
padding: 20px 0px 10px 0px;
font-family: 'Trebuchet MS', Tahoma, Geneva, sans-serif;
font-size: 25px;
}




.question {
display: block;
margin: 10px 0px 0px;
padding: 0px;
font-weight: bold;
color: #7D6347;
font-size: 120%;
}
.answer {
display: block;
margin: 0px 0px 0px 10px;
padding: 0px 0px 10px 0px;
font-weight: bold;
}

#designed-by {
padding: 3px;
float: right;
color: #EFDECE;
}

#designed-by a:link{
color: #EFDECE;
text-decoration: none;
}
#designed-by a:visited{
color: #EFDECE;
text-decoration: none;
}
#designed-by a:hover{
color: #fff;
text-decoration: underline;
}

.clear {
clear: both;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 0px;
line-height: 0px;
}




/***********************
CONTACT FORM
*************************/

#contact-area {
	width: 500px;
	margin: 5px 0px 0px 0px;
}
#contact-area fieldset {
border: none;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
    margin: 0px 50px 0px 0px;
	width: 100px;
	float: right;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.3em;
}

#contact-area .special {
display: none;
}