@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a:hover {
	cursor: pointer;
}

p {
	font-size: 12px;
	line-height: 18px;
	text-shadow: #fff 0 1px 0;
	margin-bottom: 10px;
}

ul {
	list-style-position: outside;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
}


h1, h2, h3 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 30px;
	color: #868686;
	font-style: italic;
	font-weight: bold;
	margin: 5px 0 5px 0;
	text-shadow: #fff 0 1px 0;
}

html {
	height: 100%;
  	width: 100%;
  	padding: 0;
  	margin: 0;	
}

body {
	height: 100%;
  	width: 100%;
  	padding: 0;
  	margin: 0;
	font-family: Arial, Helvetica, Courier, Georgia;
	color: #868686;
	font-size: 12px;
	background-color: #172a42;
}

#header {
	float: left;
	width: 100%;
	height: 250px;
	background: url(images/header-bar.jpg) repeat-x;
}

#header-center {
	width: 960px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/header-background.jpg) no-repeat;
	background-position: center;

}

#logo {
	width: 186px;
	height: 189px;
	background: url(images/logo.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#title-text {
	width: 460px;
	height: 21px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/title-text.jpg) no-repeat;
}

#header-border {
	width: 940px;
	height: 2px;
	margin: 10px 10px 5px 10px;
	background: url(images/header-border.png) repeat-x;
}

#content {
	float: left;
	width: 100%;
	height: auto;
	background-color: #eee;
	border-top: 1px solid #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content-center {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#content-main {
	float: left;
	height: auto;
	width: 700px;
	margin: 0 10px 0 10px;
}

#content-sidebar {
	float: left;
	height: auto;
	width: 220px;
	margin: 0 10px 0 10px;
}

#content-sidebar li {
	font-size: 12px;
	line-height: 18px;
	text-shadow: #fff 0 1px 0;
	font-weight: bold;
}

#footer {
	float: left;
	width: 100%;
	height: 127px;
}

#footer-border {
	width: 100%;
	height: 2px;
	background: url(images/header-border.png) repeat-x;
	margin-top: 5px;
}

#footer-content {
	width: 940px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#footer-logo {
	float: left;
	width: 61px;
	height: 60px;
	background: url(images/footer-logo.jpg) no-repeat;
}

#footer-nav {
	float: left;
	width: 879px;
	height: auto;
	color: #e6cf7f;
	text-shadow: #000 0 -1px 0;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}

#footer-nav li{
	list-style: none;
	float: left;
	margin-right: 20px;
	line-height: 12px;
	margin-top: none;
}

#footer-credits {
	float: left;
	margin: 10px 0 0 15px;
}

#footer-credits p {
	color: #999;
	text-shadow: #000 0 -1px 0;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
}

#footer-credits a {
	color: #fff;
	text-decoration: none;
}

#footer-credits a:hover {
	color: #fff;
	text-decoration: underline;
}