body, html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #0F5B96 url(../img/body-bg.gif) repeat-x;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #A4E4F5;
}

h1 {
	border-bottom: 1px solid white;
	font-size: 18px;
	color: white;
}

h2 {
	letter-spacing: -1px;
	font-size: 16px;
}

h3 {
	font-size: 14px;
	color: black;
}

hr {
	border: none;
	border-bottom: 1px solid #0f5b96;
}

a img {
	border: 0;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

p, ol, ul {
	line-height: 150%;
}

a, a:link, a:visited {
	color: #a4e4f5;
}

a:hover, a:active {
	text-decoration: underline;
	color: #ffffff;
}

.clear-me {
	clear: both;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -96px 0;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 150px;
	background: url(../img/header-bg.jpg) no-repeat center top;
}

#top-nav {
	position: absolute;
	right: 54px;
	top: 4px;
	height: 20px;
}

	#top-nav a, #top-nav a:link, #top-nav a:visited {
		text-decoration: none;
		font-size: 12px;
		color: white;
	}
	#top-nav a:hover, #top-nav a:active {
		text-decoration: underline;
		color: white;
	}

#logo {
	float: left;
	padding: 18px 0 0 0;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 60px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 56px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #1B97CE url(../img/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover, #menu a:active, #menu a.nav-on {
	background: #26BADF url(../img/img04.gif) no-repeat;
}

#main {
	width: 980px;
	margin: 0 auto;
}


#content {
	float: left;
	width: 530px;
	margin: 0 0 20px 25px;
	border-bottom: 20px solid #a4e4f5;
}

#content-border {
	padding: 10px 14px 10px 10px;
	background: #6f9cda url(../img/content-bg.gif) no-repeat;
	border-bottom: 20px solid #148ac6;
	color: #0a416B;
}

#content-padd {
	min-height: 400px;
}

	#content-padd a, #content-padd a:link, #content-padd a:visited {
		color: #a4e4f5;
	}
	#content-padd a:hover, #content-padd a:active {
		text-decoration: underline;
		color: white;
	}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	margin: 0 0 20px 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	padding: 6px 0 6px 10px;
	background: url(../img/arrow.gif) no-repeat 0 12px;
	border-bottom: 1px solid #2872A6;
}

.sidebar li li a {
	text-decoration: none;
	color: #C9ECF5;
}

.sidebar li li a:hover {
	text-decoration: underline;
	color: #ffffff
}

.sidebar li h2 {
	padding-top: 10px;

	font-size: 12px;
	color: #FFFFFF;
}

/* Right Sidebar */

#right {
	padding: 0 0 0 25px;
}

/* Footer */

#footer-push {
	height: 96px;
}

#footer {
	clear: both;
	height: 96px;
	background: #083253;
}

	#footer-content {
		width: 980px;
		margin: 0 auto;
		padding: 20px 0 0 0;
		text-align: center;
		font-size: 12px;
	}

	a.dT, a.dT:link, a.dT:visited {
		text-decoration: none;
		color: white;
	}
	a.dT:hover, a.dT:active {
		text-decoration: none;
		color: #0f5b96;
	}


/** dynamIt editor styles **/

.big {
	font-size: 22px;
	color: #a4e4f5;
}

.emphasis {
	color: lightcyan;
}