body {
	margin: 0;
	padding: 0;
	background: #404041 url(images/main-bg.jpg) repeat;
	font-size: 13px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #221D1D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height:18px;
}

ul, ol {
}

a {
	text-decoration:underline;
	color: #091478;
}

a:hover {
	color:#e98c24;
}

#wrapper {
	padding: 0;
	background:url(images/main-bg.jpg) center top repeat #FFF;
}

/* Header */

#header {
	width: 1000px;
	height: 128px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 960px;
	height:100px;
	margin: 0px;
	color: #ffffff;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	line-height: 50px;
	/*letter-spacing: -1px;*/
	/*text-align: center;*/
	font-size: 3.8em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 26px 0 0 0px;
	text-align: center;
	color: #000000;
} 

#logo p a {
	color: #ffffff;
}

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


/* Menu */

#menu {
	overflow: hidden;
	width: 800px;
	padding: 15px 0px;
	margin: 15px auto 15px auto;
	background: #e4a24c;
	font-size: 20px;
	border-bottom:2px #727025 solid;
	border-radius: 2px;
	color: #000000;
-webkit-box-shadow: 0px 10px 30px rgba(50, 50, 50, 0.71);
-moz-box-shadow:    0px 10px 30px rgba(50, 50, 50, 0.71);
box-shadow:         0px 10px 30px rgba(50, 50, 50, 0.71);}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	/*text-align: center;*/
}

#menu li {
	display: inline-block;
	border-right: 1px solid #000000;
}

#menu a {
	display: block;
	padding: 0px 34px 0px 34px;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight:400;
	color: #fdfc01;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	color: #fdfc01;
}

#menu .last {
	border-right: none;
}

/* Page */

#page {
	overflow: hidden;
	width: 940px;
	margin: 0px auto;
	padding: 10px 30px;
	/*background: #FFFFFF;
	border: 1px solid #D4D4D4;*/
}

/* Content */

#content {
	float: left;
	width: 620px;
	padding: 10px 0px 0px 0px;
}

.post {
}

.post .title {
	margin-bottom:0px;
	padding: 1px 0px 0px 0px;
	letter-spacing: -1px;
	color: #101010;
}

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

.post .meta {
	height: 30px;
	border-bottom: 1px solid #292929;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
	height: 24px;
	padding: 3px 15px;
	color: #BBBBBB;
}

.post .meta .posted {
	float: right;
	height: 24px;
	padding: 3px 15px;
	color: #BBBBBB;
}

.post .meta a {
	color: #BBBBBB;
}

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

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	padding: 30px 0px 0px 0px;
	color: #383838;
}

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

#sidebar li {
	margin: 0px 0 20px 0;
	padding: 0;
}
#sidebar li p{margin:0px; padding:0px; text-align:left;}

#sidebar li ul {
	margin: 0px 0px;
}

#sidebar li li {
	border-bottom: 1px dotted #D4D4D4;
	margin: 0px 0px;
	border-right: none;
}
#sidebar li li table{margin-top:10px;}

#sidebar li a {
	background: url(images/img03.gif) no-repeat left 6px;
}

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

#sidebar h2 {
	padding: 0px 0px 5px 0px;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #101010;
}

#sidebar p {
	margin: 0 0px;
	padding: 10px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #383838;
	text-decoration:underline;
}

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

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

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

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

/* Footer */

#footer {
	overflow: hidden;
	width: 1000px;
	/*height: 150px;*/
	margin: 0 auto;
	padding:10px 0 15px 0;
}

#footer p {
	margin: 0;
	padding-top:20px;
	line-height: normal;
	text-align: center;
	color: #000000;
}

#footer a {
	color: #000000;
	text-decoration:underline;
}
#footer a:hover{
	color:#e98c24;
}

#three-columns {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px;
	border-bottom: 1px solid #D4D4D4;
	color: #000000;
}

#three-columns h2 {
	padding: 0px 0px 20px 0px;
	font-size: 30px;
	color: #000000;
}

#three-columns #column1 {
	float: left;
	width: 290px;
	margin-right: 40px;
}

#three-columns #column2 {
	float: left;
	width: 290px;
}

#three-columns #column3 {
	float: right;
	width: 300px;
}

.link-style {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #83003E;
	color: #FFFFFF;
}


.link-style2 {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 25px;
	background: #83003E;
	font-size: 20px;
	color: #FFFFFF;
}

#welcome {
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px;
	border-bottom: 1px solid #D4D4D4;
	color: #000000;
}

#welcome h2 {
	padding: 0px 0px 20px 0px;
}

#welcome h2 a {
	color: #000000;
}

#welcome a {
	color: #000000;
}

#banner {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}


#two-columns {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px;
}

#two-columns #col1 {
	float: left;
	width: 660px;
	color: #000000;
}


#two-columns #col2 {
	float: right;
	width: 320px;
}

#two-columns h2 {
	padding: 0px 0px 20px 0px;
	color: #000000;
}


#two-columns .image-style {
}


#two-columns .text-style {
	padding-bottom: 10px;
	border: 10px solid #000000;
	text-align: center;
	font-size: 20px;
}

.Schedule{width:940px;  border-collapse:collapse; font-size:13px;}
.Schedule .th{font-weight:bold;}
.Schedule td{border:1px #000000; padding:10px 5px; border-collapse:collapse; vertical-align:top;}


.box2 img{width:150px; margin:5px 10px 0 0px; float:left;
-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;}
.box2 p{margin:10px 0; text-align:justify;}

.box{width:285px; border:1px #CCCCCC solid; padding:5px;
	-moz-border-radius:5px; margin-right:5px; margin-bottom:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.box table img{
	/*width:70px;
	height:100px;*/
	width:83px;
	height:100px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;}

.box table p{padding:0 5px; margin:0px;}
.box table h2{padding:0 5px; margin:-2px 0 0 0; font-size:16px; font-weight:bold; font-family:Calibri;}


.service-main-image a.images,
/*.service-main-image a.images img { width: 617px; height: 174px; } */
.service-main-image a.images img { width: 612px; height: 406px; }
