/* CSS Document */

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

body {
	background:#11727d url(/images/background.gif) top center repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#565e62;
	font-size:13px;
	line-height:17px;
	padding:0;
	margin:0;
	text-align:left;
}

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

#main-wrapper {
	width:980px;
	margin: 0 auto;
	background: url(/images/bg-clouds.jpg) top center no-repeat;
}

#header {
	position: relative;
	height: 188px;
}

#logo {
	position: absolute;	
	top: 42px;
	left: 39px;
}

#header #phone {
	position: absolute;
	top: 86px;
	right: 23px;
	font-size: 30px;
	line-height: 27px;
	color: #FFF;
	display: block;
	font-family: 'Open Sans', sans-serif;
}

#header #phone a {
	color: inherit;
	text-decoration: none; 	
}

#header em {
	font-size: 20px;
	font-style: normal;
}

#navbar {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	height: 50px;
	background: url(/images/navbar-bg.gif) top repeat-x;
}

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

#navbar li.spacer {
	width: 2px;
	height: 50px;
	background: url(/images/nav-spacer.gif) no-repeat;
}

#navbar li a {
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	line-height: 20px;
	padding: 15px 40px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
}

#navbar li.active a, #navbar li a:hover, #navbar li.sfHover a {
	text-decoration: none;	
	background: #8bdde8;
	color: #0a4248;
}

#content {
	width:980px;
	margin-bottom: 20px;
}

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

#slideshow {
	width: 735px;
	height: 354px;	
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

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

#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: 10px;
}

#slide-navigation ul li a {
	display: inline-block;
	width: 10px;
	height: 0;
	background: #3bc2ff;
	padding-top: 10px;
	overflow: hidden;
	border-radius: 5px;	
}

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

#main-col .pad {
	padding: 25px;	
	background: #FFF;
	min-height: 340px;
}

#right-col {
	width:245px;
	float:right;
	margin-top: -10px;
}

#sidebar_form {
	width: 245px;
	padding: 0;
	display: block;
	background: #0a4248; 
}

#sidebar_form h2 {
	background: #efb500;
	font-size: 22px;
	color: #0a4248;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 0;
	height: 30px;
	padding: 20px 10px;
	text-align: center;
}

#sidebar_form ul {
	margin: 0;
	padding: 23px 23px 0 23px;
	list-style: none;
	height: 280px
}

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

#sidebar_form .field {
	height: 19px;
	width: 179px;
	background: #FFF;
	margin: 0;
	border: 0 none;
	color: #3a0d00;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 10px;
	line-height: 19px;
	display: block;
	border-radius: 2px;
}

#sidebar_form .textarea {
	height: 90px;
	width: 179px;
	background: #FFF;
	margin: 0;
	border: 0 none;
	color: #3a0d00;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 10px;
	line-height: 19px;
	display: block;
	border-radius: 2px;
}

#sidebar_form #submit {
	height: 51px;
	width: 245px;
	background: url(/images/survey-submit.gif) 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;
}

#boxes .box {
	background: #FFF url(/images/box-bg.gif) repeat-y;
	width: 243px;
	position: relative;	
	vertical-align: top;
}

#boxes .spacer {
	width: 2px;	
}

#boxes h2 {
	height: 28px;
	background: url(/images/box-title-bg.gif) no-repeat;
	text-align: center; 
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	color: #2f2a1e;	
	line-height: 28px;
	padding: 3px 5px 7px;
	font-weight: normal;
	margin-bottom: 0;
}

#boxes .pad {
	padding: 20px 24px 73px;	
}

#boxes .more {
	height: 23px;
	width: 243px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/images/box-more-bg.gif) no-repeat;
	color: #0a4248;
	font-size: 17px;
	line-height: 23px;
	padding: 16px 0 14px 26px;
	text-decoration: none;
}

#boxes .more:hover {
	text-decoration: none;	
}

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

#boxes li {
	margin-bottom: 15px;	
}

#boxes li.last {
	margin-bottom: 0;	
}

#boxes .title {
	color: #219ad4;
	font-size: 17px;
	line-height: 21px;	
	display: block;
	margin-bottom: 1px;
}

#boxes .popout {
	background: url(/images/arrow.gif) 100% 50% no-repeat;
	display: inline-block;
	padding-right: 15px;
	margin: 20px 20px 0 20px;
	font-size: 17px;
	color: #312c21;	
}

#footer-wrapper {
	background: #0a4248;
	height: 216px;	
}

#footer {
	width: 980px;
	margin: 0 auto;
	height: 216px;
	background: url(/images/footer-bg.gif) top center no-repeat;
	position: relative;
	color: #FFF;
}

#footer a {
	color: #FFF;	
}

#footer h3 {
	font-size: 42px;
	line-height: 43px;
	font-family: 'Great Vibes', cursive;
	color: #FFF;	
	margin-bottom: 10px;
}

#footer-left {
	position: absolute;
	top: 30px;
	left: 32px;
	width: 290px;	
}

#footer-middle {
	position: absolute;
	top: 30px;
	left: 370px;
	width: 320px;	
}

#footer-right {
	position: absolute;
	top: 30px;
	right: 0;
	width: 245px;	
}

#copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 245px;	
	font-size: 11px;
	line-height: 17px;
	color: #99deff;
	padding: 0 0 16px 11px;
}

#copyright a {
	color: #99deff;	
}

#smi {
	padding: 0;
	margin: 0;
	list-style: none;	
	display: inline-block;
	vertical-align: middle;
}

#smi li {
	float: left;
	display: inline-block;	
	margin-right: 7px;
    width: 34px;
}

#smi li img {
	width: 34px;
	border-radius: 2px;	
}

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

table {

}

.clear {
	clear: both;	
}

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

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

a:hover {
	text-decoration:underline;
}

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

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

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

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


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

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

h3, .header3 {
	color:		#0a4248;
	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-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #0a4248;
}

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