@charset "utf-8";

@import url(reset.css);
@import url(superfish.css);

/* stylesheet */

body {
	background: #fff;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#header {
	width: 770px;
	height: 141px;
}

#header h1 {
	background: url(images/logo.png) no-repeat;	
	width: 228px;
	height: 141px;
	float: left;
}

#header h1 a {
	width: 228px;
	height: 141px;
	display: block;
	text-indent: -9999px;
}

#header ul {
	float: right;
	background: url(images/banner-list.png) no-repeat;
	width: 274px;
	height: 141px;
	text-indent: -9999px;
}

#leftcol {
	width: 476px;
	float: left;
	padding-top: 20px;
}

#leftcol .mid {
	width: 400px;
	margin: 0 auto;
	padding: 38px;
	background: url(images/gradbox-top.png) no-repeat;
}

#leftcol .btm {
	background: url(images/gradbox-btm.png) no-repeat;
	width: 476px;
	height: 19px;
}

#rightcol {
	width: 294px;
	float: right;
	padding-top: 20px;
}

#widecol {
	width: 770px;
}

#widecol .mid {
	width: 690px;
	margin: 0 auto;
	padding: 40px;
	background: url(images/inner-gradbox-top.png) no-repeat;
}

#widecol .btm {
	background: url(images/inner-gradbox-btm.png) no-repeat;
	width: 770px;
	height: 19px;
}

#footer {
	padding: 20px;
	font-size: 11px;
}

#footer a {
	color: #004a80;
}

#widecol #footer {
	width: 500px;
}

/* text */

body {
	font: 12px "Trebuchet MS", Arial, "Helvetica 55 Roman", sans-serif;
	color: #000;
}
p {
	padding: 8px 0;
}

.h_fillout {
	background: url(images/top-fill-out.png) no-repeat;
	width: 770px;
	height: 43px;
	text-indent: -9999px;
}

#widecol h2 {
	font: 33px Arial, Helvetica, sans-serif;
}

#widecol h3 {
	font: 19px Arial, Helvetica, sans-serif;
}

#widecol p {
	font: 12px Arial, Helvetica, sans-serif;
}

.home_list {
	margin: 20px 0 20px 20px;
}

.home_list li {
	list-style: url(images/list-sq.png) none;
	font-size: 19px;
	line-height: 1.5;
}

.title {
	font-size: 35px;
	font-weight: normal;
	color: #003371;
	padding: 20px 0 0 0;
}

