/********************************************************************

Author: Gak Design.
Author URL: http://gakdesign.blogspot.com
Description: Stylesheet for Ac Landscape
Created: 15/06/09

********************************************************************/

/* reset */

* {
margin: 0;
padding: 0;
}
.18 {
	font-size: 18px;
	font-weight: bold;
}
.14 {
	font-size: 14px;
}
.10 {
	font-size: 10px;
}
.08 {
	font-size: 8px;
}
.16 {
	font-size: 16px;
	font-weight: bold;
}
img {
	border: none; 
    behavior: url(iepngfix.htc); 
	}

/* typeface and headers */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:1.3em;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-color: #a5a67B;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #563a25;
	margin-bottom: 30px;
	margin-top: 0px;
	display: block;
	line-height:25px;
}
h2 {
	margin-bottom: 10px;
	font-size: 16px;
}
h3 {
	margin-bottom: 10px;
	font-size: 14px;
}

p {
	margin-bottom: 18px;
}


/* Layout wraps */

#headerwrap {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #706765;
	height: 177px;
}
#contentwrap {
	padding-top: 20px;
	display: block;
	width: 100%;
	padding-bottom: 20px;
}
#footerwrap {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footerbg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Layout sections */

#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header_contact {
	display: block;
	float: right;
	width: 330px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: right;
	line-height:25px;
}
#header_contact a {
	color: #FFFFFF;
	text-decoration: none;
}
#header_contact a:hover {
	color: #CBCD9B;
	text-decoration: underline;
}
#header #logo {
	float: left;
	padding-top: 45px;
}

#slideshow {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/slide_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 354px;
}

#slideshow img {
	padding-top: 22px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 21px;
}

#maincontent {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	display: block;
	height: 100%;
	padding-bottom: 20px;
}
#left_col {
	width: 595px;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#leftcontent {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
a {
	color: #563A25;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #797D44;
	text-decoration: underline;
	font-weight: bold;
}


#leftcontent .list li {
	margin-left: 10px;
	list-style-type: none;
	margin-bottom: 15px;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
}



#quotebox {
	background-color: #FFFFFF;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(../images/quote_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#quotebox .quote {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #807C42;
	font-style: italic;
	font-weight: lighter;
	line-height: 1em;
}
#quotebox .client {
	display: block;
	text-align: right;
	float: right;
	padding: 5px;
	color: #807C42;
}

#right_col {
	width: 350px;
	float: right;
}

#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
.infobox/* Info Box */

 {
	display: block;
	list-style-type: none;
	padding: 10px;
	background-color: #563a25;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.infobox .box_header {
	font-size: 18px;
	color: #c5c796;
	font-weight: bold;
	padding-left: 0px;
	margin-left: 0px;
}
.infobox img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #FBFBFB;
	background-color: #6F6662;
}
.infobox p {
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
}
.infobox a {
	color: #c5c796;
	text-decoration: none;
}
.infobox a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Header Navigation */
#headernav {
	width:960px;
	overflow: visible;
	height: 50px;
	}
#headernav li {
	float: left;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#headernav ul {
	padding-left: 0px;
	float: left;
	display: block;
	margin-top: 20px;
}
#headernav a {
	display: block;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px;
	background-color: #cbcd9b;
	border: 1px solid #A5A57F;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	float: left;

}
#headernav a:hover {
	color: #563A25;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #563A25;
}
#headernav a:active {
	color: #563A25;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #563A25;
}
#headernav .active {
	color: #563A25;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #563A25;
}

/* Footer Navigation */
#footer .footnav1, .footnav2, .footnav4 {
	width: 200px;
	margin-right: 30px;
	margin-left: 10px;
	list-style-type: none;
	display: block;
	float: left;
}
#footer .footnav1 li, .footnav2 li, .footnav4 li {
	padding: 3px;
	color: #c5c796;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer .footnav1 a, .footnav2 a, .footnav4 a {
	background-image: url(../images/footer_list_norm.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 12px;
}
#footer .footnav1 a:hover, .footnav2 a:hover, .footnav4 a:hover {
	background-image: url(../images/footer_list.gif);
	font-size: 12px;
}
.footnav3 {
	width: 200px;
	margin-left: 160px;
	list-style-type: none;
	display: block;
	float: left;
}
/* Misc Code */
.clear {clear: both;}
.imageright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#donate {
	background-image: url(../images/donatebutton.png);
	float: right;
	height: 49px;
	width: 159px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 24px;
	background-repeat: no-repeat;
}
#donate a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	width: 113px;
	height: 15px;
}
#donate a:hover {
	color: #5BC7EE;
}
.style2 {
	font-size: 9px;
	color: #666;
}
/* news links */

.news_list {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.news_list li {
	list-style-type: none;
	display: block;
	width: 560px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C0C29A;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.news_list img {
	float: left;
	padding-right: 20px;
}


.news_list ul {
	display: block;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.news_list a {
	text-decoration: none;
	display: block;
	padding: 5px;
	margin-bottom: 0px;
	color: #333333;
}
.news_list a:hover {
	background-color: #DADCBA;
	text-decoration: none;
}
.news a {
	text-decoration: none;
	display: block;
	padding: 5px;
	margin-bottom: 0px;
	color: #333333;
}
.news a:hover {
	background-color: #DADCBA;
	text-decoration: none;
}
.newslink {
	float: right;
	display: block;
	text-decoration: underline;
}

.news_link {
	font-size: 9px;
	color: #003366;
	text-decoration: underline;
}
.news_list h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.news_list p {
	width: 400px;
	display: block;
	margin-left: 140px;
}.news_list li a:hover p {
	text-decoration: none;
}
.news_list li a p .nhead {
	font-size: 14px;
}
/*portfolia */

.portfolio {
			border: 1px solid #CCC;
			padding: 2px;	
			margin: 10px 5px 10px 0;
		}
.spslink {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
#footerwrap #footer-link .spslink a:link, #footerwrap #footer-link .spslink a:visited {
	font-weight: normal;
	font-size: 12px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
}
#footerwrap #footer-link .spslink a:hover, #footerwrap #footer-link .spslink a:active {
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer-link {
	display: block;
	vertical-align: top;
	height: 25px;
}
.margin-right-15 {
	margin-right: 15px;
	margin-bottom: 15px;
}
