@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	background: #a6a29f url("img/body_bg.jpg") top center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrap {
	margin: 0 auto;
	padding-top: 10px;
	width: 700px;
}

#banner {
	margin: 0 auto 0 auto;
	width: 680px;
	height: 132px;
	background: url("img/banner_bg.jpg") bottom left no-repeat;
}

#banner h1, #banner p {
	text-indent: -9999px;
}

#links {
	margin: 0 auto;
	width: 680px;
	background: #d63333 url("img/links_bg.jpg") bottom left repeat-x;
	border-bottom: 3px solid #d63333;
}

#links ul {
	overflow: auto;
	margin-left: 20px;
	list-style: none;
}

#links ul li {
	float: left;
	display: block;
}

#links ul li a {
	margin-right: 20px;
	padding: 10px 0 10px 0;
	color: #fff;
	line-height: 40px;
	font-weight: bold;
}

#links ul li a:link, #links ul li a:active, #links ul li a:visited {
	text-decoration: none;
}

#links ul li a:hover {
	text-decoration: underline;
}

a:link, a:active, a:visited {
	color: #03c;
}

a:hover {
	color: #03f;
}

#content {
	margin: 10px auto 10px;
	width: 680px;
	overflow: auto;
}

#main {
	float: left;
	width: 450px;
}

#main h1 {
	margin-bottom: 10px;
	padding: 10px 10px 10px 20px;
	background: #3333d6 url("img/mainheading_bg.jpg") bottom left repeat-x;
	border-bottom: 3px solid #006;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}

#main h2 {
	margin-bottom: 10px;
	padding: 10px 10px 10px 20px;
	background: #eee;
	border-bottom: 1px solid #ddd;
}

#main p {
	margin-bottom: 10px;
	color: #333;
	line-height: 170%;
}

#main p img {
	display: block;
	border: 0;
}

#main ul {
	list-style-image: url("img/wrench.gif");
	list-style-position: inside;
}
#main ul li {
	margin-bottom: 5px;
	padding: 0 0 5px 20px;
	border-bottom: 1px solid #eee;
}

#main dl, #side dl {
}

#main dl dt, #side dl dt {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#main dl dd, #side dl dd {
	margin-bottom: 10px;
}

#side {
	float: left;
	margin-left: 10px;
	width: 220px;
}

#side h1 {
	margin-bottom: 10px;
	padding: 10px 10px 10px 20px;
	background: #eee url("img/sideheading_bg.jpg") bottom left repeat-x;
	border-bottom: 3px solid #999;
	color: #666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

#side h2 {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

#side form {
}

#side label {
	display: block;
	margin-bottom: 5px;
}

#side input {
	margin-bottom: 5px;
	padding: 5px;
	background : #fff url("../img/bg_input.png") no-repeat;
	border : 1px solid #bbb;
	border-top : 1px solid #777;
	border-bottom : 1px solid #ddd;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	width: 150px;
}

#side input.button {
	padding: 10px;
	color: #fff;
	background: #0c0 url("img/button_bg.jpg") bottom left repeat-x;
	border: 3px solid #0c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#side ul {
	list-style-image: url("img/wrench.gif");
	list-style-position: inside;
}

#side ul li {
	margin-bottom: 10px;
}

#dir {
	padding-top: 40px;
	background: url("img/mapquest.gif") center top no-repeat;
}

#footer {
	margin: 0 auto;
	padding: 30px 0 30px 0;
	width: 680px;
	background: url("img/footer_bg.jpg") top left repeat-x;
	border-top: 3px solid #ddd;
}

#footer p {
	color: #333;
	text-align: center;
	line-height: 170%;
}

.CollapsiblePanel {
	margin-bottom: 10px;
}

.CollapsiblePanelContent {
	padding-top: 20px;
}

.CollapsiblePanelTab {
	color: #03c;
}

.CollapsiblePanelTab:hover {
	color: #03f;
	cursor: pointer;
}

.testimonial {
	margin-bottom: 20px;
	padding: 20px;
	background: #f5f5f5;
	border: 2px solid #ddd;
}

.testimonial p {
	color: #333;
	font-family: "Courier New", Courier, monospace;
}

.testimonial p strong {
	color: #000;
}

.sfpg {
	width: 450px;
}