/* MAIN STYLES */
body { 
	background: #dbdbdd url(../images/bg.gif) repeat-x;
	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: #9d0700; 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;
	
} 


#navbar{
	clear:both;
	height:65px;
	background:#54697c url(../images/bgMenu.jpg); background-repeat: repeat-x;
	/*border-top:1px solid #fff;*/
}  
 

#main{
	width: 900px;
	margin: 0 auto;
	z-index:0;
	background:#ffffff;
	min-height:500px;
	border-right:1px solid #365069;
	border-left:1px solid #365069;
	border-top:1px solid #365069;
	overflow:hidden;
}



#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:#9d0700;
	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;
}




h1 {
	color: #69696a;
	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;
}


#footer {
	clear:both;
	font-size: 10px;
	color: #000;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background:#fff;
	width:900px;
	margin: 0 auto;
	border-right:1px solid #365069;
	border-left:1px solid #365069;
	border-bottom:1px solid #365069;
}

#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;
}


