@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:72px;
	background:url(../img/header-logo.gif) no-repeat 18px center;
	text-align:right;
}

body > #footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	padding:3px 0;
	border-top:1px solid #628db3;
	background-color:#001d34;
	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 */
	-webkit-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 */
	-moz-box-shadow: 0px -6px 12px #888;
	-khtml-box-shadow: 0px -6px 12px #888;
	-webkit-box-shadow: 0px -6px 12px #888;
	box-shadow: 0px -6px 12px #888;
}
#footer {
	margin-top:12px;
}
#footer .inner {
	text-align:center;
	font-size:12px;
	padding:3px;
}
#footer iframe {
	vertical-align:middle;
}

#content {
	border-top:1px solid #547999;
}
#content .inner {
	padding:36px 0;
}

#main {
	float:left;
	width:630px;
}

#overview {
	margin:15px 0 45px;
}
#overview h1, #blog h1 {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:26px;
}
#overview div, #blog div {
	margin: 30px 0;
}
#overview p, #blog p {
	text-align:justify;
}
#blog {
	margin:30px 0;
}
#blog h1 {
	background-color:#4d6f8c;
	text-align:left;
	background-image: url(../img/ico/rss.gif);
	background-repeat: no-repeat;
	background-position: 16px;
	padding:8px 16px 8px 48px;
	border-bottom:1px solid #547999;
}
#blog h1 a {
	display:block;
	text-decoration:none;
}
#blog h2 {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:12px;
}
#blog h2 a{
	text-decoration:none;
}
#blog h3 {
	text-align:left;
	font-weight:normal;
	font-size:0.8em;
	margin-bottom: 2px;
}
#blog div.post {
	margin: 30px 0;
	padding-bottom:15px;
	border-bottom:1px solid #4d6f8c;
}

.sliderframe {
	background-color:#4d6f8c;
	padding:4px;
	border:1px solid #547999;
}

#sidebar {
	float:right;
	width:292px;
	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.left {
	float:left;
	margin:0 12px 0 0;
	padding:3px;
	background-color:#FFF;
}
#menu img.right {
	float:right;
	margin:0 0 0 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;
}

#cornerbanner {
	position:fixed;
	top:0;
	right:0;
	z-index:100000;
}
