/* by Jeff McNeil - www.jmcn.com - 2006 */

/* ------------- PAGE FORMATTING ------------- */

body {
	background-color: #FFF;
	background-repeat: repeat-x;
	color: #111111;
	font-family: Arial,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 780px;
}

a {
	color: #006600;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #660066;
	text-decoration: underline;
}

#wrapper {
	margin:0 auto;
	width: 750px;
	text-align: left;
}

ul, ol{
	padding-left: 3em;
}


/* ------------- LEFT NAV BAR (cell) ------------- */
#leftbar {
	vertical-align: top;
	padding: 10px;
	width: 181px;
	text-align: center;
	background: url('../imgs/leftbg.gif') repeat-y;
}

#leftbar img { /*logo */
	margin-left: 9px;
}

ul#mainnav {
	list-style-type: none;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	margin-top: 10px;
	padding: 0 0 0 11px;
}

#mainnav li {
	padding-left: 9px;
	text-align: left;
	background-image: url('../imgs/navbg.gif');
	background-position: 1px left;
	background-repeat: no-repeat;
	color: black;
	margin: 0;
}

#mainnav a {
	padding-top: 4px;
	margin-top: 1px;
	height: 20px;
	display: block;
	color: #FFF;
	text-decoration: none;
}

#mainnav a:hover, li#mainnav_on a{
	color: yellow;
}

li#mainnav_on {
	background-image: url('../imgs/navbgon.gif');
}

.contactinfo {
	margin-left: 15px;
	text-align: left;
	font-size: 11px;
	line-height: 120%;
	color: #000;
}

.contactinfo a {
	color: yellow;
}

/* ------------- MAIN CONTENT------------- */


#contentboxhome {
	width: 533px;
	background-image: url('../imgs/bluegradient.jpg');
	background-repeat: repeat-x;
	vertical-align: top;
}

.maincopy {
	width: 300px;
	margin-left: 14px;
}


.maincopy p, ul, ol {
	font-size: 12px;
	line-height: 130%;
	margin: 12px 0;
}

.maincopy a:hover {
	background-color: #F0E30F;
	text-decoration: none;
	padding: 2px;
	margin: -2px;
	color: black;
}

h1 span { display: none; }

h1 {
	background-image: url(../imgs/homeheading.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid red;
	height: 29px;
	margin: 29px 0 10px 12px;
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table td {
	padding: 0;
	margin: 0;
	}

.rightshadow {
	background-image: url('../imgs/rightbg.gif');
	background-repeat: repeat-y;
	width: 14px;
}


/* ------------- BOTTOM BAR ------------- */
#bottombar {
	clear: both;
	background-image: url('../imgs/bottombg.gif');
	background-repeat: repeat-y;
	text-align: center;
	padding: 9px;
	font-size: 11px;
	color: #999;
}


#copyright {
	margin: 0;
	text-align: center;
	color: #333;
	font-size: 11px;
}
.red_border {
	border: medium double #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
