/* Applies To Pop-Up iWorksite Window Backgrounds */
#bgfill {
	background: none;
	background-color: #FFF;
}

/* Header / Subheader Atts. */
.header {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #111;
}
.subheader {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #999;
}

.menusubheader {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #999;
}

/* Default All Content In iWorksite index.php */
.content table {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
}

/* All Content Within iWorksite */
.content {
	color: #666;
}
.content p {
	margin: 0;
	padding: 0 0 20px;
	color: #666;
	line-height: 18px;
}
.content ul, .content ol {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 20px;
}

/* All Links Within iWorksite */
.content a:link, .content a:visited {
	color: #000;
	text-decoration: underline;
}
.content a:active, .content a:hover {
	color: #000;
	text-decoration: underline;
}

/* Form Links Within iWorksite */
a.sub {
	font-size: 11px;
}
a.sub:link, a.sub:visited {
	color: #000;
	text-decoration: underline;
}
a.sub:active, a.sub:hover {
	color: #000;
	text-decoration: underline;
}

/* BG Properties && Should Look Similar to .content */
.contentgrey {
	color: #666;
	background-color: #eee;
}

/* iWorksite Error Messages */
.contenterror {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #990000;
}

h1
{
	
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #111;

}

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;
}


body {
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background: #000;
}
br {
	margin: 5px 0;
}
/* Container */
#container {
	position: relative;
	width: 100%;
}

/* Header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background: url(images/header_bg.gif) center 50px no-repeat;
}
#headerBanner {
	position: relative;
	width: 960px;
	height: 150px;
	margin: 0 auto 20px;
}
#headerLogo {
	position: absolute;
	top: 89px;
	left: 10px;
}
#headerLogo img {
	border: 0;
}
#headerNav {
	position: absolute;
	top: 10px;
	left: 0;
}
#headerNav ul {
	margin: 0;
	padding: 0;
}
#headerNav li {
	float: left;
	margin: 0;
	padding: 8px 10px;
	list-style-type: none;
	border-right: 1px solid #222;
}
#headerNav li.first {
	padding-left: 0;
}
#headerNav li.last {
	border-right: none;
}
#headerNav a {
	display: block;
}
#headerNav a:link, #headerNav a:visited {
	color: #999;
	text-decoration: none;
}
#headerNav a:hover, #headerNav a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#headerNav a.selected:link, #headerNav a.selected:visited {
	color: #fff;
	border-bottom: 1px solid #fff;
}
div.headerStatus {
	position: absolute;
	top: 10px;
	left: 120px;
	width: 230px;
	height: 30px;
	background: #222;
	border: 1px solid #333;
}
div.headerStatus-l {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 190px;
	height: 30px;
	text-align: right;
}
div.headerStatus-l p {
	position: relative;
	margin: 0;
	padding: 9px 0;
	font: normal 12px Arial, sans-serif;
	color: #999;
	line-height: 12px;
}
div.headerStatus-l p span {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
div.headerStatus-r {
	position: relative;
	float: left;
	margin: 0;
	padding: 2px 5px;
	width: 30px;
	height: 26px;
}
div.headerStatus-r img {
	position: relative;
	margin: 0;
	padding: 0;
	width: 25px;
	height: 26px;
}
#headerInfo {
	position: absolute;
	top: 20px;
	right: 0;
	color: #999;
}
#headerInfo span {
	margin: 0 6px;
	color: #333;
}
#headerInfo strong {
	color: #fff;
}
#headerDate {
	position: absolute;
	top: 80px;
	right: 10px;
	color: #fff;
}
#headerDate ul {
	margin: 0;
	padding: 0;
}
#headerDate li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#headerDate li.day {
	padding: 13px 10px 0 0;
	font-size: 14px;
}
#headerDate li.month {
	height: 22px;
	padding: 10px 4px 8px 12px;
	font-size: 18px;
	background-color: #000;
}
#headerDate li.number {
	height: 34px;
	padding: 3px 12px 3px 4px;
	_padding-bottom: 2px;
	font-size: 30px;
	background-color: #000;
}

/* Main Navigation */
#mainNav {
	position: relative;
	width: 100%;
	padding: 3px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#mainNavItems {
	position: relative;
	width: 960px;
	margin: 0 auto;
	font: normal 16px Arial, Helvetica, sans-serif;
}
#mainNavItems ul {
	margin: 0;
	padding: 0;
}
#mainNavItems li {
	float: left;
	margin: 0;
	padding: 0 3px 0 3px;
	list-style-type: none;
}
#mainNavItems a {
	display: block;
	padding: 38px 10px 12px;
}
#mainNavItems a:link, #mainNavItems a:visited {
	color: #FFF;
	background-color: #440F05;
	text-decoration: none;
}
#mainNavItems a:hover, #mainNavItems a:active {
	color: #fff;
	text-decoration: none;
	background-color: #222;
}
#mainNavItems a.selected:link, #mainNavItems a.selected:visited {
	color: #fff;
	background-color: #222;
}

/* Content */
#contentContainer {
	position: relative;
	padding: 270px 0 0;
	width: 100%;
}
#content {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#content h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #000;
	text-align: left;
}

/* Content Column */
#contentColumn {
	float: left;
	width: 250px;
}
#contentNav {
	margin-bottom: 20px;
	padding: 3px 3px 0;
	border: 1px solid #222;
}
#contentNav .iws_link_menu {
	display: block;
	margin-bottom: 3px;
	padding: 16px 0 15px 25px;
	font: normal 18px Georgia;
	color: #fff;
	background: #4d0500 url(images/menu_group_bg.gif) 0 0 no-repeat;
	border-left: 10px solid #4d0500;
}
#contentNav a.iws_link_menu:link, #contentNav a.iws_link_menu:visited {
	color: #fff;
	text-decoration: none;
}
#contentNav a.iws_link_menu:hover, #contentNav a.iws_link_menu:active {
	color: #fff;
	text-decoration: none;
	background: none;
	background-color: #c90000;
}
#contentNav .iws_menu_group {
	padding-bottom: 15px;
}
#contentNav ul {
	margin: 0;
	padding: 0;
}
#contentNav li.iws_menu_item {
	margin: 0 20px;
	padding: 0;
	font: normal 14px Arial;
	list-style-type: none;
	border-bottom: 1px solid #222;
}
#contentNav li.iws_menu_item a {
	display: block;
	padding: 11px 10px 11px 25px;
}
#contentNav li.iws_menu_item a span {
	display: block;
	padding-left: 14px;
	background: url(images/content_arrow2.gif) 0 3px no-repeat;
}
#contentNav li.iws_menu_item a:link, #contentNav li.iws_menu_item a:visited {
	color: #ccc;
	text-decoration: none;
}
#contentNav li.iws_menu_item a:hover, #contentNav li.iws_menu_item a:active {
	color: #fff;
	text-decoration: none;
}

/* Content Events */
#contentEvents {
	position: relative;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #333;
}
#contentEvents h3 {
	margin: 0 0 3px;
	padding: 12px 0 12px 10px;
	font: normal 18px Arial;
	color: #fff;
	background-color: #222;
	border-left: 10px solid #333;
}
#contentEvents dl {
	margin: 0;
	padding: 0;
	font: bold 13px Arial;
}
#contentEvents dt {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #222;
}
#contentEvents dt a {
	display: block;
	padding: 12px 12px 0 34px;
	background: url(images/content_arrow2.gif) 20px 14px no-repeat;
}
#contentEvents dt a:link, #contentEvents dt a:visited {
	color: #ccc;
	text-decoration: none;
}
#contentEvents dt a:hover, #contentEvents dt a:active {
	color: #fff;
	text-decoration: none;
}
#contentEvents dd {
	margin: 0;
	padding: 5px 0 10px 32px;
	font: italic 11px Arial;
	color: #999;
}
#contentEvents a.view {
	display: block;
	margin-top: 10px;
	padding: 8px;
	font-size: 11px;
	text-align: right;
	background-color: #222;
}
#contentEvents a.view:link, #contentEvents a.view:visited {
	color: #fff;
	text-decoration: none;
}
#contentEvents a.view:hover, #contentEvents a.view:active {
	color: #fff;
	text-decoration: none;
	background-color: #333;
}

/* Content Text */
#contentText {
	float: right;
	width: 680px;
	padding: 4px;
	border: 1px solid #333;
}
#contentText_1 {
	padding: 25px 25px 30px;
	background-color: #fff;
}
#contentTextPhotos {
	position: relative;
	width: 680px;
	height: 220px;
}
#contentTextPhotos .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Footer */
#footer {
	position: relative;
	width: 100%;
	height: 120px;
	margin-top: 40px;
	font-size: 11px;
	color: #999;
}
#footer strong {
	color: #fff;
}

/* Footer Navigation */
#footerNav {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	font-size: 12px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#footerNavItems {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#footerNavItems ul {
	margin: 0;
	padding: 0;
}
#footerNavItems li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footerNavItems li a {
	display: block;
	margin: 16px 8px;
}
#footerNavItems li a.first {
	margin-left: 0;
}
#footerNavItems li a:link, #footerNavItems li a:visited {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
#footerNavItems li a:active, #footerNavItems li a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#footerNavItems li a.selected:link, #footerNavItems li a.selected:visited {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* IMAVEX Branding */
#footerBrand {
	position: absolute;
	top: 3px;
	right: 0;
	padding: 8px 10px;
	background-color: #222;
}

/* Footer Content */
#footerContent {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/* Footer Information */
#footerInfo {
	position: absolute;
	top: 0;
	left: 0;
}
#footerInfo span {
	margin: 0 6px;
	color: #333;
}

/* Footer Copyright */
#footerCopyright {
	position: absolute;
	top: 0;
	right: 0;
}

/* 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 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
}
.shadeTabStructure li {
	float: left;
	margin: 0 2px 0 0;
	text-align: center;
	list-style-image: none;
}
.shadeTabStructure li a {
	float: left;
	color: #666666;
	text-decoration: none;
	list-style-image: none;
}
.shadeTabStructure li a span {
	display: block;
	float: none;
	padding: 7px 12px;
	list-style-image: none;
}
.shadeTabStructure li a:hover {
	color: #333333;
	text-decoration: none;
	list-style-image: none;
}

.shadeTabs{
	position: relative;
	top: 2px;
	background: url(/images/tabs/tab_center.gif) top left repeat-x;
	background-color: #DEDEDE;
}
.shadeTabs a {
	background: url(/images/tabs/tab_left.gif) top left no-repeat;
}

.shadeTabs a span {
	color: #000000;
	background: url(/images/tabs/tab_right.gif) top right no-repeat;
}

.shadeTabsSelected{
	position: relative;
	top: 2px;
	background: url(/images/tabs/tab_center_over.gif) top left repeat-x;
	background-color: #EEEEEE;
}
.shadeTabsSelected a {
	background: url(/images/tabs/tab_left_over.gif) top left no-repeat;
}

.shadeTabsSelected a span {
	color: #000000;
	background: url(/images/tabs/tab_right_over.gif) top right no-repeat;
}

.tabContainer1 {
	clear: both;
	background: #eeeeee url(/images/tabs/content_tr.gif) top right no-repeat;
}
.tabContainer2 {
	background: url(/images/tabs/content_bl.gif) bottom left no-repeat;
}
.tabContainer3 {
	padding: 10px;
	background: url(/images/tabs/content_br.gif) bottom right no-repeat;
}

.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 */
	}	
	

