/* html tag styles */
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #74010C;
	margin: 0px;
}
ul, li, td, tr {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: normal;
	color: #290004;
}
p {
	text-align: justify;
}
h1 {
	font-family: Century Gothic, Trebuchet MS, Verdana, Arial, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 12px;
	color: #9D0311;
	border-bottom: 1px dotted #74010C;
	padding: 0px 0px 10px 0px;
}
legend {
	color: #9D0311;
        font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
fieldset {
	border: 1px solid #9D0311;
	padding: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}

input, textarea {
	font-family: Trebuchet MS, Verdana, Arial, Tahoma, sans-serif;
	font-size: 13px;
	color: #68010B;
	background: #FBF1D3;
	border: 1px solid #C7A433;
}
textarea:focus, input:focus, select:focus {
	background: #F7E6B0;
	border: 1px solid #68010B;
}
.label {
	text-align: left;
	vertical-align: top;
	padding: 8px 0px 0px 0px;
	font-style: italic;
}
.button {
	font-family: Century Gothic, Trebuchet MS, Verdana, Arial, Tahoma, sans-serif;
	font-size: 16px;
	color: #FAECBF;
	font-weight: bold;
	padding: 2px;
	background: #74010C;
	border: 2px solid #68010B;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

/* layout styles */
#header {
	height: 178px;
	background-image: url(images/banner.png);
	background-repeat: repeat-x;
	background-position: center;
}
.logo {
	padding: 43px 0px 0px 2px;
}

#nav {
	height: 51px;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: center;
}
#nav .hide {
	position: absolute;
	left: -5000px;
}
#nav a.home {
        display: block;
	width: 110px;
	height: 51px;
	padding: 0px;
}
#nav a.home:hover {
	background: url("images/nav_home_on.png");
	padding: 0px;
}
#nav a.about {
        display: block;
	width: 115px;
	height: 51px;
	padding: 0px;
}
#nav a.about:hover {
	background: url("images/nav_about_on.png");
	padding: 0px;
}
#nav a.contact {
        display: block;
	width: 140px;
	height: 51px;
	padding: 0px;
}
#nav a.contact:hover {
	background: url("images/nav_contact_on.png");
	padding: 0px;
}

#container {
	padding: 12px;
	background-color: #FAECBF;
}
.content {
	background-color: #FDF8E9;
        background-image: url("images/content_bg.png");
	padding: 0px 10px 2px 10px;
	height: 240px;
	vertical-align: top;
}
#footer {
	height: 148px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-top: 7px solid #570009;
}
#footer .copyright {
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
	color: #FAECBF;
}
#footer .zaxios {
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	color: #FAECBF;
}

/* content styles */
.imgframe {
	border: 1px solid #9D0311;
	padding: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}
.sub {
	font-size: 12px;
	color: #9D0311;
	font-weight: bold;
}
.small {	
	font-size: 12px;
}

/* link styles */
#footer a:link, a:visited, a:active, a:hover {
	color: #FAECBF;
	text-decoration: none;
}
a {
	color: #9D0311;
	text-decoration: none;
}
