html, body {
	margin: 0;
	padding: 0;
	
}

body {
	background-image: url(../../images/background.gif);
	background-repeat: repeat-x;
	background-color:#f0f0f0;
	padding: 0px 0px 20px 0px;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 72%;
	color:#1c1c1c;
	line-height: 15pt;
}	
	
#header {
	padding: 18px 40px 33px 25px;
}

#logo {
	padding: 24px 0px 0px 12px;
	width: 408px;
	float:left;
}

#email {
	width: 155px;
	float: right;
	color:#ffffff;
	padding: 10px 15px 0px 0px;
}

#email a{
	text-decoration:underline;	
	color:#ffffff;
}

#email a:hover{
	text-decoration:none;	
}

#navigation {
	width: 980px;
	float: left;
	padding: 25px 0px 0px 10px;
}

.imageholder {
	width: 950px;
	height:418px;
	float: right;
	padding: 0px 0px 0px 0px;
}
.imageholder[class]{background:url(../../images/frame_01.png)}
* html .imageholder{background:#fff;}

.imageholder_static {
	width: 950px;
	float: right;
	padding: 0px 0px 0px 0px;
}
.imageholder_static[class]{background:url(../../images/frame_01.png) no-repeat;}
* html .imageholder_static{background:#fff;}

.img_container {
	padding: 10px 0px 0px 10px;
	background-color:#464646;
	font-family: 'Lato', arial, san-serif;
	color:#FFF;
}

.blurb_text {
	padding: 10px 280px 4px 20px;
	line-height:16px;
}

#content {
	width: 620px;
	float: left;
	padding: 0px 0px 10px 37px;
}

#feature {
	width: 190px;
	float: right;
	padding: 0px 21px 0px 0px;	
}

#footer {
	padding: 30px 65px 100px 39px;
	color:#666;
	clear: both;
}

#footercol1 {
	width: 500px;
	float: left;
}

#footercol2 {
	width: 145px;
	float: right;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-family: 'Lato', arial, san-serif;
	font-size: 280%;
	font-weight: normal;
	color:#464646;
	line-height: 20pt;
}

h2 {
	font-family: 'Lato', arial, san-serif;
	font-size: 140%;
	font-weight: normal;
	color:#464646;
	
}

h3 {
	font-family: 'Lato', arial, san-serif;
	font-size: 280%;
	font-weight: normal;
	color:#ffffff;
	line-height: 20pt;
}

a:hover {color:#000000}
a:link, a:visited {color:#000000; text-decoration: underline;}
a:hover, a:active {color:#000000; text-decoration: none;}

#navigation ul{list-style-type:none;padding:0;margin:0;}


.cta a{	
	color:#000000; text-decoration: none;
	padding:7px 12px 7px 12px;
	background:#FFFFFF;
	font-family: 'Lato', arial, san-serif;
	line-height: 26px;
	font-size: 100%;
}

.cta a:hover, .cta a.selected{
		color:#fff;
		background:#464646;
	}

				  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }

/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 950px; margin: 0px auto; position: relative; min-height: 438px; top:0px;left:10px;}


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap										{ width: 930px; position: relative; top: 10px; left: 0px; }			
.stripViewer .panelContainer 
.panel ul											{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer										{ position: relative; overflow: hidden; width: 930px; height: 490px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel		{ float: left; height: 100%; position: relative; width: 930px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 										{ border: 1px solid black; margin-right: 5px; }
#movers-row										{ margin: -43px 0 0 62px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data								{ padding: 10px; height: 30px;margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link											{ display: block; width: 62px; margin-top: -14px;position: relative; padding-top: 15px; z-index: 9999; }

/* Menu Tabs */
.navtabs{width: 100%;overflow: hidden;}
.navtabs ul{margin: 0;padding: 0;padding-left: 10px;font-family: 'Lato', arial, san-serif;list-style-type: none;}
.navtabs li{display: inline;margin: 0;}
.navtabs li a{float: left;display: block;text-decoration: none;margin: 0;padding: 7px 12px;border-right: 1px solid grey; color: #464646;background: #ffffff;}
.navtabs li a:visited{color: #464646;}
.navtabs li a:hover, .navtabs li.selected a{background: #464646;color:#FFF;}


