@charset "utf-8";
/* CSS Document */
html,
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	width:1000px;
	margin:0px auto;
}
#header {
	width:1000px;
	height:238px;
	background:url(../images/header.jpg) no-repeat;
}
#header h1 {
	color:#474B4E;
	float:left;
	font-size:22px;
	margin-bottom:8px;
	margin-left:24px;
	margin-top:210px;
}
ul#navigation {
	float:right;
	margin-left:410px;
	margin-right:15px;
	margin-top:-70px;
	font-weight:bold;
}
ul#navigation li {
	list-style-type:none;
	display:block;
	float:left;
	color:white;
}
ul#navigation li a {
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	text-decoration:none;
	padding:3px 10px;
}
#leftbox,
#rightbox {
	background:#474B4E url(../images/box-corner.jpg) no-repeat scroll right bottom;
	color:white;
	float:left;
	height:345px;
	margin-left:24px;
	padding:20px;
	width:424px;
	font-size:14px;
}

#leftbox h2, #rightbox h2 {margin:10px 0px 2px 10px;font-size:26px;}
.h2Green {color:#8DC73D;}
#leftbox p, #rightbox p{margin:2px 0px 2px 10px; width:300px;}
#leftbox .green, #rightbox .green, #largebox .green {margin:2px 0px 2px 10px;color:#8DC73D; font-size:16px;}

#leftbox-contact,
#rightbox-contact {
	background:#474B4E url(../images/box-corner.jpg) no-repeat scroll right bottom;
	color:white;
	float:left;
	margin-left:24px;
	padding:20px;
	width:424px;
	font-size:14px;
}
#leftbox-contact .green, #rightbox-contact .green {color:#8DC73D;}
#leftbox-contact a, #rightbox-contact a {color:white;}
#leftbox a, #rightbox a {color:white;}

#largebox {
	background:#474B4E url(../images/box-corner.jpg) no-repeat scroll right bottom;
	color:white;
	float:left;
	margin-left:24px;
	padding:20px;
	width:912px;
	font-size:14px;

}
#largebox a {color:#8DC73D;}
#largebox p {margin:2px 0px 2px 10px; width:840px;}
#largebox h2 {margin:2px 0px 6px 10px;font-size:18px;}

#lowerbox {
	padding: 1px 24px;
	color:#474b4e;
	font-size:14px;
}
#lowerbox h3 {
	font-size:18px;	
}
.quoteBox {
	background: url(../images/tl-quote.jpg)	 no-repeat scroll top left;
	color:grey;
	float:left;
	margin-left:24px;
	width:850px;
	font-size:14px;
	padding:30px 30px 0px;
}
.quoteBoxEnd {
	float:left;
	background:url(../images/br-quote.jpg) no-repeat scroll bottom right;
	width:940px;
	height:27px;
}
.clr {
	clear:both;	
}
#footer {
	margin-top:20px;
 	width:1000px;
	height:90px;
}
#footerNavigation {
	background:#8DC73D none repeat scroll 0 0;
	height:20px;
	padding-top:4px;
	width:1000px;
	font-size:14px;
	color:white;
	font-weight:bold;
	text-align:center;
}
#footerNavigation a {
	color:white;
	text-decoration:none;
}
#footerText {
	background:#474B4E url(../images/box-corner-small.jpg) no-repeat scroll right bottom;
	width:1000px;
	height:28px;
	text-align:center;
	padding-top:6px;
	color:white;
	font-weight:bold;
	font-size:20px;
}
#footerText .footerGreen {
	color:#8DC73D;	
}
#footerCopyright {
	width:1000px;
	text-align:center;
	font-size:10px;
	color:#474B4E;
	padding-top:4px;
}
#footerCopyright a {
	color:#474B4E;	
}
#my_slideshow,
#right_slideshow {
	border:solid 1px white;	
}
#largebox .gallery a img { border:solid white 1px; }