body { behavior:url("/Resources/Style/csshover.htc"); }

a { 
    text-decoration     : none;
}

a:link {
    color               : #333;
}

a:visited {
    color               : #333;
}

a:hover { 
    color               : #E9A504;
}

a img {
	border				: 0;
}

img {
	display				: block;
}

/* =Search
----------------------------------------------- */

.searchContainer  {   
	position		: absolute;
	top				: 0;
	right			: 8px;
    padding			: 5px 5px 0 0;
}

.searchContainer input.searchBox { 
	background		: #fff url(/Resources/Images/new/search_icon.gif) top left no-repeat;
	font			: normal 11px Arial, sans-serif;
	float			: left;
	color			: #767676;
	font-size		: 11px;
	margin			: 0 5px 0 0;
	padding			: 2px 0 0 24px;
	border			: 1px solid #999;
	
	width			: 164px;
	height			: 19px;

	voice-family    : "\"}\"";    
	voice-family    : inherit;	  
	width			: 136px;
	height			: 15px;

}

.searchContainer input.searchBoxBlank { 
	color: #333 !important;
}


html>body .searchContainer input.searchBox { 
	width			: 136px;
	height			: 15px;
	font			: normal 11px Verdana, sans-serif;
}


.searchContainer input.btn, .searchContainer input.btnDown { 
	float			: left;
	width			: 24px;
	height			: 20px;
	background      : #F49633 url(/Resources/Images/new/search_btn.gif) top left no-repeat;
	color			: #fff;
	font			: bold 11px Arial, sans-serif;
	padding			: 0;
	margin			: 0;
	outline			: 0;
	border			: 0;	
	color           : #F49633;
}

.searchContainer input.btnDown {    
	background-position: bottom left;
}

.searchContainer .selectCB { 
	float				  : left;
	background-color      : #fff;
	margin			      : 0 5px 0 0;
	padding			      : 0 0 2px 0;
	border				  : 1px solid #999;
	font			      : normal 11px Verdana, sans-serif;	

}



/* =Site Columns
----------------------------------------------- */

.siteColA {
	padding-top			: 5px;
	float				: left; 
	width				: 673px; 
}

.siteColB {
	padding-top			: 5px;
	float				: left; 
	padding-left		: 5px; 
}



/* = More Box 
----------------------------------------------- */

.overlaptags, .overlapdesc  {
	position: absolute;
	font-size: 11px;
	margin: 0;
	padding: 5px;
	z-index: 5;
	background-color: #fff;	
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;	
	color	: #777;
}

.overlaptags a:link, .overlaptags a:visited, .overlapdesc a:link, .overlapdesc a:visited {
	color	: #777;
}

.overlaptags a:hover, .overlapdesc a:hover {
	color	: #E9A504;
}


/* */

h1 {
	margin: 0; 
	padding	: 0;
	font: bold 16px Verdana, sans-serif;
	color: #000;
}

h1.pageTitle {
	padding: 0 0 9px 9px; 
}

h2 {
	margin: 0; 
	padding : 0;
	font: bold 13px Verdana, sans-serif; 
	color: #000;
}

h3 {
	padding : 0;
 	margin: 0;
 	font: bold 11px Verdana, sans-serif; 
 	color: #000;
}

.sideMenu {
	padding-bottom: 8px; 
	background: transparent url(/Resources/Images/new/side_search_footer.gif) bottom left no-repeat;
} 

.sideMenu h2 {
	padding-left: 9px; 
	padding-top: 7px; 
	padding-bottom: 2px; 
	background: transparent url(/Resources/Images/new/side_search_header.gif) top left no-repeat; 
}

.sideMenu h3 {
 	padding-left: 10px;
 	padding-top: 2px;
 	padding-bottom: 3px;
}

.sideMenu div {
	background: transparent url(/Resources/Images/new/side_search_sub_footer.gif) bottom left no-repeat;
	padding-bottom: 4px;
}

.sideMenu ul {
 	margin: 0; 
 	padding	: 2px 0 0 14px;
 	background: transparent url(/Resources/Images/new/side_search_sub_top.gif) top left repeat-y; 
 	list-style: none none;
}

.sideMenu ul li {
	line-height: 1.0;
}

.sideMenu ul li a {
/*	font: normal  10px Verdana, sans-serif;*/
	color: #000;
}

.sideMenu ul li a.selected {
	color: #E9A504;
}

.sideMenu {
	float: left;
	width: 181px;
	margin-right: 17px;
}

.sideMenu ul li a:link, .sideMenu ul li a:visited {
	color			: #000;
}

.sideMenu ul li a:hover {
	text-decoration	: underline;
}

.sideMenu ul li a.selected:link, .sideMenu ul li a.selected:visited {
	font-weight	: bold;
	color		: #E9A504;
}

img.promo {
	margin-top  : 12px;
}

html>body img.promo {
	margin-top: 7px;
}

/* =Related Content
---------------------------------------------------------------------------------------------- */

table.relatedContent 
{
	
	width			: 200px;
	height			:300px;
	overflow		:auto;
	padding			: 0 0 0 5px;
}

table.relatedContent a img {
	width			: 60px;
	height			: 45px;
	border			: 2px solid #fff;
}

table.relatedContent a:hover img {
	border			: 2px solid #E9A504;
}

table.relatedContent a:link, div.relatedContent a:visited  {
	font-size		: 9px;
	color			: #000;
}

table.relatedContent a:hover {
	text-decoration : underline;
	color			: #E9A504;
}

/* =Random Content
---------------------------------------------------------------------------------------------- */

.randomContent {background: #fff url(/Resources/Images/new/promo_box.gif); height: 76px;}
.randomContent table {width: 200px;}
.randomContent h2 {text-align: center; padding-bottom: 5px; padding-top: 3px;}
.randomContent td {padding: 0; margin: 0;}
.randomContent img {margin: auto; border: none; height: 47px; width: 58px;}


/* =Temp Hacks
---------------------------------------------------------------------------------------------- */

.TabNavigationLine {
	background-position: 10px 67px !important;
}

div.siteFooter {
	text-align: center !important;
}

div.siteFooter div {
	width: 895px !important;
}

.zeroFrame {
	height:0px;width:0px;display:none	
}


/* =siteNav
----------------------------------------------- */

.siteNav {
	background: #fff url(/Resources/Images/new/nav_bg.gif) top right repeat-x;
}

.siteNav li.mainLink:hover {
	background: transparent url(/Resources/Images/new/main_nav_over.gif) top left no-repeat;
}

.siteNav li.mainLink:hover a:hover {
	color: #F49633;
}

.siteNav li.mainSelected a.tab, .siteNav li.mainSelected a.tab:hover {
	color: #fff;
}

.siteNav li.mainSelected, .siteNav li.mainSelected:hover {
	color: #000;
	background: transparent url(/Resources/Images/new/main_nav_selected.gif) 0 1px no-repeat;
}

.siteNav ul.mainNav li li a:link {	
	color: #000;	
}

.siteNav ul.mainNav li li a:hover {	
	color:#F49633;
}

.siteNav ul.mainNav li li.subSelected a:hover {	
	color: #000;
}

/* */

.allTags {
	float			: left; 
	width			: 673px;	
	background	 	: #F5F5F5 url(/Resources/Images/new/tags_top.gif) top left no-repeat;		
	margin-bottom   : 5px;
}

.allTags div {
	padding			: 10px 25px 25px 15px;
	background	 	: transparent url(/Resources/Images/new/tags_bottom.gif) bottom left no-repeat;
}	

.allTags p {
	margin			: 0;
	padding			: 0;
}

.allTags a:link, .tags a:visited {
	color		: #000;
}

.allTags a:hover {
	text-decoration: underline;
}

.allTags p {
	text-align: justify;
}













.tagsContainer h1 {
	font			: bold 16px Verdana, sans-serif;	
	background		: url(/Resources/Images/new/header_bar.gif) top left no-repeat;	
	margin			: 0;	
	padding			: 3px 0 0 9px;
	height			: 25px;
	voice-family    : "\"}\"";    
	voice-family    : inherit;	
	height			: 22px;
}

html .tagsContainer h1 { 
	height			: 22px;
}


.tagsContainer .tagOptions {
	position		: relative;	
	height			: 35px;
}

.tagsContainer .tagOptions div {
	font			: normal 12px Arial, sans-serif;
}

.tagsContainer .tagOptions div strong {
	font			: bold 12px Arial, sans-serif;	
	color			: #767676;
	padding-right	: 5px;
}

.tagsContainer .tagOptions div.option1 {
	position		: absolute;
	left			: 10px;
	top				: 8px;
}
.tagsContainer .tagOptions div.option2 {
	position		: absolute;
	right			: 15px;
	top				: 8px;
	color			: #000;
}

.tagsContainer .tagOptions div a.selected {
	font-weight		: bold;
}

.tagsContainer .tagOptions a:hover {
	text-decoration		: underline;
	color				: #E46917;
}


/* =Headers
----------------------------------------------- */

.headerListingContainer h1 {
	font			: bold 16px Verdana, sans-serif;	
	background		: url(/Resources/Images/new/header_bar.gif) top left no-repeat;	
	margin			: 0;	
	padding			: 3px 0 0 9px;
	height			: 25px;
	voice-family    : "\"}\"";    
	voice-family    : inherit;	
	height			: 22px;
}

html .headerListingContainer h1 { 
	height			: 22px;
}

.headerListingContainer .headerOptions {
	position		: relative;	
	height			: 45px;
}

.headerListingContainer .headerOptions div {
	font			: normal 12px Arial, sans-serif;
}

.headerListingContainer .headerOptions div strong {
	font			: bold 12px Arial, sans-serif;	
	color			: #767676;
	padding-right	: 5px;
}

.headerListingContainer .headerOptions div.row1 {
	position		: absolute;
	left			: 10px;
	top				: 5px;
}
.headerListingContainer .headerOptions div.row2 {
	position		: absolute;
	left			: 10px;
	top				: 25px;
	color			: #000;	
}

.headerListingContainer .headerOptions div a.selected {
	font-weight		: bold;
}

.headerListingContainer .headerOptions a:hover {
	text-decoration		: underline;
	color				: #E46917;
}

/* Content Gateway */

.contentContainer  
{
    font-size: 11px;
}

p.contentDescription 
{
    padding-top: 10px;
}

/* Zango Content Copy */

.contentCopy  
{
    font-size: 10pt;
    padding: 0 20px;
}

.contentCopy  h1
{
    padding-bottom: 10px;
}

.contentCopy  a 
{
    text-decoration: underline;   
}