

@import url("form.css");
* {
	margin:0;
	padding:0;
}
body {
	background-color:#dedede;
	font: normal 12px "Arial", Helvetica, sans-serif;
	color: #000;
}
a {
	outline: none;
}
ul.column {
	float:left;
	width:250px;
}
div.clear {
	clear:both;
}
img.border {
	border: 1px solid #000;
	padding: 2px;
	background: #fff;
}
#wrapper {
	background:url("../img/wrapper-bg.gif") repeat-y;
	margin:10px auto 35px auto;
	width:960px;
}
#header {
	background:url("../img/header-bg.gif") repeat-x;
	position:relative;
	height:100px;
	padding:20px 35px;
}
#logo {
	position:absolute;
	top:40px;
	left:20px;
	padding: 7px 15px;
	width:auto;
	font-size:36px;
	font-weight: bold;
	letter-spacing:-2px;
	color:#fff;
}
#call {
	position:absolute;
	top:15px;
	right:30px;
	width:auto;
	font-size:28px;
	font-weight: bold;
	letter-spacing:-1px;
	line-height: 10px;
	color:#000;
	background: url("../img/call-bkgrd.jpg") no-repeat;
	padding: 20px;
}
#call span.small {
	font-size:18px;
	line-height: 45px;
}
#content {
	background:url("../img/content-bg.gif") repeat-x;
	float:left;
	width:600px;
	padding:15px 30px 20px 30px;
	border-top:#eee 1px solid;
}
#sidebar {
	padding:20px 40px 20px 20px;
	float:right;
	width:240px;
}
#content ul, #sidebar ul {
	padding:0 0 0 20px;
	list-style-type: square;
}
#content li, #sidebar li {
	margin: 0 0 7px;
}
#footer {
	background:url("../img/header-bg.gif") repeat-x 0 bottom;
	clear:both;
	height:50px;
}
#footer p {
	color:#eee;
	font-size: 11px;
	line-height: 50px;
}
#footer a {
	color:#fff;
	text-decoration: underline;
}
/* Navigation Bar ---------------------------- */
#navcontainer ul {
	background:url("../img/navigation-bg.png") repeat-x 0 0;
	color: #000;
	float: left;
	width: 960px;
	font-size:13px;
	font-weight:600;
	border-bottom:#fff 1px solid;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	font-size:13px;
	background:url("../img/navigation-bg.png") repeat-x 0 0;
	padding: 15px 25px;
	color: #000;
	text-decoration: none;
	float: left;
}
#navcontainer ul li a:hover {
	background: #202b3d url("../img/navigation-bg.png") repeat-x 0 -100px;
	color: #fff;
}
#navcontainer ul li a:active {
	background:#202b3d url("../img/navigation-bg.png") repeat-x 0 -50px;
	color: #fff;
}
/* Text Format ---------------------------- */
h1 {
	padding: 10px 0 15px 0;
	letter-spacing:-1px;
	line-height: 1.1;
	font-size:24px;
}
h2 {
	padding: 10px 0 12px 0;
	letter-spacing:-1px;
	line-height: 1;
	font-size:20px;
}
h3 {
	padding: 6px 0 10px 0;
	letter-spacing:-1px;
	line-height: .9;
	font-size:16px;
}
p {
	color:#333;
	line-height: 18px;
	margin: 0 0 10px;
}
p a {
	text-decoration:none;
}
