/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #999999;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-style: normal;
}

a:hover {
	color: #CC0000;
	background-color: #FFDD00;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #FFFFFF;
	font-weight: bold;
}

h2{
 font-size: 114%;
 color: #CCCCCC;
}

h3{
 font-size: 100%;
 color: #FFDD00;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #999999;
}

h5{
	font-size: 100%;
	color: #FFFFFF;
	padding-bottom: 10px;
}
h6 {
	font-size: 90%;
	line-height: normal;
	font-variant: normal;
	color: #FFFFFF;
	font-weight: bold;
}

label{
	font: bold 90% arial,sans-serif;
	color: #FFFFFF;
	line-height: 120%;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	padding: 10px 10px 10px 10px;
	margin:0 auto;
	background-image: url(images/bgrnd.gif);
	background-repeat: repeat;
	width:800px;
	text-align: left;
	margin-top: 20px;
	z-index: 30;
}

#masthead{
	background-color: #000000;
	margin-bottom: 10px;
	width: 800px;
	padding: 0px, 10px;
	height: 70px;
}

#navBar{
	padding: 0px;
	width: 250px;
	margin-top: 25px;
	float: right;
}

#content{
	float:left;
	background-color: #000000;
	margin-bottom: 10px;
	z-index: 6;
	width: 800px;
}


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

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


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

#pageName{
	padding: 0px 0px 10px 10px;
}


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

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	width: 250px;
	float: right;
	position: absolute;
	left: 544px;
	top: 34px;
	font-weight: normal;
}
/* '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%;
	padding: 5px 0px 5px 10px;
	width: 510px;
	text-decoration: none;
}


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	line-height: 110%;
	color: #FFFFFF;
	width: 528px;
	z-index: 6;
	height: 220px;
}

.feature h3{
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.feature img{
	float: left;
	margin: 0px 5px 5px 0px;
	z-index: 6;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	width: 528px;
	line-height: 140%;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	z-index: 6;
	height: auto;
}


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

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #000000;
	width: 780px;
}


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

#search{
	padding: 5px 0px 5px 0px;
	font-size: 90%;
	background-color: #333333;
	z-index: 4;
}

#search form{
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	position: relative;
	padding-left: 10px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	z-index: 4;
}

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


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

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
}
#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;
	text-indent: 20px;
	display: block;
}


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

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	margin-bottom: 10px;
	background-color: #000000;
}

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

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

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

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #999999;
	padding: 2px 0px 2px 10px;
}
.style4 {
	font-size: 100%;
	color: #999999;
	margin-top: 5px;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.style5 {
	color: #CC0000;
	font-size: 100%;
	font-weight: bold;
	margin-top: 5px;
	background-color: #FFFF00;
}

.style6 {
	font-size: 100%; 
	font-style: normal; 
	line-height: 100%; 
	font-variant: normal; 
	color: #FFFFFF; 
	width: 100px; 
	font-family: Arial, Helvetica, sans-serif;
}

.smalltext {font-size: 70%;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;}

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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	background-color: #fad112;
	background-image: url(images/boxBack1.gif);
	background-repeat: repeat-x;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #000000;
	font-size: 110%;
	text-indent: 10px;
}


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

#advert{
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	background-color: #000000;
	background-position: right;
	background-repeat: no-repeat;
}

#videoLink_BcSt{
	padding: 5px 5px 5px 5px;
	background-color: #000000;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(images/S2.1-backseat-driver_03.jpg);
}

#videoLink_SfDrv{
	padding: 10px 10px 10px 10px;
	background-color: #000000;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(images/S2_2_clipslink_03.jpg);
}

#advert img{
	display: block;
}


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

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

#headlines p{
	padding: 5px 0px 5px 0px;
}
.linksContainer {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 90%;
	background-color: #F9C414;
	background-image: url(images/bgrndLinks2.gif);
	background-repeat: repeat;
	margin-bottom: 20px;
	margin-right: 20px;
}
.linksContainerGray {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 90%;
	background-image: url(images/bgrndLinks3.gif);
	background-repeat: repeat;
	margin-bottom: 20px;
	margin-right: 20px;
	background-color: #FFDD00;
}
.VideoInfo {
	padding-right: 10px;
}
.VideoHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.onYellowLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
#FactsFigures {
	color: #FFFFFF;
	background-image: url(images/S2.1-backseat-driver_09.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 5px 5px 10px;
	background-color: #000000;
}
.infopanelSubtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	width: 100px;
}
.ForumLinkboxBck {
	background-color: #F89D1A;
	background-image: url(images/Crash_Magnets_banner_ad.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 40px;
}

div.button {width:200px; height:34px;}
div.button a  {
	width:200px;
	height:34px;
	display:block;
	font: bold .8em;
	text-align:center;
}
div.button a:link {color: black; text-decoration:none;}
div.button a:hover {color:#F33; text-decoration:underline;}

.relatedLinksIMG {
	height: 46px;
	width: 80px;
	float: left;
	margin-top: 11px;
	margin-right: 10px;
}
.VideoClips {
	height: 200px;
	width: 330px;
}#videocontent {
	width: 590px;
	background-color: #000000;
}
#videocontainer {
	background-image: url(images/bgrnd.gif);
	width: 600px;
}
#clipsInfo {
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #000000;
	width: 590px;
}
#Videocontainer {
	padding: 10px;
	background-image: url(images/bgrnd.gif);
	background-repeat: repeat;
	width:590px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#siteInfoClips {
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #000000;
	width: 600px;
}
#containerClips {
	padding: 10px 10px 10px 10px;
	margin:0 auto;
	background-image: url(images/bgrnd.gif);
	background-repeat: repeat;
	width:620px;
	text-align: left;
	margin-top: 20px;
}
#contentClips {
	width:620px;
	margin: 0;
	background-color: #000000;
	margin-bottom: 10px;
	z-index: 50;
}
#videoLink_LEV {
	padding: 5px 5px 5px 10px;
	background-color: #000000;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(images/S2.9-LEV_clipslink_03.jpg);
}
.WorksheetsLinkboxBck {
	background-color: #F89D1A;
	background-image: url(images/PDF_07.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 5px 5px 10px;
}
html body #navBar li Current {
	border-bottom: none;
	text-indent: 20px;
	display: block;
	background-color: #FFFF00;
}
.pageHeaderPara {
	background-repeat: repeat-x;
	width: 50px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	font-style: normal;
	font-weight: bolder;
	line-height: 110%;
	background-image: url(images/boxBack1.gif);
	background-color: #FAD112;
	text-transform: none;
}
.linksContainerGrayheader {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 90%;
	background-image: url(images/bgrndLinks3.gif);
	background-repeat: repeat;
	margin-bottom: 10px;
	background-color: #FFDD00;
}
#videoLink_courting {

	padding: 5px 5px 5px 10px;
	background-color: #000000;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(images/S2.8-courting_clipslink_03.jpg);
}
.TABLEContainerCopy {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 90%;
	background-color: #F9C414;
	background-image: url(images/bgrndLinks2.gif);
	background-repeat: repeat;
	margin-bottom: 20px;
	margin-right: 0px;
}
.pageHeaderParaSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}
.ContentHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFDD00;
}
.Form {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	line-height: 110%;
	color: #FFFFFF;
	width: 529px;
	float: left;
}
#headerTab {
	height: 20px;
	margin: 0px;
	padding: 0px;
	float: none;
}
.featureTab img {
	float: none;
	padding: 0px 0px 0px 0px;
}
.inlineTabs img {
	margin: 0px 0px 0px 0px;
}
#Layer1 {
	width:168px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 10px 0px;
	min-height: 150px;
	z-index: 6;
	position: inherit;
}
.inlineTabs {
	float: left;
	height: 27px;
	margin-bottom: 10px;
}
.style11 {font-size: 110%}
.textBox {
	font-weight: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 75%;
	width: 520px;
	height: 48px;
}
.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	text-indent: 10px;
}
.style20 {font-size: 16px
}

.Minitext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.HomelinksContainerGray {
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 90%;
	background-image: url(images/bgrndLinks3.gif);
	background-repeat: repeat;
	background-color: #FFDD00;
	width: 233px;
	left: 350px;
	top: 359px;
	float: left;
}
#videoLink_home {

	padding: 5px 5px 5px 10px;
	background-color: #000000;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(images/S_landing_13.jpg);
}
#games_home {
	padding: 5px 5px 5px 10px;
	background-color: #000000;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(images/S_landing_06.jpg);
}
#Layer1 .name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.InlineYellowBox {
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 90%;
	background-color: #fad112;
	background-image: url(images/boxBack1.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.spacer {
	height: 5px;
}
#videoLink_situations {
	padding: 5px 5px 5px 10px;
	background-color: #000000;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(images/images/S2.5_situClips_07.jpg);
}
.linksContainerInline {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 90%;
	background-color: #F9C414;
	background-image: url(images/bgrndLinks2.gif);
	background-repeat: repeat;
	margin-bottom: 20px;
	margin-right: 5px;
}
.linksContainerGrayInline {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 90%;
	background-image: url(images/bgrndLinks3.gif);
	background-repeat: repeat;
	margin-bottom: 20px;
	background-color: #FFDD00;
	margin-right: 5px;
}
