
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: -150px;
	background: #1D2522 url(images/homepage01.gif) repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #617A72;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

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

p, ol {
	line-height: 170%;
}

strong {
	color: #384642;
}

a {
	color: #B43A00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: url(images/homepage02.gif) repeat-x left top;
}

.container {
	width: 1180px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	width: 1020px;
	height: 80px;
	padding: 0px 30px;
	/*background: url(images/subpage1_01.gif) no-repeat left top;*/
}

/** LOGO */

#logo {
	float: left;
	width: 420px;
	height: 80px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	float: left;
	padding: 23px 10px 0px 0px;
	letter-spacing: 0px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #131716;
/*	text-transform: lowercase; */
	font-size: 45px;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 span {
	font-weight: bold;
}

#logo p {
	display: block;
	padding: 42px 0px 0px 0px;
	letter-spacing: 0px;
/*	text-transform: lowercase;*/
	text-shadow: 1px 1px 1px #1B2220;
	font-size: 18px;
	font-weight: normal;
	color: #7F958E;
}

/** MENU */

#menu {
	float: right;
	width: 600px;
	height: 80px;
}

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

#menu li {
	float: left;
	height: 39px;
	margin-left: 15px;
}

#menu a {
	display: block;
	line-height: 39px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #1F2624;
	text-shadow: 2px 2px 2px #1D2522;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	color: #ea5a00;
}

#menu span {
	display: inline-block;
	height: 39px;
	padding: 0px 15px;
	line-height: 39px;
}

#menu li.active{
	background: url(images/menuc.png) repeat-x left top;
	}

#menu li.active a {
	background: url(images/menul.png) no-repeat left top;
}

#menu li.active span {
	background: url(images/menur.png) no-repeat right top;
}

/** PAGE */

#page {
	overflow: hidden;
	width: 1130px;
	padding: 0px 0px 0px 50px;
}

.single #page {
	width: 1080px;
	padding: 0px 50px;
}

.singlew #page {
	width: 95%;
	padding: 0px 50px;
}

/** CONTENT */

#content {
	overflow: hidden;
	float: left;
	width: 805px;
	background: url(images/subpage1_03.gif) repeat-y left top;
}

#content-bgtop {
	background: url(images/subpage1_02.gif) no-repeat left top;
}

#content-bgbtm {
	overflow: hidden;
	padding: 30px 30px 30px 30px;
	background: url(images/subpage1_04.gif) no-repeat left bottom;
}

.single #content {
	width: 1080px;
	background: url(images/subpage2_02.gif) repeat-y left top;
}

.single #content-bgtop {
	background: url(images/subpage2_01.gif) no-repeat left top;
}

.single #content-bgbtm {
	background: url(images/subpage2_03.gif) no-repeat left bottom;
}

.singlew #content {
	width: 100%;
	background: url(images/subpage2_02.gif) repeat left top;
}

.singlew #content-bgtop {
	background: url(images/subpage2_02.gif) repeat left top;
}

.singlew #content-bgbtm {
	background: url(images/subpage2_02.gif) repeat left bottom;
}


/** SIDEBAR */

#sidebar {
	float: right;
	width: 325px;
}

/** FOOTER */

#footer {
	overflow: hidden;
	height: 215px;
	padding: 55px 0px 0px 0px;
	background: url(images/homepage03.gif) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}

#footer .copyright {
	padding: 25px 0px 0px 0px;
	font-size: 12px;
	color: #36433F;
}

#footer .menu-links {
	text-transform: lowercase;
	font-size: 14px;
	color: #617A72;
}

#footer .menu-links a {
	margin: 0px 10px 0px 10px;
	color: #617A72;
}

/** BANNER */

#banner {
	width: 685px;
	height: 220px;
	margin-bottom: 45px;
	padding: 30px 30px 0px 30px;
	background: url(images/bg01.png) no-repeat left top;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#banner h2 {
	display: block;
	padding: 0px 0px 10px 0px;
	letter-spacing: 0px;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
}

#banner .meta {
	font-weight: normal;
	font-size: 18px;
	color: #657F77;
}

/** TWO COLUMNS */

#two-columns {
	overflow: hidden;
}

#two-columns #column1 {
	float: left;
	width: 420px;
}

#two-columns #column2 {
	float: right;
	width: 265px;
}

/** BOX 1 */

#box1 {
	overflow: hidden;
	margin-bottom: 1px;
}

/** BOX 2 */

#box2 {
}

/** IMAGE BORDER STYLE 1 */

.image-style1 {
	position: relative;
	float: left;
	width: 237px;
	height: 192px;
	margin-right: 40px;
}

.image-style1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style1 img {
	position: absolute;
	top: 0;
	left: 0;
}

.image-style1a span {
	background: url(images/bg02.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 2 */

.image-style2 {
	position: relative;
	float: left;
	width: 150px;
	height: 180px;
	margin-right: 30px;
}

.image-style2 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style2 img {
	position: absolute;
	top: 0;
	left: 0;
}

.image-style2a span {
	background: url(images/bg03.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 3 */

.image-style3 {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

.image-style3 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style3 img {
	position: absolute;
	top: 0;
	left: 0;
}

.image-style3a span {
	background: url(images/bg04.png) no-repeat left top;
}

/** LINK STYLE 1 */

.link-style1 {
	display: inline-block;
	height: 43px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 20px;
	background: url(images/homepage08.gif) repeat-x left top;
}

.link-style1 a {
	display: inline-block;
	height: 43px;
	background: url(images/homepage07.gif) no-repeat left top;
	text-decoration: none;
}

.link-style1 span {
	display: inline-block;
	height: 43px;
	margin: 0px;
	padding: 0px 20px 0px 40px;
	background: url(images/homepage09.gif) no-repeat right top;
	line-height: 43px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #812C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

/** LINK STYLE 2 */

.link-style2 {
	display: inline-block;
	height: 43px;
	margin-top: 5px;
	margin-bottom: 10px;
	background: url(images/homepage11.gif) repeat-x left top;
}

.link-style2 a {
	display: inline-block;
	height: 43px;
	background: url(images/homepage10.gif) no-repeat left top;
	text-decoration: none;
}

.link-style2 span {
	display: inline-block;
	height: 43px;
	margin: 0px;
	padding: 0px 20px 0px 40px;
	background: url(images/homepage12.gif) no-repeat right top;
	line-height: 43px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #26302D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

/** LINK STYLE 3 */

.link-style3 {
	display: inline-block;
	height: 43px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	background: url(images/homepage17.gif) repeat-x left top;
}

.link-style3 a {
	display: inline-block;
	height: 43px;
	background: url(images/homepage16.gif) no-repeat left top;
	text-decoration: none;
}

.link-style3 span {
	display: inline-block;
	height: 43px;
	margin: 0px;
	padding: 0px 20px 0px 40px;
	background: url(images/homepage18.gif) no-repeat right top;
	line-height: 43px;
	text-decoration: none;
	text-transform: lowercase;
	text-shadow: 1px 1px 1px #812C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 15px 0px;
	border-bottom: 1px solid #DFE5E3;
}

ul.style1 .first {
	padding-top: 0px;
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 10px 0px;
	background: url(images/homepage21.gif) repeat-x left top;
}

ul.style2 a {
	color: #ADBBB6;
}

ul.style2 .first {
	background: none;
	padding-top: 0px;
}

ul.style2 .sub{
	color: #B43A00;
}

/** BOX STYLE 1 */

.box-style1 {
}

.box-style1 .title {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 34px;
	color: #35423E;
}

.box-style1 .byline {
	letter-spacing: 0px;
	font-size: 16px;
	color: #8DA09A;
}

.box-style1 .entry {
	padding-top: 10px;
}

.box-style1 .meta {
	float: left;
	width: 225px;
	height: 43px;
	padding: 0px 0px 0px 15px;
	background: url(images/homepage13.gif) no-repeat left top;
}

.box-style1 .meta a {
	height: 43px;
	line-height: 43px;
	letter-spacing: 0px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5F7870;
}

.box-style1 .meta a:hover {
}

.box-style1 .meta .readmore {
	margin-right: 20px;
	padding-left: 20px;
	background: url(images/homepage14.gif) no-repeat left 4px;
}

.box-style1 .meta .comments {
	padding-left: 20px;
	background: url(images/homepage15.gif) no-repeat left 4px;
}

.divider {
	border-top: 1px solid #DFE5E3;
}

/** BOX STYLE 2 */

.box-style2 {
}

.box-style2 .title {
	width: 215px;
	height: 47px;
	margin: 0px;
	padding: 0px 30px;
	background: url(images/homepage19.jpg) no-repeat left top;
	line-height: 47px;
/*	letter-spacing: 0px;*/
	text-shadow: 1px 2px 2px #A24000;
/*	text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}

.box-style2 .entry {
	overflow: hidden;
	padding: 30px 95px 30px 30px;
	background: url(images/homepage20.jpg) no-repeat left top;
}

/** TOOLTIP */
.tooltip{
   			display: inline;
    		position: relative;
		}
		
.tooltip:hover:after{
    		background: #333;
    		background: rgba(0,0,0,.8);
    		border-radius: 5px;
    		bottom: 26px;
    		color: #fff;
    		content: attr(title);
    		right: -50%;
    		padding: 5px 15px;
    		position: absolute;
    		z-index: 98;
    		width: 160px;
		}
		
.tooltip:hover:before{
    		border: solid;
    		border-color: #333 transparent;
    		border-width: 6px 6px 0 6px;
    		bottom: 20px;
    		content: "";
    		left: 50%;
    		position: absolute;
    		z-index: 99;
		}