/* CSS Document */

#container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:980px;
	height:102px;
/*	background-color:#00FF33;*/
}

#logo {
	width:261px; 
	height:60px;
	margin-top:16px;
}

#header-right {
	width:350px;
	height:102px;
}

#header-right-top {
	width:350px;
	height:36px;
/*	background-color:#CCFF00;*/
}

#header-right-top a{
	color:#8BDBFF;
}

#header-right-bottom {
	text-align:right;
	font-size:30px;
	font-weight:bold;
	margin-top:15px;
	color:#FFFFFF;
}

.left-col {
	width:694px;
	float:left;
}

.right-col {
	width:263px;
	float:right;
}

#content-wrapper {
	width:980px;
}

#banner-image {
	width:980px;
/*	height:259px;*/
}

#content {
	width:980px;
	margin-top:22px;
}

.content-title {
	width:673px;
	height:30px;
	background-image:url(/graphics/common/green-title-bar.png);
	margin-bottom:18px;
	padding-left:21px;
	font-size:16px;
	font-weight:bold;
	padding-top:9px;
}

.content-body {
	width:auto;
	padding:21px;
	padding-top:0px;
}

#testimonial-box {
	width:263px;
	height:306px;
	background-image:url(/graphics/common/testimonial-box.png);
	background-repeat:no-repeat;
	margin-bottom:18px;
}

#footer {
	width:100%;
	background-color:#060227;
}

#footer-inner {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	color:#8BDBFF;
	padding-top:20px;
	padding-bottom:20px;
}

#footer-inner a {
	color:#8BDBFF;
}

.green-text {
	color:#00CC00;
}

.form-input-long {
	width:400px;
}

.cycle-slideshow {
	width: 980px;
	height: 259px;
	background-color:#000000;
}