/* CSS Document */

body {
	height:100%;
	text-align: center;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; line-height:18px;
	background-color:#fff;
	/*background-color:#8cac82;*/
	margin:15px;
}
#wrapper { 
	position: relative;
	width: 930px;
	background-color:#fff;
	/* border:1px solid #ccc;*/
}
#header {

}
#content {
	position:relative;
	text-align:left;
}
#nav {
	display:block;
	width:200px; height:100%;
}
#nav a { 
	position:relative;
	display:block; height:28px;
	color:#290500;
	font-size: 1em;
	line-height:35px;
	text-decoration:none;
	text-indent:17px;
}

#nav a:hover {
	background-image: url(../images/layout/nav-flag.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight:bold;
}
#content #editable {
	position:relative;
	color:#290500;
	width: 670px;
	margin: 20px;
	text-align:left
}
#editable a {
	color:#2b6625; 
	font-weight:bold;
}
#editable a:hover {
	color:#2b6625; 
	text-decoration:none;
	font-weight:bold;
}
.promo {
	width:200px; height:101px;
	background-image: url(../images/layout/promo-flagbkg.gif);
	background-repeat: no-repeat;
}
.promo p {
	position:relative;
	left:30px; top:30px;
	width:140px;
}

.promo a { 
	color:#2b6625; 
	text-decoration:none;
	font-weight:bold;
}
	
.promo a:hover {  
	color:#3b8c32; 
	text-decoration:none;
}
	
h1 {
	font-size: 24px;
	text-align: right;
	color:#fff;
	background-color:#49ac42;
	text-transform:uppercase;
	padding: 10px 20px 10px 0;
	margin:0;
}
.bottombar {
	background-color:#49ac42;
	width:700px; height:24px;
}
.topbar {
	background-color:#49ac42;
	width:700px; height:24px;
}
.home-bottombar {
	display:inline-block;
	background-color:#49ac42;
	width:671px; height:24px;
}
.home-topbar {
	display:inline-block;
	background-color:#49ac42;
	width:671px; height:24px;
}
#rotator {
	display:block;
	width:700px; height:200px;
	text-align:center;
}
.testimonial {
	font-size: 1em;
	color:#2b6625;
	vertical-align: bottom;
	padding: 0 25px 10px 10px;
}
#footer {
	position:relative;
}
#footer #address {
	position:inherit;
	font-size: .8em;
	color:#290500;
	font-weight:bold;
	z-index:100;
	text-align:left;
	text-indent:60px;	
}
#credit {
	position:inherit;
	font-size: 10px;
	color:#290500;
	z-index:100;
	text-align: right;
	text-indent:75px;
}
#footer #footerball {
	position:absolute;
	left:680px;
	top:-152px;
	width:250px;
	height:170px;
	z-index:100;
}
