@charset "UTF-8";
/* CSS Document */

img { border: 0; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 21px;
	color: #000;
	background-color: #5d714a;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	background-image: url(images/background-img.jpg);
}

#menu {
	background-image: url(images/nav-spacer.gif);
	background-repeat: repeat-x;
	width: 780px;
	height: 39px;
	text-align: center;
	margin: 20px auto 0px auto;
}

#shadow {
/*	position: absolute;
	top: 50px;
	left: 50px;
	overflow: visible;
	background-image: url(images/shadow.png);
	background-position: top;
	background-repeat: no-repeat;*/
}

#header {
	width: 780px;
	height: 90px;
	background: url(images/logo.gif) no-repeat top left #faf1d4;
	margin: 0 auto;
	padding: 0;
}

#header-call-out {
	height: 90px;
	width: 406px;
	background: url(images/bg-call-out.gif) no-repeat top right;
	float: right;
	text-align: left;
	padding: 0;
	font-size: 11px;
	//font-size: 10px;
	color: #ffffff;
}

#footer {
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 11px;
	color: #a8bc95;
	text-align: left;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer-top {
	height: 20px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #2d4492;
}

#main-content {
	position: relative;
	background-color: #faf1d4;
	width: 720px;
	margin: 0 auto;
	padding: 20px 30px;
	text-align: left;
}

#content-left-bottom {
	margin: 0px;
	padding: 0px;
	width: 280px;
}

h1 {
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 20px;
	font-weight: 100;
	color: #5d714a;
	margin-bottom: 0px;
}

h2 {
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 18px;
	font-weight: 100;
	color: #5d714a;
	margin-top: 30px;
	margin-bottom: 30px;
}

h5 {
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	color: #99874d;
	letter-spacing: 0.2em;
	margin: 0 0 15px 0;
}

h6 {
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: #99874d;
	letter-spacing: 0.2em;
	margin: 0 0 15px 0;
}

a {
	color: #4a68ca;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.text-black { color: #000000; }

.text-white { color: #FFFFFF; }

.text-highlight {
	color: #5d714a;
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 17px;
}

.spacer {
	display: block;
	float: right;
	clear: right;
}

#home-spacer-top {
	height: 220px;
	width: 1px;
}

#home-spacer-bottom {
	height: 300px;;
	width: 400px;
}

#about-spacer {
	height: 500px;
	width: 320px;
}
