body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background: url(../img/bg_body.jpg) repeat;
	line-height: 17px;
}

.clr {
	clear: both;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Layout */

#wrapper {
	width: 970px;
	margin: 0px auto;
	background: #fff url(../img/inner_bg.gif) repeat;
}

#wrapper_inner {
	width: 970px;
	margin: 0px auto;
	background: #fff url(../img/inner_bg.gif) repeat;
}

#header_l {
	width: 485px;
	height: 112px;
	float: left;
}

#header_r {
	width: 472px;
	height: 82px;
	float: left;
	background: url(../img/header_r_bg.gif) no-repeat;	
	padding: 30px 13px 0 0;
	text-align: right;
}

#banner {
	width: 970px;
	height: 205px;
	float: left;
}

#title_bar {
	width: 936px;
	height: 36px;
	float: left;
	background: url(../img/title_bg.gif) no-repeat;
	padding: 5px 34px 0 0px;
	text-align: right;
	font: bold 10px Arial, Helvetica, sans-serif;	
}

#home_left {
	width: 179px;
	padding: 5px 14px 5px 5px;
	float: left;
	background: #fff;
}

#home_center {
	width: 559px;
	float: left;
	padding: 20px 0;
	background: #fff;
}

/*
#home_right {
	width: 208px;
	padding: 5px 5px 5px 0px;
	float: left;
	background: #fff;
	text-align: right;
}*/

#home_right {
	width: 178px;
	padding: 5px 5px 5px 0px;
	float: left;
	background: #fff;
	margin: 0 0 0 30px;
}

#sub_left {
	width: 179px;
	padding: 5px 14px 5px 5px;
	float: left;
	background: #fff;
}

#sub_center {
	width: 757px;
	float: left;
	padding: 20px 15px 20px 0;
	background: #fff;
}

#preftr{
	width: 970px;
	padding: 0;
	float: left;
	height: 11px;
	background: #FFFFFF url(../img/pre_ftr_bar.gif) no-repeat;	
}

#wrapper_ftr {
	width: 970px;
	margin: 0px auto;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
}

#wrapper_ftr a:link, #wrapper_ftr a:visited {
	text-decoration: none;
	color: #fff;
}

#wrapper_ftr a:hover {
	text-decoration: underline;
	color: #fff;
}

#ftr_l {
	width: 465px;
	padding: 10px;
	float: left;
}

#ftr_r {
	width: 465px;
	padding: 10px;
	float: left;
	text-align: right;
}

#ftr_full {
	width: 950px;
	padding: 10px;
	float: left;
	text-align: center;
}

/* Navigation */

#navlist
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navlist li 
{
	margin: 0 0 3px 10px;
	padding: 0 0 3px 10px;
	height: 14px;
	position: relative;
	display: block;
	background: url(../img/nav_bg.gif) no-repeat bottom;
}

#navlist li a:link, #navlist li a:visited
{
	color: #004179;
	text-decoration: none;
}

#navlist li a:hover
{
	color: #004179;
	text-decoration: underline;
}

#subnav{
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav li 
{
	margin: 0 0 3px 15px;
	padding: 0 0 3px 15px;
	height: 14px;
	position: relative;
	display: block;
	background: url(../img/nav_bg_sub.gif) no-repeat bottom;
}

#subnav li a:link, #subnav li a:visited
{
	color: #004179;
	text-decoration: none;
}

#subnav li a:hover
{
	color: #004179;
	text-decoration: underline;
}


/* Content */

h1#hdg {
	width: 433px;
	height: 17px;
	background: url(../img/hdg_home.gif) no-repeat;
}
	
	h1#hdg span {
		display: none;
}

h1 {
	font: small-caps 20px/20px Georgia, "Times New Roman", Times, serif;
	color: #00437a;
}

h2 {
	font-size:15px;
	font-family:Arial;
	color:#000000;
}

h3 {
	font-size:13px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#000000;
}

h4 {
	font: small-caps 16px/16px Georgia, "Times New Roman", Times, serif;
	color: #00437a;
}

ul{
	list-style: url(../img/bullet.jpg) outside;
}

.lg_red {
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}

.frame {
	border: 1px solid #0095d9;
	padding: 10px;
	background: #fff;
	width: 90%;
	margin: 10px 0 0 30px;
}

.frame h2 {
	font-size:15px;
	font-family:Arial;
	color:#000000;
	margin: 0px;
	padding: 0px;
}

.action {	
float: left;
	border: 1px solid #0095d9;
	padding: 10px;
	background: #fff;
	width: 300px;
	margin: 20px 15px 0 10px;
}

.keynote_action {	
	float: right;
	border: 1px solid #0095d9;
	padding: 10px;
	background: #dbe4ec;
	width: 200px;
	margin: 0 0px 10px 10px;
}

.dbl_bdr {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ccc;
	padding: 4px;
}

.greyed_out {
	color: #999;
}

.greyed_out_highlight {
	color: #003399;
}

/* Contact Form */


