/* CSS Document */

body {
	margin: 25px 0 50px 0;
	padding: 0px;
	background: #101c42 url(../images/bg_body.gif) repeat-x; 
	color: #000000;
	text-align: center;
	font: "DINPro", Arial, Helvetica, sans-serif;
}	

#page{
	background: #FFFFFF;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-top: solid 12px #8dc954;
}
#content {
}
#logo {
	margin-top: 20px;
	margin-left: 22px;
	width: 200px;
}

#nav {
	float: right;
	display: inline;
	margin-top: 16px;
	padding-right: 15px;
}

.textBlock {
	padding: 10px 20px;
}
#footer{
	background: #6d6e72;
	color: #FFFFFF;
	width: 960px;
	margin: 0 auto;
	padding: 5px 10px;
	text-align: left;
}

#copyright{
	width: 980px;
	margin: 0 auto;
	padding: 8px 10px;
	text-align: left;
	color: #7f8198;
	font: 9px Arial, Helvetica, sans-serif;
}



/* TOP ---------------------------- */
#top {
	background: #d3ddea;
	border-bottom: solid 1px #c5c5c7;
	height: 35px;
}

#languages {
	float: left;
	text-transform: uppercase;
	margin-top: 2px;
	margin-left: 450px;
	padding: 4px 0;
	width: 280px;
}

.langDivider {
		border-left: solid 1px #aeb5bc;
		display: inline;
		padding: 4px 6px 4px 0;
		margin-left: 5px;
		font-size: 18px;
	}
#searchBox {
	float: right;
	margin-right: 10px;
	display: inline;
	font: 10px Arial, Helvetica, sans-serif;
	color: #a0a0a0;
	margin-top: 9px;
}
#searchBox input.snSearch {
		font: 10px Arial, Helvetica, sans-serif;
		color: #6f7074;
		background: #e5ebf2;
		border: solid 1px #aeb5bc;
	}

#topFlash{
	clear: both;
	height:258px;
}

#hmHeadline {
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 30px;
	background: url(../images/bg_hmHead.gif) top repeat-x;
}



/* 3 COLUMN LAYOUT -------------------- */
#col1 {
	float: left;
	width: 220px;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 47px;
	margin-bottom: 40px;
	border-top: dotted 1px #bdbec0;
}

#subnavBar {
	line-height: 2em;
	color: #025595;
	padding-top: 10px; 
	width:220px;
	position: relative;
	z-index:10;
}
#col2Vid {
	float: left;
	width: 424px;
	margin-right: 20px;
	margin-bottom: 40px;
}

#col2 {
	float: left;
	width: 455px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#col2wide {
	float: left;
	width: 655px;
	margin-top: 20px;
	margin-bottom: 40px;
}
#col3 {
	float: left;
	width: 220px;
	margin-top: 20px;
	margin-bottom: 40px;
}


#home-col1 {
	float: left;
	width: 254px;
	margin-left: 10px;
	margin-right: 10px;
}
#home-col2 {
	float: left;
	width: 424px;
	margin-right: 10px;
}
#home-col3 {
	float: left;
	width: 260px;
	background-color:#ECEAED;
	-moz-border-radius-bottomleft: 4px; 
	-webkit-border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomright: 4px; 
	-webkit-border-bottom-right-radius: 4px; }
}

#home-col3vid {
	float: left;
	width: 260px;

}


/* HOME PAGE ---------------------- */	

.popularDL {
	margin: 10px 30px 20px 0;
	padding: 0;
}
	.popularDL li {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: dotted 1px #bfbfc1;
		line-height: 18px;
	}

.homePromo {
	float: right;
	width: 475px;
	height: 50px;
	padding: 0;
	text-align: center;
	margin-right: 13px;
	margin-top: -1px;
}

#safety img {
	padding-bottom: 10px;
	margin-left: 10px;
	margin-top: -50px;
}

#safety p {
	line-height: 12px;
	margin-left: 170px;
}



/* CORNERS ---------------------- */	
.corner-all { 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
}
.corner-top { 
	-moz-border-radius-topleft: 4px; 
	-webkit-border-top-left-radius: 4px; 
	-moz-border-radius-topright: 4px; 
	-webkit-border-top-right-radius: 4px; }

/* MISC ---------------------------*/
.hr {
	height: 1px;
	border-top: dotted 1px #bfbfc1;
}
.ruleH {
	background: url(../images/rule.gif) repeat-x center;
}
.ruleV {
	background: url(/images/rule.gif) repeat-y center;
}
.clearFloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.toggleText {
	display: none;
    margin-left: 20px;
}
.leadershipPhoto {
	float: left;
	margin: 0px 15px 5px 0px;
}
.leadership {
	border-bottom: solid 1px #CCCCCC;
	margin-top: 15px;
	clear: both;
}



.logowrap {
	float: left;
	margin-top: -55px;
	margin-left: 60px;
}

#redLogo {
	margin-left: 25px;
}
#home-col2 .textBlock img {

}


/* FORMS ------------------------ */
form {
	margin:0;
	display: inline;
}
input,textarea,select {
	color: #000000;
}

/*VIDEO STYLES -------------------------------*/

.vidBg {
	background-color: #000;
	height: 396px;
	width: 642px;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}


.videostyle {
	width: 500;
	height: 285;
	
}

.homeVideoBlock {
	width: 424px;
	float:left;
}

#col2wideSearch {
	margin-right: 50px;
	margin-left: 50px;
	width: 600px;
}
