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


body {
	font-family: "KozGoPro-ExtraLight", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #b6d7cc;
	text-align: center;
	background:#000000;	
}

.container {
	width: 900px;
	height: 700px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #d88b49;
}

.content { 
	float: left;
	width: 880px;
	padding: 10px;
}

.navBar {
	float: left;
	width: 900px;
	height: 120px; 
	background-color: #000000;
}

.navBar .logo {

	/*width: 355px;
	height: 82px;
	background: #000;
	display: block;
	float:left;
	margin: 20px 0px 0px 30px;
	background-image: url(../imgs/logo.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px 0px 0px;
	*/
}

.navBar .logo a {
	width: 355px;
	height: 82px;
	background: #000;
	display: block;
	float:left;
	margin: 20px 0px 0px 30px;
	background-image: url(../imgs/logo.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px 0px 0px;
}

.navBar .navLinks {
	text-align: right;
	width: 480px;
	height: 30px;
	margin-top: 30px;
	margin-right: 20px;
	line-height: 30px;
	float: right;
}

.navBar .subNav {
	width: 470px;
	text-align: right;
	height: 30px;
	margin-top: 10px;
	margin-right: 30px;
	float: right;
}

/*  STYLES   */

h1 {
	font-size: 23px;
	margin: 0px 0px 20px 0px;
}

h1 span {
	color: #d84012;
	font-size: 23px;
}

h2 {
	color: #b2350f;
	font-size: 14px;
	margin: 10px 0px 0px 0px;
}

h3 {
	color: #d88b49;
	font-size: 12px;
}

p {
	margin-top: 5px;
}

.navLinks a {
	color: #d88b49;
	font-size: 14pt;
	text-decoration: none;
	border-bottom: 3px dotted #6e1b28;
	margin-bottom: 3px;
	margin-right: 30px;
}

.navLinks a:hover {
	color: #ffffff;
}

.subNav a {
	color: #b6d7cc;
	font-size: 11pt;
	text-decoration: none;
	margin-right: 20px;
}

.subNav a:hover {
	color: #ffffff;
}