@import url('layout.css');
@import url('colors.css');

@media screen {
/* Backgrounds */
	#wrap {background:transparent url('../graphics/content_bg.jpg') no-repeat;}
	div#quicklinks ul li {background-image:url('../graphics/tab_r.png');}
	div#quicklinks ul li a {background:transparent url('../graphics/tab_l.png') left top no-repeat;	}
	ul.dropdown li ul li.first {background-image: url('../graphics/nav_first.png');}
	body #wrap ul.dropdown ul li a{background:#656565 url('../graphics/dropdown_arrows.gif') no-repeat;}
	body #wrap ul.dropdown ul li a:hover {background:#323232 url('../graphics/dropdown_arrows.gif') 0 -119px no-repeat;}
	div.portal_login div.form_row_submit input {background:transparent url('../graphics/bg_login.gif') left center no-repeat;}
}


/* Contemporary Navigation Adjustments */

ul.dropdown {
height:40px;
width:940px;
margin:0 auto !important;
clear:left;
padding-top:0 !important;
text-align:right;
}

ul.dropdown > li {
float:none;
display:inline-block;
position:relative;
}

ul.dropdown > li > ul > li {
text-align:left;
}

.landingpage #content .fdpc_lpcontent ul {
margin-bottom:1.46em;
}

/* ====================================
	
		Landing Page Structure + Basics + Core Edits
	
   ==================================== */
	
.landingpage #content h1 {
	text-indent:0;
	font-size:40px;
	line-height:40px;
	margin-top:0;
	padding-top:0;
	}
	
.landingpage #content {
	font-size:0.81em;
	line-height:1.46em;
	}
	
.landingpage a {
	color:#00a4df;
	}
	
.landingpage a:hover,
.landingpage a:active {
	color:#e44800;
	}
	
.landingpage #content_container h1.no-margin,
.landingpage #content_container h2.no-margin,
.landingpage #content_container h3.no-margin,
.landingpage #content_container h4.no-margin {
	margin-bottom:-1em;
	}
	
.landingpage #content .fdpc_lpimage .content_image_box,
.landingpage #content .fdpc_lpimage .content_image_box *,
.landingpage #content div.fdpc_lptestimonial .content_image_box * {
	margin:0;
	}
	
/* ====================================

	Landing Page Content / Contentspace 1

   ==================================== */

.landingpage #content_container .fdpc_design_col1 .fdpc_lpcontent h4,
.landingpage #content_container .fdpc_design_col1 .fdpc_lpcontent h5,
.landingpage #content_container .fdpc_design_col1 .fdpc_lpcontent h6 {
	font-weight:400;
	color:#e44800;
	}
	
.landingpage #content .fdpc_lpcontent ul {
	padding-left:38px;
	list-style:none;
	}
	
.landingpage #content .fdpc_lpcontent ul li {
	position:relative;
	}
	
.landingpage #content .fdpc_lpcontent ul li:before {
	content:"";
	display:block;
	height:0;
	width:0;
	left:-2em;
	top:.2em;
	position:absolute;
	border-color:transparent #3d3d3d;
	border-style:solid;
	border-width:.4em 0 .4em .8em;
	}
	
.landingpage #content .fdpc_lpcontent {
	line-height:1.46em;
	padding-bottom:20px;
	}
	
.landingpage .fdpc_design_col1 {
	float:left;
	width:480px;
	padding:0 20px 0 35px;
	}
	
.landingpage .fdpc_design_col2 {
	float:left;
	width:350px;
	padding:0 35px 0 20px;
	}
	
	/* ====================================
	
		Landing Page Forms + Contentspace 2 
	
	   ==================================== */
	
.landingpage div.fdpc_lpform {
	border-top:1px solid #dfdfdf;
	max-width:480px;
	padding: 1.2rem 0;
	}
	
.landingpage div.fdpc_lpform form{
	max-width:480px;
	}

.landingpage div.fdpc_lpform h1,
	div.fdpc_lpform h2,
	div.fdpc_lpform h3,
	div.fdpc_lpform h4 {
	text-transform:uppercase;
	}
	
.landingpage input:not([type=submit]):not([type=file]),
	 .landingpage textarea {
	-webkit-appearance:none;
	-webkit-border-radius:0;
	border-radius:0;
	background-color:#FFF;
	font-family:inherit;
	border:1px solid #ccc;
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	color:rgba(0,0,0,0.75);
	display:block;
	height:2.3125rem;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all .15s linear;
	-moz-transition:all .15s linear;
	transition:all .15s linear;
	font-size:12px;
	margin:0 0 1rem;
	padding:.5rem;
	}
	
.landingpage input:not([type=submit]):not([type=file]):focus,
.landingpage textarea:focus {
	-webkit-box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	box-shadow:0 0 5px #999;
	background:#fafafa;
	outline:none;
	border-color:#999;
	}
	
.landingpage input:not([type=submit]):not([type=file])[disabled],
.landingpage textarea[disabled] {
	background-color:#ddd;
	}
	
.landingpage input:not([type=submit]):not([type=file]).example {
	color:#999;
	}
	
.landingpage div.form_row_submit {
	text-align:left;
	padding-left:0;
	background:transparent;
	}
	
	
/* ====================================

	Landing Page Action + Contentspace 3

   ==================================== */
	
.landingpage #content_container .fdpc_design_col1 .fdpc_lpmessage h4 {
	font-size:18px;
	font-weight:400;
	line-height:1.2em;
	margin-bottom:.6em;
	}
	
.landingpage .fdpc_design_col1 #content_container h4 {
	font-size:16px;
	}
	
.landingpage #content .fdpc_lpaction ul.content_collection_items {
	list-style:none;
	margin-left:0;
	padding-left:0;
	}
	
.landingpage #content .fdpc_lpaction ul.content_collection_items li {
	float:left;
	margin-left:20px;
	}
	
.landingpage #content .fdpc_lpaction ul.content_collection_items li.first,
.landingpage #content .fdpc_lpaction ul.content_collection_items li:first-child {
	margin-left:0;
	}
	
.landingpage .fdpc_lpaction .collection_item_description {
	display:none;
	}
	
.landingpage .fdpc_lpaction .collection_item_label a,
.landingpage input[type=submit] {
	font-weight:700;
	text-align:center;
	min-width:85px;
	vertical-align:middle;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	position:relative;
	text-decoration:none;
	display:inline-block;
	font-size:12px;
	background-color:#ef5b0f;
	color:#FFF;
	-webkit-transition:background-color 300ms ease-out;
	-moz-transition:background-color 300ms ease-out;
	transition:background-color 300ms ease-out;
	-webkit-appearance:none;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-transform:uppercase;
	border-color:#dc4600;
	margin:0 0 1.25rem;
	padding:10px 26px 8px;
	letter-spacing:0.025rem;
	}
	
.landingpage .fdpc_lpaction .collection_item_label a {
	min-height:16px;
	}
	
.landingpage .fdpc_lpaction .collection_item_label a:hover,
.landingpage input[type=submit]:hover,
.landingpage input[type=submit]:focus {
	background:#00a4df;
	}

	
/* ====================================

	Landing Page Image + Contentspace 4

   ==================================== */

.landingpage .fdpc_lpimage {
	padding-bottom:1.2rem;
}

.landingpage .fdpc_lpimage div p img {
	width:350px;
	height:auto;
	}
	
.oldie .fdpc_lpimage {
margin-bottom: 2em;
}
	
/* ====================================

	Landing Page Testimonial + Contentspace 5

   ==================================== */
	   
.landingpage .fdpc_lptestimonial h4 {
	border-bottom:1px solid #dfdfdf;
	text-transform:uppercase;
	font-weight:400;
	padding-bottom:4px;
	}
	
.landingpage #content div.fdpc_lptestimonial ul {
	padding-left:0;
	list-style:none;
	margin:0;
	}
	
.landingpage #content div.fdpc_lptestimonial {
	background:transparent url(../graphics/quote.png) no-repeat 146px 34px;
	}
	
.landingpage div.fdpc_lptestimonial div.collection_item_label {
	font-weight:400;
	font-style:italic;
	color:#d94400;
	}
	
.landingpage div.fdpc_lptestimonial div.collection_item_label:before {
	content:'\"';
	display:inline;
	margin:0 -4px 0 0;
	padding:0;
	}
	
.landingpage div.fdpc_lptestimonial div.collection_item_label:after {
	content:'\"';
	display:inline;
	margin:0 0 0 -3px;
	padding:0;
	}
	
.landingpage div.fdpc_lptestimonial div.collection_item_description {
	font-weight:600;
	font-style:normal;
	}
	
.landingpage #content div.fdpc_lptestimonial .content_image_box {
	width:auto!important;
	float:right;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:3px solid #fff;
	margin:0;
	}
