	html {
       overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/img01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_logo {
	background-image: url(../images/logo_header.png);
	background-repeat: no-repeat;
	background-position: 25px 0px;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
}
#header-wrapper #header #logo table tr td {
	padding-top: 5px;
}


h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.2em;
}
h9 {
	font-size: 2.0em;
	/*background:#1378bf;
	border-radius:10px;
	border:#666666 1px solid;
	box-shadow: 5px 5px 10px #666666;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;*/
}

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

ul, ol {
}

a {
	text-decoration: none;
	color: #3E3530;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* Header */

#header {
	width: 1000px;
	height: 175px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-shadow: 4px 4px 5px #000;
	background-image: url(../images/skyline.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Logo */

#logo {
	margin: 0;
	padding: 0;
	color: #000000;
}

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

#logo h1 {
	letter-spacing: 0px;
	/*	text-transform: lowercase; */
	font-size: 3.8em;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 2px;
	font-style: italic;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
} 

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

/* Search */

#search {
	float: left;
	width: 250px;
	height: 60px;
	padding: 20px 0px 0px 0px;
}

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

#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: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#menu {
	width: 980px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
}

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

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 130px;
	height: 30px;
	margin-right: 1px;
	padding: 9px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

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

#menu .current_page_item a {
	padding-left: 0;
}



/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	background: #EAEAEA url(../images/page_bg.png) repeat-y left top; 

	padding: 0px;
}

#page-bgtop {
	background-image: url(../images/home_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#page-bgbtm {
	background: url(../images/home_bottom.png) no-repeat left bottom;
	padding: 11px 20px 0px 10px;
}

/* Content */

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



.post {
/*	border-bottom: 1px dotted #E7E2DC; */
	background: url(../images/img06.jpg) repeat-x left top;
}

.post .title {
	letter-spacing: -.5px;
	font-size: 3.0em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

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

.post .meta {
	margin-bottom: 30px;
	padding: 0px 30px 0px 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 30px 20px 30px;
	padding-bottom: 20px;
	font-size: 1.3em;
}

.post .contact_field {
	padding: 0px 30px 20px 30px;
	padding-bottom: 20px;
	text-align: left;
	font-size: 1.1em;
	line-height: normal;
}


/* Sidebar */

#sidebar_contact{
	float: right;
	width: 250px;
	margin: 0px;
	color: #787878;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 2em;
}

#sidebar {
	float: right;
	width: 250px;
	margin: 0px;
	color: #787878;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#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: 30px;
	margin: 0px 30px;
	padding: 0px 0px 0px 15px;
	border-left: none;
	background: url(../images/img07.jpg) no-repeat left 15px;
}

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

#sidebar h2 {
	height: 32px;
	padding-left: 35px;
	margin-bottom: 2px;
	/*border-bottom: 1px solid #D6D6D6;*/
	letter-spacing: -0.5px;
	font-size: 1.5em;
	color: #333333;
	background-image: url(../images/ball.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}
#page #page-bgtop #page-bgbtm #sidebar #contacts .contact_header {
	font-size: 1.5em;
	padding-left: 20px;
	color: #333;
	font-weight: normal;
}
#page #page-bgtop #page-bgbtm #sidebar #contacts .contact_info {
	font-size: 1.2em;
	color: #333;
	left: 30em;
	padding-left: 35px;
}

#sidebar .top {
	height: 10px;
	padding-left: 0px;
	margin-bottom: 2px;
	/*border-bottom: 1px solid #D6D6D6;*/
	/*letter-spacing: -0.5px;*/
	font-size: 2em;
	color: #333333;
}

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

#sidebar a {
	border: none;
	color: #4D4D4D;
}

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

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

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

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

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #CCCCCC;
}
#footer .cp {
	line-height: 30px;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #CCCCCC;
}


#footer a {
	color: #8A8A8A;
}
.fadein {
	position:relative;
	//height:300px;
	//width:514px;
	height:335px;
	width:575px;
	border: 1px groove #999;
	box-shadow: 10px 10px 5px #888888;
}
.fadein img { position:absolute; left:0; top:0; 
}
#page #page-bgtop #page-bgbtm #sidebar #contacts {
	padding-bottom: 40px;
}

.entry_field {
	font-size: 1.1em;
}
.contact_info {
	line-height:1.4em;
}
.bullet_divider {
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 20px;
}
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  cursor: context-menu;
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}