/* CSS Document */

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

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

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

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

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

#logo {
	position: absolute;	
	top: 25px;
	left: 316px;
}

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

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

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

#navbar li a {
	display: block;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	font-size: 18px;
	line-height: 28px;
	padding: 15px 35px;
	height: 28px;
	text-transform: uppercase;
	text-align: center;
}

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

#content {
	width:980px;
	padding: 23px 20px 0 20px;
	background: url(/images/content-top.png) top no-repeat; 
}

#slideshow {
	width: 978px;
	height: 387px;	
	border: 1px solid #0b1127;
	position: relative;
	z-index: 1;
	margin: 0 20px;
}

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

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

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

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

#content .pad {
	padding: 25px 35px 35px;	
}

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

#footer {
	clear:both;
	width: 980px;
	height: 253px;
	margin: 0 auto;
	background: url(/images/footer-line.gif) top no-repeat;
	position: relative;
}

#footer-left {
	color: #FFF;
	font-size: 13px;
	line-height: 21px;
	position: absolute;
	top: 40px;
	left: 35px;
}

#footer-left a {
	color: #FFF;	
}

#footer-left h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 17px;
	line-height: 19px;
	margin-bottom: 2px;	
	color: #FFF;
}

#footer-right {
	width: 616px;
	position: absolute;	
	top: 65px;
	right: 0;
}

#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: 16px;
	width: 940px;
	color: #cacaca;
	font-size: 12px;
	line-height: 16px;
	padding: 20px 35px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#copyright a {
	color: #cacaca;	
}

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

table {

}

.clear {
	clear: both;	
}

a, a .alttext2, a .alttext1, a.alttext2, a.alttext1 {
	color:			#93001d;
	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: #577995;
}

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


h1, .header1 {
	color:		#0b1127;
	font-size:	27px;
	line-height: 29px;
}

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

h3, .header3 {
	color:		#0b1127;
	font-size:	15px;
	line-height:	17px;
}

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;
	text-transform: uppercase;
}

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