/*****************/
/* reset  stuff */
/***************/

dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

ol, ul {

}

html, body, div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, p, img, a {
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
	/*  -moz-outline: none;*/
}

/*******************/
/* generic  stuff */
/*****************/
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.cl { clear: left; }
.cr { clear: right; }
.m_0 { margin: 0; }
.p_3 { padding: 3px; }
.pt_3 { padding-top: 3px; }
.p_10 { padding: 10px; }
.pb_20 { padding-bottom: 20px; }
.pb_40 { padding-bottom: 40px; }
.ta_r { text-align: right; }
.ta_l { text-align: left; }
.ta_c { text-align: center; }
.mt_10 { margin-top: 10px; }
.ml_10 { margin-left: 10px; }
.mr_10 { margin-right: 10px; }
.ml_20 { margin-left: 20px; }
.ml_250 { margin-left: 250px; }
.mr_20 { margin-right: 20px; }
.mb_5 { margin-bottom: 5px; }
.mb_10 { margin-bottom: 10px; }
.mb_15 { margin-bottom: 15px; }
.mb_50 { margin-bottom: 50px; }
.w_half { width: 50%; }
.red { color: #FF3333;}
.green { color: #339933; }


a{
	outline: none;	
	text-decoration: none;	
	font-weight: bold;
}
a:hover{
	text-decoration: none;
}


p a{	
	font-weight:bold;
        
        border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #999999;	

}

p a:hover{
 
	border-bottom-color: #000;	
}



h1, h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fefefe;
	line-height:1em;
}

h1{
	font-size: 21px;
	padding-bottom:11px;
	
}

h2{
	font-size: 21px;
	padding-bottom:10px;
	
}


p, label, body, ul, ol, a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fefefe;
}

li{
	padding-bottom:0px;	
	color: #fefefe;
}

dt{
  margin-right:20px !important;	
}


/******************/
/* Site specific */
/****************/
html,body{
	background-color: #000000;
	text-align:center;
}



#wrapper{
	margin:auto;
	margin-top:24px;
	width:960px;
	background-color: #333333;
	margin-bottom:24px;

}

#wrapper.splash{
	width:auto;
	background-color:#000;
}


#header{
	/*background-image: url(../images/banner.jpg);*/
	height: 344px;
	position: relative;
	margin-bottom: 45px;
}


#header2{	
	height: 344px;
	position: relative;
	margin-bottom: 45px;
}


#logo{
	position:absolute;
	left:0px;
	top:63px;

}

#logo a{

}
#logo a:hover{

}

#logo img{
	opacity:0.80; 
	filter:alpha(opacity=80);
}

#logo a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
}

#logo h1{
	display: none;	
}


  /*****************/
 /* main here  */
/*****************/

#main{
	text-align: left;
	padding-bottom:11px;
}

#main p{
	padding-bottom:11px;
}



#main #lCol{
	float: left;
	width: 450px;
	
	padding-top:35px;
	margin-left:24px;
	
	background-image:url(../images/top-bars.gif);
	background-repeat:no-repeat; 
	display:inline;
}

.slide #main #lCol{
	margin-top:10px;
}


#main #rCol{
	float: right;
	width: 370px;
	
	
	padding-top:35px;
	
	
	background-image:url(../images/top-bars.gif);
	background-repeat:no-repeat;
	
	margin-right:24px;
	display:inline;
}

.slide #main #rCol{
	padding:0px;
	background-color:#333333;  
	background-image:none;
	width: 410px;
}

#main #rCol #col1{
	width:50%;
	float:left;
}

#main #rCol #col2{
	width:50%;
	float:right;
}


#main #rCol dd{
	padding-bottom:20px;
}

#main img {
	padding: 2px;
	border: 1px solid #000000;
	margin-bottom:10px;
}





ul.links {
	list-style-type: none;
	font-size: 0.8em;
	}

ul.links li a {
	color: #999;
	text-decoration: none;
	display: block;
	border-top: 1px dotted #333;
	padding: 5px 0;
	}

ul.links li a:hover {
	color: #FFF;
	border-top: 1px dotted #FFF;
	}
	
img.right {
	float: right;
	margin: 10px 0 10px 10px;
	}
	
img.left{
	float: left;
	margin: 10px 10px 10px 0;
	}
	



#main ul {
	list-style-type: none;
	margin: 20px;
        list-style-type: square;
}
	
#main ul li {
	padding: 2px 5px;
	background: url('bullet.gif') no-repeat left center;
	
	}


ol{
	
	margin: 20px;
	}
 

ol li {
	padding: 2px 5px;
        
	}



	
form label{
	display:block;
	}

form p {
	font-size: 0.8em;
	margin-bottom: 10px;
	}

form input.text, form textarea{
	width:96%;
	border:1px #999 solid;
	color:#000000;
	padding: 4px 5px;
	font:12px 'lucida sans','lucida sans unicode','gill sans','verdana',sans-serif;
	background-color: #E5E5E5;
	}

form input.text:hover, form textarea:hover{
	border:1px #CCC solid;
	}

form input.text:focus, form textarea:focus{
	border:1px solid #000000;
	color:#333333;
	}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:10px Arial,san-serif;
	}

* html form input.text,


* html form textarea{
	border-color:#999;
	color:#999;
	}



/********************/
/* footer */
/******************/
#footer{
	height: 130px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


#footer,
#footer P,
#footer a{
	color:#FFFFFF;
	font-size:12px;
}

#footer a{
	color:#F57F20;
	font-size:12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F57F20;
}


#footer a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F57F20;
}

#footer h2{
	
	padding-bottom:11px;
	font-size: 22px;
	color: #FFFFFF;
}



/********************/
/* menu */
/******************/
.chromestyle{
	width:654px;
	height:83px;
	display:inline;
	position: absolute;
	left:312px;
	top:63px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}



.chromestyle ul{	
	text-align: left;
}

.chromestyle ul li{
	display: inline;
	float:left;
}



.chromestyle ul li a{
	color: #FFFFFF;
	margin-left:1px;

	background-image: url(../images/menu.gif);

	width: 107px;
	height:83px;
	

	opacity:0.80;
	filter:alpha(opacity=80);
	
	display:block;
	
}

.chromestyle ul li a.enter{
	background-image: url(../images/enterbutton.gif);
	width: 71px;
}

.chromestyle ul li a#m3{
	background-position: 0px top;
}

.chromestyle ul li a#m5{
	background-position: -108px top;
}

.chromestyle ul li a#m28{
	background-position: -216px top;
	width: 132px;
}

.chromestyle ul li a#m32{
	background-position: -349px top;
	width: 132px;
}

.chromestyle ul li a#m2{
	background-position: -483px top;
	width: 117px;
}

.chromestyle ul li a span{
	display:none;
}


.chromestyle ul li a:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 83px;
	width: 107px;
	z-index:100;
	text-align:left;
	visibility: hidden;
	
}

*html .dropmenudiv{
	width: 97px;
}

#dropmenu3{	
	left:0px !important;
}

#dropmenu5{	
	left:109px !important;
}

#dropmenu28{		
	left:216px !important;
}

#dropmenu32{	
	left:349px !important;
}

#dropmenu2{	
	left:483px !important;
}

#dropmenu2 a{
	width: 107px !important;
}

.dropmenudiv a{
	width: 97px;
	background-color: #000;
	display: block;
	color:#e5e5e5;
	opacity:0.80;
	filter:alpha(opacity=80);
	margin-top:1px;
	padding:5px;
	font-weight:normal;
	text-transform: uppercase;
	font-size:10px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	opacity:1;
	filter:alpha(opacity=100);

}



 /********/
 /* form */
/********/

form label{
     display:block;
}

form fieldset{
     padding:15px;
	 border:none;
    
     width:400px;
} 

form input, 
form textarea{
	width:300px;
	border:1px solid #999999;
	color:#000000;
	padding: 4px 5px;
	font:12px 'lucida sans','lucida sans unicode','gill sans','verdana',sans-serif;
	background-color: #EFEFEF;
	margin-bottom:20px;
}

form input:hover, 
form textarea:hover{
	border:1px solid #666666;
}

form input:focus, 
form textarea:focus{
	border:1px solid #660000;
	color:#000000;
}

form input.button{
    margin-right:8px;
    padding:3px 5px;
    font:10px Arial,san-serif;
}

form textarea{
    width:350px;
}

form #mailformformtype_mail{
    width:120px;
}

* html form input.text,
* html form textarea{
	border-color:#999999;
	color:#000000;
}


h2.heading{
	font-size: 45px;
line-height:1em;
}



/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}


.sIFR-active h2.heading { visibility:hidden; }

/*---- Header styling ---*/
