@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

@media screen, projection {

/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
	line-height: 1; }
		
ul,
ol {
	list-style-type:none;
	margin:13px 0 13px 15px;
	padding:0; }

ul li,
ol li {
	line-height:1.7;
	margin:0 0 2px 0;
	padding:0; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	font-size: 100%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	min-width:999px;
	font-size:75.2%;
	line-height: 1.538em;
		background:#fff url(../../images/body-bg.png) repeat-x top left; }

 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	color:#C00;
	margin: 0;
	outline: 0; }
 
a, a:visited, a:active {
	text-decoration: none; }
 
a:hover {
	color: #484747;
	text-decoration: none; }
  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 1.7;
	font-size:1em;
	color:#727272;
	margin: 0 0 12px 0; }

h1, h2, h3, h4, h5 { letter-spacing:-0.5px; font-family: Futura; font-weight:100; color: #202020; }
 
h1 {
	font-size:2.8em;
	text-transform: uppercase;
	margin: 0 0 10px 0; }
 
h2 {
	font-size:1.8em;
	text-transform: uppercase;
	margin: 25px 0 10px 0; }
 
h3 {
	font-size:1.5em;
	margin: 25px 0 10px 0; }

h4 {
	font-size:1.1em;
	margin: 25px 0 10px 0; }
	
.red {
	color:#C00;
}

/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clearfix { 
	display:inline-block; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */
 
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.wrapper {
	width:100%; }
 
 /* HEADER */
.header {
	position:relative;
	height: 107px;
	width: 988px;
	margin: 0 auto;
	background:#fff url(../../images/bg_header.gif) no-repeat bottom left; }

.content { 
	width:100%;
	overflow:hidden;
	background:#fff url(../../images/bg_content.gif) repeat-y 50% 0; }

.content-wrapper { 
	margin:0 auto;
	width:988px; }

.sidebar {
	float:left;
	width:265px;
	padding:30px 30px 30px 0;
	margin:0 -1px 0 0;
	overflow:visible;
	height:auto;
	border-left: 1px solid #eeeeee;
	background:#fff url(../../images/border.gif) repeat-y 100% 0; }

.sidebar p {
	margin: 10px 0 10px 20px;
}

.footer {
	margin:0;
	padding:0;
	font-size:0.9em;
	text-align:center; }

/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header h1 {
	position:absolute;
	top:11px;
	left:60px;
	margin:0;
	padding:0;
	width:208px;
	height:91px;
	text-indent:-9999px;
	background:transparent url(../../images/logo.gif) no-repeat 0 0; }

.header #nav {
	position:absolute;
	top:45px;
	right:20px;
	margin:0;
	padding:0; }

.header #nav li {
	position: relative;
	font-family: Futura;
	float:left;
	width:auto;
	padding:0 5px !important;
	background:transparent; }

.header #nav li a {
	position: relative;
	display:block;
	color:#202020;
	font-size:1em;
	border:1px solid #fff;
	padding:15px 10px 10px 10px;
	text-transform:uppercase;
	background:transparent; }

.header #nav li a:hover {
	color:#e1091e;
	background:#fff; }

.header #nav li a.selected {
	color:#e1091e;
	background:#fff; }


/* MAIN-CONTENT */
.main-content {
	width:631px;
	min-height:240px;
	padding:30px 30px 30px 30px ;
	margin:0;
	border-right:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	overflow:hidden;
	background:#fff; }

* html .main-content {
	height:240px;
	overflow:visible; }
	
.main-content  {
	float:right; }

.main-content h1 {
	font-size:3.4em;
	letter-spacing:-4px;
	text-transform:uppercase;
	margin:0; }

.main-content h2 {
	font-size:5.9em;
	color:#919394;
	font-weight:bold;
	letter-spacing:-6px;
	text-transform:uppercase;
	margin:-13px 0 20px 0; }

/* MAIN CONTENT FOOTER */
.main-content-footer {
	width:629px;
	padding:20px 0 0 0;
	margin:20px 0;
	border-top:1px solid #ebebeb; }

.main-content-footer .grid {
	display:inline;
	float: left;
	position: relative; }

.main-content-footer .col-left,
.main-content-footer .col-right  {
	width:305px;
	float:left;
	margin:0; }

.main-content-footer .col-left {
	margin:0 19px 0 0; }

.main-content-footer .col-left .icon,
.main-content-footer .col-right .icon  {
	width:70px;
	height:100%;
	float:left;
	margin:0 15px 0 0; }

.main-content-footer .col-left .text,
.main-content-footer .col-right .text {
	padding:0 0 0 85px; }

.main-content-footer .col-left p,
.main-content-footer .col-right p {
	margin:5px 0;}

.main-content-footer .col-left a,
.main-content-footer .col-right a {
	margin:5px 0;
	color:#484747;
	font-size: 16px; }

.main-content-footer .col-left a:hover,
.main-content-footer .col-right a:hover {
	margin:5px 0;
	color:#47add9;
	font-weight: 400; }



/*	-------------------------------------------------------------
	SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* SUB NAVIGATION */
ul.subnav {
	padding:0;
	margin:0 0 20px 0; }

ul.subnav li  {
	display:block;
	padding: 3px 0; }

ul.subnav li a {
	display:block;
	font-size: 1.3em;
	padding:12px 10px 3px 10px;
	text-align: right;
	border-top:1px solid #efefef;
	color: #919394 }

ul.subnav li a:hover, ul.subnav li a.selected {
	color: #484747 }


ul.subnav li:first-child a  {
	padding-top:0;
	display:block;
	border-top:0px solid #efefef; }

/* SCROLL WIDGET */
.scroll {
	position:relative;
	min-height:137px;
width: 250px;
	border:1px solid #efefef;
	margin:0 0 20px 20px;
	background:#fff; }
	
.scroll h2 {
	margin:18px 0 5px 19px;
	border:none;
	font-size:1.4em;
	line-height:1em; }



#scrollSpotlight h2 {
	margin-bottom:18px; }

#scrollSpotlight ul {
	width:230px;}

#scrollSpotlight ul li {
	width:230px;} 

#scrollSpotlight ul li a {
	padding:0 0 0 13px;
	background:transparent url("../../images/arrow.gif") no-repeat 1px 3px; }

#scrollSpotlight ul li strong {
	color:#484747;}

#scrollSpotlight li p {
	margin:0 0 .4em;
	line-height:1.25em; }

/* BUTTONS */
.btn-widget {
	border:1px solid #efefef;
	background:#f8f8f8;
	margin-left: 20px;
	width: 213px;
	padding:12px 18px; }
	
.btn-widget:hover {
	background:#fff;
	cursor: pointer; }

table {
	width: 200px;
	border: 0;
	padding: 3px;
	margin: 10px 0 10px 20px;
}

table td {
	padding-bottom: 5px;
}

.facebook {
	margin: 20px 0 25px 42px;
}

/*	-------------------------------------------------------------
	VARIOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.span1, .span2, .span4, .span5 {
	float:left;
	margin:0 30px 0 0;
	text-align: left;
	width:300px; }

.span2 {
	margin:0 ; }

.span3 {
	float:left;
	text-align: justify;
	padding:10px 0 20px 60px;
	margin:20px 0 0 -10px;
	width:240px;
	background:transparent url("../../images/col_sep_quote.gif") no-repeat top left;  }

.span3 p {
	font-size:1.6em;
	text-align: justify;
	line-height:1.2em;
	color:#909090;
	padding:3px 0 3px 0 }

.span3 span {
	padding: 0 0 5px 0;
	font-size:1.2em; }

.span4 {
	width:250px; }

.span5 {
	width:320px; }


blockquote { 
	margin:20px 0 20px 15px; 
	padding:0 0 2px 40px;  
	font-style:italic; 
	background:url(../../images/quote.png) no-repeat 0 0; }
	
blockquote p { 
	margin-bottom:10px; 
	text-align:left; }

/*	-------------------------------------------------------------
	FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.footer {
	width:100%;
	background:#ffffff url("../../images/bg_footer.png") repeat-x top left; }

.footer-wrapper {
	position:relative;
	width: 948px;
	margin: 0 auto;
	text-align: center;
	padding:30px 20px 10px 20px;
	background:#ffffff url("../../images/bg_footer_wrapper.gif") no-repeat top left; }

.footer-wrapper p {
	color:#202020;
	font-size: 10px;}
	
.footer-wrapper p a {
	font-weight: normal;
}
	
.footer-wrapper .left {
float: left;
}

.footer-wrapper .right {
float: right;
margin-right: 18px;
}

.footer-wrapper a {
	color:#202020;
	font-weight: bold; }

#gallery {
	position:relative;
	height:352px;
	overflow: hidden;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border: none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:70px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px;
		background: none;
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#e1091e;
	}


/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}
