@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background:#756937;
}
.bdrLeftRight {
	border-left:#96794a solid 1px;
	border-right:#96794a solid 1px;
}
b {
	font-weight:bold;
}
a {
	outline:none;
	color:#000000;
}
ul.mainNav {
	font-size:16px;
	color:#121211;
	font-family:"Times New Roman";
	text-decoration:none;
	list-style:none;
	margin:0px;
	line-height:34px;
	padding:0px;
	float:left;
	display:block;
	overflow:hidden;
}
ul.mainNav li {
	font-family:"Times New Roman";
	font-size:15px;
	font-weight:bold;
	color:#121211;
	line-height:34px;
	text-decoration:none;
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}
ul.mainNav li a {
	font-family:"Times New Roman";
	overflow:hidden;
	display:block;
	font-size:16px;
	color:#121211;
	line-height:34px;
	text-decoration:none;
	list-style:none;
	margin:0px;
	/*padding:0px 19px;*/
	padding:0px 13px;
	background:url(../img/menu_divider.gif) right no-repeat;
}
ul.mainNav li a.last {
	background:none;
}
ul.mainNav li a.current {
	background:#5a8377;
	color:#FFFFFF;
}
ul.mainNav li a:hover {
	font-family:"Times New Roman";
	color:#FFFFFF;
	line-height:34px;
	text-decoration:none;
	margin:0px;
	/*padding:0px 19px;*/
	padding:0px 13px;
	background:#5a8377;
}
.runTxt {
	font-size:14px;
	color:#000;
	/*padding-right:10px;*/
	text-align:justify;
}
.runTxtHome {
	font-size:14px;
	color:#000;
	padding-right:10px;
	text-align:justify;
}
.rightPhoneTxt {
	color:#756937;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
}
.titleWatsNew {
	color:#4e5425;
	font-size:18px;
}
.footer {
	border-top:#3f2a03 solid 1px;
	font-size:12px;
	color:#302314;
	text-decoration:none;
	line-height:20px;
}
.watsNewTxt {
	font-size:12px;
	color:#000;
	padding-right:10px;
	font-weight:bold;
	line-height:15px;
}
.footer a {
	font-size:12px;
	color:#302314;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.slidShowContainer {
	position:relative;
	background:#000;
	width:584px;
	background:#000;
	height:328px;
	padding:4px 0 0 0;
	margin:0 0 10px 0
}
.dropPortfolio {
	position:absolute;
	visibility:hidden;
	top: 0;
	font-family:"Times New Roman";
	font-size:14px;
	color:#756937;
	line-height:30px;
	z-index:100;
	background-color:#f0e6d6;
	width:157px;
	font-weight:bold;
	text-align:left;
	margin-top:-3px;
	margin-left:-0px;
	border:#756937 solid 1px;
}
.dropPortfolio a {
	width: 100%;
	font-family:"Times New Roman";
	color:#756937;
	font-size:14px;
	display: block;
	text-indent: 5px;
	padding:0px ;
	text-decoration: none;
	background:url(../img/menu_drop_divider.jpg) no-repeat bottom;
}
.dropPortfolio a:hover {
	background-color:#756937;
	color:#FFFFFF;
}
.runTextBold {
	font-size:14px;
	color:#000;
	padding-right:10px;
	text-align:right;
	font-weight:bold;
}
.img-shadow {
float:left;
background: url(../img/trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}


.img-shadow img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
padding: 5px; /* This creates a border around the image */
background-color: #f3dbb2; /* Background color of the border created by the padding */
border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

