@charset "utf-8";
/* CSS Document */

/* Reset 
/* Resetting of element defaults to avoid cross-browser incompatibilities 
/* ------------------------------------------------------------------*/
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, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
font-family: inherit;
font-weight: inherit;
font-style: inherit;
}


/* Add Scroll bar to Mozilla 
/* ------------------------------------------------------------------*/

html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }


/* Standard Tags 
/* ------------------------------------------------------------------*/

*+html {
margin: 0px;
padding: 0px;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.75em;
background: #262626;
color:#FFF;
margin:0px;
padding:0px;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
}


a:link, a:active, a:visited{
color:#b1e1dd;
text-decoration: none;
} 

a:hover{
text-decoration:underline;
} 

h1,h2,h3,h4,h5,h6 {
font-family: Arial, Helvetica, sans-serif;
color: #666;
margin:0px 0px 0px 0px;
font-size:1.2em;
}

h2 {
font-size:2.5em;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

*+html h2 {
font-size:2.5em;
padding: 0px 0px 0px 0px;
margin: 0px 0px 3px 0px;
}

* html h2 {
font-size:2.5em;
padding: 0px 0px 0px 0px;
margin: 0px 0px 3px 0px;
}

h3 {
font-size:1.2em;
margin: 10px 0px 0px 0px;
}

h4 {
font-size:24px;
margin: 0px 0px 0px 0px;
}

h4 object.sIFR-flash{
height: 30px;
}

h5 {
font-size:1.1em;
}

h6 {
font-size:1.1em;
}

div#col1 h1{
color: aedad6;
}

ul{
margin: 0px;
padding: 0px;
list-style:none;
}

ul li{
margin: 3px 0px 3px 0px;
padding: 0px;
list-style:none;
}

p {
line-height: 1.4em;}


/* Classes
/* ------------------------------------------------------------------*/

.clear{
clear:both;
}

.left{
float:left;
}

.right{
float:right;
}

.showThumb{
float:left;
}

.titleWrap{
	width:336px;
}

/* Structure tags
/* ------------------------------------------------------------------*/

#main {
width:800px;
margin: 0 auto;
}

#header {
color:#666;
height:109px;
background-image:url(../images/emg-header.jpg);
background-repeat:no-repeat;
text-indent:-999em;
margin: 60px 0px 20px 0px;
}

#content {
color:#FFFFFF;
}

#col1{
width: 336px;
padding: 10px 24px 20px 24px;	
float:left;
background-color:#1f1f1f;
}


#col1 img#thumb {
border: 3px #999999 solid;
margin: 0px 6px 6px 0px;
}

#col1 img{
}


#col1 #scroller{
height: 460px;
}

#col1 .holder {
float: left;
}

#col1 .scroll-pane {
width: 348px;
overflow: auto;
float: left;
}

#col2{
width: 336px;
padding: 10px 24px 10px 24px;	
float:right;
background-color:#141414;
}

#horizrul{
width:	100%;
height: 1px;
border-top: 1px solid #666766;
padding: 0px 0px 10px 0px;
margin: 0px;
}


#footer {
font-size:.9em;
color:#FFFFFF;
text-align:right;
margin: 30px 0px 0px 0px;
}

div#showInfo{
background-color:#999999;
padding: 3px;
}

.player{
width: 300px;
height: 25px;
background-color:#f18e00;
margin: 0px 0px 0px 0px;
position:relative;
top:23px;
}

/* Forms
/* ------------------------------------------------------------------*/

#col2 dl{
width: 340px;
}

	#col2 dt{
	float:left;
	clear:left;
	margin: 6px 0px 25px 0px;
	}

	* + html #col2 dt{
	margin: 6px 0px 25px 0px;
	}

	#col2 dd{
	float:right;
	clear:right;	
	margin: 0px 0px 0px 0px;	
	}

	* + html #col2 dd{
	margin: 0px 0px 20px 0px;
	}
	
	#col2 dt.error{	
	margin: 0px 0px 3px 0px;	
	}
	#col2 dd.error{	
	margin: 0px 0px 0px 0px;	
	}			


form, fieldset {
margin: 0;
padding: 0;
}

fieldset {
border: 0;
}

/*label, input, select, textarea {
font-size: 1.1em;
}*/

label {
display: block;
float: left;
width: 10em;
clear: left;
margin-right: 1em;
padding: 0.3em 0;
text-align: right;
}

input, select, textarea {
width: 20em;
float: left;
margin-bottom: 0.5em;
padding: 0.4em;
color: #C5CBD0;
background-color:#262626;
border: none;
}

input, select, textarea {
width: 20em;
float: left;
margin-bottom: 0.5em;
padding: 0.4em;
color: #C5CBD0;
background-color:#262626;
border: none;
}

.button{
width: 58px;
}

input:focus, select:focus, textarea:focus {
color: #fff;
background-color:#b3c4cc;
}

textarea {
width: 20em;
height: 7em;
line-height: 1.3em;
overflow: auto;
}

button {
padding: 0.3em 0 0.3em 0;
font-size: 0.9em;
font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
text-transform: uppercase;
text-align: center;
color: #fff;
width: auto; 
overflow: visible;
background-color: transparent;
border: none;
}


#mapLink {
font-size:.75em;
text-align:right;}

.error{
	font-size:12px;
	color:#b02b03;
}


/* FancyBoxes 
/* ------------------------------------------------------------------*/

div#gallery{
display:none;
}

div#video{
display:none;
}

#nav{
margin: 0px;
padding: 0px;
position:relative;
top:-4px;
}

#nav ul li a:link,#nav ul li a:active,#nav ul li a:visited {
display:block;
height:27px;
line-height:27px;
vertical-align:middle;
text-decoration:none;
text-indent:5px;
background:#9a9a9a;
background-image:url(../images/shownavbg_up.jpg);
background-repeat:repeat-x;
color:#000;
border: 1px solid #666766;}

#nav ul li a:hover {
display:block;
height:27px;
line-height:27px;
vertical-align:middle;
text-indent:5px;
background: #89abad;
background-image:url(../images/shownavbg_over.jpg);
background-repeat:repeat-x;
color:#fff;
text-decoration:none;
border: 1px solid #666766;}

.featuredBorder {
border: 3px solid #838383;}