/* MAIN STYLES */
body { 
	background:#000 url(../images/bg.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body.popup {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a.splashLink {font-size:18px;color: #259745; text-decoration:none; font-family:Palatino Linotype;}	
a.splashLink:hover {font-size:18px;color: #fff; text-decoration:none; font-family:Palatino Linotype;}
a.mainLink {font-size:14px;color: #259745; text-decoration:none; font-family:Palatino Linotype;}	
a.mainLink:hover {font-size:14px;color: #fff; text-decoration:none; font-family:Palatino Linotype;}


form {margin:0;}

.alert{color:#b52322; font-weight:bold;}
	
a {color: #259745; text-decoration:none}	
a:hover {color: #fff}	 
 
.imageBorder {border:1px solid #000} 

a:link .imageBorder { border-color: #000; } 


#pagelayout{
	width: 100%;
	margin: 0 auto;
	
} 

#main{
	width: 760px;
	margin: 0 auto;
	z-index:0;
	background:#000;
	margin-top:150px;
	background-color:transparent;
}


#logo{
	text-align:center;
	background-color:transparent;
} 

.navItem{
	float:left; 
	border-bottom:0.2em dotted #259745; 
	padding-bottom:10px;
	margin-top:10px;
	
}
.navItem a{
	color:#259745;
}
.navItem a:hover{
	color:#fff;
}
.navItem a.selected{
	color:#fff;
}



#nav{
	float:left;
}

#nav ul{
	list-style:none;
	padding: 0;
	display: inline;

}
#nav ul li {
	margin-left: 0;
	margin-bottom: 0;
	border: 1px solid #000;
	list-style: none;
	display: inline;
	}


#nav a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding-top: 5px; padding-bottom: 5px;  padding-left: 10px; padding-right: 10px;
}
#nav a:hover {color: #259745}

#content-holder {
	background:#000;
	overflow:hidden;      
	height: 100%;
	border-bottom:0.2em dotted #259745;
	border-right:0.2em dotted #259745;
	border-left:0.2em dotted #259745;
	}



#content-center {
   float:left;
   padding:20px 70px 20px 70px; 
   color: #cccccc;
   margin-top:10px;
   margin-bottom:10px;
}


#content-center ul{
	margin:10px 0 20px 50px;
	padding:0;
	list-style:url(../images/red_bullet.jpg) outside;
}
#content-center li{
	margin-top:0px;
}
#content-center p{
	margin-top:0px;
}



h1 {
	font-family: "lucida grande", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #259745;
	padding: 0px;
	margin: 1px 0px 18px -40px;
	font-weight: normal;
	letter-spacing:-1px;
	text-align: left;

	background: url(../images/title_icon.gif) no-repeat left;
	padding-left: 40px;

}


h2 {
	color:#000;
	margin:15px 0 0px 0;
	font-size:14px;
	text-transform:capitalize;
}





#footer {
	font-size: 11px;
	color:#fff;
	width: 100%;
	z-index:0;
	margin: 0 auto;
}

#footercontent {
	width: 760px;
	margin: 0 auto;
	z-index:0;
	text-align:center;
	padding: 20px;
	
}

#footer a
{
	text-decoration: none;
	color: #259745;
}
#footer a:hover
{
	color: #fff;
}


input, textarea{
	background-color: #f0f9ef;
	border-color: #b8b9b8;
}	

input:focus, input.sffocus, textarea:focus, textarea.sffocus, select:focus, select.sffocus{
	background-color: #f0f9ef;
	border-color: #b8b9b8;
}	


.clearfix:after {content: "."; height:0; visibility: hidden; display: block; clear: both; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%; display: block; }
/* End hide from IE-mac */

