body {
 margin-left: auto;
 margin-right: auto;
 margin-top: 0;
 margin-bottom: 0;
 text-align: center;
 font: small/1.4em Arial, Helvetica, sans-serif;    
}

a {
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

#head_menu {
 /*background: url(../images/head_menu_bg.png) no-repeat;
 background-position: center; */
 height: 438px;
 width: 835px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 0;
 margin-bottom: 0;
 border-left: 1px solid #bcbcbc;
 border-right: 1px solid #bcbcbc;
 text-align: center;
}

#head_menu p {
 padding: 0;
 margin: 0;
}

td.menu {
 background-color: transparent;
 height: 59px;
 font-family: tahoma, verdana, arial;
 font-size: 14px;
 font-weight: bold;
 color: white;
 text-align: center;
 cursor: pointer;
}

td.menu:hover {
 background: url(../images/menu_bg_select.png) no-repeat;
 background-position: center;
 background-color: transparent;
 height: 59px;
 font-family: tahoma, verdana, arial;
 font-size: 14px;
 font-weight: bold;
 color: white;
 text-align: center;
 cursor: pointer;
}

td.menu_selected{
 background: url(../images/menu_bg_select.gif) no-repeat;
 background-position: center;
 background-color: transparent;
 height: 59px;
 font-family: tahoma, verdana, arial;
 font-size: 14px;
 font-weight: bold;
 color: white;
 text-align: center;
 cursor: pointer;
}

#content {
 overflow: auto;
 background: url(../images/body_bg.png) repeat-y;
 margin-left: auto;
 margin-right: auto;
 width: 837px;
 height: auto;
 text-align: left;
 padding-top: 20px;
}

#subcontent {
 float:left;
 width:540px; 
 padding: 5px; 
 font-family: verdana, tahoma; 
 font-size: 12px;
}
#subcontent .title{
 margin: 0 20px 10px 15px;
 height: 37px;
 background: url('../images/title_bg.png') no-repeat;
 line-height: 2.5;
 font: Arial;
 font-size: 16px;
 text-transform: capitalize;
 padding-left: 35px;
 color: #ca4429;
 font-weight: bold;
}
#subcontent .content{
 margin: 0 20px 20px 25px;
}
#subcontent .content a{
 color: #06c;
}
#subcontent .content a:hover{
 text-decoration: underline;
}
#submenu {
 float:right; 
 padding: 5px 25px 5px 10px;
 _padding: 5px 20px 5px 0;
}
 
#footer{
 margin-left: auto;
 margin-right: auto;
 height: 55px;
 width: 837px;
 background: #000;
}
.footer {
 padding-right: 30px;
 padding-left: 20px; 
 font-family: tahoma, verdana, arial;
 font-size: 11px;
 color: #BCBCBC;
 text-align: left;
 line-height: 5;
 color: #666;
 }
.footer a {
	font-size: 11px;
	color: #BCBCBC;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
.footer_links{
	line-height: 5;
	float: right;
}

td.s_menu {
 background: url(../images/submenu.png) 0 0 no-repeat;
 height: 36px;
 _height: 30px;
 width: 243px;
 font-size: 13pt;
 font-family: tahoma;
 cursor: pointer;
}

td.s_menu:hover{
 background: url(../images/submenu.png) 0 -36px no-repeat;
 height: 36px;
 _height: 30px;
 width: 243px;
 font-size: 13pt;
 font-family: tahoma;
 cursor: pointer;
}

.side_title, .side_title a{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11pt;
 font-weight: bold;
 text-transform: uppercase;
 color: #cb5748 !important;
}
.side_title a:hover{
 text-decoration: underline;
}
.side_description{
 text-indent: 30px;
 text-align: justify; 
 margin-bottom: 20px;
}

input,textarea,select{
 width: 250px
}
textarea{
 height: 50px;
}
input.button{
 width: 5em;
}


.headmenu{
 background: url(../images/head_menu_bg.png) no-repeat;
 background-position: center;
 height: 105px;
 width: 835px;
 margin: 0 auto;
 border-left: 1px solid #bcbcbc;
 border-right: 1px solid #bcbcbc;
 text-align: center;
}
.indexmenu{
 background: url(../images/index_bg.png) no-repeat;
 background-position: center;
 height: 333px;
 width: 835px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 0;
 margin-bottom: 0;
 border-left: 1px solid #bcbcbc;
 border-right: 1px solid #bcbcbc;
 text-align: center;
}

.headmenu ul{
 list-style: none;
 padding: 0;
 margin: 0; 
 padding-left: 35px; 
}
.headmenu ul li{  
 display: inline;  
}
.headmenu ul li a, #header ul li a:visited{
 text-transform: uppercase;
 color: white;
 padding: 68px 20px 0; 
 font-weight: bold;  
 float: left;  
}
.headmenu ul li a:hover{
 background: url(../images/menu-arrow.jpg) no-repeat center 72%;
}
.headmenu ul li a.selected{
 background: url(../images/menu-arrow.jpg) no-repeat center 72%;
}

.gallery{
	text-align: center;
}
.gallery ul{
	margin: 0;
	padding: 0;
	margin-left: 2px;
}
.gallery_nav{
	clear: both;
	margin: 0 auto;
}
.gallery_nav a{color:#348;text-decoration:none;outline:none;}
.gallery_nav a:hover{color:#67a;}
.gallery .caption{height: 2px; overflow:hidden}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.section {
	margin: 20px 0;	
}
.section a{
	font-size: 11pt;
	font-weight: bold;
	color: #333;
	text-transform: capitalize;	
	display: block;	
	background: #FFFFFF;	
	padding: 5px;
	margin-bottom: 3px;
}
.section a:hover, .section_selected{
	color: #6699FF; !important;
}

.error, .success{
	font-family: arial;
	font-size: 12px;
	padding: 2px; 
	margin: 1em 0; 
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	text-align: center;
}
.error {
	background: #FBE3E4; 
	color: #8a1f11;
	border-color: #FBC2C4; 
}
.success {
	background: #E6EFC2; 
	color: #264409; 
	border-color: #C6D880; 
}