body {
	margin:0;
	background:#f5f5f5;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#878787;
}
img {border-style:none;}
a {
	text-decoration:underline;
	color:#669900;
}
a:hover {text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*main container*/
#main {
	position:relative;
	margin:40px auto 20px auto;
	width: 966px;
}
.frame {
	width:966px;
	background:url(../images/frame.gif) repeat-y;
}
.frame .top {
	width:966px;
	background:url(../images/frame-top.gif) no-repeat;
}
.frame .bottom {
	width:871px;
	background:url(../images/frame-bottom.gif) no-repeat 0 100%;
	padding:46px 46px 52px 49px;
}
/*header*/
#header {
	padding:3px 0 23px;
	position:relative;
	width:871px;
	overflow:hidden;
	border-bottom:1px solid #c8c8c8;
	background:url(../images/border.gif) repeat-y 191px 0;
}
#header .text {
	float:left;
	width:256px;
	height:34px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/expanding.gif) no-repeat;
}
/*logo*/
#header .logo {
	float:left;
	padding:0 33px 0 2px;
}
#header .logo a{
	display:block;
	width:175px;
	height:33px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat;
}
#header ul {
	position:absolute;
	right:-4px;
	top:14px;
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
#header ul li {
	float:left;
	background:url(../images/header-divider.gif) no-repeat 0 50%;
	padding:0 6px 2px 8px;
	margin:0 2px 0 -2px;
	display:inline;
	color:#878787
}
#header ul li a {
	color:#669900;
	text-decoration:underline;
}
#header ul li a:hover {
	text-decoration:none;
}
/*content*/
.container {
	overflow:hidden;
	width:100%;
}
.content-holder {
	width:100%;
	overflow:hidden;
	padding:0 0 12px;
}
.content-box {
	border-top:1px solid #c8c8c8;
	margin:14px 0 24px;
	padding:14px 0 0;
}
.content-text {
	width:450px;
	float:left;
}
.content-text ul{
	margin:0px;
	padding:0 0 8px 0;
	list-style:none;
	line-height: 18px;
}
.content-text ul li{
	padding:0 0 0 14px;
	background:url(../images/bull.gif) no-repeat 0 4px;
}
.column {
	width:193px;
	float:right;
}
.box {
	border-left:1px solid #c8c8c8;
	padding:0 0 0 12px;
	margin:0 0 30px;
}
.links {
	padding:0;
	margin:0;
	list-style:none;
}
.links li {
	line-height:18px;
	margin: 0 0 6px 0;
}
#content {
	width:680px;
	float:right;
}
.flash {
	border:1px solid #c8c8c8;
	margin:-1px 0 30px 0;
}
.flash img {display:block;}
p {
	font-size: 12px;
	color: #878787;
	margin:0 0 6px;
}
h1  {
	font-size: 14px;
	color: #00aff0;
	margin:0 0 6px;
	line-height:18px;
}
h2  {
	font-size: 14px;
	color: #00aff0;
	margin:12px 0 6px;
	line-height:18px;
}
h3 {
	font-size: 12px;
	color: #878787;
	margin:0 0 6px;
	font-weight: normal;
}
h4  {
	font-size: 14px;
	color: #00aff0;
	margin:0 0 6px;
	line-height:18px;
}
.pictures {
	padding:0;
	margin:-10px 0 0;
	list-style:none;
	overflow:hidden;
	width:100%;
} 
.pictures li {
	float:left;
	overflow:hidden;
	padding:15px 0 0;
}
.pictures li img {
	display:block;
	border:1px solid #c8c8c8;
}
.form {
	border:1px solid #c8c8c8;
	background:#edf6d5;
	padding:12px 16px;
	margin:0 0 23px;
}
.form div {
	width:100%;
	overflow:hidden;
	padding:0 0 4px;
}
.form div label {
	float:left;
	width:83px;
	font-size:12px;
	color:#878787;
}
.form .input-text {
	float:left;
	width:251px;
	border-style:none;
	border:0;
	padding:2px;
	font-size:12px;
	color:#878787;
	background:#fff;
}
.form .textarea {padding:12px 0 13px;}
.textarea textarea {
	width:250px;
	height:84px;
	padding:2px;
	border-style:none;
	background:#fff;
	overflow:auto;
	font-size:12px;
	color:#878787;
}
.submit {	margin:0 0 10px 83px;}
/*sidebar*/
#sidebar{
	overflow:hidden;
	width:190px;
	float:left;
	padding:20px 0 0;
}
#sidebar ul {
	padding:0 0 38px;
	margin:0;
	list-style:none;
}
#sidebar ul li {
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	padding:0 0 6px;
}
#sidebar ul li a {
	color:#878787;
	text-decoration:none;
}
#sidebar ul li a.active,
#sidebar ul li a:hover {color:#00aff0;}
/*footer*/
#footer {
	margin:-10px 0 0;
	padding:0 0 20px 242px;
	height:1%;
}
#footer ul {
	position:relative;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
#footer ul li {
	position:relative;
	float:left;
	background:url(../images/footer-divider.gif) no-repeat 0 50%;
	padding:0 10px 0 10px;
	margin:0 10px 0 -10px;
}
#flashcontent {
	height: 338px;
	width: 678px;
	margin-bottom: 30px;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
.noflash {
	text-align: center;
	padding-top: 50px;
}
.box img {
	border: 1px solid #c8c8c8;
	margin-top: 6px;
}
.big {
	font-size: 14px;
	color: #878787;
	margin:0 0 6px;
	line-height:18px;
	font-weight: bold;
}
td {
	border-bottom: 1px solid #669900;
}

