/* @override http://netuitive.local/css/styles.css */

/* @group Base Elements */

body {
	text-align: center;
	font-family: Arial, Helvetica, san-serif;
}
#wrapper {
	/* @NOTE: Site is based off of the 960 Grid System (960.gs) */
	text-align: left;
	min-width: 960px;
	width: 100%;
	position: relative;
}
#header-wrapper,
#content,
#footer-wrapper {
	display: block;
	width: 100%;
}
#header,#promo,#form-area,#additional-info,#footer {
	width: 960px;
	margin: 0 auto;
	display: block;
}

/* @end */

/* @group Header */
#header-wrapper {
	border-bottom: 1px solid #dedede;
}
#header {
	height: 58px;
	padding-top: 30px;
}
#header h1 {
	display: block;
	width: 200px;
	height: 30px;
	text-indent: -9999px;
	background: transparent url(../assets/images/netuitive-logo.gif) left top no-repeat;
	float: left;
}
#header ul {
	float: right;
}
#header li {
	float: left;
}
#header ul ul {
	float: left;
}
li.email a {
	display: block;
	width: 122px;
	height: 45px;
	text-indent: -9999px;
	background: transparent url(../assets/images/email-this-page.gif) left top no-repeat;
}
li.call {
	display: block;
	width: 171px;
	height: 48px;
	text-indent: -9999px;
	background: transparent url(../assets/images/call-today.gif) 10px top no-repeat;
	margin-left: 30px;
	border-left: 1px solid #d4d4d4;
	padding-left: 10px;
}

/* @end */

/* @group Content */

#content {
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #0e80d8;
}
#section1,#section2,#section3 {
	width: 100%;
}
#section1 {
	background: #6e6c6d url(../assets/images/bg-promo.jpg) left bottom repeat-x;
	min-height: 406px;
}
#promo {
	background: transparent url(../assets/images/bg-video-filler.gif) center top repeat-y;
	min-height: 406px;
	text-align: center;
	z-index: 1;
}
#section2 {
	border-top: 1px solid #fff;
	background: #0c97ca url(../assets/images/bg-form.png) left top repeat-x;
	border-bottom: 1px solid #5ab9db;
}
#section3 {
	background: #0c2e82 url(../assets/images/bg-extra-center.jpg) left bottom repeat-x;
	padding-top: 30px;
}
#left-art,#right-art {
	width: 100%;
}
#left-art {
	background: transparent url(../assets/images/bg-extra-left.jpg) left bottom no-repeat;
}
#right-art {
	background: transparent url(../assets/images/bg-extra-right.jpg) right bottom no-repeat;
}
a#next-step {
	float: right;
	display: block;
	text-transform: uppercase;
	font-family: "Arial Narrow";
	font-size: 14px;
	width: 200px;
	height: 12px;
	text-indent: -9999px;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-bottom: 15px;
	cursor: pointer;
	background: transparent url(../assets/images/more-info-button.png) left top no-repeat;
}
h2,h3 {
	font-size: 22px;
	display: block;
	margin-bottom: 7px;
	clear: both;
	text-shadow: #2834a0 0 0 4px;
}

h4 {
	font-size: 16px;
	display: block;
	margin-bottom: 7px;
	clear: both;
	text-shadow: #2834a0 0 0 4px;
}
p {
	font-size: 15px;
	margin-bottom: 12px;
}
#section2 button {
	font-family: "Arial Narrow";
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	display: block;
	
	/* NOTE: IF YOU CHANGE THE SUBMIT BUTTON WIDTH UPDATE THE WIDTH HERE AS WELL. */
	width: 315px;
	height: 43px;
	border: none;
	cursor: pointer;
	text-align: right;
	padding-right: 44px;
	background: transparent url(../assets/images/sprite-submit-button.png) left top no-repeat;
}
#section2 button.disabled {
	
	cursor: default;
	
}
#section2 button.mouseOver {
	background-position: 0 -46px;
}
#form-area {
	/* border-bottom: 2px solid #31a7d2; Included in background image */ 
	padding: 0 40px;
	width: 885px;
}
fieldset {
	font-size: 18px;
	padding: 35px 35px 13px 9px;
	border: 1px solid #02729c;
	background-color: #027eb8;
	width: 840px;
}
fieldset p {
	display: block;
	margin-left: 26px;
	float: left;
	margin-bottom: 22px;
}
label {
	color: #f1f36e;
	display: block;
	margin-bottom: 5px;
}
input {
	width: 382px;
	height: 29px;
	background-color: #c4efff;
	border: 1px solid #0c2e82;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}
input:focus {
	background-color: #fff;
}
input.error {
	border: 1px solid #800;
}
.alert {
	font-size: 11px;
	color: #800;
	display: none;
}
.collapsed #form-group {
	display: none;
	clear: both;
}


#additional-info {
	width: 880px;
	padding-bottom: 130px;
}
#additional-info em,
#additional-info h3 {
	color: #f1f36e;
}
#main-area {
	width: 595px;
	float: left;
}
#main-area ul,
#main-area ol {
	font-size: 15px;
	margin-bottom: 25px;
}
#main-area li {
	margin-bottom: 4px;
	padding-left: 27px;
	background: transparent url(../assets/images/bullet-icon.gif) 2px 5px no-repeat;
}
#main-area p {
	font-size: 15px;
	line-height: 20px;
}
#secondary-area {
	width: 240px;
	float: right;
}
#secondary-area ul.quotes ul li {
	display: block;
}
#secondary-area ul.quotes ul {
	margin-bottom: 20px;
}
li.quote {
	background: transparent url(../assets/images/bg-quote-top.png) left top no-repeat;
	line-height: 18px;
	padding: 14px;
}
li.cite {
	background: transparent url(../assets/images/bg-quote-bottom.png) left bottom no-repeat;
	padding: 0 14px 16px;
}
li cite {
	font-size: 12px;
	display: block;
	text-indent: -4px;
	width: 90%;
}
/* @end */

/* @group Footer */

#footer-wrapper {
	border-top: 1px solid #0a2872;
	background-color: #0b2e82;
	clear: both;
}
#footer {
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
h5 {
	font-size:12px;
	margin-bottom: 15px;;
}
ul.awards-list li {
	display: block;
	width: 182px;
	float: left;
	background-color: #fff;
	margin-right: 10px;
}
ul.awards-list {

}

#footer p {
	clear: both;
	padding-top: 30px;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
}

/* @end */

/* @group Lightbox */

#lightbox {
  background: #fff;
  border: 8px solid #2a64a5;
  color: #808080;
  margin: 0;
  padding: 20px;
  z-index: 9999;
}

#lightbox #lightbox-container {
  margin: 0;
  padding: 0;
  text-align: left;
}

#lightbox #lightbox-content {
  margin: 0;
  padding: 0;
}
#lightbox-container form {
	padding: 0;
	margin: 0;
}
#lightbox-container h3 {
	font-size: 18px;
	text-shadow: none;
	color: #0c2e82;
}
#lightbox-container p.description {
	font-size: 14px;
}
#lightbox-container label {
	color: #000;
}
#lightbox-container input {
	height: 18px;
	width: 410px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#lightbox-container textarea {
	background-color: #c4efff;
	border: 1px solid #0c2e82;
	width: 420px;
	height: 140px;
	resize: none;
}
#lightbox-container button {
	background-image: none;
	text-indent: 0;
	color: #FFF;
	background: transparent url(../assets/images/sprite-email-button.png) left top no-repeat;
	
	/* NOTE: IF YOU CHANGE THE SUBMIT BUTTON WIDTH UPDATE THE WIDTH HERE AS WELL. */
	width: 179px;
	padding-left: 20px;
	padding-right: 44px;
	margin: 0 0 0 10px;
	height: 43px;
	border: none;
	cursor: pointer;
	float: right;
	text-align: right;
	font-family: "Arial Narrow";
}
#lightbox-container button.mouseOver {
	background-position: 0 -46px;
}
#lightbox-container button.disabled {
	background-position: 0 -92px;
	cursor: default;
	color: #ddd;
}

#lightbox-container a.cancel,
#lightbox-container a.close {
	color: #aaa;
	background-color: #f7f7f7;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #fff;
	padding: 13px 20px 11px;
	float: right;
	text-decoration: none;
	cursor: pointer;
}
#lightbox-container a.cancel:hover,
#lightbox-container a.close:hover {
	border: 1px solid #ccc;
}

/* @end */



.clear {
	clear: both;
	font: normal 1px/1px sans-serif;
	margin-bottom: -1px;
}

#wp-sidebar{
	background-color:#FFF;
	float:right;
	padding:inherit;
	width: 235px;
	color: #000;
	border-color: #999;
	padding:10px;
	margin-right: 5px;
	margin-top: 50px;
}

#wp-content-wrapper {
	background-color:#FFF;
	border-style: solid;
	border-color: #666;
	-moz-border-radius: 10px;	
    -webkit-border-radius: 10px;
	

}

#wp-main-content {
	color:#000;
	width: 500px;
	padding:20px;
	float: left;
}

#wp-h3 {
	color: #090;
	font-size:10px;
	text-shadow:#666
}

