/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:#d6d6d6 url(/images/background.gif) top center repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	color:#4d4e51;
	font-size:14px;
	line-height:17px;
	padding:0;
	margin:0;
	text-align:left;
}

#bg-wrapper{
	width:100%;
	background: url(/images/topbar.gif) top center repeat-x;
}

#bg-wrapper2 {
	width: 100%;	
	background: url(/images/background-top.jpg) top center no-repeat;
}

#main-wrapper {
	width:980px;
	margin: 0 auto;
	background:#d6d6d6 url(/images/background.gif) top center repeat-y;
}

#header {
	height: 204px;
	position: relative;
	background: url(/images/header-bg.jpg) top center no-repeat;
}

#logo {
	position: absolute;
	top: 17px;
	left: 228px;	
}

#navbar-wrapper {
	height: 47px;
	position: absolute;
	left: 0;
	top: 150px;
	width: 720px;
	background: url(/images/navbar-bg.gif) repeat-x;	
	text-align: center;
}

#navbar {
	height: 47px;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#navbar li {
	display: inline-block;
	float: left;	
}

#navbar li a {
	display: inline-block;	
	height: 27px;
	font-size: 15px;
	line-height: 17px;
	padding: 12px 25px 8px;
	color: #434447;
	text-decoration: none;
}

#navbar li a:hover, #navbar li.active a {
	background: url(/images/nav-active.gif) repeat-x;	
}

#content {
	background: #FFF;
	padding: 10px;
}

#main-col {
	width:720px;
	float:left;
}

#slideshow {
	width: 700px;
	height: 298px;
	position: relative;
	z-index: 1;
	padding-bottom: 15px;	
	background: url(/images/pad-bg.gif) bottom center no-repeat;
	margin-bottom: 10px;
}

#slide-navigation {
	z-index: 20;
	position: absolute;
	bottom: 20px;
	left: 5px;
}

#slide-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slide-navigation ul li {
	float: left;
	display: inline-block;	
	background: none;
	padding: 0;
	margin-right: 3px;
}

#slide-navigation ul li a {
	display: inline-block;
	width: 11px;
	height: 0;
	background: #828282;
	padding-top: 11px;
	overflow: hidden;	
}

#slide-navigation ul li a.cur {
	background: #f58c1c;
}

#main-col .pad {
	padding: 10px;	
}

#right-col {
	width:251px;
	float:right;
	background: url(/images/background-top.jpg) -1190px 0 no-repeat;
	padding: 37px 0 0 9px;
}

#right-col .title {
	width: 203px;
	height: 22px;
	background: url(/images/sidebar-title.png) no-repeat;
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 22px;
	padding: 8px 15px 22px 33px;	
}

#sidebar_form {
	margin: 0 0 35px 0;
	padding: 0 17px 0 33px;
	display: block;
}

#sidebar_form .title {
	margin-bottom: 5px;
}

#sidebar_form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar_form ul li {
	margin-bottom: 9px;	
}

#sidebar_form .field {
	height: 21px;
	width: 181px;
	background: url(/images/form-field-bg.gif) no-repeat;
	margin: 0;
	border: 0 none;
	color: #59595c;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	line-height: 19px;
	display: block;
}

#sidebar_form .textarea {
	height: 55px;
	width: 181px;
	background: url(/images/form-textarea-bg.gif) no-repeat;
	margin: 0;
	border: 0 none;
	color: #59595c;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	line-height: 21px;
	display: block;
	clear: both;
}

#sidebar_form #submit {
	height: 41px;
	width: 200px;
	background: url(/images/survey-submit.jpg) no-repeat;	
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
	display: block;
	line-height: 0;
	border: none 0 !important;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

#sidebar-button {
	width: 203px;
	height: 81px;
	background: url(/images/sidebar-button-bg.png) no-repeat;	
	position: relative;
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 22px;
	padding: 21px 15px 0 33px;
	margin-bottom: 30px;
}

#sidebar-button a {
	color: #FFF;
	text-decoration: none;	
}

#sidebar-button img {
	position: absolute;
	top: -12px;
	right: 28px;	
}

#sidebar-logos {
	padding: 0 0 0 33px;	
}

#sidebar-logos p {
	margin-bottom: 30px;	
}

#footer {
	background: url(/images/footer-bg.gif) bottom left no-repeat;
	height: 102px; 
	position: relative;
}

#footer-left {
	background: url(/images/footer-logo.png) 21px 7px no-repeat;
	padding: 23px 0 0 106px;	
	font-size: 12px;
	color: #4d4e51;
	position: absolute;
	top: 0;
	left: 0;
}

#footer-left a {
	color: #4d4e51;
}

#footer-right {
	position: absolute;
	right: 10px;
	top: 30px;	
}

#copyright {
	padding: 10px 25px;
	font-size: 12px;
	color: #4d4e51;
}

#copyright a {
	color: #4d4e51;
}

/******************** STYLES **************************/

table {

}

.clear {
	clear: both;
}

a, a .alttext2, a .alttext1, a.alttext2, a.alttext1 {
	color:			#f58c1c;
	text-decoration:none;
}

a img {
	border:none;
	border-collapse:collapse;
}

a:hover {
	text-decoration:underline;
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

ul {
	padding: 0 0 0 18px;
	
}

li {
	margin-bottom: 10px;	
}

blockquote {
	text-align:center;
	display:block;
	margin:5px 0;
	font-style:italic;
}

.alttext1 {
	font-size:		15px;
	color: #2e8de9;
}

.alttext2 {
	font-size:		18px;
	color: #2e8de9;
}


h1, .header1 {
	color:		#00134d;
	font-size:	26px;
	line-height:	30px;
}

h2, .header2 {
	color:		#00134d;
	font-size: 	20px;
	line-height:	23px;
}

h3, .header3 {
	color:		#00134d;
	font-size:	16px;
	line-height:	19px;
}

h1 {
	margin:		0 0 18px 0;
}

h2 {
	margin:		0 0 12px 0;
}

h3 {
	margin:		0 0 3px 0;
}

h1, h2, h3, h4, .header1, .header2, .header3, .header4 {
	font-weight:700;
	font-family: 'Maven Pro', sans-serif;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:		inherit;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:		right;
	margin-left:	20px;
	margin-bottom:	10px;
}

.image_on_left {
	float:		left;
	margin-right:	20px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.sidebar-form label {
	display:		block;
	margin-bottom:	1px;
}

.sidebar-form .sidebar-field {
	margin-bottom:	10px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

#comment_body {
	width:100%!important;
	}

#comments table td {
	padding-bottom:11px;
	}
	
	
/* Error & Validation Styles */
	
	.error {
		text-align:left;
		padding:6px;
		background-color:#FFFFCC;
		border:solid #FFCC33 2px;
	}
	
	label.form_error{
		display:none!important;
	}
	
	#form_errors{
		color:red;
	}
	
	.form_error{
		color:red;
		border:3px solid red!important;
		width:218px!important;
	}	
	
	