body 
{
	padding: 0px;
	margin: 0px;
	background: #FFF url("img/bg-body.gif") repeat-x 0 0;
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;	 
}

input, button, textarea, select {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border: 1px solid #959597;
	background: #f6f6f6;
	color: #6d6d6d;
	padding: 2px;

}

a {
	color: #2F9D9F;
}

body.homepage {
     background: #FFF url("img/bg-body-homepage.gif") repeat-x 0 0;
}

.headeroptions {
	padding: 0 45px 0 0;
}
.login {
	color: #2f9d9f;
	font-weight: bold;
}

.breadcrumbs {
	font-size: 13px;
	color: #abc8c7;
	padding-left: 20px;
	padding-top: 6px;
	position: absolute; top: 335px; width:678px; height:30px;
	background: #349294;
}


.breadcrumbs a {
	color: #abc8c7;
}


.latestnews img {
	padding: 0;
	margin: 0;
}

.latestnews dl {
	background: #a8b7a0 url("img/bg-news.gif") repeat-y 0 0;
	margin: 0;
	padding: 0;
}

.latestnews dl dt {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding: 18px 26px 0 26px;
	border-top: 1px dashed #b5c7af;
}		
.latestnews dl dd {
	color: #fff;
	font-size: 13px;
	margin: 0;
	padding: 12px 26px 20px 26px;
}		

.latestnews dl dd a {
	color: #efefef;
}

#maincontent_index {
	padding: 25px 20px;
	font-size: 13px;
	color: #000;
	margin: 0 0 50px 0;
	height: auto;
}


#maincontent {
	padding: 25px 20px;
	font-size: 13px;
	color: #000;
	margin: 0 0 50px 0;
	position: absolute; top: 365px; width:670px;
	height: auto;
}

#maincontent p, #maincontent_index p {
	padding: 0;
	margin: 0 0 20px 0;
}

#maincontent h1 {
	font-size: 35px;
	color: #f8a900;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 20px 0;
}

#maincontent h2, #maincontent_index h2 {
	font-size: 27px;
	color: #f8a900;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 20px 0;
}

#maincontent dl {
	margin: 0;
}

#maincontent dl dt { 
	color: #2f9d9f;
	font-weight: bold;
	float: left;
	padding-right: 15px;
}

#maincontent em { 
	color: #2f9d9f;
	font-weight: bold;
	float: left;
}

#maincontent dl dd {
	margin: 0;
	padding: 0 0 25px 0;
}

#maincontent .imagetable tr {
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

#maincontent .texttable 
{
	width:100%;
	margin: 0;
	padding: 0 0 25px 0;
}


#photoholder 
{
  width:100%;
  height:100%;
  background: url('img/loading.gif')50% 50% no-repeat;
}

#thephoto 
{
  width:100%;
  height:100%;
}

#form
{
	padding: 25px 20px;
	font-size: 13px;
	color: #000;
}


#form .headers
{
	font-size: 16px;
	color: #f8a900;
	font-weight: bold;
	padding: 0;
	margin: 0;
}


#frmadmin
{
	overflow-y:auto;
	height:400px;
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
}


#frmadmin .GridHeaders
{
	font-size: 14px;
	font-weight: bold;
	background: #efefef;
	height:20px;
}

#frmadmin .headers2
{
	font-size: 14px;
	color: #f8a900;
	font-weight: bold;
}

#frmadmin .values
{
	font-size: 11px;
	font-weight: normal;
	background: #efefef;
}


td.form_header
{
	font-size: 13px;
	color: #2f9d9f;
	font-weight: bold;
	text-align: right;
	
}

td.form_value
{
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}

td.adminmenu a
{
	font-size: 13px;
	font-weight: normal;	
	text-decoration:none;

}

#FrameTheme 
{ 
position: absolute; 
top: 0px; left: 0px;  
background-color: rgb(0, 0, 0); 
opacity:.75; filter: alpha(opacity=75); -moz-opacity: 0.75; 
}
#FrameImg 
{ 
position: absolute; 
top: 50px; left: 50px; 
border:solid 5px rgb(80, 80, 80);
background-color: #FFFFFF;
padding:5px;
margin-right:10px;  
}