/* GENERAL */
body {
	background: url(./images/header-background.png) repeat-x;
	margin: 0;
}

body, input, select, textarea {
	font-family: Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
	font-size: 1em;
}

input, select, textarea {
	font-size: 0.8em;
}

button,
input[type=button],
input[type=submit] {
	background-color: #1a233b;
	border: none;
	border-bottom: 1px solid #192238;
	border-top: 1px solid #3c4663;
	color: #fff;
	font-size: 11px;
	outline: 1px solid #000;
	padding: 0.15em 0.5em;
	text-shadow: 1px 1px #000;
}

a img {
	border: none;
}

a {
	color: #4671bb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a[rel=external] {
	background: url(./images/icons/link_external.png) no-repeat 100% 50%;
	padding-right: 16px;
}

.invisible {
	display: none;
}

/* TITLES AND PARAGRAPHS */
h1, h2, h3, h4, h5, h6, dl, dt, dd, p {
	margin: 0 0 1em;
	padding: 0;
}

ul {
   list-style-type: square;
}


/* HEADER */
#header {
	height: 52px;
	min-width: 896px;
	overflow: auto;
}

#header a.logo {
	float: left;
	margin: 8px 24px;
}

#header_menu {
	float: left;
	font-size: 12px;
	list-style-type: none;
	margin: 0 32px;
	position: relative;
}

#header_menu li {
	float: left;
	line-height: 48px;
	margin: 0;
	padding: 0 16px;
}

#header_menu li a {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 2px #000;
	text-transform: uppercase;
}

#header_menu li a:hover {
	color: #feb509;
}

#header_menu li.current {
	background: url(./images/header-current.png) repeat-x;
}

#search {
	float: right;
	margin: 12px 16px;
}

#search label {
	display: none;
}

#search input[type=text] {
	background: #fff url(./images/icons/search.png) no-repeat 4px 50%;
	border: 1px solid #000;
	font-size: 0.8em;
	height: 20px;
	padding: 1px 4px 1px 24px;
	width: 178px;
}


#search input[type=submit] {
	background: url(./images/search-background.png) no-repeat 100% -64px;
	border: none;
	padding: 4px;
	outline: none;
}

#search input[type=text].nostring {
	color: #999;
}

/* FOOTER */
#footer {
	background: #84a5e1 url(./images/footer-background.png) no-repeat;
	border-top: 1px solid #a8c0ea;
	min-height: 200px;
}

#footer_menu {
	margin: 2em;
	text-align: center;
}

#footer_menu li {
	display: inline;
	margin: 0.5em;
}

#footer_menu li a {
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
	text-shadow: 0 1px 2px #466bcd;
}

/* BODY */
#body {
	background: url(./images/content-background.png) no-repeat;
	border-bottom: 1px solid #466bcd;
	min-height: 400px;
	min-width: 896px;
	overflow: auto;
}

/* PANEL */
#panel {
	background: #eee url(./images/panel-background.png) no-repeat 0 100%;
	float: right;
	font-size: 0.8em;
	margin: 0 0 24px;
	position: absolute;
	right: 0;
	z-index: 101;
}

/* CONTENT */
#content {
	clear: both;
	margin: 0;
	min-width: 576px;
	padding: 136px 2em 2em;
}

#titles {
	float: left;
	margin: 0 1em;
	position: absolute;
	white-space: nowrap;
	z-index: 100;
}

#main_title {
	color: #003;
	display: table-cell;
	font-family: Georgia, serif;
	font-size: 3em;
	font-weight: normal;
	height: 72px;
	letter-spacing: -2px;
	margin: 0 !important;
	vertical-align: bottom;
}

#sub_title {
	color: #637bbb !important;
	font-family: Georgia, serif;
	font-size: 1.2em !important;
	font-weight: normal;
	height: 32px;
	margin: 0 0 2em !important;
}

#main_title,
#sub_title {
	text-shadow: 0 0 6px #fff;
	text-transform: inherit !important;
}

#sub_title span {
	color: #23386f;
}

#content h3 {
	color: #feb303;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 1em;
	text-transform: uppercase;
}

#content h4 {
	color: #1a233b;
	margin: 1em 0;
}

#content-left {
	margin-right: 320px;
}

#content-right {
	border: 1px solid #fff;
	background-color: #f3f3f3;
	clear: both;
	float: right;
	font-size: 0.9em;
	padding: 24px 32px;
	width: 224px;
	-moz-box-shadow: 4px 4px 16px #999;
	-moz-border-radius: 0.5em;
	-webkit-box-shadow: 4px 4px 16px #999;
	-webkit-border-radius: 0.5em;
}

#news dt {
	color: #999;
	font-size: 0.8em;
	margin: 2em 0 0.25em;
}

#who {
	width: 75%;
	margin: auto auto auto 3em;
	padding: 0 0 10em;
}

#who p {
	padding-left: 10em;
}

#who h4 {
	        padding-left: 5em;
}

