/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;	
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #585858;
	font-size: 11px;
}

a:link, a:visited, a:hover {
	color: #efefef;
	text-decoration: none;
	border-bottom: dotted #efefef 1px;
}

a:hover {
	text-decoration: none;	
	border-bottom: none;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: bold;
}

h6{ 
	display: inline;
	color:#d9497b;
}

h1{	
	font-size: 110%;
	color: #fff;	
	font-weight: bold;
}

h2{
	font-size: 110%;
	color: #fff;	
	font-weight: bold;	
}

h3{
 font-size: 103%;
 color: #666;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #666;
}

h5{
 font-size: 95%;
 color: #666;
}

ul{ 
 list-style-type: none; 
}

ul li {padding-bottom: 5px;}


label{
 font: bold 100% Arial,sans-serif;
 color: #666;
 display: block;
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
	width: 350px;
}
fieldset p{
	color: #333;
}

 legend{
 	font-weight: bold;
	color: #666;
 }
 
 @media screen {
	* html legend {
	margin: -20px 0 0 0;
	position: fixed;
	line-height: 1.4;
	}
}

p input{
	width: 200px;
}	
textarea{
	width: 300px;
	height: 100px;
}

input:focus, textarea:focus{
	background: #efefef;
}

img{
	border:none;
	padding-top: 5px;
	padding-bottom: 10px;
}

p{
	margin-bottom: 10px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper{
	width: 870px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#mainArea{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#mainArea #catNav {
	float: right;
	width: 170px;
	padding-top: 20px; 
	 
}


#content{
	margin: 0px;
	padding: 5px 0px 10px 0px;
	/*background-image: url(images/content_sub_back.gif);
	background-repeat: repeat-y;
	background-position: 560px;*/
	
}

#wrapper #header{
	padding-bottom: 5px;
}

.clear{ clear: both;}

/********** topStrip **************/
#topStrip{
	border-bottom: 11px solid #fff;
	font-size: 11px;
	color: #666666;
	background-color: #dadad8;
}

#topStrip #logoStrip{
	border-bottom: #fff solid 2px;
	height: 168px;
	padding-left: 7px;
	padding-top: 5px;

}


#topStrip #taglineStrip{
	padding: 5px 0 5px 10px;
}

#imageStrip{
	background-image: url(images/page_images/promo.jpg);
	background-position: 30px 20px;
	background-repeat: no-repeat;
	background-color: #dadad8;
}
/************** content styles ***************/

#content #pageContent{
	padding: 1px 20px 10px 20px;
	width: 615px;
	float: left;
	background-color: #564f57;
	color: #FFFFFF;
	margin-top: 5px;
}

#content #pageContentRight{
	float: right;
	width: 200px;
	padding-top: 5px;
}

#pageContentRight li{
	display:block;
	padding: 10px 5px;
	background-color: #e5e5e5;
	color: #666;
}

#content #pageContentRight ul li.odd{
	background-color: #ed1c23;
	color: #fff;
}

/****************** Top Icon Styles********************/
.icon{
	float:right;
	border: 0px;	
}


a.linkOpacity img {
	filter:alpha(opacity=100);  	
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 	
	opacity: 0.5;
	
}


/*********** #navBar styles ***********/
#navContainer{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #6c6e71;
	height: 19px;
	padding: 34px 10px 10px 60px;
	margin-right: 5px;
	width: 420px;
	background-image: url(images/navback.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#navContainer ul  .navFinal{
	padding: 0px 6px 0px 6px;
	float: left;
}


#navContainer ul .nav{
	float: left;
	padding: 0px 6px 0px 6px;
	height: 25px;
	display: block;
	background-image: url(images/navtop_line.gif);
	background-position: center 15px;
	background-repeat: no-repeat;
}


#navContainer ul a:link, a:visited{
	color: #ffffff;
	border-bottom: none;
}

#navContainer ul a:hover{
	color: #fff100;
	text-decoration: none;
}

#navContainer ul .dwn{
	color: #fff100;	
}


/*********** #footer styles ***********/
#footer{
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	
	
}
#footer #footerBar{
	background-color: #564f57;		
	height: 10px;
}

#footer #credit{
	font-size: 10px;
	color: #666;
	padding: 5px 0px 5px 0px;
}

 
 #footer a:hover{
 	text-decoration: underline;
 }



a.linkOpacity img {
	filter:alpha(opacity=100);   
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	opacity: 0.5;
	
}

a.linkOpacityRev img {
	filter:alpha(opacity=30);   
	opacity: 0.3;
	
}

#flashContainer{
	margin-top: 2px;
}
