@charset "utf-8";

@import "reset.css";

body {
	background-color:#466580;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

a {
	color:#EEE;
}
a:hover {
	text-decoration:none;
}

p {
	line-height:1.5;
}

sup {
	vertical-align:super;
	font-size:90%;
}

.inner {
	width:960px;
	margin:0 auto;
	padding:0;
	bottom:0;
}

body > div.clear {
	margin-bottom:36px;
}

#header {
	background:transparent url(../img/header-bg.gif) repeat fixed center;
	border-top:12px solid #385166;
	border-bottom:6px solid #466580;
}
#header .inner {
	height:132px;
	background:url(../img/header-logo.gif) no-repeat 36px center;
}

body > #footer {
	width:100%;
	position:fixed;
	bottom:0;
	padding:3px 0;
	border-top:1px solid #628db3;
	filter: alpha(opacity=85); /* here you can set the opacity of box with text */
	-moz-opacity: 0.85; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.85; /* here you can set the opacity of box with text */
	opacity: 0.85; /* here you can set the opacity of box with text */
	background-color:#001d34;
}
#footer {
	margin-top:12px;
}
#footer .inner {
	text-align:center;
	font-size:12px;
	padding:6px;
}

#content {
	border-top:1px solid #547999;
}
#content .inner {
	padding:36px 0;
}

#main {
	float:left;
	width:630px;
}

#overview {
	margin:30px 15px;
}
#overview h1 {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:26px;
}
#overview div {
	margin: 30px 0;
}
#overview p {
	text-align:justify;
}

.sliderframe {
	background-color:#4d6f8c;
	padding:4px;
	border:1px solid #547999;
}

#sidebar {
	float:right;
	width:290px;
	margin-bottom:36px;
}
#sidebar iframe {
	border:none;
	overflow:hidden;
	width:290px;
	height:395px;
	background-color:#FFF;
	margin-top: 6px;
	padding:0;
}

#menu h3, #menu h3 a {
	color:#FFF;
}
#menu h3 {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	padding:6px 12px;
	margin:0;
	background-color:#ec7823;
	border-top:1px solid #ff9440;
	border-bottom:1px solid #ce5f00;
	cursor:pointer;
}
#menu h3 .active, #menu h3 .inactive {
	display:inline-block;
	vertical-align:bottom;
	height:18px;
	width:20px;
	margin-right:10px;
}
#menu h3 .active {
	background:#ec7823 url(../img/ico/arrow-right.png) no-repeat 3px center;
}
#menu h3 .inactive{
	background:#ec7823 url(../img/ico/arrow-down.png) no-repeat 3px center;
}
#menu h3 a {
	text-decoration:none;
}

#menu > div {
	padding:6px;
}
#menu p {
	line-height:1.25;
	margin-bottom:5px;
	text-align:justify;
}
#menu img.right {
	float:right;
	margin:0 0 6px 12px;
	padding:3px;
	background-color:#FFF;
}
#menu ul {
	margin:6px 24px;
}
#menu li {
	font-size:16px;
}
#menu li img {
	vertical-align:middle;
	margin:12px;
}
#menu form {
	margin:12px 0 0 0;
	padding:6px;
}
#menu form > div {
	margin:0 0 6px 0;
}
#menu form img { vertical-align:middle; }
#menu input, #menu textarea {
	margin: 3px 0;
	padding: 4px 8px;
	border:1px solid #466580;
	color:#FFF;
	background-color:#547999;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	width:250px;
	vertical-align:middle;
}
#menu label {
	display:block;
	font-size:90%;
	color:#EEE;
}
#menu input.security {
	width:100px;
}
#menu input.submit {
	width:auto;
	color:#ec7823;
	font-weight:bold;
	border-color:#ec7823;
	background-color:#DDD;
	cursor:pointer;
}
#menu textarea {
	height:65px;
}
#result {
	display:none;
}
#result img {
	vertical-align:text-bottom;
}