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

html {
	height:100%;
	margin-bottom:1px;
}
body {
	text-align:center;
	font-family: Georgia, Times, serif;
	color:#234089;
	font-size: 12px;
	line-height: 20px;
	background: url(../images/bg.png) top repeat-x;
	background-color: white;
}
.container {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:896px;
	font-size: 1.2em;
}
#header {
	position: relative;
	z-index: 100;
	padding: 1px;
}
#header h1 {
	margin: 0;
	float: left;
}
#header h1 a {
	display: block;
	width: 245px;
	height: 125px;
	text-indent: -999999em;
	background: url(../images/logo.png) no-repeat;
	margin: 3px 0 0 2px;
}
ul#nav {
	position: relative;
	float: right;
	margin-top: 58px;
	z-index: 100;
}
ul#nav li {
	float: left;
	list-style-type: none;
	margin: 0 20px 0 0;
	position: relative;
	z-index: 100;
}
ul#nav li a {
	font-family: Georgia, Times, serif;
	font-size: 23px;
	color: #b3b3b3;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #d91b56;
	border-bottom: 2px dashed #d91b65;
}
/* HORIZONTAL NAVIGATION BAR DROPDOWNS
/////////////////////////////////////*/
ul#nav li ul {
	position: absolute;
	top: 25px;
	right: -30px;
	display: none;
	list-style-type: none;
	z-index: 100;
	padding-top: 9px;
	background: url(../images/subnav-arrow.gif) no-repeat 170px 0px;
}
.ie7 ul#nav li ul {
	top:20px;
}
ul#nav li:hover ul,
ul#nav li.hover ul {
	display: block;
	height: auto;
}
ul#nav li li {
	display: inherit;
	list-style-type: none;
	z-index: 105;
	text-align: left;
	float: none;
}
.ie7 ul#nav li li {
	margin-bottom: -1px;
}
ul#nav li li:hover,
ul#nav li li.hover {
	background-position: 0 -28px;
	color: #fff;
}
ul#nav li li:hover a,
ul#nav li li.hover a {
	color: black;
}
#header ul#nav li li a {
	display: block;
	width: 170px;
	height: 20px;
	padding: 7px 10px 0;
	background: #234089;
	color: #fff;
	text-indent: 0;
	text-transform: uppercase;
	text-align: right;
	font-size: 12px;
	line-height: 13px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	border: none;
}
#header ul#nav li li:hover a,
#header ul#nav li li.hover a {
	background-color: #e81d3c;
	height: 20px;
	border: none;
}

#body {
	position: relative;
	z-index: 50;
	margin: 23px 0 0 0;
}
#body ul,
#body ol {
	margin-left: 2em;
}

#footer {
	background: url(/media/images/dotted-lines.png) repeat-x top;
	margin: 18px 0 40px 0;
	padding-top: 18px;
}

#body-top {
	position: relative;
	background: url(/media/images/body-bg-top.jpg) no-repeat top;
	padding-top: 65px;
}
#body-middle {
	background: url(/media/images/body-bg-middle.jpg) repeat-y top;
	padding: 20px;
}
#body-bottom {
	background: url(/media/images/body-bg-bottom.jpg) no-repeat bottom;
	padding-bottom: 14px;
}
.page-title {
	position: absolute;
	top: 8px;
	left: 10px;
	color: #234089;
	font-family: Georgia, Times, serif;
	font-size: 36px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	border: 2px dashed white;
	padding: 13px 10px;
	margin: 0;
}
#pics {
	width: 260px;
	float: left;
	margin-right: 30px;
	min-height: 20px;
}
#pics img {
	border: 2px solid #ccc;
	margin-bottom: 20px;
}
#page-content {
	width: 530px;
	float: left;
}


h2 {
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	color: #e81d36;
}
h2 em {
	font-size: 24px;
	line-height: 18px;
}

form.styled {
	margin-left:20px;
	margin-top:20px;
}
form.styled select.date_picker {
	width:109px;
	margin-right:10px;
}
form.styled select.datetime_picker {
	width:89px;
	margin-right:10px;
}
form.styled *:focus {
	background-color:#ddd;
}
div.form_element {
	margin-bottom:0px;
	width:620px;
	clear: both;
}
form.styled p.message {
	font-size:10px;
	margin-top:4px;
}
form.styled label[for] {
	font-family: Georgia, Times, serif;
	font-size: 20px;
	font-style: italic;
	text-transform:uppercase;
	font-weight:normal;
	color:#339;
	display: block;
	margin: 20px 0 0 0;
}
form.styled textarea,
form.styled select,
form.styled input[type="text"],
form.styled input[type="password"] {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	border:3px solid #d3d3d3;
	background-color:#efefef;
	padding:4px;
	width:500px;
	color:#999;
}

form.styled textarea:focus,
form.styled select:focus,
form.styled input[type="text"]:focus,
form.styled input[type="password"]:focus {
	border: 3px solid #234089;
	outline: none;
}

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;
}

form.styled p.error {
	margin:2px 0px;
	color:#c00;
}

