body {
	margin: 3px;
	background: url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #E9F2FC;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #316393;
	color: #13487D;
}

a:hover {
	background: none;
	border-bottom: none;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 0px;
}

/* Header */

#header {
	width: 910px;
	height: 124px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 0;
	margin-right: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 11px 0 0 0;
	background: #720000;
	padding: 3px 10px;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	border-top: none;
	border-right: thin solid #FFFFFF;
	border-bottom: none;
	border-left: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	text-decoration: none;
	background-color: #1F75CB;
}

#menu .first {
	background-color: #1D6BBA;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	padding-top: 0px;
	background-image: url(images/main_bg2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* Content */

#content {
	float: right;
	width: 590px;
	padding: 20px 30px 0 0;
	background-image: url(images/main_bg2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content_admin {
	float: right;
	width: 790px;
	padding: 20px 30px 0 0;
	background-image: url(images/main_bg2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.post {
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #333333;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border: 1px dashed #590000;
	padding: 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

.post .meta .comments,.post .meta .permalink {
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}

.post .entry img {
	border: #333333;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px 30px 0 30px;
	background: #1A1A1A;
	border: 1px dashed #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana, "Times New Roman", Times, serif;
}

#sidebar_admin {
	float: left;
	width: 0px;
	padding: 0px 0px 0 0px;
	background: #1A1A1A;
	border: 1px dashed #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana, "Times New Roman", Times, serif;
}

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

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #FFFFFF;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #FFFFFF;
	border: none;
}

#sidebar img {
	border: #CCCCCC;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	border-top: 1px dashed #590000;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #1A1A1A;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}

.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	margin-right:	-2px;	/* to make room for the shadow */
}
.dynamic-tab-pane-control .tab-row .tab {
	height:				32px;
	background-color:#DFDFDF;
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	cursor:			Default;
	margin:			1px -1px 1px 2px;
	padding:		2px 8px 0px;
	border:			1px solid rgb( 145, 155, 156 );
	z-index:		1;
	white-space:	nowrap;
	text-align:		center;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	height:				31px !important;
	background-color:	#f5f5f5;
	border-top:			2px solid #3e94ff;
	z-index:		3;
}
.dynamic-tab-pane-control .tab-row .tab a {
	color:				Black;
	text-decoration:	none;
	cursor:				default;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	height:				31px !important;
	background-color:#f5f5f5;
	border-top:2px solid #3e94ff;
	z-index:		3;
}
.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid rgb( 145, 155, 156 );
	background:		#f5f5f5;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:				Black;

	padding:		7px;
}
.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}
.slideshow_img {
float: left;
width: 100%;
text-align:center;
}
.slideshow_links {
float: left;
width: 100%;
text-align:center;
}
.city_distance_header{font-size:12px;}
/* 2.4.2 */
#imagerows{
	width:440px;
	padding:2px;
	border-width:medium;
	border:ridge;
	text-align:center;
}
