/* css document */
* {
	outline: none;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #01a6dc;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

h2{
	color: #666;
	font-size: 22px;
	text-align: left;
	clear:both;
	margin: 10px 0;
}

h3{
	color: #10649c;
	font-size: 16px;
	text-align: left;
	clear:both;
}

p {
	text-align: left;
}

blockquote p{
	text-align: justify;
	font-style: italic;
}

ul, ol, blockquote{
	text-align:left;
}

p.left{
	text-align:left;
}

p.center{
	text-align:center;
}

p.right{
	text-align:right;
}

p.links{
	text-align: center;
	margin: 25px;
}

table{
	text-align: left;
}

td{
	vertical-align: top;
}

.small {
	font-size: 9px;
	line-height: 11px;
}

.mybox{
	background: #eee;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #10649c;
}

.mybox:hover, .mybox:focus {
	background: #ddd;
}

.mybox:focus {
	border: 1px solid #666;
}

#container {
	background: url(../images/bg2.gif) repeat-y center;
}

#wrapper{
	position: relative;
	width: 960px;
	background: #fff url(../images/bg.gif);
	background-attachment: scroll;
	margin: 0 auto;
	min-height: 100%;
}

#imp-links h3, #right-news h3 {
	margin: 10px 0 0;
}

#imp-links label {
	display: block;
}

#imp-links label, #imp-links .sub {
	margin-top: 10px;
}

#header h1 {
	float: left;
	background: url(../images/logo.png) no-repeat;
	width: 460px;
	height: 160px;
	text-indent: -9999px;
	margin: 0;
}

#header h1 a {
	display: block;
	width: 375;
	height: 130px;
}

#flash{
	width:450px;
	float: right;
	padding: 11px 0;
}

#header{
	position: relative;
	padding: 10px;
	background-color: #fff;
	overflow: hidden;
}

#main, #left-nav{
	float: left;
}

#imp-links p {
	border-bottom: 1px dotted #666;
	margin: 0;
	padding: 10px 0;
}

#main{
	width: 540px;
	padding: 0 10px 0 10px;
}

/*#login #main {
	margin-left: 200px;
}*/

#map{
	width: 100%;
	height: 300px;
	border: 1px solid #000;
}

#right-news{
	width: 180px;
	min-height: 50px;
	padding: 0 10px 0 10px;
	float: right;
}

#right-news p{
	text-align:left;
}

#left-nav{
	width: 180px;
	min-height: 50px;
	padding: 0 10px 0 10px;
}

#left-nav p{
	text-align: center;
}

#footer{
	width: 540px;
	height: 60px;
	clear: both;
	overflow:hidden;
	margin: 0 auto;
}

#footer p {
	text-align:center;
}

a:link, a:visited, a:active{
   color: #10649c;
   text-decoration: underline;
}

a:hover{
	color: #10649c;
	text-decoration: none;
}

p.nav {
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px dotted #666;
}

img.left{
	float:left;
	margin: 0 10px 10px 0;
}

.no-border {
	border: none !important;
}

img.right{
	float:right;
	margin: 0 0 10px 10px;
}

img.border{
	border: 1px solid #000;
}

div.img_left{
	float: left;
	margin: 8px 0 8px 8px;
	text-align: center;
	border: 1px solid #000;
	background: #ddd;
	padding: 10px;
}

div.img_left p{
	text-align: center;
}

div.img_center{
	margin: 8px auto;
	text-align: center;
	border: 1px solid #000;
	background: #ddd;
	padding: 10px;
}

div.img_center p{
	text-align: center;
}

div.img_right{
	float: right;
	margin: 8px 0 8px 8px;
	text-align: center;
	border: 1px solid #000;
	background: #ddd;
	padding: 10px;
}

div.img_right p{
	text-align: center;
}

div.dright{
	float: right;
	margin-left: 10px;
	border:1px dashed #666666;
}

div.dleft{
	float: left;
	margin-right: 10px;
	border:1px dashed #666666;
}

div.div_left, div.div_right {
	width: 265px;
}

div.div_left {
	float: left;
}

div.div_right {
	float: right;
}

img{
	border: 0px;
}

strong{
	color: #333;
}

hr{
	color: #01a6dc;
	background: #10649c;
	width: 95%;
	height: 1px;
	clear: both;
}

img.bottom{
	vertical-align:bottom;
}

/*nav area*/

.indentmenu{
	font: 13px Arial, Helvetica, sans-serif;
	width: 100%;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #004C7F url(../images/indent.png) repeat-x;
	border-top: 1px solid #004C7F;
	border-bottom: 1px solid #004C7F;
	font-weight: bold;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a {
	float: left;
	color: #fff;
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #004C7F;
}

.indentmenu ul li a:hover{
	float: left;
	color: #004C7F;
	padding-top: 6px;
	padding-bottom: 4px;
	background: #F6D824 url(../images/indent.png) 0 -26px repeat-x;
}

.indentmenu ul li.current a {
	float: left;
	color: #F6D824;
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #004C7F;
}

.indentmenu ul li.current a:hover {
	background: none;
	cursor: default;
}

/*nav end*/

button {
	cursor: pointer;
	color: #F6D824;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

button span span {
	background: url(../images/button-right.png) no-repeat right;
	height: 29px;
	display: block;
	padding: 0 11px 0 0;
	line-height: 26px;
	font-weight: bold;	
}

button span {
	background: transparent url(../images/button-left.png) no-repeat;
	height: 29px;
	border: none;
	padding: 0 0 0 11px;
	display: block;
}

button:hover {
	color: #FFEB7F;
}

#users tr td {
	padding: 5px;
}

#users {
	width: 100%;
}

#login fieldset {
	border: 1px dotted #666;
	margin-top: 15px;
	padding: 5px;
}

#login legend {
	color: #10649C;
	font-size: 14px;
	font-weight: bold;
	background: #D2DEE5;
	padding: 0 3px;
}

/* comment section begin */
.comment{
	padding: 10px;
	border-bottom: 1px dotted #000;
}

textarea{
	font-size: 12px;
}

.message{
	color: #F00;
	text-align: center;
}