/*******************************
		Fonts 
*******************************/


/* Typekit Font Styles */
.myriadlight {
	font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
	font-style: normal;
	font-weight: 300;
}
.myriadregular {
	font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
}
.myriadsemibold {
	font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
	font-style: normal;
	font-weight: 600;
}
.myriadbold {
	font-family: "myriad-pro-n7", "myriad-pro", sans-serif;
	font-style: normal;
	font-weight: 700;
}
/* Colors */
.darkerstblue {
	color:#152F57;
}
.ligherblue {
	color:#095791;
}
.darkgrey {
	color:#333;
}
.lightgrey {
	color:#666;
}
/* Headings */
h1#mainheading {
	margin:30px 50px;
	font-size:36px;  /* Pixels used instead of em's because main site styles interfere */
	line-height:42px;
}
h2#offer {
	font-size:36px;
	line-height:40px;
	margin:0;
	padding:0
}
h3#details {
	font-size:21px;
	line-height:30px;
	margin:0;
	padding:0
}
/* Copy */
p#maininfo {
	font-size:18px;
	line-height:24px;
	margin:0;
	padding:12px 0 0 0;
}
/*******************************
		Structure 
*******************************/

/* Overall Structure */
div#landingcontainer {
	background:#e6e7e8 url(/images/bg_gradient.gif) top left repeat-x;
	margin:0;
	padding:0;
	overflow:hidden;
}
div#bottomquadrant {
	background:url(/images/bg_bottomquadrant.png) top left no-repeat; /* One Large background image for blue area and bubble overlay */
	width:800px;
	height:452px;
	overflow:hidden;
}
div#fineprint {
	margin:30px 50px;
}
/* Resource Thumb Gallery */

div#resourcethumbcontainer {
	margin:20px 0 30px 50px;
}
div#resourceheading {
	font-size:21px;
	line-height:24px;
	color:#fff;
	margin-bottom:15px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .25);
	filter: dropshadow(color=#666666, offx=0, offy=1);
}
div#resourcethumbcontainer img {
	margin-right:29px;
}
div#resourcethumbcontainer img {
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .5);
}
div#resourcethumbcontainer img:hover {
	-webkit-box-shadow: 0px 0px 1px 2px rgba(0, 153, 255, 1);
	-moz-box-shadow: 0px 0px 1px 2px rgba(0, 153, 255, 1);
	box-shadow: 0px 0px 1px 2px rgba(0, 153, 255, 1);
}
div#resourcethumbcontainer img:active {
	-webkit-box-shadow: 0px 0px 1px 3px rgba(0, 153, 255, 1);
	-moz-box-shadow: 0px 0px 1px 3px rgba(0, 153, 255, 1);
	box-shadow: 0px 0px 1px 3px rgba(0, 153, 255, 1);
}
/* Bubble Box Content */
div#bubbleboxcontainer {
	margin:70px 50px 0 50px;
	color:#666;
}
div#bubbleleft {
	float:left;
	width:425px;
}
div#bubbleright {
	float:right;
	width:225px;
}
.bigbutton {
	display:block;
	width:225px;
	height:40px;
	text-align:center;
	border:1px solid #e7792f;
 background:background: #F58025; /* Old browsers */
	background: -moz-linear-gradient(top, #f89e2f 0%, #f16d1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f89e2f), color-stop(100%, #f16d1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f89e2f 0%, #f16d1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f89e2f 0%, #f16d1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f89e2f 0%, #f16d1b 100%); /* IE10+ */
	background: linear-gradient(top, #f89e2f 0%, #f16d1b 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89e2f', endColorstr='#f16d1b', GradientType=0 ); /* IE6-9 */;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid rgba(224, 133, 0, .5);
	text-decoration:none;
	color:#fff;
	font-size:24px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .50);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
}
.bigbutton:hover, .bigbutton:focus {
	background:#F58025;
	border:1px solid rgba(224, 133, 0, 1);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .3);
}
.bigbutton:active {
	background:#eb7b23;
	border:1px solid rgba(224, 133, 0, 1);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .1);
}
div#offerdetails {
	padding:20px 10px 0 10px;
}
/*******************************
Alternate Version Styles - 02.14.12 
*******************************/
/* Header */
div#headercontainer {
	margin:30px 40px 30px 50px;
	overflow:hidden;
}
div#headerleft {
	float:left;
	width:400px;
}
div#headerright {
	float:right;
	width:260px;
}
h1#altversion {
	font-size:48px; 
	line-height:55px;
	margin:-6px 0 0 0;
	padding:0;
}
h2#altversion {
	font-size:24px;  
	line-height:31px;
	margin:0;
	padding:0;
}
h3#altversion {
	font-size:36px;  
	line-height:40px;
	margin:0;
	padding:0
}
p#maininfoalt {
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:12px 0 0 0;
}
div#bottomquadrantalt {
	background:url(/images/bg_bottomquadrant_alt.png) top left no-repeat; /* One Large background image for blue area and bubble overlay */
	width:800px;
	height:452px;
	overflow:hidden;
}
div#offerdetailsalt {
	padding:12px 0 0 5px;
}