@charset "utf-8";
/* CSS Document */

body {
	background-color:#137527;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin:0 auto;
	text-align:center;
}

#site-container {
	width:1200px;
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	background-image:url(../images/bg-index.png);
	background-position:center;
	background-repeat:repeat-y;
}

#content-left {
	width:105px;
	height:50px;
	float:left;
}

#content-center {
	width:990px;
	background-color:#000;
	float:left;
}

#content-right {
	width:105px;
	float:right;
}

#main-left {
	width:420px;
	float:left;
}

#main-right {
	width:570px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	color:#e8f0e2;
	float:right;
}

.bullettext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}

.services {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	line-height:26px;
}

ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#453200;
	line-height:14px;
	padding:0px;
	margin-top:-15px;
	list-style-type:none;
}

li {
	list-style-type:none;
	padding:10px 0px 0px 0px;
}

li a {
	color:#453200;
	text-decoration:none;
}

#footer {
	width:790px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000;
	padding:35px 0px 10px 0px;
}