/*****************************/
/******** Background *********/
/*****************************/

#page_bg {
	background: #1c67a9 url(../images/shadow.png) 0 0 repeat;
	padding:0;
}




/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
	height: 100%;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active { outline: none; }

a:focus { outline: none; }

button:focus { outline: none; }

input.button { cursor: pointer; outline: none; }


p {margin-top: 0;}

img {border: 0 none; }




/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

div#wrapper {
	width:788px;
	margin:auto;
	background-color:#FFFFFF;
	position:relative;
	padding:0;
}

#whitebox {
	margin:6px 6px 0 6px;
	padding:6px 0 0 0;
	background: #fff;
	width: 776px;
}

.header {
	position: relative;
    width:776px;
    height:85px;
	margin:0;
	padding:0;
}

.header img{
	border:0;
}

.header_line {
	width:776px;
	height:27px;
	padding:0;
	margin:4px 0 32px 0;
}

.header_line img {
	border: 0px;
}


div#footer {
	position:relative;
	float:left;
	overflow: hidden;
	width:776px;
	height:25px;
	margin:25px 0 3px 0;
	background:#ffffff url(../images/footer.png) repeat-x;
}


div.copyright {
	position: relative;
	top: 7px;
	float: right;
	font-size: 9px;
	color: #868686;
}




/******************************/
/*********** Content **********/
/******************************/

#container {
	margin:0;
	padding:0;
}

h1 {
	margin:0 0 15px 0;
	padding:0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height:1.3;
	color: #FF0000;
	text-align: left;
}


.content {
	width:776px;
	margin:0;
	padding:0;
	float:left;
	position:relative;
}

.content img {
	margin:0;
	padding:0 10px 0 15px;
	float:right;
}

.bold {
	font-weight:bold;
}


.video {
	width:776px;
	margin:65px 0;
	padding:0;
	float:left;
	position:relative;
	left:153px
}


.logos {
	width:776px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}


.logos img {
	margin:10px 35px 25px 35px;
	vertical-align:middle;
}



/****************************************************/
/********************* Videos ***********************/
/****************************************************/

#slider{
border: 1px solid #7e7e7e;
height: 320px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
float:left;
width: 470px; /*width of featured content slider*/
height: 320px;
margin-bottom:15px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 470px; /*width of content DIVs within slider. Total width should equal slider's inner width (428+1+1=430) */
height: 100%;
}


.scroll {
	margin:0;
	padding:0;
	width:470px;
	height:88px;
	float:left;
}


.button input.left_button {
	float:left;
	position:relative;
	top:24px;
	padding-top:29px;
	background: url(../images/video_btn_01.png) no-repeat;
	border:none;
	width:20px;
	height:29px;
	margin-right:10px;
	cursor:pointer;
	cursor:hand;
}

.button input.right_button {
	float:right;
	position:relative;
	top:24px;
	padding-top:29px;
	background: url(../images/video_btn_02.png) no-repeat;
	border: none;
	width:20px;
	height:29px;
	margin-left:10px;
	cursor:pointer;
	cursor: hand;
}



#paginate-slider {
float:left;
position:relative;
background-color: #FFFFFF;
height: 88px;
width:410px;
overflow:hidden;
white-space:nowrap;
}


#paginate-slider a img{
width: 126px;
height: 86px;
border:1px solid #7e7e7e;
margin-right:7px;
}

#paginate-slider a:hover img, #paginate-slider a.selected img {
width: 126px;
height: 86px;
border:1px solid #1c67a9;
margin-right:7px;
}


#paginate-slider .last a img{
width: 126px;
height: 86px;
border:1px solid #7e7e7e;
margin-right:0px;
}

#paginate-slider .last a:hover img, #paginate-slider .last a.selected img{
width: 126px;
height: 86px;
border:1px solid #1c67a9;
margin-right:0px;
}
