﻿html{
	height:100%;
}
body {
	padding: 0px;
	height:100%;
	margin: 0px;
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#172453;
	font-weight:bold;
}
#site_container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto -4em auto;
	width: 1000px;

}
*html #sitecontainer{
	height:100%;
}
.top {
	border: 1px #cfcfcf solid;
	height: 40px;
	border-top: 0px;
	width: 100%;
	vertical-align:middle;
	position:relative;
}
.header_holder {
	border: 1px #cfcfcf solid;
	border-top: 0px;
	height: 247px;
	width: 100%;
}
.logo_holder {
	float: left;
	background: white url('../images/logo_1.jpg') no-repeat scroll left center;
	height: 245px;
	width: 242px;
	margin-bottom: auto;
	margin-top: auto;
}
.header_image {
	float: right;
	background: white url('../images/header1.jpg') no-repeat scroll right center;
	height: 245px;
	width: 716px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 1px;
}
.main_container {
	width: 100%;
	border: 1px #cfcfcf solid;
	border-top: 0px;
	border-bottom: 0px;
	position: relative;
	margin-bottom:0px;
}
.left_side {
	z-index: 2;
	float: left;
	position: relative;
	width: 250px;
	border: 0px blue dotted;
	padding: 5px;
}
.right_side {
	position: relative;
	margin-left: 263px;
	border: 0px fuchsia solid;
	padding: 5px;
	z-index: 1;
}
.left_module{
	z-index:2;
	position:relative;
	width:100%;
	border:0px aqua solid;
}
.left_module_middle{
	border-left: 1px #bfbfbf solid;
	border-right: 1px #bfbfbf solid;
	margin-left: 20px;
	margin-right:20px;
	padding-left:5px;
	padding-right:5px;
	position:relative;
}
.left_module_top_bottom{
	height:1px;
	width:100%;
	background-color:#bfbfbf;
}
.module_inner_border{
	z-index:1;
	border-left:1px #bfbfbf solid;
	border-right:1px #bfbfbf solid;
	position:relative;
	margin-bottom:-20px;
	margin-top:-20px;
	margin-left:20px;
	margin-right:20px;
	padding-top:25px;
	padding-left:10px;
	padding-bottom:25px;
	padding-right:10px;
}
.content{
	text-align:justify;
}
.content a{
	color:#ce000e;
	text-decoration:none;
	border-bottom:none;
}
.content a:hover{
	border-bottom:1px #ce000e dotted;
}

.module_outer_border{
	z-index:1;
	border-bottom:1px #bfbfbf solid;
	border-top:1px #bfbfbf solid;
	position:relative;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}
.delimiter{
	z-index:1;
	height:1px;
	border-top:1px #d3d3d3 solid;
	margin-left:10px;
	margin-right:10px;
}
.module_title{
	color:#233a8d;
	font-weight:bold;
	font-size:12px;
	margin-left:10px;
	margin-bottom:-1px;
}
.document_title{
	z-index:1;
	color:#C50000;
	font-weight:bold;
	font-size:24px;
	margin-left:10px;
	margin-bottom:-4px;
}

.menu_top{
	font-weight:bold;
	text-transform:lowercase;
	position:absolute;
	top:11px;
	left:15px;
	font-size:12px;
	color:#8a8a8a;
}
.menu_top a{
	color:#8a8a8a;
	text-decoration:none;
	border:none;
}
.menu_top a:hover{
	color:#ce000e;
	text-decoration:none;
	border-bottom:1px #8a8a8a dotted;

}
.search_top{
	font-weight:bold;
	position:absolute;
	right:15px;
	
}
.text_input{
	border:2px #c2c2c2 solid;
	background:transparent;
	position:absolute;
	right:80px;
	top:10px;
	text-align:right;
	color:#8a8a8a;
}
.32icon{
	width:32px;
	height:32px;
}
.button{
	color:white;

	font-weight:bold;
	background:#7f92bb;
	border:1px #293e90 solid;
	width:90px;
	height:21px;
	vertical-align:top;
}
.textbox{
	border: 1px #293e90 solid;
	width:100%;
	color:#293e90;
}
.footer_copyright{
	position:absolute;
	top:10px;
	left:10px;
	color:#8a8a8a;
	font-size:12px;
	font-weight:bold;
}
.website_design{
	position:absolute;
	right:10px;
	top:3px;
	color:#8a8a8a;
	font-size:12px;
	font-weight:bold;
}
.img{
	vertical-align:middle;
	border:none;
}
.lang{
	margin-left:10px; color:#ce000e; font-size:12px;
}
.lang a{
	color:#ce000e;
	text-decoration:none;
	border:none;
}
.lang a:hover{
	border-bottom:1px #ce000e dotted;
}
.lang img{
	border: none;
}
.footer {
	position:relative;
	height: 34px;
	width: 100%;
	clear: both;
	border-top: 1px #cfcfcf solid;
	border-bottom:1px #cfcfcf solid;
}
.bottom, .push {
    height: 4em;
    border:1px silver solid;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#B5C3D9 !important; 
 }
 
 #recaptcha_table {
   border-color: #293e90 !important;
   width:100%;
   text-align:right;
 }
 
 #recaptcha_response_field {
   border-color: #293e90 !important;
   background-color:#fff !important;
   width:100%;
   color:#293e90 ;
 }
#clearer{
	clear:both;
}
#gallery{
	clear:both;
}
#gallery ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#gallery ul li{
	padding:0px;
	margin:0px;
	display:inline;
}
#gallery li img{
	border:1px #f2f2f2 solid;
	padding:3px;
	background:white;
}
#gallery li img:hover{
	border: 1px #cccccc solid;
	background: white;
}
#gallery li img:active{
	border:1px #333333 solid;
	background:#333333;
}