/* CSS Document */

body {
	background-color: #FFF;
	background-image: url(images/bodyBG.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	width: 770px;
	margin: 0;
}

#header {
	height: 80px;
	background: url(images/header.gif) top center no-repeat;
	margin: 0;
	padding:0;
}

#mainnav {
	background: url(images/mainNav.gif) top center no-repeat;
	text-align: center;
	line-height:125%;
	height: 43px;
	margin: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
}


ul {
    font-size: 12px;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	margin:0px 0px 0px 20px;
}
  

#mainnav ul {
	list-style: none;
	color: #000;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#mainnav li {
	display: inline;
	font-size: 11px;
}

#mainnav a {
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #666;
}

#mainnav a:hover {
	color: #660000;
}

/* ALL HOME-PAGE CONTENT PROPERTIES */
#homecontent {
	position: relative;
	background: url(images/homecontentBG.gif) repeat-y;
	width: 462px;
	text-align: left;
	float: right;
	margin: 0;
	padding-bottom: 0;
}

#homecontent p {
	padding: 0px 20px 20px 20px;
	font-size: 12px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* BOTTOM BORDER DIV */

#homelast {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 20px;
	background: url(images/homecontentBTM.gif) bottom no-repeat;
	margin: 0;
}

/*this is the empty div on the bottom of the content area of the home page */
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*this is to keep a minimum height of 312px to the text box on the home page */
.prop312 {
	height: 312px;
	float: right;
	width: 1px;
}

/* HOME PAGE HEADER */
#homecontent h1 {
	background: url(images/homecontentTOP.gif) top no-repeat;
	padding: 20px 20px 10px 20px;
	margin: 0px;
	font-size: 16px;
	color: #660000;
}

#homesub {
	clear: both;
	height: 90px;
	background: url(images/home-sub-bar.gif) center no-repeat;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #660000;
	text-align: center;
	margin: 0;
	vertical-align: middle;
}

#homesub p {
	padding: 20px;
	margin: 0;
}

#subnav {
	margin: 0;
	text-align: center;
	padding: 0;
}

/* SUB PAGE-STYLE HEADER */
#homecontent h2 {
	background: url(images/homecontentTOP.gif) top no-repeat;
	padding: 20px 20px 0px 20px;
	margin: 0px;
	font-size: 18px;
	color: #660000;
}

#homeside {
	float: left;
	width: 308px;
	margin: 0;
	padding:0;
	text-align: right;
}

/* ALL SUB-PAGE CONTENT PROPERTIES */
#content {
	position: relative;
	background: url(images/contentBG.gif) repeat-y;
	width: 580px;
	text-align: left;
	min-height: 395px;
	float: right;
	margin: 0;
}

#content p {
	padding: 0px 20px 20px 20px;
	font-size: 12px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	overflow: hidden;
}


/* LAST PARAGRAPH OF BODY AREA NEEDS THIS CLASS FOR BOTTOM ROUNDED BORDER */
#last {
	position: absolute;
	border: none;
	bottom: 0px;
	margin: 1px 0px -1px 0px;
	height: 20px;
	width: 100%;
	padding-bottom: 0px;
	background: url(images/contentBTM.gif) bottom no-repeat;
}

/* HOME PAGE-STYLE HEADER */
#content h1 {
	background: url(images/contentTOP.gif) top no-repeat;
	padding: 20px 20px 10px 20px;
	margin: 0px;
	font-size: 15px;
	color: #660000;
}

/* SUB PAGE HEADER */
#content h2 {
	background: url(images/contentTOP.gif) top no-repeat;
	padding: 20px 20px 10px 20px;
	margin: 0px;
	font-size: 18px;
	color: #660000;
}

/* SUB PARAGRAPH CONTENT */
h3 {
	font-size: 14px;
	color: #000;
	padding: 0px 20px 5px 20px;
	margin: 0px;
}

#sidebar {
	float: left;
	width: 190px;
	margin: 0;
	padding:0;
	text-align: right;
}

/* BOTTOM CONTENT */	
#divider {
	clear: both;
	background-color: #e0e2e5;
	background-image: url(images/divider.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
	padding: 5px 20px 5px 20px;
	text-align: center;
	margin-bottom: 0px;
}

#divider p {
	color: #FFF;
	font-style: italic;
	font-size:12px;
	font-weight: bold;
	letter-spacing:1px;
	padding: 12px 0px 0px 0px;
	margin: 0;
}
	
#footer {
	text-align: center;
	color: #666;
	font-size: 11px;
	line-height:150%;
	padding: 0px 20px 0px 20px;
	margin-top: 0px;
}

#footer p {
	margin-top: 0px;
	padding-top: 0px;
}

a:link {	
	color: #000000;
	text-decoration: underline;
}
	
a:hover {
	color: #660000;
	text-decoration: none;
}

a:visited {
	color: #414141;
}
