@charset "utf-8";
/*****************************************
	Encore by Brian Kelly
	http://www.ebybk.com
	Global Definitions
*****************************************/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000000 url(/images/base/background.jpg) top center no-repeat;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
    padding: 0;
    margin: 0;
}
p {
	margin: 10px 0 10px 0;
}
a {
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
a.white {
	color: #FFF;
}
a.white:link {
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #FFF;
}
a.white:hover {
	text-decoration: underline;
	color: #FFF;
}
a.white:active {
	text-decoration: none;
	color: #FFF;
}
h1 {
	margin-bottom: 0px;
	font-size: 18px;
	color: #0B4364;
	font-weight: normal;
}
h2 {
	margin-bottom: 0px;
	font-size: 13px;
	color: #000000;
}
h3 {
	margin-bottom: 0px;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
h4 {
	margin-bottom: 0px;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}
h5 {
	margin-bottom: 0px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform:uppercase;
}

/*****************************************
	ID Definitions
*****************************************/

#container {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 985px;
}
#header {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	/*background: #999 url(/images/base/header.jpg) top center no-repeat;*/
	height: 131px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 320px;
	height: 110px;
	cursor:pointer;
}
#mainnav {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	background-color: #232323;
	height: 35px;
}
#_footer {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	background-color: #0B4364;
	height: 55px;
}
#f-links {
	float: right;
	margin: 20px;
	color: #FFFFFF;
}
#f-copyright {
	float: left;
	margin: 20px;
	color: #FFFFFF;
}

