/* CSS Document */

html * {
	margin: 0;
	font-weight: normal;
}
body {
	font-family: "Lucida Sans", Arial, verdana;
	background: url(../bg.jpg) repeat-x left top;
	font-size: 62.5%;
}
body, a {
	color: #FCF8A3;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
p, li, input, select {
	font-size: 120%;
}
p {
	line-height: 160%;
}
#container {
	width: 720px;
	margin: 0 auto;
	background-repeat: repeat-x;
}
#header {

}
#header h1 {
	float: left;
	width: 400px;
}
#header h1 a {
	display: block;
	background: url(../header.jpg) no-repeat left top;
	height: 177px;
	width: 720px;
}
#header p {
	float: left;
	width: 300px;
}
#header p a {

}
#navigation {
	margin-bottom: 10px;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	background-color: #0000CC;
	background-image: url(../nav.jpg);
	clear: left;
	width: 100%;
	text-align: center;
}
#navigation ul {
	list-style-type: none;
	padding: 0 0 0 10px;
}
#navigation li {
	display: inline;
	padding: 0;
}
#navigation li a {
	display: inline;
	padding: 10px 9px 10px 5px;
	text-decoration: none;
	font-style: normal;
	background: no-repeat right center;
	color: #FFFFFF;
	float: left;
	margin-right: 50px;
	width: 100px;
	margin-left: 50px;
}
#navigation a:hover {
	background-image: url(../nav2.jpg);
	background-repeat: repeat-x;
}

#navigation li.last_item a {
	background: none;
	color: #FFFFFF;
}
#content {
	clear: both;
	min-height: 300px;
}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000CC;
}

/* page styles */
#content {
	padding-left: 5px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}
#content h2 {
	font-size: 200%;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 240%;
	margin-bottom: 10px;
}
#content p {
	margin-bottom: 10px;
}


/* classes */
img.right {
	float: right;
	margin: 0 0 10px 10px;
	text-decoration: none;
}

.clearfix {
	clear: both;
}
.tag_line {
	font-size: 240%;
	font-style: italic;
	text-align: center;
}
#address_details {
	text-align: center;
}

.hide {
	position: absolute;
	left: -4000px;
}
img.under {
	float: right;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
html img { behavior: url(iepngfix.htc); }
#dv_flashImage1 img {
	margin-right: 15px;
}

