@import "reset.css";

body {
	background:transparent url(../images/background-filler.gif);
	/*font:normal .8em "Trebuchet MS", Helvetica, sans-serif;
	font:normal .8em "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font:normal 1em Arial, Helvetica, sans-serif;
	color:#575757;
}

h1 { font-size: 1.8em; font-weight:normal; }
h2 { font-size: 1.6em; font-weight:bold; }
h3 { font-size: 1.4em; font-weight:normal; font-style:italic; color:#096167; border-bottom:2px solid #c0c0c0; }
h4 { font-size: 1.2em; font-weight:normal; font-style:italic; }
h5 { font-size: 1em; font-weight:bold; }

label {
	font-weight: bold;
	display: block;
	margin-top:10px;
	margin-bottom:3px;
}

input, select, textarea {
	padding:2px;
	font:inherit;
	border:1px solid #c0c0c0;
}

textarea {
	width:90%;
}

h1, h2, h3, h4, h5, h6, ul, ol, p, dd {
	margin-bottom:10px;
}

dt {
	margin-bottom:5px;
	font-weight:bold;
}

dd {
	font-style:italic;
}

ul, ol, dd {
	margin-left:30px;
}

ul {
	list-style-type:disc;
}

ol {
	list-style-type:decimal;
}

blockquote {
	margin-left:30px;
	font-style:italic;
}

a {
	color:#3775e2;
}

a:hover {
	text-decoration:none;
}

#outer {
	min-height:1000px;
	background:transparent url(../images/background.gif) repeat-x;
}

#inner {
	margin:20px auto;
	width:1024px;
}

#header {
	color:#ffffff;
}

#header #menu {
	clear:both;
	height:50px;
	background:#1B2024;
	border-bottom:1px solid #333A3D;
	border-top-right-radius:20px;
	border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-topleft:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-top-left-radius:20px;
}

#header #title {
	height:95px;
	background:#0F1417;
	display:none;
}

#header #banner {
	padding:25px 0 0 0;
	height:330px;
	background:#0F1417;
	text-align:center;
}


#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu li {
	display:inline;
}

#menu a {
	display:block;
	float:left;
	margin:14px 8px;
	width:90px;
	text-align:center;
	
	color:#7C8A90;
	font-size:1em;
	text-decoration:none;
}

#menu a:hover, #menu .active a {
	color:#ffffff;
}

#title h1 {
	padding:25px;
	
	font-size:2.5em;
}

#banner img {
	height:300px;
	width:974px;
}

#main {
	padding:25px;
	background:#DDEBE7 url(../images/main-gradient.gif) repeat-x top left;
	border-top:1px solid #ffffff;
}

#left {
	float:left;
	width:68%;
}

#right {
	float:right;
	width:30%;
	padding:10px 0 0 0;
}

#right div.box {
	margin:0 0 25px 0;
	padding:10px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	color:#ffffff;
}

#right div.box a {
	color:#ffffff;
	font-style:italic;
}

#footer {
	padding:25px;
	background:#0F1417;
}

/*
#utility {
	float:right;
	width:20%;
	text-align:right;
}

#left, #right {
	padding:5px;
}

#left {
	float:left;
	width:20%;
	border:1px solid #c0c0c0;
	border-top:none;
	background:#f7f7f7;
}

#right {
	float:right;
	width:78%;
	padding:10px 0 0 0;
}

#section {
	height:300px; 
	overflow:auto; 
	background:#ffffff; 
	border:1px solid #c0c0c0;
}

#section input {
	margin-left:15px;
}

#section .main {
	margin-left:3px;
}

.buttons {
	margin:10px;
	text-align:center;
}

.content {
	margin:0 10px 10px 0;
}

.content h3 {
	border-bottom:2px solid #c0c0c0;
}

.main-image {
	float:left;
	margin:0 10px 10px 0;
	width:75px;
}*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}
