@charset "utf-8";
/* CSS Document */

html {
}

body {
background: #eee url(/images/bkg_body2.jpg) repeat-x;
padding: 0 0 0 0;
}

#container {
background: #fff url(/images/bkg_body.jpg) repeat-x;
}

#container.fullWidth {
	padding: 0;
}


#horizontalNav {
	background: url(/images/bkg_nav.jpg) repeat-x;
	height: 33px;
	padding-left: 20px;
}


#container .search {
	background: url(/images/bkg_search.jpg) no-repeat right center;
	float: right;
	height: 21px;
	width: 315px;
	color: #fff;
	margin: 0 0 0 40px;
	padding: 9px 0 3px 0 ;
}

.searchLabel {
	padding-right: 35px;
	padding-right: 50px;
}

.search #SiteSearch {
	color: #666;
	font-size: 11px;
	font-style: italic;
	border: 0;
}


#sideContent1.home {
	width: 390px;
	margin-right: 40px;
	padding-top: 50px;
}

.sideColumnLeft #mainContent.home {
	float: left;
	width: 430px;
}

#sideContent1 ul
{
	/*margin: 35px 0 30px 0;*/
	padding: 0;
	list-style-type: none;
	width: 250px;
}

#sideContent1 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sideContent1 ul a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
	/*display: block;
	padding: 4px 8px;*/
}
#sideContent1 .photoPlaceholder {
	margin: 10px 0 0 0;
}

#footer {
	background: url(/images/bkg_footer.jpg) repeat-x left bottom;
	color: #666;
	line-height: 1.75;
	margin-top: 12px;
	height: 100px;
}

#footer strong {
	color: #333;
}

.contactInfo {
	width: 980px;
	text-align: left;
}

.copyright {
	width: 980px;
	font-size: 10px;
	text-align: left;

}


.divider .feature
{
	width: 472px;
	float: left;
	margin-top: 10px;
}

.divider h2 {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	margin-top: 0;
	padding-top: 8px;
}

.divider p {
	width: 472px;
	margin-right: 15px;
	color: #f6eece;
	line-height: 1.3;
	font-size: 13px;
}

.divider .video {
	float: left;
	width: 300px;
	margin: 8px 10px 10px 65px;
}

.divider .video img {
	margin: 0;padding: 0; display: block;
}

.homePod {
	background: #ddd url(/images/bkg_pod.gif) no-repeat left top;
	width: 276px;
	margin: 12px 0 0 0;
	padding: 10px 10px 20px 22px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	cursor: default;
}

.homePod:hover {
	background: #eee url(/images/bkg_pod.gif) no-repeat right top;
}

.homePod h2 {
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
	width: 180px;
	float: left;
}

.homePod .icon {
	float: right;
}

.homePod p {
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 1.5;
}

.news {
	margin: 0 0 25px 0;	
	padding: 25px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 450px;
}

.news .newsItem, .news a {
	font-size: 13px;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 4px 0;
}

.newsItem a:hover, #newsItem a:active, #newsItem a:visited:hover
{
	color: #cc0000;
}

a.button {
	display: block;
	padding-left: 30px;
	background: url(/images/icon_arrow.gif) no-repeat left center;
	text-decoration: none;
}

#footer a {
	font-weight: bold;
	padding: 0 12px 0 0;
	text-decoration: none;
}


a#print-link {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #aaa;
	text-decoration:none;
	line-height: 30px;
	display: block;
}

a#print-link:hover {
	color: #790000;
}

a#print-link img{
	display: inline;
	vertical-align: middle;
}
