body {
	margin: 0 auto;
	background: #e1e4c9 url(images/spacer.gif) repeat-y 50% 0;
	font: 62.5%/1.4em Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	}

div, ul, h1, h2, h3, h4, h5, h6, ol, dl, dd, dt, li, td, blockquote, address {
	margin: 0;
	padding: 0;
	}

#box_callout {
	font-size: 11px;
	width: 170px;
	text-align: center;
	padding: 10px;
	margin: 10px;
	color: #660000;
	border-style:double;
	}

h1 {
	font-size: 18px;
	margin: 0 10px 10px 0;
	color: #660000;
	}
	
h2 {
	font-size: 16px;
	margin: 1em 10px 0 0;
	color: #5D5C16;
	}
	
h3 {
	font-size: 14px;
	margin: 0 10px 0 0;
	color: #336699;
	}
	
h4 {
	font-size: 12px;
	margin: 0 10px 0 0;
	color: #FF9900;
	}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 0;
	color: #333333;
	}
	
label {
	font-size: .9em;
	}
	
ul {list-style: none outside; margin:0; padding: 0 0 1em 0;}
ul.square {list-style: square outside; margin: .5em 0 0 16px; padding: 0 0 1em 0;}
ul.circle {list-style: circle outside; margin: .5em 0 0 16px; padding: 0 0 1em 0;}
ul.subnav {list-style: url(images/subnav_bullet.gif) outside; color:#ffffff; margin: 0 0 10px 16px; padding: 10px 0 0 0;}
ol {list-style: decimal; margin: 0 0 0 2.8em; padding: 0 0 1em 0;}
li {padding-bottom: .3em;}

/* footer trickery setup */
html, body {
	height: 100%;
	}
#body_content {
	padding:  0 15px 15px;
	font-size: 11px;
	}


/* Home */
#wrapper {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

html>body #wrapper {
	height: auto;
	}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 770px;
	background: url(images/bg_body_home.gif) repeat-y 50% 0;
	}

/* About Us */
#wrapper_aboutus {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

html>body #wrapper_aboutus {
	height: auto;
	}

#wrapper_aboutus {
	margin: 0 auto;
	text-align: left;
	width: 772px;
	background: url(images/bg_body_aboutus.gif) repeat-y 50% 0;
	}

/* Marketing Services */
#wrapper_mktsvc {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

html>body #wrapper_mktsvc {
	height: auto;
	}

#wrapper_mktsvc {
	margin: 0 auto;
	text-align: left;
	width: 772px;
	background: url(images/bg_body_mktsvc.gif) repeat-y 50% 0;
	}

/* Events */
#wrapper_events {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

html>body #wrapper_events {
	height: auto;
	}

#wrapper_events {
	margin: 0 auto;
	text-align: left;
	width: 772px;
	background: url(images/bg_body_events.gif) repeat-y 50% 0;
	}

/* Contact Us */
#wrapper_contactus {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

html>body #wrapper_contactus {
	height: auto;
	}

#wrapper_contactus {
	margin: 0 auto;
	text-align: left;
	width: 772px;
	background: url(images/bg_body_contactus.gif) repeat-y 50% 0;
	}


div#nav {
	padding: 150px 0 0;
	}

#navlink a {
	font: 12px/14px Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 0 0;
	float: left;
	}

#navlink a:hover {
	text-decoration: underline;
}

#subnav {
	font: 11px/12px Arial,Verdana,Helvetica,sans-serif;
	color: #ffffff;
	}
	
#subnav a {
	font: 11px/12px Arial,Verdana,Helvetica,sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding: 0 0 10px;
	}

#subnav a:hover {
	text-decoration: underline;
}


#footer {
	padding: 0 230px 0;
	clear: both;
	float: right;
	}

#footer, #footer a {
	color: #5D5C16;
	}

#logo {
	text-align:center;
	}

#left_content {
	padding-top: 30px;
	font: 11px/13px Arial,Verdana,Helvetica,sans-serif;
	}

#left_content_bullets {
	font: 10px/12px Arial,Verdana,Helvetica,sans-serif;
	padding: 0 10px 0;
	}

#quotes {
	padding: 150px 10px 0;
	margin: 0 0 0 0;
	color: #993300;
	font-style: italic;
}

#quotesby {
	color: #666666;
	padding:10px 10px 0;
	float: left;
}

#bg_logo_watermark {
	height: 194;
	width: 161;
	background: url(images/img_logosymbol.gif) no-repeat;
	}


/* links */
a:link, a:visited {
	color: #2e1107;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #854335;
	text-decoration: underline;
	}

/* tables */

table {
	border-collapse: collapse;
	}

table tr {
	}
		
table td {
	vertical-align: top;
	padding: 0 0 0 0;
	}
	
	
form {
	margin: 0 20px 2em 20px;
	padding: 1em;
	border: 4px solid #7c9221;
	}
