
/* 
==================================================
GLOBAL AREA 
==================================================
*/

body {
	background-color: #454543;
	padding: 0px;
	text-align: center;
	background-image: url(../cssimg/bg_body.jpg);
	font-family: Georgia;
	color: #333;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 14px;	
	}
#container {
	margin: 5px auto;
	background-color: #fff;
	width: 700px;
	text-align: left;
	padding: 10px;
	}
h1 {
	}
h2 {
	}
hr {
	}

p {
	margin-top: 5px;
	margin-bottom: 15px;
	}
.resetmargin {
	margin: 0px;
	}
.alignright {
	text-align:right;
	display:block;
	}
.clear {
	clear:left;
	}
.nobrtable br { display: none }
.nobrtable * {
	text-align:center;
	border: 0px;
	}

/* 
==================================================
HEADER AREA
==================================================
*/

#header {
	height: 75px;
	background-color: #2a2a2a;
	background-image: url(../cssimg/bg_header.jpg);
	}
#header #tagline {
	float:right;
	color:#fff;
	padding: 28px 15px;
	font-size: 1.1em;
	text-align: right;
	font-family: georgia;
	}
#menu {
	margin-top: 1px;
	clear: both;
	background-color: #907824;
	height: 31px;
	margin-top: 1px;
	color: #FFF;
	padding-left: 10px;
	font-size: .95em;
	background-image: url(../cssimg/bg_menu.jpg);
	}
#footer #menu {
	height: 15px;
	}
#menu ul {
	padding-top:4px;
	list-style: none;
	margin-left: 10px;
	display: block;
	margin: 0px;
	}
#menu li {
	float: left;	
	}
#menu li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	letter-spacing: .1em;
	margin-right: 25px;
	padding-left: 3px;
	text-transform: uppercase;
	}
#menu li a:hover {
	color: #575850;
	}

	
#fadedown {
	height: 25px;
	background-color: #575850;
	background-image: url(../cssimg/fade_down.jpg);	
	}
#fadeup {
	margin-top: 1px;
	height: 25px;
	background-color: #575850;
	background-image: url(../cssimg/fade_up.jpg);	
	}	
/* 
==================================================
CONTENT AREA 
==================================================
*/

#content {
	margin-top: 0px;
	font-family: georgia;
	padding: 10px 20px;
	color: #fff;
	background-color: #575850;
	text-align:justify;
	}

#content h1 {
	font-family: georgia;
	font-size: 1.7em;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 12px;
	font-weight: normal;
	text-align:right;
	text-transform: uppercase;
	}
#content h2 {
	font-family: georgia;
	font-size: 1.2em;
	margin-top: 25px;
	margin-bottom: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #A4791B;
	}
#content h3 {
	font-family: georgia;
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: 8px;
	font-weight: bold;
	}	
#content blockquote {
	border-left: 2px solid #A4791B;
	padding-left: 10px;
	font-weight: bold;
	font-style: italic;
	font-size: .9em;
	}
#content img {
	margin: 10px;
	padding: 2px;
	border: 1px solid #000;
	background-color:#fff;
	padding: 4px;
	}
#content ul 
{
    list-style-type:square;
}
#content a 
{
    color: #fff;
    font-weight:bold;
    text-decoration: underline;
}
#content a:hover 
{
    color: #907824;
}
#content .infobar *
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 8px;
    border: 0px;
}
#content .infobar 
{
	margin: 0px 11px;
	background-color: #917C21;
	height: 290px;
	width: 170px;
	float:left;
	color: #FFF;
	padding: 12px;
	border: 1px solid #fff;
	font-size: 1.1em;
	background-image: url(../cssimg/bg_infobar.jpg);
	background-repeat: repeat-x;
	text-align:left;
	cursor: pointer;
	}
.infographic 
{
    height: 110px;
    overflow: hidden;
    display: block;
    padding-right: 50px;
    position:relative;
}   


form {
	margin:0px 0px;
	border: 1px solid #333;
	padding: 15px 20px;
	background-color: #fff;
	padding-bottom:70px;
	color: #333;
	}
.formerror {
	margin: 5px 0px;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #FBFBF1;
	border: 1px dashed red;
	font-size: .9em;
	color: #575850;
	}
form label {
	width: 130px;
	display:block;
	float:left;
	}
form input text, form select{
	width: 220px;
	}
form textarea {
	clear: both;
	display: block;
	width: 440px;
	height: 100px;
	font-family: verdana;
	margin: 0px;
	}
form fieldset {
	border: 1px solid #575850;
	padding: 10px;
	margin-bottom: 10px;
	}
form fieldset legend {
	background-color: #fff;
	padding: 5px;
	font-weight: bold;
	}
form button {
	width: 100px;
	}

.button {
	margin:20px 3px;
	padding: 5px 10px;
	display: block;
	width: 130px;
	border: 1px solid #575850;
	background-color: #A4791B;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Georgia;
	text-align: center;
	float:right;
	font-size: 1em;
	}
	
/* 
==================================================
FOOTER AREA 
==================================================
*/

#footer {
	clear: both;
	background-color: #907824;
	height: 15px;
	margin-top: 1px;
	color: #FFF;
	padding-left: 10px;
	padding-top:6px;
	font-size: 1em;
	background-image: url(../cssimg/bg_menu.jpg);
	font-size:.8em;
	}

#copyright {
	font-size: .8em;
	text-align: center;
	line-height: 12px;
	font-family: verdana;
	margin-top:5px;
	}

/* 
==================================================
PRINTABLE CHANGES 
==================================================
*/

@media print {

	#logoarea, #headergallery, #menu, #horfade, #eastside,#footstart  {
		display: none;		
		}
	#content {
		margin: 0px;
		width: 99%
		}
	#content h1 {
		padding: 0px;
		}
