@charset "utf-8";

/* CSS Document 
**************************************************
COLORS
blue: 0050B3
orange: FFAD38
tan: F4F1E9
dark gray: 4D4D4D
med gray: 999999
light gray: CCCCCC
**************************************************/

body {
	margin: 0;
	padding: 0;
	background: #F4F1E9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a img { border: none; }

#site-container {
	width: 980px;
	margin: 0 auto;
}

#main-container {
	background: url(../img/sprite-repeat-y.png) repeat-y left top;
	padding: 15px 0 0 0;
}

#main-container-bottom {
	background: #F4F1E9 url(../img/sprite-global.png) no-repeat left -160px;
	height: 10px;
	clear: both;
}

#main-container h1#brand a {
	background: url(../img/sprite-global.png) no-repeat left top;
	display: block;
	text-indent: -999em;
	width: 365px;
	height: 65px;
	margin: 0 0 15px 15px;
}

ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	overflow: auto;
}

ul.nav li {
	float: left;
	margin-right: 20px;
}

#main-container ul.nav {
	background: url(../img/sprite-global.png) no-repeat left -80px;
	overflow: auto;
	line-height: 25px;
	margin: 0 0 0 15px;
	padding: 0 0 0 20px;
}

#main-container ul.nav a {
	color: #fff;
	text-decoration: none;
}

#main-container ul.nav a:hover { color: #FFAD38; }

.slideshow {
	margin: 0 0 0 9px;
	clear: both;
	height: 275px;
}

#page-content {
	float: left;
	font-size: 12px;
	color: #4D4D4D;
	margin: 0 0 0 15px;
	padding: 15px 0 6px 0;
	width: 655px;
	line-height: 1.5em;
}

#page-content h3 {
	color: #0050B3;
	font-size: 15px;
	border-bottom: 1px solid #FFEAC7;
}

#page-content .testimonial { background: url(../img/sprite-repeat-y.png) repeat-y -990px top; }

#page-content .testimonial img { float: left; }

#page-content .testimonial blockquote {
	float: left;
	width: 450px;
	margin: 0;
	padding: 0 15px 0 30px;
	background: url(../img/sprite-quotes.png) no-repeat -720px top;
}

#page-content .testimonial .testimonial-box-top {
	height: 10px;
	background: #fff url(../img/sprite-global.png) no-repeat left -120px;
}

#page-content .testimonial .testimonial-box-bottom {
	height: 10px;
	background: #fff url(../img/sprite-global.png) no-repeat left -140px;
}

#page-content .testimonial .testimonial-box-middle {
	background: url(../img/sprite-quotes.png) no-repeat left bottom;
	overflow: auto;
	padding: 0 0 0 10px;
}

#side-bar {
	float: left;
	width: 250px;
	margin: 0 0 0 15px;
	padding: 15px;
	font-size: 12px;
	background: url(../img/sprite-global.png) no-repeat -990px top;
}

#side-bar h2 {
	color: #0050B3;
	font-size: 15px;
}

#side-bar div#contact-form {
	margin: 0;
	padding: 0;
	color: #0050B3;
}

#side-bar div#contact-form div {
	text-align: right;
	margin: 5px 15px 0 0;
}

#side-bar div#contact-form div label { margin: 0 5px 0 0; }

#footer-container {
	padding: 5px 15px;
	font-size: 11px;
	color: #CCC;
}

#footer-container ul.nav a {
	color: #999999;
	text-decoration: none;
}

#footer-container ul.nav a:hover {
	color: #4D4D4D;
	text-decoration: underline;
}

a.btn {
	background: url(../img/sprite-global.png) no-repeat -1300px -30px;
	padding: 0 0 0 3px;
	display: block;
	height: 20px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

a.btn span {
	background: url(../img/sprite-global.png) no-repeat right top;
	padding: 0 3px 0 0;
	display: block;
	height: 20px;
	cursor: pointer;
}

.small { width: 50px; }

.float-right { float: right; }

.float-left { float: left; }

.Question
{
	display: block;
}

.Answer 
{
	display: block;	
}