/* ------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
: focus {
	outline: 0;
}

/* ---------------- General Styles --------------- */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.8%;
	width: 100%;
	height: 100%;
	background: #b8b8b8 url('../img/bkg_body.jpg') top left repeat-x;
	
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #000000;
}
a:hover, a:active, a:focus {
	color: #000000;
	font-weight: bold;
}
p, h1, h2, h3, h4{
	margin: 0 0 0 0px;
	padding: 5px 10px 5px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
label { font-size: 14px; line-height: 18px; }
.skip {
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}
/* ---------------- Layout --------------- */
.container{
	background: url('../img/bkg_content.jpg') top center no-repeat;
	min-height: 653px;
	height: auto !important;
	height: 653px;
	width: 980px;
	margin: auto;
	position:relative;
}

.columns { 
	overflow: hidden;
	padding-bottom: 20px;
}
.logo{
	position: absolute;
	z-index: 100;
	left: 115px;
	top: 5px;
}
.navigation {
	width: 240px;
	margin-left: 60px;
	float: left;
	text-align: left;
}
.navigation a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #222222;
	font-size: 18px;
	line-height: 28px;
	text-decoration: none
}
.navigation a:hover{ text-decoration: underline; font-weight: bold; }
.navigation .actived{
	font-style: italic;
}
.navigation a.hover, .navigation p.hover {
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}

.navigation_extra p{
	line-height: 16px;
	padding: 0 10px;
	margin: 0;
}

.navigation_extra h1{
	color: #0037A0;
	font-size: 18px;
	line-height: 20px;
	padding: 0 10px;
	margin: 0;
}

.navigation_extra h2{
	color: #0037A0;
	font-size: 16px;
	line-height: 18px;
	padding: 0 10px;
	margin: 0;
}
.navigation_extra p a{
	font-size: 14px;
	line-height: 16px;
	color: #222222;
}
.content{
	float: left;
	width: 660px;
	margin-left: 20px;
	text-align: left;
}

.content h1{
	color: #FFFFFF;
	background: #02153d;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 18px;
	padding: 10px;
	margin: 0;
}

.content p{
	font-size: 12px;
	line-height: 14px;
}
.box_gallery_list { 
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-top: 10px;
	border-right: 2px solid #FFFFFF;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
.box_gallery { 
	float: left;
	width: 445px;
}
#slider {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width: 660px;
	height: auto;
	overflow: hidden; 
	display: none;
}
ul.banner{
	width: 238px;
	margin: 20px 0px 0px 0px;
	list-style: none;
	background: #FFFFFF;
	border: 1px solid #7A98C8;
	min-height: 82px;
	height: auto !important;
	height: 82px;
}
ul.banner li {
	float: left; 
	margin: 10px 5px 0px 15px;
	padding: 0px;
	text-align: center;
}
.navigation h1.banner_title {
	background: #02153D;
	color: #FFFFFF;
	height: 21px;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	text-align: center;
}
.footer{
	margin-top: 20px;
	text-align: center
}
.footer span{
	font-size: 11px;
	color: #000000;
}
.footer a{
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.link_box { 
	float: left; 
	margin: 10px; 
}
/* ---------------- Other --------------- */
.img_right {
	float: right; 
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.img_left {
	float: left; 
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.clear{
	clear: both;
}
.hidden{
	visibility: hidden;
}
.loading{
	width: 25px;
	height: 25px;
}

.error{
	font-size: 12px;
	font-weight: bold;
	display: none;
}
.inputStyle{}
.noDecoration{text-decoration: none}
