/***** TYPOGRAPHY *****/

body {
	margin: 0;
	padding: 0;
	color: #3D3529;
	text-align: center;
	font: 12px Arial;
	background: #8C856B url(../images/layout/bg-tile.gif) top center repeat;
}

#content {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 770px;
	background: url(../images/layout/bg-content.gif) top center repeat-y;
}

h1.header {
	margin: 0;
	padding: 0;
	height: 159px;
	font-size: 16px;
   text-indent: -2000em;
	background: url(../images/layout/img-header.jpg) top center no-repeat;
}

h1.contact-us {
	margin: 0;
	padding: 0;
	height: 31px;
	font-size: 16px;
	overflow: hidden;
   text-indent: -200em;
	background: url(../images/hdrs/contact-us-hdr.gif) center no-repeat;
}

h1.mission {
	height: 71px;
	margin: 10px 8px 10px;
	padding: 0px;
	font-size: 16px;
	overflow: hidden;
	text-indent: -200em;
	background: url(../images/img-mission.jpg) no-repeat;
}

p {
	font: Arial, Helvetica, sans-serif;
	color: #3d3529;
	margin: 0;
	padding: 10px 10px 10px 10px
}

p.bold-font {
	font: Arial, Helvetica, sans-serif;
	color: #3d3529;
	margin: 0;
	padding: 10px 10px 0px 10px;
	font-weight: bold;
}

p.footer-links {
   margin: 0;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
	color: #A19C85;
	text-transform: uppercase;
}

p.credit {
   margin: 0;
	padding: 9px 0px 0px 0px;
	font-size: 10px;
	color: #A19C85;
}

br.clear {
	clear: both
}
/* -= Roll Overs =- */

#footer a:link, #footer a:visited, #content-middle a:link, #content-middle a:visited {
	font-weight: normal;
	color: #E3E0D7;
	text-decoration: none
}

#footer a:hover, #footer a:active, #content-middle a:hover, #content-middle a:active {
	padding: 0 3px 0 3px;
	font-weight: normal;
	color: #3D3529;
	background-color: #E3E0D7;
	text-decoration: none
}

#footer a {
	padding: 0 3px 0 3px;
	margin: 0 auto;
	font-weight: normal;
}

#right-col a:link, #right-col a:visited, .roll-over-left a:link, .roll-over-left a:visited {
	padding: 0 3px 1px 3px;
	color: #BC3D1D;
}

#right-col a:hover, #right-col a:active, .roll-over-left a:hover, .roll-over-left a:active {
	padding: 0 3px 0 3px;
	color: #DDD8CA;
	background-color: #722F25;
	text-decoration: none;
}

.small-screen {
	width: 161px;
	height: 124px;
	background: url(../images/img-bg-161x124.gif) top left no-repeat
}

/***** DIVs *****/

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#content {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 770px;
}

#right-col {
	display: inline;
	float: right;
	width: 565px;
	margin: 15px 20px 15px 0px;
	padding: 0
}

#left-col {
	display: inline;
	float: left;
	width: 151px;
	margin: 15px 0px 15px 20px;
	padding: 0;
}

#footer {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 770px;
	height: 99px;
	font-size: 12px;
	text-align: center;
	background: url(../images/layout/img-footer.gif) top center no-repeat;
}

.main-middle {
	background: #ddd8ca;
	
}

.main-top {
	padding: 5px 0 0 0;
	background: #ddd8ca;
	
}

.main-table {
	margin: 0px 0 15px 0;
}

.small-screen-right {
	margin: 10px 0 2px 10px;
	padding: 8px 0 0 8px;
	width: 191px;
	height: 138px;
	background: url(../images/img-bg-191x138.gif) top left no-repeat
}

.small-screen-left {
	margin: 10px 0 2px 4px;
	padding: 8px 0 0 8px;
	width: 191px;
	height: 138px;
	background: url(../images/img-bg-191x138.gif) top left no-repeat
}

ul#bullets {
	line-height: 20px;
	padding: 0px 40px 0 60px;
	margin: 0;
	list-style: disc url(../images/bullet.gif)
}



