@charset "UTF-8";
/* CSS Document */

html, body {
	background-image:url(../images/pageBG.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

.container {
	width:917px;
	margin: 78px auto 0 auto;
}

.top {
	width:917px;
	height:10px;
	background-image:url(../images/top-rounded.png);
	background-repeat:no-repeat;
}

.main {
	background-color: #FFF;
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	height: 548px;
	width: 917px;
	position: relative;
}

.header {
	position:absolute;
	top:40px;
	left:30px;
	width:887px;	
}

.one {
	font-size:27px;
	line-height:27px;
	font-style:italic;
	float:left;
}

.one span {
	font-style:normal;
}

.two {
	float:left;
	line-height:27px;
	width:141px;
	padding:4px 0 0 40px;

}

.three {
	float:left;
	font-size:23px;
	line-height:27px;
	color:#660000;
	padding-left:12px;
}

.three a, a:visited {
	color:#660000;
	text-decoration:underline;
}

.three a:hover {
	text-decoration:none;
	color:#000;
}

.content {
	position:absolute;
	top:286px;
	left:301px;
	width:570px;
	font-size:12px;
	line-height:14px;
}
.contentAdjusted {
	position:absolute;
	top:272px;
	left:301px;
	width:570px;
	font-size:12px;
	line-height:14px;
}
.content strong {
	font-weight:bold;
}

.content p {
	margin-bottom:10px;
	line
}

.content ul {
	padding-left:25px;
}

.content li {
	list-style:disc;
	line-height:14px;
}

.content a, a:visited {
	color:#000;
	text-decoration:underline;
}

.content a:hover {
	color:#660000;
}

.bottom {
	width:917px;
	height:10px;
	background-image:url(../images/bottom-rounded.png);
	background-repeat:no-repeat;
}

.contact {
	width:917px;
	margin:40px auto 10px;
	text-align:right;
	font-size:12px;
}

.contact p {
	margin-bottom:10px;
}

.contact a, a:visited {
	background:url('../images/contact_us.png') 0 0;
	display:block;
	width:108px;
	height:39px;
	float:right;
}
.contact a:hover {
	background:url('../images/contact_us.png') -109px 0;
}

.clear {
	clear:both;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
}
