@charset "UTF-8";
/* CSS Document */

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
	margin: 0;
	padding: 0;
	text-indent: 0;
	border: none;
	outline: none;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0;
	border: none;
	border-collapse: separate;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
/* typography */
body {
	font-size: 0.75em;
	background: url('../images/texture.jpg');
	color: #000034;
	font-family: Arial, sans-serif;
}
p {
	padding: 0 0 9px 0;
}
h1 {
	font-size:1.7em;
	color: #b9010b;
	padding: 0 0 6px 0;
}
h2 {
	font-size:1.4em;
	color: #b9010b;
	padding: 0 0 6px 0;
}
h3 {
	font-size:1.2em;
	color: #b9010b;
	padding: 0 0 6px 0;
}
a, a:visited {
	color:#917d1e;
	text-decoration:underline;
}
a:hover, a:active {
	text-decoration:none;
}
ul { 
	margin:0;
	padding:0 0 9px 14px;
}
li {
	margin:0;
	padding:0 0 3px 3px;
}
#branding {
	width: 744px;
	height: 238px;
	background: url(/images/head.jpg) no-repeat;
	position:relative;
}
#branding h1 a {
	display:block;
	height:83px;
	left:29px;
	position:absolute;
	top:4px;
	width:386px;
	text-indent: -999em;
}
#branding p {
	color:#FFFFFF;
	display:block;
	font-size:25px;
	height:50px;
	left:494px;
	position:absolute;
	text-align:right;
	top:20px;
	width:229px;
}
#branding p a {
	color: #f3dc04;
	font-size:15px;
	text-decoration:underline;
}
#branding p a:hover {
	text-decoration:none;
}
#outer-wrapper {
	width: 744px;
	margin: 0 auto;
	background: url(/images/side_bg.gif) repeat-y right;
}
#content-wrapper {
	background: #fff url(/images/content_top.jpg) no-repeat top left;
	padding: 63px 0 0 0;
}
#lft-col {
	width: 579px;
	float: left;
	background: #fff;
}
#content-holder {
	width: 539px;
	margin: 0 auto;
	padding: 0 0 15px 0;
}
#rht-col {
	width: 159px;
	float: right;
	color: #fff;
	background: #779BBD;
	margin-right: 5px;
}
#rht-col a, #rht-col a:visited {
	color: #f2d900;
	font-size: 1.2em;
	line-height: 30px;
}
#side-holder {
	width: 135px;
	margin: 0 auto;
	padding: 0 0 15px 0;
}
#nav {
	display: block;
	height: 45px;
	width: 100%;
	background: url(/images/nav_bg.gif) repeat-y;
	color: #fff;
	line-height: 34px;
	font-size:13px;
	margin: 0 auto;
	text-align:center;
}
#nav ul, #nav li {
	margin: 0;
	padding: 0 auto;
	text-indent: 0;
	text-align:center;
}
#nav li {
	display: inline;
	clear: none;
	line-height:36px;
}
#nav a, #nav a:visited {
	color: #fff;
	display: inline;
	padding: 0 18px 0 18px;
	line-height: 36px;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active {
	color: #9bb7c3;
}
#nav li li a:hover {
	color: #000034;
}
#nav li li {
	border-bottom: 1px solid #fff;
	height: 30px;
}
#footer {
	width: 734px;
	margin: 0 auto;
	border-bottom: 15px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	background: #000034;
	text-align:center;
	font-size:9px;
	color:#fff;
	padding: 10px 0 10px 0;
}
#footer a {
	color: #f3dc04;
}
/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */
form, fieldset, input {
	margin : 0;
	padding : 0;
}
form {
	width: 38em;
	margin-left: 5px;
}
form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}
/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #e2e2e2;
}
/* legend styling */
legend {
	font-weight: bold;
	color: #0567ae;
}
/* style for  labels */
label {
	float: left;
	width: 14em;
}
/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}
label.error, input.submit {
	color: #F00;
	margin: 5px 0 0 0;
}
input {
	width: 225px;
}
input.radio, input.submit {
	width: auto;
}
textarea {
	width: 225px;
	height: 100px;
	padding:0;
}
/* submit */

form div input {
	width: 100px;
	margin-top:5px;
	margin-left: 297px;
	padding: 0 .25em;
	background-color: #779bbd;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}
/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.group {
	zoom: 1;
	display: block;
}
