/* CSS Document */

HTML {}
BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.clr {
	clear: both;
}

#background {
	background-image: url(../img/layout/fbbg7600.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper {
	width: 760px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#top {}
#top  .logo {
	margin: 0px;
	padding: 10px 0px 10px 10px;
}
#top A {}
#top A:HOVER {}

#feature {
	background-image: url(../img/layout/headerbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 268px;
}
#menu {
	float: left;
	margin-top: 60px;
}
#menu A {
	display: block;
	width: 200px;
	text-align: left;
	text-indent: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#menu A:HOVER {
	background-color: #F2F6E3;
	color: #006600;
}
#image {
	float: right;
	margin-right: 30px;
}
#image IMG {
	background-image: url(../img/layout/headerim-frame.jpg);
	background-repeat: no-repeat;
	padding: 10px;
}
#quote {
	float: right;
	clear: right;
	width: 489px;
	margin-right: 30px;
}
#quote H1 {
	margin: 0px;
	padding: 5px 10px;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
	text-align: right;
}

#page {
	background-color: #F2F6E3;
	padding: 30px;
}
#page H1 {
	font-weight: normal;
	color: #91A535;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 28px;
}
#page H2 {
	font-weight: normal;
	color: #91A535;
}
#page H6 {
	color: #91A535;
	font-size: 11px;
	padding-right: 8px;
	padding-left: 8px;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#page P {
	font-size: 12px;
}
#page A {
	color: #74842B;
}
#page A:HOVER {}
#page UL {}
#page UL LI {
	font-size: 12px;
	list-style-image: url(../img/layout/listarro.gif);
	margin-bottom: 4px;
}
#page IMG.frame-01 {
	background-image: url(../img/layout/frame-content.gif);
	background-repeat: no-repeat;
	padding: 10px;
	margin-left: 10px;
}
#page .input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	width: 300px;
}
#page .textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	width: 300px;
}
#page .button {
	padding: 2px;
	background-color: #94A73A;
	border: 2px solid #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
}

#footer {
	padding-bottom: 15px;
	font-size: 11px;
	color: #999999;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
}
#footer A { text-decoration:none; color:#a3b341 }
#footer A:HOVER { text-decoration:none; color:#333333 }
#footer .divide {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
}

