﻿body
{
	margin: 0px;
	padding: 0px;
	background: url(images/background.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 2.4em;
}

h3
{
	font-size: 1.6em;
}

p, ul, ol
{
	margin-top: 0;
	line-height: 180%;
}

ul, ol
{
}

a
{
	text-decoration: none;
	color: #0D6B82;
}

a:hover
{
}

#wrapper
{
	width: 960px;
	margin: 0px auto;
	padding: 0;
}

/** HEADER */

#header
{
	width: 950px;
	height: 150px;
	margin: 0px auto;
	background: url(images/bannerBackground.png) repeat-x top left;
}

/** MENU */
div.menuBar, div.menuBar a.menuButton
{
	height: 48px;
}
div.menuBar
{
	width:800px;
}
div.menu, div.menu a.menuItem
{
	height: 24px;
}
div.menuBar
{
	float: left;
	margin: 0px;
	padding: 14px 20px 14px 20px;
	list-style: none;
	line-height: normal;
}
div.menuBar a.menuButton
{
	color: #FFFFFF;
	cursor: default;
	padding: 14px 20px 14px 20px;
	position: relative;
	text-decoration: none;
	z-index: 100;
}
div.menuBar a.menuButton:hover
{
	text-decoration: underline;
	background: #000000;
}
div.menuBar a.menuButtonActive, div.menuBar a.menuButtonActive:hover
{
	text-decoration: underline;
	background: #000000;
}
div.menu
{
	background-color: #d0d0d0;
	border: 2px solid;
	border-color: #f0f0f0 #909090 #909090 #f0f0f0;
	left: 0px;
	padding: 0px 1px 1px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}
div.menu a.menuItem
{
	background-color: #d0d0d0;
	color: #000000;
	cursor: default;
	display: block;
	padding: 3px 1em;
	text-decoration: none;
	white-space: nowrap;
}
div.menu a.menuItem:hover, div.menu a.menuItemHighlight
{
	color: #ffffff;
	background-color: #000080;
}
div.menu a.menuItem span.menuItemText
{
}
div.menu a.menuItem span.menuItemArrow
{
	margin-right: -.75em;
}
div.menu div.menuItemSep
{
	border-top: 1px solid #909090;
	border-bottom: 1px solid #f0f0f0;
	margin: 4px 2px;
}

/* Search */

#search
{
	float: right;
	width: 270px;
	height: 60px;
	padding: 0px 0px 0px 0px;
}

#search form
{
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

#search-text
{
	width: 150px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit
{
	width: 50px;
	height: 24px;
	border: none;
	background: #040F12;
	color: #FFFFFF;
}

/* Page */

#page
{
	width: 950px;
	margin: 0 auto;
	padding: 30px 0px;
}

#page-bgtop
{
	padding: 20px px;
}

#page-bgbtm
{
}

/* Content */

#content
{
	float: left;
	width: 620px;
	padding: 0px 0px 0px 0px;
}

.post
{
	margin-bottom: 15px;
}

.post-bgtop
{
}

.post-bgbtm
{
}

.post .title
{
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

.post .title a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal; 
	color: #FFFFFF;
	border: none;
}

.post .meta
{
	width: 400px;
	margin-top: -10px;
	padding: 5px 20px 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #3D4F5C;
}

.post .meta a
{
	color: #3D4F5C;
}

.post .entry
{
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links
{
	padding-top: 0px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar
{
	float: right;
	width: 280px;
	padding: 0px;
	color: #054A60;
	background: url(images/sideBarBgnd.jpg) repeat-y left top;
}

#sidebar-bgtop
{
	background: url(images/sideBarTopBgnd.jpg) no-repeat left top;
}

#sidebar-bgbtm
{
	padding: 40px 0px;
	background: url(images/sideBarBottomBgnd.jpg) no-repeat left bottom;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li
{
	margin: 0;
	padding: 0;
}

#sidebar li ul
{
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li
{
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span
{
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2
{
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #000000;
}

#sidebar p
{
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a
{
	border: none;
	color: #054A60;
}

#sidebar a:hover
{
	text-decoration: underline;
	color: #054A60;
}

/* Calendar */

#calendar
{
}

#calendar_wrap
{
	padding: 20px;
}

#calendar table
{
	width: 100%;
}

#calendar tbody td
{
	text-align: center;
}

#calendar #next
{
	text-align: right;
}

/** FOOTER */

#footer-wrapper
{
	background: url(images/img02.jpg) repeat-x left top;
	height: 250px;
}

#footer
{
	width: 950px;
	height: 250px;
	margin: 0px auto;
	background: url(images/img03.jpg) no-repeat left top;
}

#footer p
{
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	color: #133D47;
}

#footer a
{
	text-decoration: none;
	color: #133D47;
}

#footer .legal
{
}

#footer .links
{
}

