/*YUI RESET*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html, body {
  margin: 0;	
} 

html, body, div, li, p, td {
  font-family: Helvetica;
}


#container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

#continue {
	position: absolute;
	top: 127px;
	left: 0;
	z-index: 90;	
	width: 100%;
	height: 337px;
	background-color: #ffa109;
}

#whitebar {
	position: absolute;
	top: 127px;
	left: 0;
	z-index: 95;	
	width: 916px;
	height: 337px;
	background-color: #fff;
}

#topbar {
	margin-top: 15px;
  border-top: 1px solid #fff;
  width:915px;
}

#logobox {
	width: 260px;
	float: left;
}

#logo {
	margin-left: 10px;
	padding-top: 3px;
	width: 193px;
	height: 71px;
	background:url(../images/logoh.png) top 3px no-repeat;
}

#topbar .fadeLineUp {
	height: 93px;
	float: left;
}

#menu {
	margin-left: 34px;
	margin-top: 25px;
	float: left;
}

#menu ul li {
	float: left;
	margin-right: 6px;
}

.fadeLineUp {
	width: 1px;
	background:url(../images/lineFadeUp.png) bottom no-repeat;
}

#greyBar {
	background-color: #a6a6a6;
}

#greyLeft {
	width: 260px;
	border-right: 1px solid #7c7c7f;
	background-color: #c3c3c3;
	height: 15px;
}

#contentBox {
	width: 915px;
}

#contentScroll{
	width: 915px;
	overflow: hidden;
}

#content {
	width: 6568px;
	/*6568*/
}

#loginBox {
	margin-top: 31px;
	padding: 0 33px;
}

#loginBox table td {
	font-size: 11px;
	color: #a0a0a0;
	text-transform: uppercase;
	padding: 1px;
}

#loginBox table td.label {
	padding-right: 11px;
	vertical-align: middle;
}

#loginBox table td.spacer {
	height: 10px;
}

#loginBox table td.field {

}

#loginBox table td.field input {
	width: 121px;
}

#contactInfo {
	padding: 0 33px;
	text-align: right;
	color: #7d7d7d;
	font-size: 13px;
}

#contactInfo h2 {
	color: #ffa109;
	font-size: 20px;
	margin-bottom: 20px
}

#contactInfo p {
		line-height: 32px;
}

#contactForm {
	width: 100%;
}

#contactForm table {
	width: 100%;
}

#contactForm td {
	padding-bottom: 10px;
	vertical-align: middle;
}

#contactForm td.label {
  padding-right: 10px;
}

#contactForm td.space {
	width: 25px;
}

#contactForm td.error {
	color: red;
}

#contactForm td.required:after {
	vertical-align: super;
	content:'*';
}

#contactForm td.input {
	text-align: center;
	width: 129px;
}

#contactForm td.input input {
	width: 128px;
}

.section {
	width: 915px;
	float: left;
}

.navCol {
	float: left;	
	padding-top: 3px;
	background-color: #fff;
	width: 260px;
}

.contentCol {
	float: left;
	width: 655px;

}

.contentHeadBox {
	border-left: 1px solid #d1dde3;
	height: 337px;
	padding-right: 94px;
}

.contentHeadSpacer {
	height: 3px;
	background-color:#fff
}

.contentHeadBoxContent {
	padding-left: 34px;
	padding-top: 34px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.contentHeadBoxContent h1 {
	/*font-weight: bold;*/
	font-size: 16px;
	margin-bottom: 15px;
}

.nav {
}

.nav li {
	text-align: right;
	padding-right: 35px;
	margin-bottom: 20px;
}


.nav li.active {
	background:url(../images/arrow.png) right center no-repeat;
}

.nav li a {
	font-size: 12px;
	color: #a0a0a0;
	text-transform: uppercase;
	text-decoration: none;
}

.nav li.active a {
	font-size: 18px;
	font-family: Arial;
}

.section.blue .contentHeadBox {
	background-color: #0080d2;
}

.section.orange .contentHeadBox {
	background-color:#ffa109;
}

.section.green .contentHeadBox {
	background-color: #9BC936;
}

.section.blue .nav li.active a, .section.blue .nav li a:hover {
	color: #ffa109;
}

.section.blue .mainContentBoxContent h2  {
	color:#9BC936;
}

.section.orange .nav li.active a, .section.orange .nav li a:hover {
	color:#9BC936;
}

.section.orange .mainContentBoxContent h2 {
	color: #0080d2;
}

.section.green .nav li.active a, .section.green .nav li a:hover {
	color: #0080d2;
}

.section.green .mainContentBoxContent h2 {
	color: #ffa109;
}

p {
	margin-bottom: 15px;
}


.mainContentBox {
	border-left: 1px solid #adadad;
	padding-left: 34px;
	padding-top: 34px;
	min-height: 325px;
	border-bottom: 1px solid #fff;
/*	height: 365px;
	overflow: auto;*/
}

.mainContentBoxContent {
	color: #7d7d7d;
	font-size: 14px;
	line-height: 20px;
	padding-right: 94px;
}

.mainContentBoxContent a {
	color: #7d7d7d;
}

.mainContentBoxContent h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.sectionImage {
	margin-bottom: 31px;
}

.sectionQuote {
	margin-bottom: 20px;
}

.dash {
	width: 100%;
}

.shots {
	margin: 0 auto;
	width: 90%;
	padding: 0 2px;
}

.shot {
	float: left;
	margin: 5px 3px;
	border: 1px solid #000;
}

.shot img {
	border: 1px solid #ccc;
}