/* ----------------------------------------------- 
	GLOBAL RESET 
   ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

body{
	margin: auto;
	font-size: 11px;

	background-color: #fff;
}

a{
	color: #FF7106;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;

}
a img{
	border: 0px;
}
div,td,th,span,input,textarea,select{
	font-size: 100%;
	color: #676767;	
}
H1 {
	font-size: 180%;
	color: #048DC8;
	font-weight: bold;
	margin-bottom: 20px;
}
H1 strong{
	color: #FF7812;
}
H2 {
	font-size: 180%;
}
H3 {
	font-size: 150%;
	color: #048DC8;
	font-weight: bold;	
	margin-top: 20px;
	margin-bottom: 10px;
}
H3 strong{
	color: #FF7812;
}
H4 {
	font-size: 120%;
}



/**************************FROM container + error ***********************/

#error_message{
	background-color: #fff;
	font-weight: bold;
	color: #000;
	padding: 15px;	
	border: 1px solid #000;
	background-image: url(images/warn.gif);	
	background-repeat: no-repeat;	
	background-position: 20px 15px;
	min-height: 90px !important;
	height: auto !important;
	height: 90px;
	padding-left: 160px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}
#error_message ul{
	padding: 0px;
	margin: 0px;
	list-style:disc;
}

#error_message.error_valid{
	background-image: url(images/succ.gif);		
}

.form-container {
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-container th{
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	
	width: 160px;	
}
.form-container td{
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;

}
.form-container input,.form-container textarea,.form-container select{
	width: 200px;
	border: 1px solid #ccc;
	background-color: #efefef;
	padding: 2px;	
	vertical-align: middle;
	margin-right: 10px;
}
.form-container select{
	min-width: 200px;
	width: auto;

}
.form-container textarea{
	width: 300px;
	height: 100px;	

}
.form-container input.checkbox,.form-container input.radio,.form-container input.submit,.submit{
	width: auto;
	border: 0px;	
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
.form-container td .thumb{
	border: 5px solid #efefef;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
.form-container input.submit,.submit{
	text-align: center;
	font-weight: bold;
/*	background-image: url(images/submit.gif);
	background-position: left top;
	background-repeat: no-repeat;*/
	background-color: #009ADA;
	text-align: center;
/*	display: block;*/
	color: #fff;	
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	margin-right: 10px;
}
.form-container input.submit:hover,.submit:hover{
	background-color: #F47B21 ;
}
.form-container .required{
	color: #7BD8FF;
}
.form-container input.req,.form-container textarea.req{
	border: 1px solid #000;
	background-color: #fff;
}


#main_cont{
	width: 865px;
	margin: auto;
}


#header{
	background-image: url(images/header.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 120px;	
	overflow: hidden;
	margin-bottom: 20px;
}
#logo{
	display: block;
	width: 201px;
	height: 65px;
	background-image: url(images/logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 52px;

}
#navigation{
	background-image: url(images/banner.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	clear: both;
	height: 37px;
}

#navigation ul{
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;

}
#navigation ul li.top_li{
	display: block;
	float: left;
	width: 113px;
	height: 37px;
	margin-right: 2px;
}
#navigation ul li.top_li a.top_link{
	display: block;
	width: 113px;
	height: 32px;
	text-align: center;
	padding-top: 12px;	
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background-image: url(images/nav_blue.gif);
	background-repeat: no-repeat;
	background-position:left top;
	text-transform: uppercase;
}
#navigation ul li.top_li a.top_link:hover{
	background-image: url(images/nav_orange.gif);
	text-decoration: none;
}
#navigation ul li.top_li a.top_link.orange{
	background-image: url(images/nav_orange.gif);
}
#navigation ul li.top_li a.top_link.orange:hover{
	background-image: url(images/nav_blue.gif);
}

#footer{
	margin-top: 20px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #676767;
	line-height: 40px;
	text-align: center;
	padding-top: 10px;
	
}
#footer a{
	color: #048DC8;
}

.cnt{
	background-image: url(images/big_round_bk.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	margin-top: 20px;

}

.cnt_bottom{
	background-image: url(images/big_round_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;	
}



.cnt_top{
	background-image: url(images/big_round_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
	padding: 25px;
	overflow: auto;
	height: 100%;	
}


.cnt ul{
	list-style: disc;
	padding: 20px;
}















#files_cont{
	overflow: auto;
	height: 100%;
}
#files_cont a{
	display: block;
	float: left;
	margin-right: 7px;
	border: 3px solid #ccc;
	margin-bottom: 10px;
}
#files_cont a:hover{

	border: 3px solid #FF7106;
}


#subpages{
	clear: both;
	overflow: auto;
	height: 100%;
	margin-top: 20px;
	
}
#subpages a{
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.info_thumb{
	float: 	left;
	margin-right: 15px;
}
#home_cont{
	overflow: auto;
	clear: both;
	height: 100%;
	margin-top: 20px;


	
}
#home_cont a.floating,#home_cont div{
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;

	width: 265px;
	height: 162px;	

}
#home_cont a.floating img{
	display: block;
}
#contactus,#home_cont div#contactus{
	background-image: url(images/contact_bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;

	width: 225px;
	height: 132px;
	padding: 20px;
	padding-top: 10px;	
}

#contactus #lady{
	position: absolute;
	margin-left: 120px;
	margin-top: -50px;
	background-image: url(images/lady.png) !important;
	background-image: url(none);	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='templates/images/lady.png');	
	background-position: left top;
	background-repeat: no-repeat;
	width: 109px;
	height: 252px;
}

#subpages{
	overflow: auto;
	clear: both;
	height: 100%;
	margin-top: 20px;

}
#subpages a{
	float: left;
	display: block;
	margin-bottom: 15px;
	margin-right: 2px;
	text-align: center;
}
#subpages a img{
	border: 2px solid #048DC8;
	display: block;
	margin-bottom: 5px;
}