@charset "utf-8";
/* CSS Document */
body{
	background-image:url(images/page-bckgnd.jpg);
	background-repeat:repeat-x;
	background-color:#9EA329;
	margin:0;
	padding:0;
	text-align:center;
	font-family:"Century Gothic", Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:150%;
	color:#333333;
}

#outter-wrapper{
	width:930px;
	margin:10px auto;
}

#inner-wrapper{
	background-image:url(images/content-bckgnd.png);
	background-repeat:repeat-y;
	text-align:left;
	padding:0 15px;
}

#footer{
	text-align:right;
	color:#FFF;
	padding-right:16px;
	font-size:11px;
}
#content{
	padding-left:15px;
	padding-right:10px;
}
h1{
	font-family:"Segoe Print", Arial;
	font-size:24px;
	margin:0;
	padding:15px 0 6px 0;
}
h2{
	font-size:16px;
	margin:0;
	padding:15px 0 6px 0;
}
ul{
	margin:0 inherit;
}
p{
	margin:0;
	padding:10px 0;
}
a img{
	border:0;
}
form.contact div{
	width: 100%;
	clear: both;
	padding:2px 0;
}

form.contact div label{
	display: inline;
	float: left;
	width: 70px;
	text-align:right;
	font-weight: bold;
	margin-right:3px;
}

form.contact input[type="text"], form.contact textarea{
	width:200px;
}

form.contact textarea{
	height:150px;
}

.testimonial{
	margin: 0 50px; 
	padding:10px 15px; 
	background-color:#D3FFA8;
}

.left-quote{
	font-size:100px;
	color:#D3FFA8;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:100px;
	clear:right;
	margin-bottom:-50px;
}

.right-quote{
	float:right;
	font-size:100px;
	color:#D3FFA8;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:100px;
	margin-bottom:-40px;
}



/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#nav, #nav ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#nav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#nav li li { /* all items under the top level */
	z-index: 11113;
}

#nav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#nav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#nav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#nav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#nav li ul { /* second-level lists */
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul {
	left: -9999px;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

.ArrowPointer
{
	cursor: default;
}


/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#nav, #nav ul { /* all submenu lists */
	width: 100%;
	height: 34px;
	background-color: #9AA332;
	line-height: 12px;
}

#nav li{
	background-image:url(images/menu-separator.png);
	background-repeat:no-repeat;
	background-position:left;
}

#nav a { /* all links within the menu wrapper */
	color : #fff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration : none;
	background-color: transparent;
	padding: 11px 34px;
	background-image:url(images/menu-separator.png);
	background-repeat:no-repeat;
	background-position:right;
}

#nav li a:hover {
	padding: 11px 34px;
	color: #000; 
	background-color: #889020; 
}

#nav li ul { /* second-level lists */
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:1px solid #333333;
	line-height: 12px;
	height: auto;
}

#nav li li { /* all items under the top level */
	width: 148px;
	background-image:none;
}

#nav li li a { /* all item links under the top level */
	width:134px;
	background-image:none;
	padding:10px 5px;
}

#nav li li a:hover { /* all item links under the top level */
	width:134px;
	background-image:none;
	padding:10px 5px;
}

#nav a#MenuLinkContactUs{
	background-image:none;
}

#nav li#MenuListHome{
	background-image:none;
}