/**************** Body and tag styles ****************/

*{margin:0; padding:0;}
/*
light-green:#73f986;
dark-green:#32683a;
#fda56c
*/

html {height:100%; }

body{
/*min-height:101%;*/
height: 600px;
margin: 0;
padding: 0;
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
color:#303030;

}

/* MeshCMS: support preserve text size in tables */
th, td {
font:76%;
}

/* MeshCMS: a trick to avoid TinyMCE to apply these values. */
#realbody {
background: #1e9140 url(images/background.png) 0px -1px repeat-x;
text-align:center;

}

a{
color:#fb6415;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#fb6415; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#container{
width:960px;
margin:26px auto;
padding:1px 0;
text-align:justify;
height: 500px;
background:#fb6415 url("images/background.png") repeat-x;
color:#000000;
border:none;
}

#header{
		
height:128px;
width:960px;
margin:0px 0px 0px 0px;
background: url("images/banner.png") no-repeat;
color:#ffffff;

}
#header_bottom{
height: 16px;
width:960px;
padding:0;
background-color:#000000;
color: #ffffff;
font-weight: bold;
}
#header h1{
padding:24px 0 0 20px;
font-size:2.4em;
background-color:inherit;
color:#f0f0f0;
letter-spacing:-2px;
font-weight:normal;

}

#header h2{
margin:68px 0 0 20px;
font-size:16px;
background-color:inherit;
color:#f0f2f4;
letter-spacing:-1px;
font-weight:normal;
min-height: 20px;
}

#header a{
color:#ffffff;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

#header #breadcrumbs{
float:right;
}

#navigation{
font: 16px bold "Trebuchet MS",Verdana,Tahoma,Arial,sans-serif;
height:40px;
line-height:40px;
margin: 0 auto;
width:960px;
background-image: url("images/menu_off.png");
color:#b0b0b0;
text-align: center;
}

#navigation ul{

list-style: none;
padding: 0;

}
#navigation ul li {
	display:block;
	height:40px;
	float:left;
	cursor:default;
	
}/*
#navigation li{

text-align: center;
list-style-type:none;
white-space:nowrap;
}*/
#navigation  ul li a{

display:block;
	padding-left: 20px;
	padding-right: 20px;
	
	text-decoration:none;
	color:#000;
	}
/*
#navigation  li a{

padding:0 10px;
font-family: Arial;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;

color: #000000;
}

#navigation ul li ul li {
white-space:normal;


}

#navigation ul li ul {
display:none;
}*/

/* * html #navigation a {width:1%;} */

#navigation  ul li a.selected{
	display: block;
	margin:0;
	text-decoration:none;
	
	color:#fff;
}
#navigation a:hover{

color:#000000;
text-decoration:underline;
}	
#navigation .selected{
display: block;
margin:0 10px 0 10px;
background-image: url("images/menu_on.png");
color:#000000;
text-decoration:none;
}
/**************** Content styles ****************/
#content p{
font: 14px Arial, Verdana;

color: #00000;


}
#content{
font: 12px Arial, Verdana;

color: #00000;
font-weight: bold;
width:940px;
padding: 10px;
/*width: 100%;*/
height: 400px;
font-size:0.9em;
background: #ff731b url("images/content_background.png") top left repeat-x;
overflow: auto;
}

#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:none;color: #ffffff;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
float:left;

padding:10px;
line-height:1.4em;
}
#subcontent_bottom{

position: relative;
width:100%;
bottom: 0px;
}
#subcontent h2{
display:block;
margin:0 0 15px 0;
font-size:1.6em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}

/**************** Menublock styles ****************/
.menublock {margin-left: 20px; background-color:inherit;color:#ffffff; font-weight:normal;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:normal; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}
#centralNav ul
{
	
	
}
/**************** Footer styles ****************/

#footer-pre{
clear:both;
width:960px;
padding:5px 0;
margin:0 1px;
font-size:0.9em;
color:#303030;
}
#footer-pre p{
margin:0;
padding:0;
}
#footer{
clear:both;
width:960px;
font-size:0.9em;
color:#f0f0f0;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0 0 20px 0;
padding:10px;
border:none;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}
#center_table
{
margin-top: -24px;

/*margin-left: 1%;
margin-right: 1%;*/
width: 930px;
border: none;
}
#center_table td
{
	
    text-align: center;
	width: 310px;
}