/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
}
  
body {
	background: #000000 url("../images/bg_1.jpg") top center no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #FFFFFF;
	height: 100%;
}

p {
	line-height: 1.4em;
	margin-bottom: 1.4em;
}








/* FRAMING DIVS */

div#wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 100%;
}

div#upper {
	position: relative;
	width: 100%;
	height: 100px;
}

div#upper h1 {
	position: absolute;
	top: 53px;
	left: 75px;
	width: 250px;
	height: 22px;
	background: url("../images/logo.gif") no-repeat;
}

div#upper span {
	display: none;
}

div#middle {
	position: relative;
	float: left;
	width: 100%;
	height: 425px;
	
}

div#lower {
	position: relative;
	float: left;
	width: 100%;
	height: 40%;
	margin-top: 50px;
}	

div#main {
	position: relative;
	width: 100%;
	height: 425px;
}

div#content {
	z-index: 1;
	position: relative;
	float: left;
	width: 800px;
	background: transparent;
	margin-top: 15px;
	padding-left: 75px;
	margin-left: 0;
}

div#content p {
	font-size: 1.2em;
	line-height: 1.2em;
	padding-bottom: 0.8em;
	margin-bottom: 0;
}

div#content p.headline {
	font-size: 1.2em;
	line-height: 1.2em;
	padding-bottom: 0;
	margin-bottom: 0.6em;
	font-weight: bold;
}

div#content p.break {
	font-size: 0.2em;
	line-height: 0.2em;
	padding: 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #efefef;
	opacity: 0.3; 
	filter: Alpha(Opacity=30);
	-moz-opacity:0.3;
}

div#content a {
	color: #fff;
	text-decoration: underline;
}

div#content a:hover {
	text-decoration: none;
}

div.copy {
	position: relative;
	width: 100%;
	background: transparent;
	padding-top: 10px;
}


div.lt_col,
div.news div.lt_col {
	position: relative;
	float: left;	
}

div.lt_col,
div.news div.lt_col,
div.rt_col,
div.news div.rt_col {
	padding-right: 15px;
	height: 300px;
	overflow: auto;
}

div.lt_col {
	width: 500px;
}

div.rt_col {
	position: relative;
	float: right;
	padding-right: 0;
}

div.news div.lt_col {
	width: 315px;
}

div.news div.rt_col {
	position: absolute;
	top: 10px;
	left: 365px;
	width: 420px;
}

div.gallery {
	position: relative;
	float: left;
	height: 300px;
	overflow: auto;
}

div.news {
	position: relative;
	width: 100%;
	background: transparent;
	padding-top: 10px;
}

div.gallery a {
	position: relative;
	float: left;
	margin: 0 10px 10px 0;	
	border: solid 4px #efefef;
}

div.gallery a img {
	vertical-align: text-bottom; 
	border-width: 0;
}


div.gallery a:hover {
	border: solid 3px #efefef;
	margin: 1px 11px 11px 1px;		
}

img.float_rt {
	border: 4px solid #efefef;
	margin-left: 40px;
}

img.feature {
	border: 4px solid #efefef;
	margin-bottom: 15px;
}







div#nav {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 75px;
	height: 30px;
	background: transparent;
}

div#nav ul {
	float: left;
	list-style: none;
}

div#nav li {
	display: inline;
}

div#nav li a {
	float: left;
	margin-right: 25px;
	padding-top: 12px;
	font-size: 1.2em;
	font-weight: normal;
	color: #d5e2e2;
	text-decoration: none;
}

div#nav li a:hover {
	border-top: 3px solid #AEE7DA;
	text-decoration: none;
	padding-top: 9px;
	color: #fff;
} 

div#nav li.active a {
	border-top: 3px solid #AEE7DA;
	text-decoration: none;
	padding-top: 9px;
	color: #fff;
} 

div#nav li.active a:hover {
	border-top: 3px solid #AEE7DA;
	text-decoration: none;
	padding-top: 9px;
	color: #fff;
} 





div#nav_sub {
	z-index: 1;
	position: relative;
	display: block;
	background: transparent;
	height: 25px;
	padding-bottom: 0px;
	padding-left: 0;
}

div#nav_sub_back {
	z-index: 0;
	position: absolute;
	left: 0;
	top: 24px;
	width: 100%;
	height: 1px;
	border-top: 1px solid #efefef;
	background: transparent;
	padding-bottom: 0px;
	padding-left: 0;
	opacity: 0.5; 
	filter: Alpha(Opacity=50);
	-moz-opacity:0.5;
}

div#nav_sub ul {
	position: relative;
	list-style: none;
	padding-left: 0;
}

div#nav_sub li {
	display: inline;
	height: 25px;
}

div#nav_sub li a {
	float: left;
	margin-right: 20px;
	padding-bottom: 3px;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

div#nav_sub li h4 {
	float: left;
	margin-right: 20px;
	padding-bottom: 3px;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	color: #fff;
}

div#nav_sub li.head h4 {
	width: 345px;
}

div#nav_sub li a:hover {
	border-bottom: 3px solid #FFFFFF;
	text-decoration: none;
	padding-bottom: 3px;
	color: #fff;
} 

div#nav_sub li.active a {
	border-bottom: 3px solid #FFFFFF;
	text-decoration: none;
	margin-bottom: 3px;
	color: #fff;
} 

div#nav_sub li.active a:hover {
	border-bottom: 3px solid #FFFFFF;
	text-decoration: none;
	margin-bottom: 3px;
	color: #fff;
} 




/* CONTENT CLASS DIVS */

div.back {
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 425px;
	background: #AEE7DA;
	opacity: 0.7; 
	filter: Alpha(Opacity=70);
	-moz-opacity:0.7;
}

div.back_dark {
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #AEE7DA;
	opacity: 0.3; 
	filter: Alpha(Opacity=30);
	-moz-opacity:0.3;
}





















/*  sIFR Styles  */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	-moz-opacity: 1;
	z-index: 20;
}

.sIFR-replaced {
	visibility: visible !important;
	-moz-opacity: 1;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	-moz-opacity: 1;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


#content h2 {
	font-size: 2.4em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 21px;
}

.sIFR-hasFlash #content h2 {
	visibility: hidden;
	letter-spacing: -6px;
}



/*_global.uiBgColorsAr = new Array(0, 0xAEE7DA, 0xdec704, 0xF86121, 0x0099CC, 0x36c113, 0xb45176, 0xDC2330);*/





