@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	background-color: #EFEFEF;
	color: #333333;
	line-height: 26px;
}
.sidebar_feature {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
	background-image: url(images/bubble-bg.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #030;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 30px;
}
h2 {
	font-size: 18px;
	color: #023401;
}

a {
	color: #063;
}
a:hover {
	color: #060;
}



#top-wrapper {
	height: 250px;
	background-color: #333333;
}
#top {
	margin: auto;
	height: 250px;
	width: 950px;
	background-image: url(images/top.jpg);
}
#global-nav {
	margin: auto;
	text-align: center;
	background-color: #023401;
}
#bottom-wrapper {
	width: 950px;
	min-height: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#footer {
	width: 950px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #666666;
	text-align: center;
	line-height: 12px;
}
#footer a {
	color: #000000;
}

.testimonial {
	font-size: 14px;
	background-color: #FFF;
	background-image: url(images/bubble-bg.jpg);
	padding: 10px;
	float: left;
	width: 300px;
	margin-right: 10px;
	background-repeat: repeat-x;
	height: 310px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	border-radius: 10px;
}
.testimonial b {
	color: #060	
}
