@charset "utf-8";
html {
	scrollbar-face-color: #807A77;
	scrollbar-shadow-color: #807A77;
	scrollbar-highlight-color: #807A77;
	scrollbar-3dlight-color: #807A77;
	scrollbar-darkshadow-color: #807A77;
	scrollbar-track-color: #D4CECA;
	scrollbar-arrow-color: #F5F3EF; 
}
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-track-piece  {
	background-color: #D4CECA;;
}
::-webkit-scrollbar-thumb:vertical {
	background-color: #807A77;
}
::-webkit-scrollbar-thumb:horizontal {
	background-color: #807A77;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	min-width: 1100px;
}
img {
	border: none;
}
a {
	outline: none;
}
textarea {
	resize: none
}
#topBar {
	background-color: #807A77;
	width: 100%;
	height: 40px;
	color: #D4CECA;
	line-height: 40px;
}
#topBar a {
	color: #D4CECA;
	text-decoration: none;
}
#topBar a:hover {
	text-decoration: underline;
}
#topBarMenu {
	margin-left:auto;
	margin-right:auto;
	text-align: right;
	width: 900px;
}
#topBarMenu a {
	font-size: 12px;
}
#mainSite {
	background-color: #F5F3EF;
	width: 100%;
	/*padding-bottom: 50px;*/
	background-image: url(../images/topBarShadow.png);
	background-repeat: repeat-x;
	background-position: top;
}
#mainSiteHeader {
	margin-left: auto;
	margin-right: auto;
	height: 280px;
	width: 920px;
}
#mainSiteHeaderBoxes {
	/*margin-left: 252px;*/
	padding-top: 60px;
}
#mainSiteHeaderBoxes a {
	color: #807A77;
	text-decoration: none;
}
#mainSiteHeaderLogo {
	float: left;
	width: 180px;
	margin-top: -45px;
	text-align: center;
}
.mainSiteHeaderBox {
	height: 81px;
	width: 175px;
	padding-top: 3px;
	background-image: url(../images/headerBoxShadow.png);
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color: #0F0;*/
}
.mainSiteHeaderBoxLeft {
	float: left;
	margin-right: 10px;
}
.mainSiteHeaderBoxRight {
	float: right;
	margin-left: 10px;
}
.mainSiteHeaderBox:hover {
	background-image: none;
}
.mainSiteHeaderBoxA {
	padding-top: 12px;
	display: block;
	width: 175px;
	height: 59px;
	background-color: #F9F7F4;
}
.mainSiteHeaderBoxHeader {
	font-size: 23px;
	text-align: center;
	display: block;
}
.mainSiteHeaderBoxText {
	text-align: right;
	padding-right: 15px;
	color: #D4CECA;
	font-size: 11px;
	display: block;
}
.mainSiteText {
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	padding: 10px;
}
.mainSiteTextHeader {
	font-size: 24px;
	color: #807A77;
	border-bottom: 1px solid #AAA19B;
}
.mainSiteTextBody {
	font-size: 12px;
	color: #AAA19B;
	border-bottom: 1px solid #AAA19B;
}
.mainSiteImages {
	width: 100%;
	height: 476px;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow-x: scroll; 
	overflow-y: hidden; 
	-ms-overflow-y: hidden; 
}
.mainSiteImages ul {
	list-style: none;
	display: block;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
.mainSiteImages li {
	display: inline;
}
.mainSiteImages img {
	height: 476px;
	border-right: 2px solid transparent;
}
#footer {
	background-color: #FFF;
	height: 250px;
	background-image: url(../images/footerShadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 50px;
	font-size: 16px;
}
#footerLine1 {
	color: #807A77;
}
#footerLine1 a {
	color: #807A77;
	text-decoration: none;
}
#footerLine1 a:hover {
	text-decoration: underline;
}
#footerLine2 {
	color: #D4CECA;
	padding-bottom: 15px;
}
#footerLine2 a {
	color: #D4CECA;
	text-decoration: none;
}
#footerLine2 a:hover {
	text-decoration: underline;
}
#footerLine3 {
	font-size: 12px;
	color: #D4CECA;
	padding-top: 15px;
}
#footerLine3 a {
	color: #D4CECA;
	text-decoration: none;
}
#footerLine3 a:hover {
	text-decoration: underline;
}
.blogHeader {
	/*margin-left:auto;
	margin-right:auto;
	width: 900px;*/
	font-size: 14px;
	padding: 10px;
	padding-top: 100px;
}
#blogFeed {
	width: 100%;
	height: 210px;
	overflow-x: scroll; 
	overflow-y: hidden; 
	/*-ms-overflow-y: hidden;
	padding-top: 100px;*/
	padding-bottom: 50px;
}
.blogFeedItem {
	display: inline-block;
	/*width: 500px;*/
	height: 210px;
	height: 226px;
	background-image: url(../images/blogShadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-color: #03F;
	float: left;*/
	/**width: 510px; IE7*/
	width: 510px;
}
.blogFeedItemInner {
	margin-top: 14px;
	height: 200px;
	width: 492px;
	background-color: #F9F7F4;
	margin-left: 10px;
	margin-right: 10px;
}
#blogFeed ul {
	list-style: none;
	display: block;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	
}
#blogFeed li {
	display: inline-block;
	/*display: inline;*/
	/*white-space: normal;*/
	zoom:1; *display: inline; /*_height: 210px;*/
	/*overflow: hidden;
	width: 500px;
	float: left;*/
}
.blogFeedItemHeader {
	font-size: 14px;
	padding: 8px;
	/*width: 184px;*/
	height: 15px;
	/*position: relative;
	left: 0px;*/
	
	/*float: right;
	display: inline-block;*/
}
.blogFeedItem img {
	padding: 10px;
	float: left;
	/*display: inline-block;*/
}
.blogFeedItemText {
	padding: 8px;
	padding-top: 18px;
	font-size: 10px;
	text-align: justify;
	/*position: relative;
	left: -80px;*/
	float: right;
	width: 184px;
	height: 167px;
	/*margin-right: -70px;*/
	white-space: normal;
	/*word-wrap: break-word;
	text-wrap: normal;
	display: block;
	background-color: #390;*/
}
.contactForm {
	width: 460px;
	margin-left: auto;
	margin-right: auto;
}
.contactFormLeft {
	width: 180px;
	height: 30px;
	line-height: 30px;
	float: left;
}
.contactFormRight {
	width: 280px;
	height: 30px;
	float: right;
}
.contactFormTextarea {
	height: 150px;
}
.contactFormRight input {
	border: 1px solid #AAA19B;
	width: 280px;
	height: 25px;
	color: #D4CECA;
}
.contactFormRight textarea {
	border: 1px solid #AAA19B;
	height: 145px;
	width: 280px;
	overflow: auto;
	color: #D4CECA;
}
.contactFormSubmitBtn {
	clear: both;
	width: 100px;
	height: 20px;
	margin-left: 364px;
	background-color: #0C0;
}
.contactFormSubmitBtn input {
	width: 100px;
	height: 20px;
	border: 1px solid #AAA19B;
	padding: 0px;
	margin: 0px;
}