﻿/*
Design by Adoratek
http://www.adoratek.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "trebuchet MS", verdana, "sans serif";
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

/* heading font */

h6 {
	font-family: "trebuchet MS", verdana, "sans serif";
	font-weight: bold;
	font-style: normal;
}
h5 {
	font-family: "trebuchet MS", verdana, "sans serif";
	font-weight: bold;
	font-style: normal;
}
h4 {
	font-family: "trebuchet MS", verdana, "sans serif";
	font-weight: bold;
	font-style: normal;
}
h3 {
	font-family: "trebuchet MS", verdana, "sans serif";
	font-weight: bold;
	font-style: normal;
}
h2 {
	font-family: "trebuchet MS", verdana, "sans serif";
	font-weight: bold;
	font-style: normal;
}
h1 {
	font-family: "trebuchet MS", verdana, "sans serif";
	font-weight: bold;
	font-style: normal;
}

/* heading color */

h3 {
	color: #336699;
}

h2 {
	color: #336699;
}

h1 {
	color: #336699;
}
h6 {
	color: #996633;
}
h5 {
	color: #996633;
}
h4 {
	color: #996633;
}

/* heading size */

h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: large;
}
h5 {
	font-size: medium;
}
h6 {
	font-size: small;
}

/* lists */
ol {
	margin-left: 30px;
}
ul {
	margin-left: 30px;
}
p {
	
}

/* global hyperlinks */
a {
	font-family: "trebuchet MS", verdana, "sans serif";
	font-weight: normal;
	text-decoration: none;
	color: #663300;
}
a:hover {
	font-family: "trebuchet MS", verdana, "sans serif";
	font-weight: normal;
	text-decoration: underline;
	color: #006699;
}

/* header */

#header {
	height: 150px;
	background-color: #2E2E2E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #191919;
	background-image: url('images/header_bg.png');
}
#logo_wrapper {
	width: 800px;
	margin: auto;
	height: 150px;
	background-image: url('images/header.png');
}
#logo_graphics {
	width: 150px;
	height: 150px;
	float: left;
}
#logo_name {
	width: 640px;
	float: right;
	height: 90px;
	font-family: Century;
	font-size: 50px;
	color: #FFE7B3;
	font-weight: bold;
	font-style: normal;
}
#logo_slogan {
	width: 640px;
	float: right;
	height: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	font-style: italic;
	color: #996633;
}

/* navigation */

#top_nav_wrapper {
	background-color: #214263;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	background-image: url('images/nav_graphics.png');
}
#top_nav {
	height: 29px;
	width: 600px;
	margin: auto;
	padding-top: 10px;
}
#top_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#top_nav li {
	display: inline;
	float: left;
}

#top_nav a {
	float: left;
	font-size: medium;
	font-weight: bold;
	font-family: "trebuchet MS", verdana, "sans serif";
	font-variant: small-caps;
	color: #FFE7B3;
	margin-right: 15px;
	text-decoration: none;
	border-right-style: ridge;
	border-right-width: 1px;
	border-right-color: #191919;
	padding-right: 15px;
}
#top_nav a:hover {
	float: left;
	font-size: medium;
	font-weight: bold;
	font-family: "trebuchet MS", verdana, "sans serif";
	font-variant: small-caps;
	color: #FF9900;
	margin-right: 15px;
	text-transform: none;
	padding-right: 15px;
	text-decoration: underline;
}

/* content */

#main_content_wrapper {
	background-color: #F4EDD3;
	width: auto;
	height: auto;
}
#main_content {
	border-width: 1px;
	border-color: #996633;
	margin: auto;
	width: 600px;
	height: auto;
	min-height: 240px;
	background-color: #f5e9cc;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#main_content_body {
	padding: 5px;
}
#page_title {
	height: 25px;
	background-color: #996633;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #2E2E2E;
	font-family: "trebuchet MS", verdana, "sans serif";
	font-size: 1.4em;
	font-weight: normal;
	color: #FFE7B3;
	font-variant: normal;
	font-style: normal;
}
#sub_content_wrapper {
	background-color: #F4EDD3;
	height: auto;
	width: auto;
}
#sub_content {
	margin: auto;
	width: 800px;
	height: 275px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #996633;
}
#sub_left {
	width: 265px;
	height: 250px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sub_right {
	width: 265px;
	height: 250px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sub_middle {
	height: 250px;
	float: left;
	width: 268px;
	margin-top: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #996633;
	border-left-color: #996633;
	margin-bottom: 10px;
}

/* footer */

#footer {
	background-color: #F4EDD3;
	width: auto;
	height: auto;
}
/* Forms */

#contact_form {
	width: 300px;
	height: auto;
	float: right;
}

