/* CSS Document */

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

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

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

#main-wrapper {
	width:980px;
	margin: 0 auto;
}

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

#logo {
	position: absolute;	
	top: 53px;
	left: 16px;
}

#tagline {
	position: absolute;
	top: 53px;
	right: 70px;	
}

#header #phone {
	position: absolute;
	top: 37px;
	right: 74px;
	font-size: 21px;
	line-height: 21px;
	color: #f6ca00;
	display: block;
	padding-left: 38px;
	background: url(/images/phone.png) 0 3px no-repeat;
}

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

#navbar-area {
	width: 835px;
	height: 52px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/images/navbar-bg.png) no-repeat;
}

#navbar {
	height: 52px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

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

#navbar li.spacer {
	width: 1px;
	height: 52px;
	background: #FFF;
}

#navbar li a {
	display: inline-block;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	height: 22px;
	color: #112427;
	font-size: 16px;
	line-height: 22px;
	padding: 15px 16px;
}

#navbar li.active a, #navbar li a:hover {
	text-decoration: none;	
	color: #d10000;
	background: url(/images/nav-active.gif) bottom repeat-x;
}

#content {
	width:980px;
}

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

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

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

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

#slide-navigation ul li a {
	display: inline-block;
	width: 21px;
	height: 0;
	background: url(/images/slide-nav-off.png) no-repeat;
	padding-top: 21px;
	overflow: hidden;	
}

#slide-navigation ul li a.cur {
	background: url(/images/slide-nav-on.png) no-repeat;
}

#main-col .pad {
	background: url(/images/slideshow-bg.jpg) repeat-y;
	padding: 35px;	
	min-height: 656px;
}

#main-col .pad p:last-child {
	margin-bottom: 0;	
}

#right-col {
	width:260px;
	float:right;
}

#buttons {
	height: 326px;
	width: 251px;
	background: url(/images/buttons-bg.png) no-repeat;	
	padding: 4px 5px 4px 4px;
}

#button-1, #button-2 {
	height: 108px;
	width: 180px;
	margin-bottom: 4px;
	overflow: hidden;
	padding: 0 42px 0 29px;
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 17px;
	display: table-cell;
	vertical-align: middle;
}

#button-3 {
	height: 100px;
	width: 180px;
	overflow: hidden;
	padding: 0 42px 0 29px;
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 17px;
	display: table-cell;
	vertical-align: middle;
}

#button-1 p, #button-2 p, #button-3 p {
	margin-bottom: 0;
}

#button-1 a, #button-2 a, #button-3 a {
	color: #FFF;
	text-decoration: none;
}

#button-1 a:hover, #button-2 a:hover, #button-3 a:hover {
	text-decoration: none;
}

#button-1 em, #button-2 em, #button-3 em {
	font-size: 23px;
	line-height: 24px;
	font-family: 'Courgette', cursive;
	display: inline-block;
	position: relative;
	left: -10px;
}

#button-1 em .larger, #button-2 em .larger, #button-3 em .larger {
	font-size: 30px;
	line-height: 28px;
}

#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	line-height: 17px;
	padding: 0 20px 0 40px;
	margin-top: 55px;
	margin-bottom: 55px;
	position: relative;
}

#quote a {
	color: #c7dcf8;
	text-decoration: none;
}

#quote #open {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	top: 8px;
	left: 6px;
	font-size: 84px;	
	color: #b8e6e9;
	font-style: normal;
}

#quote .author {
	display: block;
	padding-top: 10px;	
	color: #FFF;
	text-align: right;
}

#footer-wrapper {
	width: 100%;
	height: 313px;
	background: url(/images/footer-wrapper-bg.png) repeat-x;	
}

#footer-bubbles {
	width: 100%;
	height: 313px;
	background: url(/images/footer-wrapper-center.png) top center no-repeat;	
}

#footer {
	width: 980px;
	height: 313px;
	position: relative;
	margin: 0 auto;
}

#bubble-top {
	width: 81px;
	height: 8px;
	background: url(/images/bubble-top.png)	 no-repeat;
	position: absolute;
	top: -8px;
	right: 90px;
}

#footer-contact {
	position: absolute;
	top: 69px;
	left: 33px;	
	font-size: 29px;
	line-height: 29px;
	color: #e90000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

#footer-contact img {
	display: inline-block;
	margin-bottom: 9px;	
}

#footer-contact p {
	margin-bottom: 10px;	
}

#footer-social {
	position: absolute;
	top: 69px;
	left: 312px;
	font-family: 'Roboto Condensed', sans-serif;
}

#footer a {
	color: #6b6a6a;	
}

#footer h3 {
	font-family: 'Courgette', cursive;
	color: #6b6a6a;
	font-size: 17px;
	line-height: 19px;
	margin-bottom: 12px;
}

#footer-members {
	position: absolute;
	top: 69px;
	left: 470px;	
}

#footer-members p {
	margin-bottom: 10px;	
}

#footer-seal {
	position: absolute;
	top: 5px;
	right: 9px;	
}

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

#copyright {
	height: 20px;
	width: 910px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #0044a0;
	font-size: 12px;
	line-height: 20px;
	padding: 25px 35px;
}

#copyright a {
	color: #0044a0;	
}

#social {
	margin-bottom: 18px;	
}

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

table {

}

.clear {
	clear: both;	
}

a, a .alttext2, a .alttext1, a.alttext2, a.alttext1 {
	color:			#e80000;
	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: #ff8b08;
}

.alttext2 {
	font-size:		15px;
	color: #79c000;
}


h1, .header1 {
	color:		#e90000;
	font-size:	23px;
	line-height:	25px;
	border-bottom: 1px solid #b8e6e9;
	padding-bottom: 5px;
}

h2, .header2 {
	color:		#e90000;
	font-size: 	20px;
	line-height:	22px;
}

h3, .header3 {
	color:		#e90000;
	font-size:	16px;
	line-height:	18px;
}

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:normal;
	font-family: 'Roboto Condensed', 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;
	}	
	
	