body {
	font: 11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #626aa7 url(/images/body_bg.gif) repeat-x;
}
#nav {
	height: 61px;
	width: 478px;
	background: url(/images/nav2_bg.gif);
	position: absolute;
	left: 0px;
	top: 0px;
}
img {
	border-width: 0;
}
p {
	margin-top: 0;
}
#wrapper {
	width: 770px;
	position: relative;
	margin: 25px auto 10px auto;
	text-align: left;
}
*html body #main {
	height: 375px;
}
#main{
	background: url(/images/main_bg.gif) repeat-y;
	width: 770px;
	min-height: 375px;
	position: relative;
	padding-top: 20px;
	float: left;
	padding-bottom: 10px;
}
#header {
	height: 155px;
	width: 770px;
	background: url(/images/header_bg.gif) no-repeat left top;
}
#footer {
	height: 43px;
	width: 770px;
	background: url(/images/footer_bg.gif) no-repeat left top;
	clear: both;
	color: #000000;
	text-align: center;
	line-height: 3.5em;
}
#copy {
	float: left;
	margin-top: 55px;
	width: 462px;
	padding-left: 20px;
}
#pod {
	width: 206px;
	position: relative;
	right: 30px;
	top: 60px;
	float: right;
	background: url(/images/pod_mid.gif) repeat-y;
	text-align: center;
	color: #24408f;
}
#pod h1 {
	background: url(/images/pod_top.gif) no-repeat left top;
	height: 25px;
	width: 206px;
	margin: 0;
	padding: 0;
}
#pod div {
	background: url(/images/pod_btm.gif) no-repeat left bottom;
	padding: 8px;
}
#pod span {
	display: none;
}

#pic {
	position: absolute;
	top: -20px;
	z-index: 100;
	right: -15px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position:absolute;
	left:30px;
}
#nav span {
	display: none;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left;
}
#nav a:hover,
#home .home a,
#contact .contact a,
#location .location a {
	background-position: right;
}
#home .home a,
#contact .contact a,
#location .location a {
	cursor:default;
}
.home a {
	width: 81px;
	background: url(/images/btn_home.gif);
}
.contact a {
	width: 129px;
	background: url(/images/btn_contact.gif);
	margin-left:35px;
}
.location a {
	width: 109px;
	background: url(/images/btn_location.gif);
	margin-left:35px;
}
#pod ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 14px;
}
#pod li {
	margin-bottom: 10px;
}
#copy h1 {
	background: url(/images/daisy.gif) no-repeat left center;
	height: 18px;
	font-size: 16px;
	margin: 0px 0px 15px;
	padding-left: 22px;
	color: #24408f;
	letter-spacing: 1px;
	line-height: 18px;
}
#footer span {
	color: #ccc;
}
#footer a {
	text-decoration: none;
	color: #ccc;
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
}
#copy img {
	margin-right: 10px;
	float: left;
	border: 2px solid #24408f;
}
/*----forms----*/
form {
	margin: 0px;
	width: auto;
}
label {
	display:block;
	float:left;
	width:10em;
}
*html fieldset {
	background:transparent;
}
fieldset {
	margin: 1em 0;
	padding: 1em;
	background: #f8f8f8;
	border: 1px solid #eaeaea;
	color: #000;
}
legend {
	font-weight: bold;
	color: #000;
}
input {
	font-size:11px;
	border: 1px solid #24408f;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;	
}
input:focus {
	background: #eaeaea;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	height: 100px;
	font-size: 11px;
	border: 1px solid #24408f;
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size:11px;
}
.button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #eaeaea;
	width:auto;
	font-weight:bold;
}
