#bgfill {
	background: none;
	background-color: #FFFFFF;
}

.header {
	text-align: left;
	font: bold 18px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #F17800;
}
.subheader {
	font-weight: normal;
	font-size: 14px;
	color: #004785;
}

.menusubheader {
	font-size: 10px;
	color: #999999;
}

.content {
	color: #777777;
}
.content ul, .content ol {
	color: #004785;
}
.content a:link, .content a:visited {
	color: #004785;
	text-decoration: underline;
}
.content a:hover, .content a:active {
	color: #004785;
	text-decoration: none;
}


a.sub {
	font-size: 11px;
}
a.sub:link, a.sub:visited {
	color: #004785;
	text-decoration: underline;
}
a.sub:hover, a.sub:active {
	color: #004785;
	text-decoration: none;
}

.sitename {
	font-size : 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.contentgrey {
	font-size : 12px;
	color: #777777;
	line-height: 16px;
	background: #F4F4F4;
}
.contenterror {
	font-weight: bold;
	font-size : 12px;
	color: #990000;
}

h1
{
	
	text-align: left;
	font: bold 18px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #F17800;

}

a img { border: none; }
.pollgrey
{
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: black;
}
.pollwhite
{
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: white;
}


.handcursor {
	position: relative;
	margin: 0 0 10px;
	padding: 5px 0 10px;
	font: bold 14px Arial, Helvetica, sans-serif; 
	color: #004785;
	border-bottom: 1px solid #DDD;
	cursor: pointer;
}
.status {
	padding-right: 10px;
}
body {
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;
	background: #004785 url('images/body_bg.gif') top left repeat-x;
}

/*--------------------*/
#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url('images/body_btm.gif') bottom left repeat-x;
}
#container_1 {
	position: relative;
	top: 0;
	left: 50%;
	width: 980px;
	margin-left: -490px;
}

/*--------------------*/
#header {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 110px;
}
#headerCurve {
	position: absolute;
	top: 5px;
	left: -110px;
	width: 754px;
	height: 66px;
	background: url('images/swipe.gif') top left no-repeat;
}
#headerLogo {
	position: absolute;
	top: 18px;
	left: 6px;
}
#headerInfo {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 175px;
	height: 42px;
	background: url('images/headerInfo_left.gif') top left no-repeat;
}
#headerInfo_1 {
	position: relative;
	margin: 0;
	padding: 5px 0;
	width: 175px;
	height: 32px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #004785;
	background: url('images/headerInfo_right.gif') top right no-repeat;
}

#mainNav {
	position: absolute;
	top: 78px;
	right: 10px;
}
#mainNav ul {
	margin: 0;
	padding: 10px 0;
	text-align: right;
}
#mainNav li {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
}
#mainNav a {
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 14px;
	text-transform: lowercase;
	border: 2px solid #014179;
	background: url('images/mainNav_center.gif') top left repeat-x;
}
#mainNav a:link, #mainNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#mainNav a:hover, #mainNav a:active {
	color: #FFFFFF;
	text-decoration: none;
	border: 2px solid #F07700;
	background: url('images/mainNav_over.gif') top left repeat-x;
}

/*--------------------*/
.dropmenudiv {
    position: absolute;
    z-index: 100;
    visibility: hidden;
    top: 0;
    margin-top: -1px;
    padding: 0;
    width: 180px;
    background-color: #014179;
}
.dropmenudiv_1 {
    position: relative;
    margin: 0;
}
.dropmenudiv_2 {
	display: none;
}
.dropmenudiv a {
    display: block;
	cursor: pointer;
    width: 171px;
    padding: 10px 0 10px 9px;
    text-decoration: none;
    font: bold 12px Arial, Helvetica, sans-serif;
    border-top: 1px solid #226CAC;
	border-bottom: 1px solid #002C53;
    color: #FFFFFF;
}
.dropmenudiv a:hover, .dropmenudiv a:active {
	color: #014179 !important;
	background-color: #F4F4F4;
}
.dropmenudiv .first {
	border-top: none;
}
.dropmenudiv .last {
	border-bottom: none;
}

/*--------------------*/
#content {
	position: relative;
	padding-top: 111px;
	width: 980px;
}
#content_1 {
	position: relative;
	margin: 0;
	padding: 17px;
	width: 946px;
	border: 3px solid #CCCCCC;
	background-color: #FFFFFF;
}

/*--------------------*/
#contentPrimary {
	float: left;
	width: 670px;
}
#contentPrimary h1 {
	margin: 0;
	padding: 0;
	font: normal 18px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #F17800;
}
#contentPrimary h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	color: #004785;
}
#contentPrimary h3 {
	margin: 25px 0 0;
	padding: 0;
	font: normal 16px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #004785;
}
#contentPrimary h4 {
	margin: 0;
	padding: 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FDA12B;
}
#contentPrimary p {
	margin: 10px 0;
	color: #777777;
	line-height: 16px;
}
#contentPrimary ul, #contentPrimary ol {
	color: #004785;
}
#contentPrimary a:link, #contentPrimary a:visited {
	color: #004785;
	text-decoration: underline;
}
#contentPrimary a:hover, #contentPrimary a:active {
	color: #004785;
	text-decoration: none;
}
#featuredInterest {
	position: relative;
	margin: 0 0 20px;
	padding: 2px;
	width: 662px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#featuredInterestContent {
	position: relative;
	margin: 0;
	padding: 0;
	width: 662px;
	height: 194px;
	overflow: hidden;
}
#featuredInterestContent_1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100000px;
	height: 194px;
}
.prev {
	position: absolute;
	z-index: 2;
	bottom: 8px;
	right: 30px;
}
.next {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 10px;
}

#mainContent {
	position: relative;
	margin: 0;
	padding: 0 10px;
	width: 650px;
}

#contentTabs {
	position: relative;
	margin: 10px 0 0;
	padding: 0;
	width: 650px;
}
#contentTabs ul {
	margin: 0;
	padding: 0;
}
#contentTabs li {
	float: left;
	margin: 0 3px 0 0;
	padding:: 0;
	list-style-type: none;
}
#contentTabs a {
	display: block;
	float: none;
	margin: 0;
	padding: 10px 0 6px 10px;
	font-weight: bold;
	font-size: 12px;
	color: #004785;
	background: url('images/contentTab_left.gif') top left no-repeat;
}
#contentTabs span {
	margin: 0;
	padding: 10px 10px 6px 0;
	background: url('images/contentTab_right.gif') top right no-repeat;
}
#contentTabs a:link, #contentTabs a:visited {
	text-decoration: none;
}
#contentTabs a:active, #contentTabs a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url('images/contentTab_left_over.gif') top left no-repeat;
}
#contentTabs a:active span, #contentTabs a:hover span {
	color: #FFFFFF;
	text-decoration: none;
	background: url('images/contentTab_right_over.gif') top right no-repeat;
}
a.ctlSubmit {
	display: block;
	float: right;
	margin: 0;
	padding: 6px 0 5px 13px;
	font-weight: bold;
	font-size: 12px;
	color: #004785;
	background: url('images/submit_left.gif') top left no-repeat;
}
#contentPrimary span.ctrSubmit {
	margin: 0;
	padding: 6px 30px 5px 0;
	background: url('images/submit_right.gif') top right no-repeat;
}
#contentPrimary a:link.ctlSubmit, #contentPrimary a:visited.ctlSubmit {
	text-decoration: none;
}
#contentPrimary a:active.ctlSubmit, #contentPrimary a:hover.ctlSubmit {
	color: #1F69AA;
	text-decoration: none;
	background: url('images/submit_left_over.gif') top left no-repeat;
}
#contentPrimary a:active span.ctrSubmit, #contentPrimary a:hover span.ctrSubmit {
	text-decoration: none;
	background: url('images/submit_right_over.gif') top right no-repeat;
}

/*--------------------*/
#contentSecondary {
	float: right;
	width: 260px;
}
#csFilm {
	position: relative;
	margin: 0 0 20px;
	padding: 2px;
	_padding: 2px 2px 0;
	width: 254px;
	height: 194px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#csForm, #csNewsletter {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
	width: 260px;
	background: url('images/form_center.gif') top left repeat-y;
}
#csNewsletter {
	background: url('images/newsletter_center.gif') top left repeat-y;
}
#csForm_1, #csNewsletter_1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 260px;
	background: url('images/form_top.gif') top left no-repeat;
}
#csNewsletter_1 {
	background: url('images/newsletter_top.gif') top left no-repeat;
}
#csForm_2, #csNewsletter_2 {
	position: relative;
	margin: 0;
	padding: 30px 25px 15px;
	width: 210px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	background: url('images/form_btm.gif') bottom left no-repeat;
}
#csNewsletter_2 {
	background: url('images/newsletter_btm.gif') bottom left no-repeat;
}
#csForm .formInput, #csNewsletter .formInput {
	margin: 4px 0 5px;
	padding: 0;
	width: 208px;
	height: 20px;
	font: bold 14px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #004785;
	border: 1px solid #FFFFFF;
	background: url('images/formInput_bg.gif') top left repeat-x;
}
#csForm .formTextarea {
	margin: 4px 0 5px;
	padding: 0;
	width: 208px;
	height: 98px;
	font: bold 14px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #004785;
	border: 1px solid #FFFFFF;
	background: url('images/formTextarea_bg.gif') top left repeat-x;
}
#csForm img, #csNewsletter img {
	display: none;
	width: 0;
	height: 0;
}
#csForm .header, #csNewsletter .header {
	display: none;
}
#csForm .subheader, #csNewsletter .subheader {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
#csForm td.contenterror, #csNewsletter td.contenterror {
	display: none;
}
#csForm .contenterror, #csNewsletter .contenterror {
	color: #FDA12B;
}
#csNewsletter .contenterror {
	color: #fff;
}
#csNewsletter p {
	margin: 0;
	padding: 10px 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

/*--------------------*/
#footer {
	position: relative;
	padding: 8px 0;
	height: 40px;
}
#footerContent {
	position: absolute;
	top: 10px;
	left: 105px;
}
#footerNav {
	position: relative;
	margin: 0;
	padding: 0;
}
#footerNav ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
#footerNav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footerNav a {
	padding: 0 10px 0 7px;
	font-weight: bold;
	font-size: 12px;
	text-transform: lowercase;
	border-right: 1px solid #00315C;
}
#footerNav a:link, #footerNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footerNav a:hover, #footerNav a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerNav .first {
	padding-left: 0;
}
#footerNav .last {
	border-right: 0;
}
#footerInfo {
	position: relative;
	margin: 5px 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	color: #CCCCCC;
}
#powered {
	position: absolute;
	top: 10px;
	right: 0;
}

/*--------------------*/
#contentForm {
	margin: 0 60px;
	padding: 10px;
	border: 1px solid #000000;
}
#sideForm {
	width: 200px;
	margin: 5px 0;
	background: #DDDDDD url(images/side_form_top.gif) top left no-repeat;
}
#sideFormContent {
	padding: 10px 10px 10px 0;
	background: url(images/side_form_bottom.gif) bottom left no-repeat;
}

/* Content Float Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
#contentTabs {
	clear: both;
	position: relative;
	margin-bottom: 20px;
	padding: 10px 0;
}
#tabbedContent li a {
   text-decoration: none;
}


/*--------------------*/
.shadeTabStructure {
	position: relative;
	margin: 10px 0 0;
	padding: 0;
	width: 650px;
}
.shadeTabStructure li {
	float: left;
	margin: 0 3px 0 0;
	padding:: 0;
	list-style-type: none;
}
.shadeTabStructure li a {
	display: block;
	float: none;
	margin: 0;
	padding: 0 0 0 13px;
	font-weight: bold;
	font-size: 12px;
	color: #004785;
	height: 30px;
	text-decoration: none !important;
	background: url('images/contentTab_left.gif') top left no-repeat;
}
.shadeTabStructure li a span {
	display: block;
	margin: 0;
	padding: 11px 13px 5px 0;
	background: url('images/contentTab_right.gif') top right no-repeat;
}
.shadeTabStructure li a:hover {
	color: #FFFFFF;
	text-decoration: none !important;
	background: url('images/contentTab_left_over.gif') top left no-repeat;
}
.shadeTabStructure li a:hover span {
	color: #FFFFFF;
	text-decoration: none !important;
	background: url('images/contentTab_right_over.gif') top right no-repeat;
}


/*--------------------*/
.shadeTabs {
	position: relative;
	top: 0;
}
.shadeTabs a {
	display: block;
	float: none;
	margin: 0;
	padding: 10px 0 6px 13px;
	font-weight: bold;
	font-size: 12px;
	color: #004785;
	text-decoration: none;
	background: url('images/contentTab_left.gif') top left no-repeat;
}
.shadeTabs a span {
	margin: 0;
	padding: 10px 13px 6px 0;
	background: url('images/contentTab_right.gif') top right no-repeat;
}


/*--------------------*/
.shadeTabsSelected {
	position: relative;
}
.shadeTabsSelected a {
	color: #FFFFFF;
	text-decoration: none;
	background: url('images/contentTab_left_over.gif') top left no-repeat !important;
}
.shadeTabsSelected a span {
	color: #FFFFFF;
	text-decoration: none;
	background: url('images/contentTab_right_over.gif') top right no-repeat !important;
}

/*--------------------*/
.tabContainer1 {
	clear: both;
	_top: -1px;
	margin: 0;
	padding: 0;
	width: 650px;
	font-size: 14px;
	color: #FFFFFF !important;
	background: #002D55 url('images/tabContent_tr.gif') top right no-repeat;
}
.tabContainer2 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 650px;
	background: url('images/tabContent_bl.gif') bottom left no-repeat;
}
.tabContainer3 {
	position: relative;
	margin: 0;
	padding: 15px;
	width: 620px;
	background: url('images/tabContent_br.gif') bottom right no-repeat;
}
.tabContent p {
	font-size: 14px;
	color: #FFFFFF !important;
}

.tabContent {
}

.couponTitle
{
	font-size: 18px;
	font-weight: bold;
	color: #505050;
}
.couponCaption
{
	font-size: 12px;
}
.couponSubText
{
	font-size: 11px;
}
a.rss {border:1px solid #ffcc00; color:#ffffff; background-color:#ff6600; font-weight: bold; font-size:10px;font-family:verdana; text-decoration:none; padding-right:1px;}
a.rss:hover {color:#ffcc00;}
a.rss:visited {color:#ffffff;}

.searchbox
{
	border: 1px black solid;
	padding: 2px;
}

.separator
{
	color: #FFFFFF;
	background: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	background-image: url(/images/grey_black_gradient.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
#branding {
	position: relative;
	width: 125px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: url(/images/imavex_branding_bg.gif) top left no-repeat;
}
#branding_sequoia {
	position: relative;
	width: 125px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: url(/images/sequoia_branding_bg.png) top left no-repeat;
}

#brandingName {
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 19px;
	font-weight: bold;
}
#brandingService {
	position: absolute;
	z-index: 2;
	top: 0; left: 0;
	width: 125px;
	text-align: left;
}
#brandingService a {
	display: block;
	height: 13px;
	padding: 8px 0 4px 63px;
	color: #666666;
	text-decoration: none;
}
#surveyFormField {
	display: none;
	width: 50px;
}
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

