
@import "left.css";

html, body {
	margin:0;
	padding:0;
}

body {
	font-family: lucida grande, verdana, sans-serif;
	font-size:12px;
	color:#333;
	text-align:center;
	background:url('images/bg_gradient.gif') repeat-x; 
}

#wrap {
	width:770px;
	margin:15px auto;
	text-align:left;
	background:url('images/mid_bg_right.gif') repeat-y; 
}

#hdr {
	height:59px; 
	margin:0;
	padding:15px 20px; 
	background:url('images/hdr_bg.gif') no-repeat;
}

#hdrhomepage {
//*	height:59px;  *//
height:92px;
	margin:0;
//* padding:15px 20px; *//
	padding:2px 20px;
	background:url('images/hdr_bg.gif') no-repeat;
}



#hdr h1 {
	font-size:1px;
	text-indent:-5000em;
	width:180px;
	height:55px;
	margin:0;
	padding:0;
	background:url('images/logo.png') no-repeat;
}



//*
#hdrhomepage h1 {
	font-size:1px;
	text-indent:-5000em;
	width:180px;
	height:55px;
	margin:0;
	padding:0;
	background:url('images/logo.png') no-repeat;
}
*//



#hdr h1 a {
	display:block;
	height:55px;
	width:156px;
}

#hdr p {
	float:right;
	margin-top:-55px;
	color:#fff;
	text-shadow:2px 2px #333;
}

#hdr p a {
	color:#fff; 
	text-decoration:none;
}

#hdrhomepage p a {
//*	color:#fff; *//
	color:#000; 
	text-decoration:none;
}

#hdr p a:hover {
	color:#44cd44;
}

#nav {
	float:right;
	padding:0 1px;
	width:200px;
}

#nav2 {
	float:right;
	padding:0 1px;
	width:200px;
}

#nav ul {
	padding:0;
	margin:0;
}

#nav ul li {
	list-style:none;
	text-align:right;
}
#nav ul li a {
	display:block;
	padding:15px;
	background:url('images/nav_bg.gif') no-repeat bottom right;
	color:#999;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#44cd44;
	background-color:#fff;
}



#content {
	float:left;
	width:538px;
	margin-left:10px;
}

#content h3 {
	color:#002EB8;
}

#ftr {
	margin-top:15px;
	padding-bottom:15px;
	padding-right:222px;
	background:url('images/ftr_bg_right.gif') no-repeat bottom;
	font-size:8px;
}

.clear {
	line-height:1px;
	height:1px;
	clear:both;
}

.findOut{
	background:url(../images/findoutmore_bg.jpg);
	background-repeat:no-repeat;
	height:22px;
	width:114px;
	font-weight:bold;
	color:#004C9E;
	padding:4px 0 0 0px;
	margin-top:8px;
	}