/* RESET updated with html5 tags*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	font-weight:normal;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
body {
	line-height:1;
}
ol,ul {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
/* FLOAT-elements */
.fltleft {
	float:left;
}
.fltright {
	float: right;
}
/* only to clear floats - to be used with any class as addition */
.clear {
	clear: both;
}
/* clear float with blank <div>or <br>*/
.clrflt {
	clear:both;
	line-height:1px;
	font-size:1px;
	overflow: hidden;
}
/* MAIN */
body {
	background:#f0f3fb url(../img/body_bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#555555;
}
a,img,img a,a:hover {
	border:none;
	outline:none;
}


/*======================outer class=====================*/
#outer
{
	padding:21px;
}

/*======================wrapper class=====================*/

/*========== class [wrapper top], [wrapper bottom] and only [wrapper] r the class which class are set for back ground of web site===========*/

#wrapper_top
{
	width:994px;
	height:10px;
	margin:0px auto;
	background: url(../img/wrapper_top.png) no-repeat left top;
}
#wrapper
{
	width:994px;
	background:url(../img/wrapper_body.png) repeat-y left top;
	margin:0px auto;
	position:relative;
}

#wrapper_bottom
{
	width:994px;
	height:13px;
	background:url(../img/wrapper_bottom.png) no-repeat left top;
	margin:0px auto;
}

.main_wrap /*main part of wrapper class==================*/
{
	width:961px;
	margin:0px auto;
	background:#f0f3fb;
	padding:0 0 15px 0;
}


/*======================menu_wrap class=====================*/

.menu_wrap
{
	height:27px;
	right:24px;
	top:-23px;
	padding:0px 10px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../img/menu_bg.jpg) left top;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(PIE.htc);
	z-index:99999;
}



.menu_wrap ul
{}
	
.menu_wrap ul li
{
	float:left;
	line-height:27px;
	padding:0 12px 0 0;
	text-transform:uppercase;
}	

.menu_wrap ul li.nopad
{
	padding:0px;
}

.menu_wrap ul li a
{
	text-decoration:none;
	color:#ffffff;
	white-space:nowrap;
}

.menu_wrap ul li a:hover
{
	text-decoration:none;
	color: #CCCCCC;
	white-space:nowrap;
}


.menu_wrap ul ul {
	background:#5d668d;
	padding:10px 0 15px 0;
	margin:0 0 0 -10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(PIE.htc);
	}
	
.menu_wrap ul li li {
	text-align:center;
	}
	
.menu_wrap ul li li a {
	}

/*======================header class=====================*/

.header
{
	padding:18px 4px 21px 8px;
}
/*-=-=-=-=-=-=-=-logo--=-=-=-=-=-=-*/
.logo
{
	width:191px;
	height:60px;
}

.logo_right
{
	width:570px;
	height:70px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=- banner -=-=-=-=-=-=-=-=--=-=-=-=-=-=*/

.banner
{
	width:960px;
	height:300px;
	position:relative;
	margin:0px auto;
}



.banner_list
{
	width:17px;
	position:absolute;
	top:85px;
	right:20px;
	z-index:99999;
}


.banner_list a
{
	background:url(../img/banner_but.png) no-repeat left top;
	width:17px;
	height:17px;
	display:block;
	margin:0 0 7px 0;
	text-indent:-99999px;
}

.banner_list a:hover, .banner_list a.activeSlide
{
	background:url(../img/banner_hover.png) no-repeat left top;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=- container_wrap -=-=-=-=-=-=-=-=--=-=-=-=-=-=*/

#container_wrap
{
	padding:9px 0 0 0;
}
.container_navigation
{
	height:65px;
}

.container_navigation ul
{
}

.container_navigation ul li
{
	float:left;
	height:65px;
	line-height:65px;
	font-size:16px;
	background:url(../img/nav_sepa.png) no-repeat left top;
	min-width: 220px;
	text-align:center;
	text-transform:uppercase;
}

.container_navigation ul li.nosep
{
	background:none;
}

.container_navigation ul li a
{
	color:#171748;
	font-size:15px;
	display:block;
	padding:0 45px;
	text-decoration:none;
}

.container_navigation ul li:hover 
{
	background:url(../img/cont_nav_hover_lt.jpg) no-repeat left top;
}

.container_navigation ul li a:hover
{
	background:url(../img/cont_nav_hover_rt.jpg) no-repeat right top;
	color:#971b1e;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=- content -=-=-=-=-=-=-=-=--=-=-=-=-=-=*/

.alertForm
{
	line-height:29px;
	color: #CC3300;
	background: #FFFFCC;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:15px;
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
	height:50px;
}

.successForm
{
	line-height:29px;
	color: #333333;
	background: #FFFFCC;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:15px;
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
	height:50px;
}

.content_mid
{
	
}

.content_mid h1
{
	line-height:29px;
	color:#FFF;
	background:#971b1e;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 0 0 10px;
	margin-bottom:10px;
}

.content_mid h3
{
	line-height:29px;
	color: #333;
	background: #f0f3fb;
	font-size:13px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 0 0 10px;
	margin-bottom:10px;
}

.content_mid h4
{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
	
.cont_full {
	background:#FFF;
	width:932px;
	height:398px;
	min-height:398px;
	height:auto !important;
	padding:12px 11px 10px 11px;
	color:#232323;
	}	

.cont_full h2 {
    font-size:40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D1DDE9;
	font-weight: bold;
	/*font-stretch:expanded;#D7E3EC*/
	text-transform:uppercase;
	margin-bottom:20px;	
	}
	
.cont_full p {
	line-height:16px;
	margin-bottom:15px;
	}
	
.cont_full p span {
	font-weight:bold;
	color:#181748;
	}
	
.cont_full p a {
	color:#232323;
	text-decoration:none;
	}
	
.cont_full p span strong {
	font-weight:bold;
	color:#971b1e;
	}
	
.cont_full p span small {
	font-weight:normal;
	color:#181748;
	}	
	
.cont_left {
	background:#FFF;
	width:616px;
	height:398px;
	min-height:398px;
	height:auto !important;
	padding:12px 11px 10px 11px;
	color:#232323;
	}	
/*.cont_left h2 {
	font-size:16px;
	color:#232323;
	font-weight: normal;
	text-transform:uppercase;
	margin-bottom:20px;
	}
*/

.formTable{
	max-width:500px;
	min-width:500px;
}

 #top-section {
  position:relative;
  left:0;
  top:0;
  }
  #mid-section {
  position:relative;
  left:0;
  top:0;
  }
  #bottom-section {
  position:relative;
  left:0;
  top:0;
  }


.cont_left h2 {
	font-size:40px;
	font-family: Arial, Helvetica, sans-serif;
	color:  #D1DDE9;
	font-weight: bold;
	/*font-stretch:expanded;#D7E3EC*/
	text-transform:uppercase;
	margin-bottom:20px;
	}

	
.cont_left p {
	line-height:16px;
	margin-bottom:15px;
	}
	
.cont_left p span {
	font-weight:bold;
	color:#181748;
	}
	
.cont_left p a {
	color:#232323;
	text-decoration: underline;
	}
	
.cont_left p a:hover {
	color:#232323;
	text-decoration: none;
	}	
	
.cont_left p span strong {
	font-weight:bold;
	color:#971b1e;
	}
	
.cont_left p span small {
	font-weight:normal;
	color:#181748;
	}

.cont_right
{
	width:312px;
}

.cont_right h2
{
	background:#191848;
	text-transform:uppercase;
	color:#ffffff;
	line-height:37px;
	font-weight:bold;
	font-size:14px;
	display:block;
}

.cont_right h2 img
{
	width:35px;
	height:39px;
	float:left;
	margin-right:17px;
}

.twitter_box {
	width:311px;
	height:243px;
	margin-bottom:4px;
	}
	
.cont_right_info
{
	background:#fff;
	padding:8px 0 0 9px;
}

.cont_right_info a
{
	text-decoration:underline;
}

.cont_right_info a:hover
{
	text-decoration:none;
}

.facebook_like {
	background:#fafbfe;
	height:37px;
	padding:13px 0 0 0;
	}
	
.info_left
{
	width:168px;
}
.info_left label
{
	line-height:14px;
	display:block;
	float:left;
	padding:0 0 2px 1px;
	color:#323232;
	font-size:12px;
}

.info_txt1
{
	width:156px;
	height:16px;
	line-height:16px;
	outline:none;
	border:none;
	background:url(../img/txt1_img.jpg) no-repeat left top;
	padding:2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.info_right
{
	width:128px;
}

.info_right label
{
	line-height:14px;
	display:block;
	float:left;
	padding:0 0 2px 3px;
	color:#323232;
	font-size:12px;
}

#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}

.submitbutton {
	background: #F0F0F0;
	border: 1px solid #999999;
	font-size:15px;
	min-height: 35px;
	min-width: 120px;
	color: #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.loginbutton {
	background: #F0F0F0;
	border: 1px solid #999999;
	font-size:16px;
	min-height: 40px;
	min-width: 140px;
	color: #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#submitbutton:hover {
	background: #F0F0F0;
	border: 1px solid #253750;
	color:  #333333;
}

#submitbutton:active {
	/*text-indent: -10px;*/
}

.selectInput {
	min-width: 280px;
	min-height: 30px;
	}

.info_txt2
{
	width:116px;
	height:16px;
	line-height:16px;
	outline:none;
	border:none;
	background:url(../img/txt1_img.jpg) no-repeat left top;
	padding:2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.info_pass
{
	padding:5px 0 10px 0;
}

.info_pass a
{
	text-decoration:underline;
	font-size:12px;
	line-height:25px;
	color:#000000;
	font-weight:bold;
	display:block;
	float:left;
}
.info_butt
{
	width:90px;
	height:29px;
	margin-right:42px;
	border:none;
	outline:none;
	display:block;
	background:url(../img/button1.jpg) no-repeat left top;
	float:right;
	color:#242c69;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	line-height:25px;
	cursor:pointer;
}

.video_tips_area {
	padding:15px 0 0 0;
	height:152px;
	margin-bottom:15px;
	}

.video_box {
	width:311px;
	height:152px;
	position:relative;
	float:left;
	margin:0 14px 0 0;
	}
	
.video_box.video_box2 {
	margin:0px;
	}
	
.more_link {
	width:180px;
	position:absolute;
	text-align:right;
	bottom:0px;
	right:0px;
	}	
	
.more_link a {
	background:url(../img/more_icon.jpg) no-repeat right top;
	height:26px;
	line-height:26px;
	color:#971b1e;
	display:block;
	padding:0 37px 0 0;
	}
	
.more_link a:hover {
	text-decoration:none;
	}
	
.red_link {
	width:90px;
	}	
	
.red_link a {
	height:26px;
	color:#971b1e;
	}
	
.red_link a:hover {
	text-decoration:none;
	}	
	
.video_box h2 {
	background:#971b1e;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	padding:0 0 0 15px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-radius:5px 5px 0px 0px;
	position:relative;
	behavior:url(PIE.htc);
	}
	
.video_box_cont {
	background:#FFF;
	height:107px;
	padding:15px 40px 0 14px;
	color:#232323;
	}
	
.video_box_cont ul {
	padding:0 0 12px 0;
	}
	
.video_box_cont ul li {
	color:#171747;
	}

.video_box_cont ul li a {
	color:#171747;
	}
	
.video_box_cont ul li a:hover {
	text-decoration:none;
	}
	
.video_box_cont p {
	}
	
.video_box_cont span {
	float:right;
	text-align:right;
	line-height:18px;
	}
	
.footer {
	background:#FFF;
	height:46px;
	}
	
.footer_left {
	float:left;
	width:150px;
	height:46px;
	line-height:46px;
	padding:0 0 0 12px;
	font-size:11px;
	color: #666;
	vertical-align:middle;
}
	
.footer_left img {
	padding-top:5px;
	padding-left:30px;
}	
	
.footer_nav {
	width:750px;
	float:right;
}
	
.footer_nav ul {
	float: right;
}
	
.footer_nav ul li {
	height:46px;
	line-height:46px;
	background:url(../img/footer_sep.jpg) no-repeat center right;
	float:left;
	}
	
.footer_nav ul li.footersep{
	background:none;
	}

.footer_nav ul li a {
	color:#232323;
	text-decoration: none;
	padding:0 8px;
	}
	
.footer_nav ul li a:hover {
	color: #990000;
	text-decoration: none;
	padding:0 8px;
	}	
	
.redlink a {
	color:#232323;
	text-decoration: none;
	padding:0 8px;
	}
	
.redlink a:hover {
	color: #990000;
	text-decoration: none;
	padding:0 8px;
	}	
	
#nocred {
	padding-top:5px;
	padding-bottom:5px;
	color:#FF0000;
}