/* MAIN STYLES */
body { 
	background: #d1d1d1;
	font-family:verdana,sans-serif;
	font-size: 11px;
	line-height:17px;
	color: #000000;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body.popup {
	background-color:#ffffff;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
 
form {margin:0;}

.alert{color:#b52322; font-weight:bold;}
	
a {color: #fe5920; text-decoration:none;  font-weight:bold;}	
a:hover {color: #000000}	 
 
.imageBorder {border:1px solid #000} 

a:link .imageBorder { border-color: #000; } 

  
#pagelayout{
	width: 100%;
	z-index:0;
	margin: 0 auto;
	
} 

  

#nav, #nav ul {
	float: left;
	list-style: none;
	background: #fe5920;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	
}
#nav ul{
	width: 100%;
}

#nav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
}
#nav a:hover  {
	color: #fff;
}


#nav li {
	float: left;
	padding: 0;
	border-right: 1px solid white;
	padding-top: 7px; padding-bottom: 8px;  padding-left: 10px; padding-right: 10px;
}
#nav li:hover, #nav li.sfhover {
	background: #030558;
	color:#fff;
}
#nav li.selected {
	background: #030558;
	color:#fff;
}

#main{
	width: 950px;
	margin: 0 auto;
	z-index:0;
	background:#ffffff;
	min-height:500px;
	overflow:hidden;
	border:1px solid #c8aea5;
}



#content-holder {
	background:#ffffff;
	overflow:hidden;
	margin-top:10px;
	}



#content-center {
   float:left;
   margin-left:5px;
   margin-right:5px;
   padding:10px;
}

.latestNews {
   float:right;
   background:#f9f9f9;
   border-top:3px solid #365069;
   padding:10px;
}
.latestNews h2 {
	font-size:12px;
	color:#000;
	margin-top:0px;
}
.latestNews p {
	font-size:10px;
	color:#000;
}
.latestNews .readmore {
	float:right;
	text-decoration:none;
	color:#fe5920;
	font-weight:bold;
}

#content-center ul{
	margin:5px 0 10px 50px;
	padding:0;
	list-style:url(../images/red_bullet.jpg) outside;
}
#content-center li{
	margin-top:3px;
}


h2.sponsors {
	color: #020259;
	font-size: 16px;
	font-weight: bold;
	font-family:Arial;
	margin-bottom:8px;	
	margin-top:0px;	
	padding-bottom: 4px;
}

h1 {
	color: #020259;
	font-size: 16px;
	font-weight: normal;
	font-family: verdana,sans-serif;
	margin-bottom:8px;	
	margin-top:0px;	
	padding-bottom: 4px;
}


h2 {
	color:#000;
	margin:15px 0 0px 0;
	font-size:14px;
	text-transform:capitalize;
}


#footer {
	clear:both;
	font-size: 10px;
	color: #000;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	width:950px;
	margin: 0 auto;
}

#footercontent {
	margin: 0 auto;
	text-align:center;
	padding:10px;
	
}



/*input, select {margin-bottom:8px;}*/
	

input:focus, input.sffocus, textarea:focus, textarea.sffocus, select:focus, select.sffocus{
	background-color: #f8f7e7;
	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 */





.date {
	font-size:11px;
	color:#69696a;
}
.darkdate {
	font-size:11px;
	color:#000;
}

#backToPage {
float:right;
}
#backToPage a, #backToPage a:visited {
line-height: 22px;
height:25px;
display:block;
background: url(../images/goback.gif) no-repeat left ;
padding: 0px 0px 0px 30px;
font-weight:bold;
color: #6c6a75;
text-decoration: none;
font-size: 12px;
}
#backToPage a:hover {
text-decoration: underline;
}


hr {
	border:none;
	border-bottom:1px dotted #d2cfcb;
	height: 0;
}
#photoDetail{
	color:#8e8e8e;
	overflow:hidden;
	clear:both;
}
#photoDetail #photoImage{
	float:left; 
	width:400px; 
	padding-right:20px;
	
}

#photoDetail #photoDescription{
	float:left; 
	width:400px; 
	border-left:1px dotted #d2cfcb; 
	padding-left:20px;
    padding-bottom:9999px;
    margin-bottom:-9999px;
	
}

#photoDetail .descriptionHeader{
	color:#000;
	font-weight:bold;
}

#photoDetail a.visit {
	float:right;
	line-height: 18px;
	background: url(../images/right-arrows.gif) no-repeat right;
	padding: 0px 20px 0px 0px;
	font-weight:bold;
	color: #6c6a75;
	text-decoration: none;
	font-size: 12px;
}

#photoDetail a.download {
	float:right;
	line-height: 18px;
	background: url(../images/icon_download.jpg) no-repeat right;
	padding: 0px 20px 0px 0px;
	font-weight:bold;
	color: #6c6a75;
	text-decoration: none;
	font-size: 12px;
}
#photoDetail a:hover {
	text-decoration: underline;
}

