html, body {
	height: 100%;
}

body {
	font-family: arial, helvetica, sans-serif;
	color: #333;	
	background: #326698 url(../images/bg.jpg) repeat-x top left;
	font-size: 12px;
}

h1 {
	font-size: 72px;
}

h1 span {
	font-size: 40px;
}	

h2 {
	font-size: 36px;
	padding: 0 0 15px 0;
}

h3 {
	font-size: 24px;
	padding: 0 0 15px 0;
}

h4 {
	font-size: 14px;
	color: #333;
	padding: 0 0 15px 0;
}

p {
	line-height: 1.5em;
	padding: 0 0 1.5em 0;
}

/*
p span {
	color: #f60;
	font-size: 14px;
}
*/

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

.container {
	margin: 0 auto;
	width: 990px;
}

#header {
	float: left;
	display: inline;
	width: 100%;
	height: 340px;
}

#header .container {
	width: 990px;
	height: 340px;
	background: url(../images/header-bg.png) no-repeat bottom left;
}

#header h1 {
	float: left;
	display: inline;
	width: 542px;
	margin: 45px 0 0 94px;
	color: #fff;
}

#header h2 {
	float: left;
	display: inline;
	width: 542px;
	color: #fff;
	margin: 0 0 0 94px;
}

#logo {
	float: left;
	display: inline;
	width: 304px;
	margin: 118px 0 0 0;
}

#nav {
	float: right;
	display: inline;
	width: auto;
}

#nav li {
	float: left;
	display: inline;
	width: auto;
	padding: 0 0 0 30px;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	border-top: 3px solid #18396c;
	display: block;
	padding: 15px 0 0 0;
}	

#nav li a:hover, #nav li a.active {
	border-top: 3px solid #f90;
}

#nav #login {
	background: url(../images/login-button-bg.png) no-repeat;
	width: 58px;
	height: 25px;
	border: 0;	
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 11px 0 0 0;
	border: 0;
	padding: 0;
	text-align: center;
	line-height: 25px;
}	

#nav #login:hover {
	background-position: 0 -25px;
	border: 0;
}	

#carousel-wrapper {
	float: right;
	display: inline;
	width: 542px;
	position: relative;
	margin: 65px 20px 0 0;
}

#carousel-wrapper img {
	display: block;
}

#carousel-wrapper .prev {
	background: url(../images/left-arrow.png) no-repeat;
	width: 14px;
	height: 16px;
	border: 0;
	position: absolute;
	bottom: 45px;
	left: -20px;
	cursor: pointer;
}

#carousel-wrapper .next {
	background: url(../images/right-arrow.png) no-repeat;
	width: 14px;
	height: 16px;
	border: 0;
	position: absolute;
	bottom: 45px;
	right: -20px;
	cursor: pointer;
}

#carousel-wrapper .prev:hover, #carousel-wrapper .next:hover {
	background-position: 0 -16px;
}

#main {
	float: left;
	display: inline;
	width: 100%;
	min-height: 200px;
	border-top: 1px solid #fff;
	background: #fff url(../images/main-bg.jpg) repeat-x;
	padding: 25px 0 30px 0;
}

#main.other {
	margin: -110px 0 0 0;
}

#main .main-left {
	float: left;
	display: inline;
	width: 460px;
	padding: 0 20px 0 0;
}

#main .main-right {
	float: right;
	display: inline;
	width: 460px;
}

#main h2, #main h3 {
	color: #f60;
}

#main .content {
	float: left;
	display: inline;
	width: 620px;
	padding: 0 20px 0 0;
}	

#main .sidebar {
	float: right;
	display: inline;
	width: 300px;
	font-size: 11px;
	color: #666;
	line-height: 1.25em;
}

#main .sidebar #apply {
	border: 4px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#main .sidebar #apply div {
	background: #ccc;
	padding: 11px 0 15px 0;
}

#main .sidebar #apply #signup {
	background: #ccc url(../images/apply-now-button.png) no-repeat;
	border: 0;
	width: 169px;
	height: 33px;
	display: block;
	margin: 0 auto;
}

#main .sidebar #apply #join {
	background: #ccc url(../images/join-now-button.png) no-repeat;
	border: 0;
	width: 169px;
	height: 33px;
	display: block;
	margin: 0 auto;
}

#main .sidebar #apply #signup:hover, #main .sidebar #apply #join:hover {
	background-position: 0 -33px;
}

#main .sidebar #apply p {
	padding: 20px;
}

#main .sidebar iframe {
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
}

#main .sidebar td {
	padding: 0 20px 15px 0;
}

#main .sidebar td img {
	vertical-align: middle;
}

#main #tabs {
	float: left;
	display: inline;
	width: 940px;
	margin: 15px 0 20px 0;
	padding: 0 0 2px 0;
}

#main #tabs li {
	float: left;
	display: inline;
	width: 135px;
	background: #ccc;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;	
	margin: 0 2px 0 0;
}

#main #tabs li.active {
	background: #f60;
}

#main #tabs li.active:hover {
	background: #f60;
	cursor: pointer;
}

#main #tabs li:hover {
	background: #999;
	cursor: pointer;
}

#main #meet-team ul {
	float: left;
	display: inline;
	width: 940px;
	padding: 0 0 20px 0;
}

#main #meet-team li {
	float: left;
	display: inline;
	margin: 0 2px 0 0;
	width: 80px;
	height: 80px;
}

#main #meet-team li a {
	background: url(../images/default-avatar.jpg) no-repeat;
	width: 80px;
	height: 80px;
	display: block;
}

#main #meet-team li a:hover {
	background-position: 0 -80px;
}

#main #meet-team li a#a {
	background: url(../images/sendroff-avatar.jpg) no-repeat;
}

#main #join-team ul {
	line-height: 1.5em;
}

#main #join-team ul a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

#main #join-team ul a:hover {
	border-bottom: 1px dotted #333;
}

.learn-more-button {
	background: url(../images/learn-more-button.png) no-repeat;
	border: 0;
	width: 123px;
	height: 25px;
	display: block;
}

.login-button {
	background: url(../images/login-button.png) no-repeat;
	border: 0;
	width: 123px;
	height: 25px;
	display: block;
	margin: 15px 0 0 0;
}

.submit-button-s {
	background: url(../images/submit-button-s.png) no-repeat;
	border: 0;
	width: 123px;
	height: 25px;
	display: block;
	margin: 15px 0 0 0;
}

.learn-more-button:hover, .login-button:hover, .submit-button-s:hover {
	background-position: 0 -25px;
	cursor: pointer;
}

.submit-button {
	background: url(../images/submit-button.png) no-repeat;
	border: 0;
	width: 169px;
	height: 33px;
	margin: 15px 0 0 0;
}

.submit-button:hover {
	background-position: 0 -33px;
	cursor: pointer;
}

#sub-main {
	float: left;
	display: inline;
	width: 100%;
	background: url(../images/sub-main-bg.jpg) repeat-x top left;
	color: #fff;
	padding: 35px 0 0 0;
}

#footer-push {
	clear: both;
	font-size: 0;
	line-height: 0;
	padding: 0 0 80px 0;
}

#footer {
	clear: both;
	float: left;
	display: inline;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #7a9bbc;
	padding: 8px 0;
}

#footer img {
	float: left;
	display: inline;
	width: 122px;
	border-right: 1px solid #326698;
	padding: 0 15px 0 8px;
}

#footer p {
	float: left;
	display: inline;
	width: auto;
	padding: 0 0 0 15px;
	font-size: 10px;
	color: #326698;
	line-height: 32px;
}	

fieldset {
	float: left;
	display: inline;
	width: 458px;
	padding: 0 0 30px 0;
}

fieldset div {
	padding: 0 0 7px 0;
	position: relative;
	clear: left;
}

fieldset div.selectbox {
	position: static;
}

fieldset div.alt {
	background: url(../images/input-bg.png) repeat-y;
	width: 283px;
	line-height: 30px;
	height: 30px;
	border: 0;
	color: #ccc;
	font-size: 15px;
	padding: 0 10px;
	margin: 0 0 7px 0;
	font-family: arial, helvetica, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*
label {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #999;
	font-size: 12px;
}

input[type=text] {
	background: url(../images/input-field-bg.jpg) repeat-x top left;
	width: auto;/*283px;*\/
	line-height: 30px;
	height: 30px;
	border: 1px solid #999;
	color: #666;
	font-size: 12px;
	padding: 0 10px;
	font-family: arial, helvetica, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input#zip, input#zip2 {
	width: 120px;
}

input[type=text]:hover {
	border: 1px solid #999;
	width: 283px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

input[type=text]:focus {
	border: 1px solid #999;
	width: 283px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

textarea#comments {
	background: url(../images/input-field-bg.jpg) repeat-x top left;
	border: 1px solid #999;
	width: 458px;
	height: 135px;
	color: #666;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	padding: 10px;
	overflow: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

textarea#comments:hover {
	border: 1px solid #999;
	width: 458px;
	height: 135px;
	padding: 10px;
}

textarea#comments:focus {
	border: 1px solid #999;
	width: 458px;
	height: 135px;
	padding: 10px;
}

textarea#method {
	background: url(../images/input-bg.png);
	width: 283px;
	height: 120px;
	border: 0;
	color: #ccc;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	padding: 10px;
	overflow: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

textarea#method:hover {
	border: 1px solid #999;
	width: 283px;
	height: 120px;
	padding: 10px;
}

textarea#method:focus {
	border: 1px solid #999;
	width: 283px;
	height: 120px;
	padding: 10px;
}

select {
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	/*width: auto;283px;*\/
}
*/

/* ## Replace hp_styles.css styles ## */
.headerCol {
	background-color: #1F4478;
}
.camplistheader, .camplistfooter {
	background-color: #1F4478;
}
.regularTextHeader {
	color: #FF9900;
}
.reporttable {
	margin: 0px !important;
}
.activestep {
	color: #fff;
	background-color: #FF7F00;
}
.activestepID {
	color: #fff;
	background-color: #FF7F00;
	border-right: 1px solid #222;
}
.inactivestep {
	color: #fff;
	background-color: #18396C;
	background-color: rgba(24, 57, 108, .5);
}
.inactivestepID {
	color: #fff;
	background-color: #18396C;
	background-color: rgba(24, 57, 108, .5);
	border-right: 1px solid #ccc;
	
}
.anchor, .nextBtn, .previousBtn, .w9downloadBtn, .readthisBtn  {
	color: #fff;
	background: #FF7F00 url('../../images/skin/btnBg.png') repeat-x 0px 0px;
	height: 15px;
	line-height: 1.4em;
}
.anchor:hover, .nextBtn:hover, .previousBtn:hover, .w9downloadBtn:hover, .readthisBtn:hover  {
	color: #fff;
	background: #FF7F00 url('../../images/skin/btnBg.png') repeat-x 0px -25px;
}
.notifyValid, .notifyInvalid {
}

input.formField, select.formField, textarea.TextArea {
	margin: 2px;
	padding: 5px;
	height: auto;
	color: #666;
	border: 1px solid #658CB2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input.formField:hover, input.formField:focus, select.formField:hover, select.formField:focus, textarea.TextArea:hover, textarea.TextArea:focus {
	border: 1px solid #99CCFF;
}

#lcontainer {
	padding: 5px 5px 0px 0px;
	width: 200px;
	border-right: 1px solid #ccc;
	border-right: 1px solid rgba(0, 0, 0, .1);
}
	#snapShotContainer {
		border: 4px solid #ccc;
		color: #666;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
		#snapShotContainer th {
			text-align: center;
			background-color: #ccc;
			height: 30px;
		}
		#snapShotContainer td {
			height: 25px;
			background-color: #fff;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
			#snapShotContainer td.snapShotTitle {
				padding: 2px;
				width: 40%;
				text-align: left;
			}
			#snapShotContainer td.snapShotData {
				padding: 2px;
				width: 50%;
				text-align: left;
				font-size: 10pt;
				color: #6FAA55;/*#F68233;*/
			}
				td.snapShotData strong {   
					color: #000;
				}
				td.snapShotData span {
					color: #000;
				}
	#lNav {
		margin: 10px 0px;
		}
		#lNav li {
			margin: 4px 0px;
			text-decoration: underline;
		}
			#lNav li a {
				color: #326698;
			}
			#lNav li a:hover {
				color: ;
			}
	#lcontainer div > div {
		margin: 10px 0px;
	}

#mainContent {
	padding: 0px 5px;
}
#lcontainer, #mainContent {
	vertical-align: top;
}

