body 
{
	/*font-family:  "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;*/
	font-family:  Arial;
	font-size: 14px;
	color: #676767;
	background:#fff;
	line-height:1.75em;
	height:100%;
	margin: 0px;
	text-align: center;
}

a {
	color: #336600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

div.center {
	text-align: center;
}

#wrap {
	margin: 0 auto;
	width: 900px;
	background:#fff;
	text-align: left;
}

#header {
	margin-top: 50px;
}

#header
{
	clear:both;
	float:left;
	height: 95px;
	width:900px;
	border-bottom: 1px solid #ddd;
	margin-top:20px;
	
}

#header #logo img {
	width: 158px;
	float: left;
	border-top: 8px solid white;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
	border-left: 5px solid white;
}

#header #strap
{
	float:left;
	height:50px;
	width:700px;
	text-align:right;
	float:right;
	background-repeat: no-repeat;
	background-position:top right;
}
#header #strap h1
{
	font-size:28px;
	color:#a8a8a8;
	font-weight:600;
	height:50px;
}


#header #nav
{
	float:right;
	height:25px;
	width:720px;
}
#header #nav ul
{
	list-style-type: none;
	text-align:right;
}
#header #nav ul li 
{
	float:right;
	display: block;
	font-family:Cambria,Georgia,Times,'Times New Roman',serif;
	font-size:15px;
	text-transform:uppercase;
	font-weight:900;
	border-right:1px solid #a8a8a8;
	padding: 0px 11px;
	padding-bottom: 2px;
	height:16px;
	margin:0px;
}
#header #nav ul li.last 
{
	padding-right: 5px;
	border-right:0px;
}
#header #nav ul li a 
{
	text-decoration: none;
	color:#231f20;
	
}

#header #nav ul li a:hover, #header #nav ul li a.active
{
	color: #ea002c;
	text-decoration: none;
}


#banner
{
	clear:both;
	float:left;
	height:228px;
	width:900px;	
	padding:0px;
	border-bottom:1px solid #e7e1e1;
	margin-bottom:5px;
	overflow:hidden;
}

 
.home_column
{
	float:left;
	width:200px;
	padding:10px;
	padding-top: 0px;
	border-left:1px solid #e7e1e1; 
}


.home_column.first
{
	border-left:0px;
}

#content {
	padding-bottom: 100px;
	clear: both;
}

#content .home_column h1 {
	font-size: 22px;
	color: black;
}
#content .home_column p {}
#content .home_column ul {
	margin-left: -24px;
}
#content hr {
	height: 1px;
	border: none;
	color: #e7e1e1;
	background-color: #e7e1e1;
	margin-top: 10px;
}

#content h1, #content h2, #content h1 a {
	color: black;
}
#content h1 a:hover {
	 text-decoration: none;
	 color: #ea002c;
}
#footer
{
	float:left;
	clear:both;
	display:block;
	position: fixed;
	bottom: 0;
	width:100%;
	background: #669933;
	height:20px;
	line-height:1.5em;
	z-index:20000;
	padding: 5px;
	color: white;
	font-size: 11px;
	text-align: center;
}
#footer a {
	color: white;
}

img.icon {
	float: right;
        margin-left: 5px;
}

/*


				STYLE FROM OLD SITE BELOW
				

				
*/
/* RANDOM IMAGE */
div.random_image {
	width: 250px;
	display: block;
	float: right;
	padding: 7px;
	border: 1px solid #999;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-style: italic;
}
img.random_image {
	width: 250px;
	margin-bottom: 4px;
}

img.image_right {
	width: 250px;
	margin-bottom: 4px;
	display: block;
	float: right;
	padding: 7px;
	border: 1px solid #999;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

