/* CSS Document */

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

body {
	background:#fafafa url(../images/background.jpg) center top repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:81.3%;
	line-height:1.462em;
	color:#504e4e;
	padding:0px;
	margin:0px;
	text-align:left;
}

#main_wrapper {
	width:970px;
}

#header_wrapper {
	height:100px;
	width:100%;
	background:url(../images/header-bg.jpg) center top repeat-x;
}

#header {
	width:954px;
	height:88px;
	padding:12px 0 0 16px;
}

#navbar {
	width:539px;
	height:39px;
	list-style-type:none;
	margin:49px 0 0 0;
	float:left;
	padding:0;
}

#navbar li {
	float:left;
	display:inline-block;
	height:39px;
	list-style-type:none;
	position: relative;
}

#navbar li a {
	display:block;
	height:39px;
}

#navbar li a span {
	display:none;
}

#navbar li ul {
	display:none;
	position:absolute;
	width:175px;
	top:38px;
	left:0px;
	z-index:6000;
}
	
#navbar li > ul {
	top: 38px;
	left: 0px;
}
	
#navbar li:hover ul, #navbar li.sfhover ul { 
	display: block;
	z-index:6000;
}
	
#navbar ul.submenu {
	list-style-type:none;
	margin:0;
	padding:0;
	border-top:1px solid #588932;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	background-color:#FFFFFF;
}
	
#navbar ul.submenu li {
	background-color:#FFFFFF;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	width:175px;
	height:auto;
	text-align:left;
}
	
#navbar ul.submenu li a {
	display:block;
	height:auto;
	font-weight:normal;
	color:#055D95;
	font-family:Trebuchet MS,arial,sans-serif;
	font-size:11px;
	background:#f7f1e8;
	padding:4px 10px;
	text-decoration:none;
	border-bottom:1px solid #666666;
}
	
#navbar ul.submenu li a:hover {
	color:#055D95;
	background-color:#e6e0d5;
	text-decoration:none;
}

#nav-home {
	width:96px;
	background:url(../images/nav-sprites.gif) 0px 0px;
}

#nav-home:hover {
	background-position: 0px -39px;
}

#nav-areas {
	width:138px;
	background:url(../images/nav-sprites.gif) -96px 0px;
}

#nav-areas:hover {
	background-position: -96px -39px;
}

#nav-about {
	width:102px;
	background:url(../images/nav-sprites.gif) -234px 0px;
}

#nav-about:hover {
	background-position: -234px -39px;
}

#nav-blog {
	width:70px;
	background:url(../images/nav-sprites.gif) -336px 0px;
}

#nav-blog:hover {
	background-position: -336px -39px;
}

#nav-contact {
	width:133px;
	background:url(../images/nav-sprites.gif) -406px 0px;
}

#nav-contact:hover {
	background-position: -406px -39px;
}

#content {
	width:970px;
	background:url(../images/content-bg.jpg) left repeat-y;
	margin:15px 0;
}

#main_col {
	width:748px;
	float:right;
	margin-left:-222px;
	text-align:left;
}

.blog_post {
	background:url(../images/bullet-post.gif) 3px 5px no-repeat;
	padding-left:22px;
	margin-bottom:20px;
}

#left_col {
	float:left;
	width:207px;
	padding-right:15px;
	text-align:left;
}

.left_col_title {
	display:block;
	background-color:#7e0e22;
	width:189px;
	padding:8px 9px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.538em;
	letter-spacing:-.03em;
}

.left_col_box {
	padding:8px;
	margin-bottom:15px;
}

.left_col_subpage {
	display:block;
	padding-left:10px;
	color:#504e4e;
}

#left_col a:hover {
	text-decoration:none;
}

#footer_wrapper {
	height:100px;
	width:100%;
	background:url(../images/footer-bg.jpg) center top repeat-x;
}

#footer {
	width:930px;
	height:60px;
	text-align:left;
	color:#FFFFFF;
	padding:20px;
}

.footer_links {
	font-size:1.308em;
	color:#bf6073;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:-.03em;
	line-height:normal;
}

.footer_links a {
	color:#FFFFFF;
}

.copyright {
	font-size:.9em;
}

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

table {
	font-size:12px;
}

a {
	color:#26618a;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 0px 0px 20px 0px;
}

.nav_link {
	display:block;
	padding:5px 3px 3px 12px;
	color:#303030;
	font-size:15px;
	text-decoration:none;
	text-align:left;
}

.nav_link:hover {
	display:block;
	background-color:#303030;
	padding:5px 3px 3px 12px;
	color:#e8dac1;
	font-size:15px;
	text-decoration:none;
	text-align:left;
}

.title {

}

.subtitle {
	color:#888888;
}

.alttext1 {
	color:#303132;
	font-size:1.308em;
	font-weight:bold;
}

.alttext2 {
	color:#303132;
	font-size:1.154em;
	font-weight:bold;
}

.header1 {
	font-size:1.538em;
	color:#26618a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:-.03em;
	line-height:normal;
}

.header2 {
	font-size:1.308em;
	color:#26618a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:-.03em;
	line-height:normal;
}

.header3 {
	font-size:1.154em;
	color:#26618a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:-.03em;
	line-height:normal;
}

h1 {
	font-size:1.538em;
	color:#26618a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:-.03em;
	margin-top:0;
	margin-bottom:.9em;
	line-height:normal;
}

h2 {
	font-size:1.308em;
	color:#26618a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:-.03em;
	margin-top:0;
	margin-bottom:.7em;
	line-height:normal;
}

h3 {
	font-size:1.154em;
	color:#26618a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:-.03em;
	margin-top:0;
	margin-bottom:.5em;
	line-height:normal;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:#26618a;
	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:15px;
	margin-bottom:10px;
}

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

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

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

.form {
	font-size:11px;
}

.form select, textarea {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

.form_element {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

.copyright {

}

.copyright a {

}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}
