/* basic styles */
/* Red Accent Color: BD0818 */
/*html {margin: 0; padding: 0;} */
body
{
	background-color: #666;
	line-height: 133%;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
}

body td div#home-white-column
{
	padding: 0 22px 30px 22px;
	vertical-align: bottom;
	color: #333;
	text-align: left;
}


a, 
a:link, 
a:visited
{text-decoration: underline;}

a:hover, 
a:visited:hover
{text-decoration: none;}



.content-text
{
	margin: 15px 15px 0 30px;
	text-align: left;
}
.content-text a,
.content-text a:link,
.content-text a:visited
{
	text-decoration: underline;
}
.content-text a:hover,
.content-text a:visited:hover
{
	text-decoration: none;
	background-color: #666;
	color: #eee;
}


div#early-desc
{
	padding: 15px 20px 0 0;
	text-align: right;
}


.body-small
{
	color: #333;
	font-size: 10px;
}


#footer-left,
#footer-left a,
#footer-left a:link,
#footer-left a:visited,
#footer-right,
#footer-right a,
#footer-right a:link,
#footer-right a:visited
{
	color: #999;
	font-size: 10px;
	padding: 10px;
	text-decoration: none;
	text-align: left;
}

#footer-right { text-align: right; }

#footer-left a:hover,
#footer-left a:visited:hover,
#footer-right a:hover,
#footer-right a:visited:hover
{
	text-decoration: underline;
}



.news
{
	color: #999;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	line-height: 13pt;
	padding: 10px;
}

td.gray-panel
{
	background-color: #ccc;
	vertical-align: top;
}

.content-header
{
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	border-bottom: #b60b17;
	border-width: 0 0 2px 0;
	border-style: none none dotted none;
	margin: 15px 15px 0 15px;
	width: 260px;
	text-align: left;
}


p.quote-box
{
	padding: 10px;
	background-color: #eee;
	margin: 0 0 20px 0;
}

div.sub-nav
{
	color: #333;
	font-size: 12px;
	text-align: right;
	line-height: 24px;
	margin: 20px 12px 0 12px;
}
div.sub-nav a,
div.sub-nav a:link,
div.sub-nav a:visited
{
	text-decoration: none;
	color: #333;
}

div.sub-nav a:hover,
div.sub-nav a:visited:hover { text-decoration: underline; }



.nav-content
{
	color: #333;
	font-size: 10px;
	text-align: left;
	margin: 20px 12px 20px 12px;
}
.nav-content a,
.nav-content a:link,
.nav-content a:visited
{
	text-decoration: none;
	color: #333;
	font-style: italic;
}

.nav-content a:hover,
.nav-content a:visited:hover { text-decoration: underline; }

div.photo-caption
{
	color: #ccc;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

img.pic-padder
{
	margin: 0 5px 10px 5px;
	border-color: #fff;
	border-width: 1px;
	border-style: solid;
}


img.gallery-on
{
	border-bottom: #C00;
	border-width: 0 0 5px 0;
	border-style: none none solid none;
	margin: 3px 3px 8px 3px;
	padding: 0px;
	vertical-align: top;
}


img.gallery-off
{
	margin: 3px 3px 8px 3px;
	vertical-align: top;
	padding: 0px;
}



