html {
	background-color: #038700;
	font-family:Verdana, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
}
body {
	padding: 0;
	margin: 0;
	text-align:center;
}
#site {
	width: 1007px;
	overflow:auto;
	margin: 0 auto;
	background-image: url(images/rep.png);
	background-position: top;
	background-repeat: repeat-y;
}
#content {
	padding-top:65px;
	padding-left: 83px;
	background-image:url(images/head.png);
	background-position: top;
	background-repeat:no-repeat;
	overflow:auto;
	text-align:left;
}
#header {
	padding-left: 15px;
	width: 833px;
	height: 127px;
}
#title {
	float:left;
	background-color: #038700;
	margin: 15px 15px 0 0;
	width:282px;
	height:97px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
#title-img {
	float:left;
	margin: 15px 15px 15px 0;
	width:504px;
	height:97px;
	font-size: 10px;
	color:#FFF;
	background-image: url(images/sf3.jpg);
	background-repeat:no-repeat;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
h1 {
	font-size: 24px;
	font-weight:normal;
	margin: 18px 0 0 20px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
h2 {
	font-size: 16px;
	padding: 7px;
	margin: 0;
	background:#FFF;
	color: #038700;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
h3 {
	font-size: 12px;
	padding: 7px;
	margin: 0;
	background:#FFF;
	color: #000;
	text-align:center;
	border-bottom: 2px solid #038700;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
p {
	padding: 0 7px 0 7px;
}
br {
	padding: 0 7px 0 7px;
}
#title a, #sub-title a {
	color:#FFF;
	text-decoration:none;
}
#title a:hover, #sub-title a:hover {
	color:#000;
	text-decoration:none;
}
#sub-title {
	font-size: 12px;
	margin: 0 0 0 21px;
}
#phone {
	font-size: 11px;
	margin: 3px 0 0 45px;
	color: #FFF;
}
#menu {
	margin-left: 15px;
	padding-left: 15px;
	width: 786px;
	height: 30px;
	background-color: #038700;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
#menu ul {
	padding: 0;
	margin: 0;
}
#menu ul li {
	display: inline;
	padding-right: 0px;
}
#menu ul li a {
	text-decoration:none;
	color: #FFFFFF;
	text-transform:uppercase;
	padding: 6px;
}
#menu ul li a:hover, #menu ul li a.current {
	text-decoration:none;
	color:#038700;
	text-transform:uppercase;
	background-color:#FFF;
	padding: 6px;
}
#mul {
	padding: 6px 6px 6px 0;
}
#submenu {
	margin-bottom: 15px;
	background: #FFF;
	padding: 7px;
	font-size: 12px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
#c {
	font-size: 13px;
	margin: 15px 0 0 15px;
	width: 801px;
}
#c a {
	text-decoration:none;
	color:#038700
}
#c a:hover {
	text-decoration: underline;
	color:#000;
}
#cl {
	margin-right: 15px;
	padding: 15px 15px 0 15px;
	width:474px;
	background-color:#f4f4ee;
	float:left;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
#cl ul {
}
#cl ul li {
	list-style-image: url(images/dot3.png);
	margin: 10px 0 0px 10px;
}
#cl dl {
	padding-left: 8px;
}
#cl dt {
	padding-top: 10px;
}
#cl dd {
	padding-top: 10px;
}
#cl img {
	margin: 0 10px 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
	background:#FFF;
}
#cl table {
	margin-left: 1px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}
#cl table th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
}
#cl table td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
}
#cr {
	float:left;
	padding: 15px;
	background-color:#f4f4ee;
	width:252px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
#cr ul, #cl ul, #cr p {
	list-style:none;
	padding: 10px 0 10px 8px;
	margin: 0;
}
#cr ul li {
	padding: 10px 0 0 0px;
	margin: 0px;
}
.more {
	text-align:right;
	padding: 0 10px 10px 0px;
}
.more a {
	background-image: url(images/arrow.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 13px;
}
.more a:hover {
	background-image: url(images/arrow2.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 10px;
}
#bottom {
	width: 1007px;
	overflow:auto;
	margin: 0 auto;
	background-image: url(images/bottom.png);
	background-position: top;
	background-repeat:no-repeat;
}
#copyright {
	padding: 30px 0 20px 0;
	color:#FFF;
	font-size: 11px;
}
#copyright a, #cform a {
	color:#FFF;
	text-decoration:none;
}
#copyright a:hover, #cform a:hover {
	color: #000;
	text-decoration:none;
}
#cform {
	text-align:left;
	margin: 0;
	padding: 5px;
	font-size: 11px;
	color:#FFF;
}
.light {
	font-weight:bolder;
	color: #FF0;
}
#memoryticker {
	width:504px;
	padding: 5px;
	margin-top:75px;
	color: #000;
 filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)
}
#memoryticker a {
	color: #000;
	text-decoration:none;
	font-weight:bold;
}
#memoryticker a:hover {
	color: #000;
	text-decoration:none;
	font-weight:bold;
	text-decoration:underline;
}
#m {
	color: #F00;
	background-color:#FFF;
	padding: 5px 0 5px 5px;
	font-size: 12px;
}
.red {
	color:#F00;
}
.promo {
	background-color:#FFF;
	border: 1px dashed #F00;
	margin-top: 0;
	padding: 5px;
	font-size: 11px;
}

