@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	background: url(../images/bg.jpg) no-repeat top;
	background-color: #260406;
	text-align:center;
	font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
	font-weight: light;
	font-size:14px;
	color:#616161;
	letter-spacing:2px;
	line-height:22px;
}
#container {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:985px;
	min-height:400px;
}
#header {
	position: relative;
}
#header h1 {
	display: block;
	width: 460px;
	height: 152px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

	/* HORIZONTAL NAVIGATION BAR
	/////////////////////////////////////*/

	ul#nav {	
		width:530px;
		list-style:none;
		position: absolute;
		top: 110px;
		right: 0px;
		z-index: 75;
	}
	
	ul#nav li {
		float: left;
		position: relative;
		list-style-type: none;
		margin: 0;
		padding: 0;
		z-index: 80;
	}
		
	ul#nav li a {
		position: relative;
		height:42px;
		float:left;
		text-indent:-9999px;
		text-decoration:none;
		background:url(../images/nav.jpg) no-repeat;
		margin: 0;
		padding: 0;
	}
	
	ul#nav li a span {
		float:left;
		display:block
	}
	
	ul#nav li#nav-1 a {
		width:82px;
		background-position: 0px 0
	}
	
	ul#nav li#nav-1 a:active,
	ul#nav li#nav-1 a:hover {
		background-position:0px -42px
	}
	
	ul#nav li#nav-2 a {
		width:96px;
		background-position: -82px 0
	}
	
	ul#nav li#nav-2 a:active,
	ul#nav li#nav-2 a:hover {
		background-position:-82px -42px
	}
	
	ul#nav li#nav-3 a {
		width:104px;
		background-position: -178px 0
	}
	
	ul#nav li#nav-3 a:active,
	ul#nav li#nav-3 a:hover {
		background-position:-178px -42px
	}
	
	ul#nav li#nav-4 a {
		width:79px;
		background-position: -282px 0
	}
	
	ul#nav li#nav-4 a:active,
	ul#nav li#nav-4 a:hover {
		background-position:-282px -42px
	}
	
	ul#nav li#nav-5 a {
		width:169px;
		background-position: -361px 0
	}
	
	ul#nav li#nav-5 a:active,
	ul#nav li#nav-5 a:hover {
		background-position:-361px -42px
	}


	/* HORIZONTAL NAVIGATION BAR DROPDOWNS
	/////////////////////////////////////*/
	ul#nav li ul {
		position: absolute;
		top: 42px;
		left: 0px;
		display: none;
		list-style-type: none;
		background: url(../images/black-trans.png);
		_background: url(../images/black-trans.gif);
		border: 1px solid black;
		border-top: none;
		z-index: 100;
	}
	ul#nav li:hover ul,
	ul#nav li.hover ul {
		display: block;
		height: auto;
	}
	ul#nav li li {
		display: inherit;
		list-style-type: none;
		height: 19px;
		padding: 3px 10px;
		background: none;
		z-index: 105;
	}
	ul#nav li li:hover,
	ul#nav li li.hover {
		background-color: #fff;
		color: #000;
	}
	ul#nav li li:hover a,
	ul#nav li li.hover a {
		color: black;
	}
	ul#nav li li a {
		background: none;
		color: #fff;
		text-indent: 0;
		text-transform: uppercase;
		font-size: 9px;
		padding: 0;
		height: auto;
	}


	
	
	/* SECONDARY NAVIGATION BAR
	/////////////////////////////////////*/
	ul#secondary-nav {	
		width:258px;
		list-style:none;
		height:31px;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	ul#secondary-nav li {
		display:inline
	}
	
	ul#secondary-nav li a {
		height:31px;
		float:left;
		text-indent:-9999px;
		text-decoration:none
	}
	
	ul#secondary-nav  li a span {
		float:left;
		display:block
	}
	
	ul#secondary-nav li#secondary-nav-1 a {
		width:63px;
		background:url(../images/secondary-nav.jpg) no-repeat 0px 0
	}
	
	ul#secondary-nav li#secondary-nav-1 a:active,
	ul#secondary-nav li#secondary-nav-1 a:hover {
		background-position:0px -31px
	}
	
	ul#secondary-nav li#secondary-nav-2 a {
		width:95px;
		background:url(../images/secondary-nav.jpg) no-repeat -63px 0
	}
	
	ul#secondary-nav li#secondary-nav-2 a:active,
	ul#secondary-nav li#secondary-nav-2 a:hover {
		background-position:-63px -31px
	}
	
	ul#secondary-nav li#secondary-nav-3 a {
		width:100px;
		background:url(../images/secondary-nav.jpg) no-repeat -158px 0
	}
	
	ul#secondary-nav li#secondary-nav-3 a:active,
	ul#secondary-nav li#secondary-nav-3 a:hover {
		background-position:-158px -31px
	}

#body {
	background: white;
	min-height: 223px;
	padding: 20px 55px 40px;
}
#content {
	float: left;
	width: 710px;
}
#bottom-nav {
	background: url(../images/bottom-nav.jpg) no-repeat;
	padding: 1px;
	letter-spacing: 0;
	height: 27px;
}
#bottom-nav ul {
	margin: 0px 30px;
}
#bottom-nav ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	text-align: center;
}
#bottom-nav ul li a {
	padding: 0px 15px;
	background: url(../images/bottom-nav-divider.jpg) no-repeat center right;
	color: white;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
}
#bottom-nav ul li.last a {
	background: none;
	padding-right: 0px;
}
#bottom-nav ul li a:hover {
	text-decoration: underline;
}
#footer {
	height:162px;
	color: white;
	text-align: right;
	font-size: 10px;
	margin-top: 0px;
}
	
br.clear {
	display: block;
	height: 1px;
	width: 1%;
	clear: both;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	color: #b1121a;
	letter-spacing: 2px;
	margin: 15px 0 10px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #b1121a;
	letter-spacing: 2px;
	margin: 15px 0 10px;
}
p {
	margin-bottom: 10px;
}
p.large {
	font-size: 20px;
	line-height: 32px;
}
p.small {
	font-size: 8px;
	line-height: 10px;
}

/* FORM STYLES
 *************************************/

form.styled {
	margin-left:20px;
	margin-top:20px;
}
form.styled select.date_picker {
	width:109px;
	margin-right:10px;
}
form.styled *:focus {
	background-color:#ddd;
}
div.form_element {
	margin-bottom:10px;
	width:620px;
}
form.styled p.message {
	font-size:10px;
	margin-top:4px;
}
form.styled label {
	font-weight:normal;
	color:#b1121a;
}
form.styled textarea,
form.styled select,
form.styled input[type="text"],
form.styled input[type="password"] {
	font-size: 14px;
	border:1px solid #666;
	background-color:white;
	padding:4px;
	width:500px;
	color:#666;
	margin-bottom: 10px;
}

form.styled textarea.required,
form.styled input.required[type="text"],
form.styled input.required[type="password"] {
	background:url(../images/form-text-input-bg.png) top right no-repeat;
}

p.error {
	margin:2px 0px;
	color:#c00;
}
