/* GLOBAL CSS */
/* ALL PAGES */
body {
	margin-left: 0px ;
	margin-top: 0px ;
	margin-right: 0px ;
	margin-bottom: 0px ;
	background-color: #ffffff ;
}

body,td,th {
	color: #000000 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px ;
	line-height: 18px ;
}

a:link, a:visited, a:active {
	text-decoration: underline ;
	color: #CD8215 ;
	
}

a:hover {
	text-decoration: none ;
	color: #CD8215 ;
}

a.image:link, a.image:visited, a.image:active, a.image:hover {
	border: 0px ;
}

#Nav {
	margin: 0px auto ;
}

#Nav UL {
	font-size: 14px ;
}

#Nav UL.subnav {
	font-size: 12px ;
}

#Nav LI {
	margin: 6px ;
	display: inline ;
	list-style-type: none ;
}

#HeaderLogo {
	float: left ;
}

#Content {
	width: 100% ;
	min-height: 520px ;
	margin: 0px auto ;
}

.cleaner {
	clear: both ;
	height: 1px ;
	font-size: 1px ;
	line-height: 1px ;
	border: 0px ;
	margin: 0px ; 
	padding: 0px ;
	background: transparent ;
}

.form_instructions {
	font-weight: normal ;
        font-size: 10px ;
	color: #000000 ;
}

a:link.form_instructions, a:active.form_instructions, a:visited.form_instructions, a:hover.form_instructions {
	color: #0000cc ;
}

.form_error {
        color: #cc0000 ;
        font-style: italic ;
}

INPUT.contactText {
	width: 130px;
	height: 18px;
	margin-bottom: 5px;
}

.contactStateBlock {
	width: 32px;
	float: left;
}

INPUT.contactTextState {
	width: 32px;
	height: 18px;
	margin-bottom: 5px;
}

.contactZipBlock {
	width: 84px;
	float: right;
}

INPUT.contactTextZip {
	width: 84px;
	height: 18px;
	margin-bottom: 5px;
}

TEXTAREA.contactText {
	width: 260px;
	height: 164px;
	margin: 0px 0px 8px 0px;
}

/* News styles */

.newsNavArea {
	padding-top: 6px ;
	font-size: 15px ;
	font-weight: bold ;
	color: #000000 ;
}

.newsOn {
	color: #000000 ;
	background-color: #999999 ;
	padding: 3px 10px 3px 10px ;
	float: left ;
	margin-right: 10px ;
}

.newsOnYr{
	color: #ffffff ;
}

.newsOn a, newsOn a:visited, newsOn a:active {
	color: #ffffff ;
	text-decoration: none ;
}

.newsOn a:hover {
	color: #ffffff ;
	text-decoration: underline ;
}

.newsOff {
	color: #999999 ;
	padding-top: 3px ;
	float: left ;
}

.newsOff a, newsOn a:visited, newsOn a:active {
	color: #CD8215 ;
	text-decoration: none ;
}

.newsOff a:hover {
	color: #CD8215 ;
	text-decoration: underline ;
}

.newsDate {
	
}       
.newsHeadline {
	
} 
.newsHeadline a {
	font-weight: bold ;
} 

/* Showcase styles */

.showcaseImage {
	float: right ;
}

.showcaseTitle {
	font-weight: bold ;
	font-size: 14px ;
}

.showcase_list_row {
	margin: 4px 8px 16px 8px ;
}

/* Team styles */

.teamImage {
	float: right ;
}

.teamTitle {
	font-size: 14px ;
	font-weight: bold ;
}

.teamName {
	font-weight: bold ;
}

.teamQuote {
	font-style: italic ;
}

.team_list_row {
	margin: 4px 8px 16px 8px ;
}
