@charset "iso-8859-1"

html { height:100%; width:100%; }
body { height:100%; width:100%; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 62.5%; background:#535353; }
html, body, h1, h2, h3, h4, h5, h6, p, em, strong, abbr, acronym, blockquote, q, cite, ins, del, dfn, a, div, span, pre, hr, address, br, b, i, sub, sup, big, small, tt, table, tr, caption, thead, tbody, tfoot, col, colgroup, form, input, label, textarea, button, fieldset, legend, select, option, optiongroup, ul, ol, li, dl, dt, dd, code, var, kdb, samp, img, object, param, map, area, bdo, iframe { padding:0; margin:0; border:0; }
img { display:block; }
table td { vertical-align:top; }
.clear { content:"."; height:0; visibility: hidden; display:block; clear:both; }
* { outline: none; }
.floatRight { float:right; }
.floatLeft { float:left; }

.all{
	width:796px;
	margin:0 auto;
	padding-bottom:10px;
}

.mainBlock{
	margin-top:10px;
	background:url(../images/top.gif) no-repeat left top #fff;
}
.mainBlockInner{
	background:url(../images/bot.gif) no-repeat left bottom;
	padding:31px 24px 20px 25px;
}
.header{
	border:1px solid #c5c5c5;
	padding:1px;
}
.header .inner{
	background:url(../images/header.png) no-repeat left top;
	padding:6px 0 5px 29px;
}
.logo{
	border:1px solid #fff;
	padding:1px;
	width:163px;
}
.topNav{
	float:right;
	margin:-6px 12px 0 0;
	display:inline;
	width:510px;
}
.topNav li{
	float:right;
	padding-right:4px;
	list-style:none;
	position:relative;
}
.topNav li a{
	display:block;
	height:33px;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-5000px;
	font-size:0;
	line-height:0;
}
.topNav li a:hover, .topNav li a.hover{
	background-position:left bottom;
}
.topNav li span{
	float:right;
	height:33px;
	background-position:left bottom;
	background-repeat:no-repeat;
	text-indent:-5000px;
	font-size:0;
	line-height:0;
}
.topNav li ul{
	display:none;
	position:absolute;
	top:33px;
	left:0;
	border:1px solid #216AB5;
	background:#F0F0F0;
	width:130px;
}
.topNav li ul li{
	float:none;
	clear:both;
	padding:0;
}
.topNav li ul li a{
	font-size:11px;
	line-height:13px;
	height:auto;
	text-indent:0px;
	text-align:left;
	text-decoration:none;
	padding:3px 0 2px 10px;
	color:#13406D;
}
.topNav li ul li a:hover{
	background:#216AB5;
	color:#fff;
}
.topNav li .nav1{
	background-image:url(../images/top-nav-1.png);
	width:56px;
}
.topNav li .nav2{
	background-image:url(../images/top-nav-2.png);
	width:130px;
}
.topNav li .nav3{
	background-image:url(../images/top-nav-3.png);
	width:91px;
}
.topNav li .nav4{
	background-image:url(../images/top-nav-4.png);
	width:128px;
}
.topNav li .nav5{
	background-image:url(../images/top-nav-5.png);
	width:85px;
}
.contentArea{
	overflow:hidden;
	margin-top:16px;
}
.sideContent{
	width:210px;
	float:left;
	margin-bottom:5px;
}
.sideNav{
	border:1px solid #f0f0f0;
}
.sideNav ul{
	border:1px solid #f0f0f0;
	background:#f0f0f0;
	padding:20px 0 20px 0;
}
.sideNav ul li{
	list-style:none;
	position:relative;
}
.sideNav ul li a{
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#123d69;
	text-decoration:none;
	padding:3px 0 6px 40px;
	background-image:url(../images/sideNavBullet.gif);
	background-repeat:no-repeat;
	background-position:22px 6px;
}
.sideNav ul li a:hover, .sideNav ul li a.hover{
	background-color:#2370be;
	background-position:22px -19px;
	color:#fff;
}
.sideNav ul li ul{
	display:none;
	position:absolute;
	border:1px solid #2370BE;
	background:#fff;
	padding:1px 0;
	width:130px;
	left:206px;
	top:-1px;
}
.sideNav ul li ul li{
	padding:0 1px;
	background:#f0f0f0;
}
.sideNav ul li ul li a{
	background-image:none;
	padding-left:5px;
}
div.flash{
	background:#f0f0f0;
	margin-left:221px;
	padding:0 25px;
	margin-bottom:12px;
}
div.content1{	
	background:#f0f0f0;
	float:right;
	width:470px;
	padding:8px 26px 1px 26px;
	font-size:12px;
	line-height:14px;
	color:#1e1e1e;
	overflow:hidden;
	min-height:383px;
}
div.content1 div.img{
	float:right;
	margin-left:15px;
	margin-bottom:5px;
}
div.content{
	background:#f0f0f0;
	font-size:12px;
	line-height:14px;
	color:#1e1e1e;
	padding:8px 26px 1px 26px;
	margin-left:221px;
}
div.content h1, div.content1 h1{
	font-size:18px;
	line-height:20px;
	margin-bottom:13px;
}
div.content a, div.content1 a{
	color:#4fc3ff;
}
div.content a:hover, div.content1 a:hover{
	text-decoration:none;
}
div.content p, div.content1 p{
	margin-bottom:14px;
	text-align:justify;
}
div.content1 li{
	margin-bottom:10px;
}
div.content1 ul ul{
	margin-top:10px;
	margin-left:25px;
}
.bottomArea{
	background:url(../images/bot-bullet.gif) repeat left top;
	height:39px;
	margin:5px 0 12px 0;
	clear:both;
}
.footer{
	background: url(../images/footer-bullet.gif) repeat-x top;
	padding:18px 0 0 0;
	overflow:hidden;
}
ul.botNav {
	width:540px;
	margin:0 auto;
}
ul.botNav li{
	float:left;
	list-style:none;
	background:url(../images/bot-nav-bullet.gif) no-repeat right top;
	padding:0 12px 0 9px;
	height:16px;
}
ul.botNav li.last{
	background:none;
}
ul.botNav li a{
	display:block;
	text-indent:-5000px;
	font-size:0;
	line-height:0;
	background-position:left top;
	background-repeat:no-repeat;
}
ul.botNav li a:hover{
	background-position:left bottom;
}
ul.botNav li a.nav1{
	background-image:url(../images/bot-nav-1.gif);
	width:36px;
	height:12px;
}
ul.botNav li a.nav2{
	background-image:url(../images/bot-nav-2.gif);
	width:57px;
	height:12px;
}
ul.botNav li a.nav3{
	background-image:url(../images/bot-nav-3.gif);
	width:53px;
	height:12px;
}
ul.botNav li a.nav4{
	background-image:url(../images/bot-nav-4.gif);
	width:62px;
	height:12px;
}
ul.botNav li a.nav5{
	background-image:url(../images/bot-nav-5.gif);
	width:67px;
	height:12px;
}
ul.botNav li a.nav6{
	background-image:url(../images/bot-nav-6.gif);
	width:53px;
	height:16px;
}
ul.botNav li a.nav7{
	background-image:url(../images/bot-nav-7.gif);
	width:65px;
	height:12px;
}
.copyright, .develop{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:13px;
	margin:5px 0 0 35px;
	color:#fff;
}
.copyright a, .develop a{
	color:#8fd9ff;
	font-weight:bold;
}
.copyright a:hover, .develop a:hover{
	text-decoration:none;
}
.develop{
	float:right;
	display:inline;
	margin:5px 33px 0 0;
	text-align:right;
}
.contact{
	width:270px;
	margin:0 auto;
	padding:10px 0 10px 0;
	overflow:hidden;
}
.contact fieldset{
	float:left;
	margin-bottom:5px;
}
.width80{
	width:80px;
}
.contact input{
	border:1px solid #808080;
	padding:1px;
	width:170px;
}
.contact textarea{
	border:1px solid #808080;
	padding:1px;
	height:50px;
	width:170px;
}
.contact select{
	border:1px solid #808080;
	width:173px;
}
.contact input.button{
	width:100px;
	margin:0 5px;
}
.but{
	margin-top:10px;
	margin-left:15px;
	display:inline;
}
.img2{
	margin-top:12px;
}
