body{
	padding:0;
	margin:0;
	background:url("/media/layout/bg.gif") top repeat-x #DCDCDC;
	text-align:center;
}
body,input,textarea,select{
	font-family:Tahoma;
	font-size:11px;
	color:#1E1E1E;
}
img{
	border:none;
}
a{
	text-decoration:none;
	color:#1E9156;
}
.clear{
	height:10px;
	font-size:8px;
	line-height:0.5;
	clear:both;
}
h3{
	margin:0 0 5px 0;
	font-size:14px;
	color:#1E9156;
}

p{ margin:0px; padding:0px;}

#header{
	width:939px;
	height:135px;
	margin:0 auto;
	text-align:left;
	color:#ffffff;
}
#logo{
	padding:15px 0 0 30px;
	float:left;
}

#menu_top{
	padding:95px 20px 0 20px;
	float:left;
}
#menu_top a{
	margin:0 15px;
	color:#ffffff;
	font-weight:bold;
}

#menu_top a:hover{
	color:#FFD74A;
}
#contact_info{
	margin-top:20px;
	padding:7px 55px 5px 15px;
	text-align:right;
	font-size:10px;
	line-height:1.5;
	border-left:1px solid #62B388;
	float:right;
}
#contact_info h1{
	margin:0;
	font-size:120%;
}


#container{
	width:939px;
	margin:0 auto;
	background:url("/media/layout/bg_container.gif") repeat-y;
}
#container_top{
	background:url("/media/layout/bg_container_top.gif") top no-repeat;
}
#container_bottom{
	width:913px;
	padding:0 13px;
	background:url("/media/layout/bg_container_bottom.gif") bottom no-repeat;
}



#page{
	width:663px;
	padding:10px 23px;
	margin-top:22px;
	text-align:left;
	float:left;
}
#page h1{
	font-size:16px;
	margin:0 0 10px 0;
	color:#1E9156;
}
#boxes{
	margin:10px 5px 0 5px;
}
.box_container{
	width:298px;
	background-color:#E4E4E4;
}
.horiz_border{
	height:10px;
	background-color:#EDEDED;
}
.vert_border{
	width:10px;
	background-color:#EDEDED;	
}
.box{
	line-height:2;
	text-align:justify;
	padding:7px 18px;
}
#page .box h1{
	padding:4px 8px;
	margin:0 0 4px 0;
	color:#ffffff;
	font-size:14px;
}
#left_box h1{
	background-color:#6E2103;
}
#right_box h1{
	background-color:#014C48;
}
.box img{
	border:3px solid #ffffff;
	margin-bottom:7px;
}
.box_link{
	text-align:right;
	border-top:1px solid #ffffff;
	padding:7px 18px;
}
.box_link a{
	color:#003D1E;
	font-weight:bold;
	text-decoration:underline;
}
.box_spacer{
	width:15px;
}



#menu_right{
	margin-top:22px;
	text-align:left;
	float:left;
}
#menu_right a{
	width:171px;
	padding:10px 0 10px 25px;
	margin:0 0 1px 0;
	background-color:#043C1F;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	display:block;
}

#menu_right a:hover{
	background-color:#FFD74A;
	color:#043C1F;
}

#menu_right a.on{
	color:#ffd74a;
}

#menu_right a.on:hover{
	color:#043C1F;
}

#submenu_right a{
	padding:3px 0 3px 25px;
	background-color:#1E9156;
	font-weight:normal;
	font-size:11px;
	display:block;
}
#submenu_right a.on{
	background-color:#2CBE73;
	color:#ffd74a;
}



#menu_bottom{
	padding-bottom:29px;
	padding-top:30px;
	color:#252525;
	clear:both;
}
#menu_bottom a{
	color:#252525;
	margin:0 8px;
}



#footer{
	width:769px;
	margin:0 auto;
	padding:4px 20px 0 170px;
	font-size:10px;
}
#footer a{
	color:#494949;
	text-decoration:underline;
}
#made_by{
	width:150px;
	float:right;
}
#made_by a{
	color:#979797;
	text-decoration:underline;
}


form.tablestyle{
	margin:20px 0 0 0;
}
td.label_cell{
	text-align:right;
	vertical-align:top;
	width:200px;
}
td.input_cell{
	text-align:center;
}
td.simple_text{
	text-align:left;
	vertical-align:top;
}
input.field, textarea.field, select.field{
	border:1px solid #E4E4E4;
	padding:3px 2px;
	margin:1px 0;	
}
input.field, textarea.field{
	width:234px;
}
select.field{
	width:240px;
}
textarea.field{
	height:120px;
}
.submit{
	width:86px;
	margin:5px auto 10px auto;
	padding:2px;
	border:none;
	background-color:#1E9156;
	color:#ffffff;
}
.mandatory{
	color:#2CBE73;
}
#note{
	border-top:1px solid #E4E4E4;
	padding-top:7px;
	text-align:center;
}


.article_intro{
	border-bottom:1px solid #E4E4E4;
}
.article_intro td{
	padding:15px 0;
}
#pages_scroll{
	padding:10px;
	font-size:10px;
	text-align:right;
}
#pages_scroll a{
	margin:0 5px;
}

#gallery img{
	border:1px solid #25955B;
	margin:3px;
}

