@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #939598;
	font-family: Helvetica-Light, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

p {margin-top: 15px; margin-bottom: 0;}

ul {
	margin: 15px 0 0 20px;
	padding: 0;
}

	ul li {
		margin: 0;
		padding: 0 0 0 16px;
		list-style: none;
		background: url(../graphics/bullet.gif) 0 6px no-repeat;
	}

h1 {
	margin: 0;
	color: #d5e04d;
	font-family: "Univers-Light", Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: normal;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	margin: 25px 0 0 0;
	color: #d5e04d;
	font-family: "Univers-Light", Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: normal;
	font-weight: normal;
	letter-spacing: -1px;
}

#container {
	width: 772px;
	margin: 0 auto;
	padding: 0 4px;
	background: url(../graphics/bg.gif) repeat-y;
}

	#header {
		width: auto;
	}
	
		#logo {
			width: 180px;
			height: 87px;
			display: block;
			background: url(../graphics/chambernet-logo.gif) no-repeat;
		}
		
	#nav {
		width: auto;
		background: #d5e04d;
		font-family: "Univers-Light", Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
		
		#nav ul {
			margin: 0 0 0 8px;
			padding: 0;
		}
		
			#nav ul li {
				margin: 0;
				padding: 0;
				list-style: none;
				background: none;
				float: left;
			}
			
				#nav ul li a, #nav ul li a:visited{
					padding: 8px 18px;
					color: #000000;
					text-decoration: none;
					display: block;
					float: left;
				}
				
				#nav ul li a:hover {
					color: #000000;
					text-decoration: none;
					background: #f7ff99;
				}

	#body {
		width: auto;
	}
	
		#body-left {
			width: 180px;
			float: left;
		}
		
		#content {
			width: 532px;
			padding: 20px 30px 30px 0;
			line-height: 20px;
			float: right;
		}		
		
#footer {
	width: 780px;
	height: 10px;
	margin: 0 auto;
	background: url(../graphics/bg-bottom.gif) no-repeat;
}

.green-container {
	width: auto;
	margin: 15px 0 0 0;
	padding: 15px;
	border-top: 1px solid #d5e04d;
	border-bottom: 1px solid #d5e04d;
	background: #fbfced;
}

.testimonial-container {
	width: auto;
	margin: 15px 0 0 0;
	padding: 0 0 10px 30px;
	background: url(../graphics/testimonial-quote.gif) 0 4px no-repeat;
}

	.testimonial-container p {margin-top: 8px;}

.clear-both {clear: both;}
.hide {display: none;}

.margin-top-15 {margin-top: 15px;}

form {margin: 0;}
.width-200 {width: 200px;}

.input-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #939598;
}