/*///////////////////////////////////////////////*/
/* START COMMON STYLES RELATED TO GENERAL LAYOUT
*/

/*///////////////////////////////////////////////*/


/*
styles for main html structure display */


body, #body_P, #body_K, #body_T, #body_C {
	margin: 0 0 0 0;
}
table {
	border: 0 none;
}
table#main_1 {
	width:461px;
	margin-left: auto;
	margin-right: auto;
  -moz-box-shadow: 0 0 15px #381922;
  -webkit-box-shadow: 0 0 15px#381922;
  box-shadow: 0 0 15px #381922;
}
table#main_2 {
	width:100%;
}
td#main_row1, td#main_row1_P, td#main_row1_K, td#main_row1_T, td#main_row1_C {
	text-align:left;
	vertical-align:top;
}
td#main_row2, td#main_row2_P, td#main_row2_K, td#main_row2_T, td#main_row2_C {
	text-align:center;
	vertical-align:top;
	background: #00759A; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00759A', endColorstr='#69ABC2'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#00759A), to(#69ABC2)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #00759A,  #69ABC2); /* for firefox 3.6+ */
	padding: 40px 60px 30px 60px;
}
td#main_row3, td#main_row3_P, td#main_row3_K, td#main_row3_T, td#main_row3_C {
	text-align:left;
	vertical-align:top;
	height: 10px;
}
td#main_column1, td#main_column1_P, td#main_column1_K, td#main_column1_T, td#main_column1_C {
	text-align:left;
	height: 100%;
	vertical-align:top;
}
td#main_column2, td#main_column2_P, td#main_column2_K, td#main_column2_T, td#main_column2_C {
	text-align:left;
	vertical-align:top;
	padding: 17px 0 0 0;
}
td#main_column3, td#main_column3_P, td#main_column3_K, td#main_column3_T, td#main_column3_C {
	width:10px;
	text-align:left;
	vertical-align:top;
}
/* styles for master page body content display */

table#mPgBody_table1 {
	width:436px;
	background-color: #fff;
	margin: 0 auto;
 border: 25px solid white
}
table#mPgBody_table2 {
	width:436px;
  margin: 0 auto;
}
td#mPgBody_row1 {
	width:436px;
	height: 10px;
	text-align:left;
	vertical-align:top;
  display: none
}
td#mPgBody_row2 {
	width:436px;


}
td#mPgBody_row3 {
	width:436px;
	text-align:center;
	vertical-align:top;
}
td#mPgBody_row4 {
	width:436px;
	text-align:center;
	vertical-align:middle;
}
td#mPgBody_column1 {
	width:436px;
	text-align:left;
	vertical-align:top;
}
td#mPgBody_column2 {
	width:25px;
	text-align:left;
	vertical-align:top;
	background-color:#fff;
	display: none;
}


/*///////////////////////////////////////////////*/

/*  END COMMON STYLES RELATED TO GENERAL LAYOUT */

/*///////////////////////////////////////////////*/



/*/////////////////////*/

/* START CUSTOM STYLES */

/*/////////////////////*/

#container {
  width:1000px;
  margin-left:auto;
  margin-right:auto;
}

.nav {
	width: 100%;
	color:#FFF;
	background: #fea500; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fea500', endColorstr='#fec459'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fea500), to(#fec459)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fea500,  #fec459); /* for firefox 3.6+ */
}

#nav_block {
	padding: 10px 60px 9px 60px;
	position: relative;
}
#signinout {
	position: absolute;
	top: 10px;
	right: 60px;
}
#signinout a {
	color: #000;
}

.nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.nav a {
	padding-right: 14px;
}


.nav a, .nav a:hover, .nav a:visited {
  color:#fff;
}

.nav a {
  text-decoration:none;
}

.nav a:hover {
  text-decoration:underline;
}
.nav a.largera {
	font-size:20px;
}

.header {
	height: 500px;
	position: relative;
}

#logo-container {
  padding:0;
  width:100%;
  height:140px;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.6);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
body#landing #logo-container {
	background-color:#004F60;
}

#logo-container.sub-page {
  width:1000px;
  margin-left:-150px;
}

#logo {
  padding-left:60px;
  padding-top:20px;
}

#slideshow {
  height:500px;
  width:1000px;
  position:absolute;
  top:0;
  z-index:-10;
  background-image:url(../img/loading.gif);
  background-position:center center;
  background-repeat:no-repeat;
}

#tagline-container {
  position: absolute;
  bottom: 20px;
  padding:0;
  width:100%;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.6);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#tagline {
  padding-left:60px;
	padding-top:2px;
  /*padding-top:7px;*/
  /*padding-bottom: 10px;*/
	color:#fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#tagline h1, #tagline h2 {
  font-weight:normal;
}

#tagline h1 {
	font-size: 27px;
	line-height:14px;
}

#tagline h2 {
	font-size: 18px;
	line-height:17px;
}

#start {
	position: absolute;
	z-index:1000;
	top: 412px;
	left: 660px;
}

#slideshow_spacer {
  height:50px;
}

#cutout {
  margin-top:-232px;
  height:68px;
  width:100%;
  background:#009FBE;
}

#dcsmt-0 {
	display: block;
	width: 440px;
	float: right;
	padding-left: 40px;
	padding-bottom: 40px;
}

#top_cards {
  height:460px;
  padding-top:40px;
}

#bottom_cards {
  height:300px;
  padding-top:20px;
}

.content_card {
  height:100%;
  background-color:#009FBE;
  -moz-box-shadow: 1px 1px 10px #016D7C;
  -webkit-box-shadow: 1px 1px 10px#016D7C;
  box-shadow: 1px 1px 10px #016D7C;
}

.content_card div {
  padding:20px;
}

a.button, input.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  background-color:#fff;
  color:#00A0BF;
  text-decoration: none;
  -moz-box-shadow: 1px 1px 5px #3d3d3d;
  -webkit-box-shadow: 1px 1px 5px#3d3d3d;
  box-shadow: 1px 1px 5px #3d3d3d;
  font-weight:bold;
  font-size:14px;
}

a.orange, input.orange {
  background-color:#FAA722;
  color:#fff;
}

a.button:hover, input.button:hover {
  text-decoration:underline;
}

#video {
  display:none;
}

#quiz {
  background-color:#FFF;
}

#quiz h1, #quiz h2, #quiz h3, #quiz h4 {
  color:#FAA722;
} 

#quiz p {
  color:#000;
  font-family:Arial,Helvetica,sans-serif;
}

.err {
  color: red;
}

ol li {
  padding: 10px 0px;
}

.footer {
	display:block; position:relative; 
	background:#004F60;
}

.footerback {
	position:absolute; display:block; top:0; left:0;
	width:100%; height:100%;
	background:rgba(0, 0, 0, 0.6); 
}

#moviefooter {
	display:block;position:relative;float:none;
	margin:0px auto; width:1000px; height:605px;
	background:#004F60;
}

#moviefooter .span60 {
	display:block; position:relative; float:left;
	margin:0px; padding:15px 0px 15px 50px; width:500px; height:auto;
}

#moviefooter .span40 {
	display:block; position:relative; float:left;
	margin:0px; padding:40px 0px; width:400px; height:auto;
}

#moviefooter h1 {
	line-height:29px; margin-bottom:10px;
}

#moviefooter a:link, #moviefooter a:visited{
	color:#fff;   
}


#footer {
  height:80px;
  font-size:12px;
  color:#F5F5F5;
  
}

#footer_content {
  padding:30px 60px 10px 60px;
  position: relative;
}

#copyright p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

footer a, footer a:visited, footer a:hover {
  color:#F5F5F5;
}

footer a.button {
  color:#C4611C;
}

#footer_content .social {
  position: absolute;
  right: 60px;
  top: 35px;
}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear {
	clear: both;
}

#assetschart {
	position: relative;
	padding-top: 20px;
	left: -15px;
}
#sidebarblock {
	float: right;
	width: 360px;
	display: block;
	margin: 20px 0px 40px 50px;
}
.sidebar {
	background: #62aac3;
	display: block;
	width: 300px;
	float: right;
	padding: 30px 30px 22px 30px;
	margin: 20px 0px 40px 50px;
}
#sidebarblock .sidebar {
	background: #62aac3;
	display: block;
	width: 300px;
	float: right;
	padding: 30px 30px 22px 30px;
	margin: 0 0 40px 0;
}
.whatsYourNumberButton {
	position: absolute;
	top: -6px;
}
.whatsYourNumberButton2 {
	position: relative;
	top: 0px;
}
.errorblock {
	color: #ff525a;
	background: #ffb4b8;
	border: 1px #ff7279 solid;
	padding: 15px;	
	margin-bottom: 30px;
}
.successblock {
	color: #2ea11f;
	background: #cbffc4;
	border: 1px #68d359 solid;
	padding: 15px;	
	margin-bottom: 30px;
}
.floatright {
	float: right;
	padding: 20px 0px 30px 30px;
}
#main a, #main a:visited {
	color: #caeef9;
	text-decoration: underline;
}
#main #dcsmt-0 a, #main #dcsmt-0 a:visited {
	color: #000;
}
#main a:hover {
	color: #000;
}
.col {
	display: block;
	width: 33%;
	float: left;
}
#landingtext {
	text-align: center;
	font-size: 40px;
	color: #fff;
	padding-bottom: 20px;
}
#landingimage {
	position: relative;
}
#landingimage img {
	position: relative;
	right: 59px;
}
.orng {
	color: #ffa400;
}
.nivo-controlNav {
	display: none;
}
#logos {
	position: absolute;
	right: 30px;
	top: 8px;
}

/*///////////////////*/

/* END CUSTOM STYLES */

/*///////////////////*/
