/* Global Styles */

body{
	font-family: Arial,sans-serif;
	color: #CCCCCC;
	line-height: 1.166;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	}
	

a:link, a:visited, a:hover {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


a:hover {
	color: #990033;
	text-decoration: underline;
}



/* ID Styles */

#navigation td {
	border-bottom: 1px solid #990033
	}

#navigation a {
	font:11px Arial, Helvetica, sans-serif;
	color: #990033;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	text-align: right;
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 6px;
	}
	
											#navigation a:hover {
	color:#990033;
	font-weight:bold;
	background-repeat: no-repeat;
	margin-right: 11px;
												}
	
#logo 	{
	background-color: #000000;
	}

#tagline 	{
	color: #990033;
	letter-spacing:0.2em;
	line-height:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	margin-top: 6px;
	margin-bottom: 12px;
	}
#tagline a:link {
	color:#FFFF66;
	letter-spacing: 0.2em;
	text-decoration: none;
}
#tagline a:hover {
	color:#990033;
	text-decoration: none;
}

#tagline a:visited {
	text-decoration: none;
	color: #990033;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#navBar{
	background-color: #000000;
	padding: 7px;
}

#content{
	float:right;
	width: 70%;
	padding-top: 0;
	padding-right: 11%;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px;
	background-color: #000000;
	margin-top: 0;
	margin-right: 0%;
	margin-bottom: 0;
	margin-left: 0;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	margin-top: 0px;
	margin-right: 44px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Video {
	float: left;
	margin: 5px;
	width: 350px;
	padding: 3px;
	border: thin solid #CCCCCC;
	background-position: center;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 3px;
	border: thin solid #666666;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 95%;
	margin-right: 55px;
	font-weight: bold;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	padding: 8px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
logoimage {
	float:none;
	width: 75%;
	margin: 3px;
	padding: 3px;
}

/* Class Styles */
	
.bodyText {
	color:#CCCCCC;
	line-height:18px;
	margin-top:0px;
	letter-spacing:0.1em;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
	
.pageName{
	color: #666666;
	line-height:20px;
	letter-spacing:0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: right;
	}
	
.columnHeader {
	color: #990033;
	line-height:18px;
	letter-spacing:0.08em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #FF080E;
	line-height:18px;
	letter-spacing:.1em;
	}

.smallText {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	}
	
.navText {
	color: #990033;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	margin-top: margin-top;
	border: 1;
	border-top: border-top;
	padding-bottom: 2px;
	padding-top: 2px;
	border-top-color: #333333;
}
#navborder table {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #E76B00;
}
.subheader {
	color: #990033;
}
a:link img {
	text-decoration: none;
}
a:visited img {
	text-decoration: none;
	color: #FF6B2D;
}
a img {
	color: #E76B00;
	text-decoration: none;
}
#footer {
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	color: #666666;
	letter-spacing: .07em;
}
.LeftBar {
	color: #666666;
	line-height:18px;
	letter-spacing:0.15em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
}
.VideoLG {
	float: left;
	margin: 5px;
	width: 432px;
	padding: 3px;
	border: thin solid #CCCCCC;
	background-position: center;
}
.YellowHighlight {
	font-size: 11px;
	color: #FFCC66;
	letter-spacing: .06em;
	font-family: Arial, Helvetica, sans-serif, "Bl Avenir Black";
	text-transform: none;
	font-weight: normal;
}

