﻿/* CSS Document */

body {
 background-color:#C7C1C0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:75%;
	color: #003333;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

BODY, HTML {
	SCROLLBAR-BASE-COLOR:#C7C1C0;
}

/******* hyperlink and anchor tag styles *******/

a:link{
	color: #005FA9;
	text-decoration: underline;
}

a:hover{
	color: #781818;
	text-decoration: underline;
}

a:visited{
	color: #781818;
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: bold 110% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 90% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 80% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 70% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

 a img{
	border: 2px solid #990000;
}

.titleNav
{
	/*color: #FFFFFF;*/
	color: #6B4226;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #797A8C;*/
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 11px;
}

.titleNav a {
	/*color: #FFFFFF;*/
	color: #6B4226;
	text-decoration: none;
}

.titleNav a:hover {
 color:#CCCCCC;
	border-bottom: 3px maroon solid;
}

.titleNav a:visited {
	/*color: #FFFFFF;*/
	color: #6B4226;
	text-decoration: none;
}

.copyright	{
	color: black;
	font-family: Tahoma;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	background-color: #FFFFFF;
}

.copyright a {
	color: #005FA9;
	text-decoration: underline;
	font-weight: bold;
}

.table
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2;
}


/* homenav */
.home .homenav-wrap { margin: 5px 0 10px; }
.home .homenav, .home .homenav li { margin: 0; padding: 0 }
.home .homenav li, .homenav li img { height: 37px; }
.home .homenav-features, .home .homenav-features img { width: 99px;  }
.home .homenav-features img { background: url(../images/css/home_nav_features.gif) no-repeat; }
.home .homenav-news, .home .homenav-news img { width: 72px; }
.home .homenav-news img {  background: url(../images/css/home_nav_news.gif) no-repeat; }
.home .homenav-video, .home .homenav-video img { width: 73px; }
.home .homenav-video img { background: url(../images/css/home_nav_video.gif) no-repeat; }
.home .homenav-promos, .home .homenav-promos img { width: 126px; }
.home .homenav-promos img { background: url(../images/css/home_nav_promos.gif) no-repeat; }
.home .homenav-endcap, .home .homenav-endcap img { width: 260px; }
.home .homenav a:hover img, .home .homenav-on img { background-position: 0 -37px; }

/* main content views */
.home .home-news-wrap,
.home .home-video-wrap,
.home .home-promos-wrap { 
	display: none; 
}

/* apply to all views */
.home .home-view h4 { color: #303037; font-size: 13px; padding: 0; line-height: 15px;  }
.home .home-view h4 a { color: #303037;text-decoration:none;}
.home .home-view h4 a:hover { color: #AC0020}
.home .home-view p { color: #303037; line-height: 15px; margin: 0 0 1px; }

.home .home-features-wrap .info-bar { color: #a0a0a7; }
.home .home-hero { padding: 0 0 25px; }
.home .hero-media { padding: 0 0 15px; }
.home .hero-blurb h2 { padding: 0 0 5px; color: #ac0020 }
.home .hero-blurb p { margin-bottom: 5px; }

.home .home-grid .grid-row { padding: 0 0 20px; }
.home .home-grid .grid-col { padding: 0 0 0 20px; }
.first-col { padding: 0px 0px 0px 0px; }
.grid-col-inner { width: 160px; padding: 0 10px 10px 10px;}
.home .home-grid h4 { padding: 5px 0 0 0; }
.photo-glass { background-position: center; background-repeat: no-repeat; }

/* helpers */
.clr { clear: both; }
.clrL { clear: left; }
.clrR { clear: right; }

.row { display: block; overflow: hidden; margin-right: 29px; margin-left: 30px;}
.col { display: block; float: left; }
.colR { display: block; float: right; }

.unstrong { font-weight: normal; }

/* grid */
.col50  { width: 50%; }
.col33  { width: 33.3%; }
.col66  { width: 66.6%; }
.col25  { width: 25%; }
.col75  { width: 75%; }
.col20  { width: 20%; }
.col40  { width: 40%; }
.col60  { width: 60%; }
.col80  { width: 80%; }
.col10 { width: 10%; }
.col30 { width: 30%; }
.col70 { width: 70%; }
.col90 { width: 90%; }


.hide { display: none; }
.show { display: block; }

.center { display: block; text-align: center; }

/* set up some default styles that are commonly desirable */
p { margin-bottom: 12px;}
h1, h2, h3, h4, h5, h6 { font-weight: bold; margin-bottom: 12px; }
strong { font-weight: bold; }
em { font-style: italic; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { margin-bottom: 10px; }
ul { list-style: disc; }
ol { list-style: decimal; }
ul li, ol li { margin: 0 0 0 25px; }
ul ul { list-style: circle; margin: 0; }
ul ul li {margin: 0 0 0 15px; }
ul ul ul { list-style: square; }

/* decorative styles */
.rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.piped {margin: 0; line-height: 1em; overflow: hidden;}
.piped li {float: left; padding-right: 7px; margin: 0 6px 0 0; border-right: 1px solid #a2a2a5;}
.piped li:last-child, .piped li.last {border: 0;}

/*
.more-button {
	font-size: 10px;
	color: #fff !important;
	line-height: 17px;
	display: inline-block;
	padding: 0 22px 0 10px;
	position: relative;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	text-transform: uppercase;
	background: url(../images/css/more_button_bg.png) no-repeat left center;
}
.more-button span {
	background:url(../images/css/more_button_cap.png) no-repeat scroll right center;
	display:block;
	height:17px;
	position:absolute;
	right:0;
	top:0;
	width:12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
*/
