@charset "utf-8";
/* CSS Document */

body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

p {
	margin-bottom:10px;
}

h1 {
	font-size:24px;
	line-height:24px;
}

h2 {
	font-size:20px;
	line-height:24px;
}

a {
	color:#000000;
}

img {
	margin:10px 0 10px 0;;
}

body {
	background:url(../images/backgrounds/bg_pattern.png);
}

#main {
	width:960px;
	padding:20px 63px 0 63px;
	margin:0 auto 0 auto;
	background:url(../images/backgrounds/bg_main.png) no-repeat;
}

#container {
	width:960px;
}

#header {
	width:960px;
	height:145px;
	margin-bottom:20px;
	background:url(../images/backgrounds/bg_header.png);
}

#left {
	width:210px;
	min-height:555px;
	float:left;
}

ul.menu li a {
	width:210px;
	height:37px;
	display:block;
	text-align:center;
	background:url(../images/backgrounds/bg_button.png) bottom;
	font-weight:bold;
	line-height:37px;
	color:#000000;
}

ul.menu li a.selected,
ul.menu li a:hover {
	background-position:top;
}

#middle {
	width:500px;
	min-height:545px;
	padding:10px 20px 0 20px;
	background-color:#FFFFFF;
	float:left;
}

#middle ul,
#middle ol {
	margin-left:15px;
}

#middle ol li,
#middle ul li,
ul.list li{
	list-style:disc;
}

#middle a {
	text-decoration:underline;
}

#right {
	width:210px;
	min-height:555px;
	background:#E9EAEB;
	float:left;
}

.rightdiv {
	width:190px;
	padding:10px 10px 0 10px;
	background:url(../images/backgrounds/bg_rightside.png) no-repeat;
}

#right_header {
	height: 40px;
	line-height:34px;
}

.testimonial p {
	font-size:11px;
	line-height:14px;
}

.form td .left {
	width: 70px;
	height: 18px;
	padding:6px 0 2px 0;
	font-weight:bold;
	color:#636363;
}

.form input {
	width:115px;
	height:18px;
	padding-left:5px;
	border:0;
	background: url(../images/backgrounds/bg_formfield.png) no-repeat;
}

#submit {
	width:91px;
	height:21px;
	margin-left:30px;
	background: url(../images/backgrounds/bg_submit.png) no-repeat;
}

#footer {
	width:960px;
	height:75px;
	clear:both;
}

#space {
	width:960px;
	height:35px;
}

#bottom {
	width:960px;
	height:40px;
	text-align:right;
	color:#ffffff;
	line-height:40px;
	font-weight:bold;
	background:url(../images/backgrounds/bg_footer.png) no-repeat;
}

#bottom a {
	color:#ffffff;
}

#bottom_shadow {
	width:1086px;
	height:34px;
	margin:0 auto 0 auto;
	background:url(../images/backgrounds/bg_bottom_shadow.png) no-repeat;
}

