@import url('common.css');

/*========================Site Structure Start=====================================*/
body{
	padding:0;
	margin:0;
	background-color: #004464;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
	width:1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}

#container {
	height: auto;
	width: 850px;
	float: left;
	background-image: url(../images/shadow-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 87px;
	padding-left: 87px;
}
#header {
	float: left;
	width: 850px;
}

#logo {
	float: left;
	width: 340px;
	padding-top: 16px;
	padding-bottom: 11px;
}
#header .right {
	float: right;
	width: 240px;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
#header .right a {
	color: #FFFFFF;
	text-decoration: none;
}
#header .right a:hover {
	color: #BFECFF;
	text-decoration: underline;
}
#video-cnr {
	float: left;
	width: 850px;
}



#middle {
	float: left;
	width: 850px;
	padding-top: 20px;
	padding-bottom: 25px;
}
#middle .left {
	width: 343px;
	float: left;
	padding-right: 25px;
}
.testimonial-cnr {
	float: left;
	width: 343px;
}
.testimonial-bg {
	background-color: #f2f5f6;
	background-image: url(../images/testimonial-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	width: 320px;
	padding-right: 11px;
	padding-left: 12px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	height: 140px;
	padding-bottom: 0px;
}

.testimonial-top-curve  {
	background-image: url(../images/testimonial-top-curve.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 343px;
	height: 31px;
}
.testimonial-bottom-curve  {
	background-image: url(../images/testimonial-bottom-curve.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 343px;
	height: 31px;
}
#middle .right {
	float: right;
	width: 482px;
}
#middle .right p {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}








#footer {
	width: 850px;
	float: left;
	height: 51px;
}
#footer-bg {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	width: 794px;
	height: 51px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 51px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
#footer-bg a {
	width: 794px;
	height: 51px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 51px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#footer-bg a:hover {
	width: 794px;
	height: 51px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #007FB6;
	text-decoration: underline;
}
.testimonials ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.testimonials li {
	font-family: "Century Gothic";
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	float: left;
	height: 120px;
	width: 320px;
}
.testimonials p {
	line-height: 17px;
}
.testimonials .name {
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	line-height: 30px;
}
