/* @override http://www.oasispartnership.org/global.css */

body {
	font-family: Helvetica, Arial, sans-serif;
	background: #e1e1e1 url(images/body-bg.jpg) repeat-x 0 top;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-right: 10px solid white;
	border-left: 10px solid white;
}

#header {
	height: 148px;
	background: url(images/header-bg.jpg) repeat-x 0 top;
	color: white;
	border-bottom: 5px solid white;
}

#header h1 {
	width: 190px;
	height: 148px;
	text-indent: -1000px;
	background-image: url(images/header-logo.jpg);
	float: left;
	display: block;
}

#header #phone {
	width: 145px;
	float: right;
	display: block;
	height: 41px;
	margin-bottom: 40px;
	padding-top: 20px;
	background: url(images/telephone-logo.png) no-repeat left center;
	padding-left: 50px;
	font-weight: bold;
	font-size: 18px;
}

#header #slogan {
	float: right;
	clear: right;
	height: 40px;
	font-size: 23px;
	margin-right: 25px;
}

#content {
	border: 15px solid #d9dbdb;
	overflow: hidden;
}

#left {
	width: 399px;
	float: left;
	border-right: 15px solid #d9dbdb;
	height: 953px;
	background-color: white;
}

#left #top {
	height: 118px;
	background-image: url(images/top-bg.jpg);
	color: white;
	padding: 15px 22px 15px 15px;
	font-size: 27px;
}

#left #top p.help  {
	margin-top: 35px;
	font-weight: bold;
}

#left #middle h2 {
	color: #015e99;
	font-size: 23px;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#left #middle p {
	color: #808385;
	font-size: 17px;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}

#left #logo {
	padding-top: 140px;
	background: url(images/oasis-logo-w.jpg) no-repeat;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 50px;
	font-weight: bold;
	color: #505153;
	font-size: 18px;
}

#right {
	float: right;
	width: 516px;
	color: white;
}

#right #blue {
	width: 486px;
	height: 239px;
	background-image: url(images/blue-bg.jpg);
	border-top: 10px solid #d9dbdb;
	padding: 15px;
	overflow: hidden;
}

#right #blue h2 {
	font-size: 23px;
	margin-bottom: 5px;
}
#right #blue ul {
	display: block;
	float: left;
	width: 184px;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 42px;
}

#right #blue ul.first {
	width: 175px;
}

#right #blue li {
	
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10px;
	
}

#right #dark {
	width: 486px;
	height: 312px;
	background-image: url(images/dark-bg.jpg);
	border-top: 10px solid #d9dbdb;
	padding: 15px;
}

#right #dark h2 {
	color: #fff700;
	font-size: 28px;
	margin-bottom: 20px;
}

#right #dark p {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 22px;
}

#right #dark a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#right #dark a:hover {
	color: #fff700;
	text-decoration: none;
}

#footer {
	padding: 15px 15px 15px 30px;
	height: 95px;
	background: url(images/footer-bg.jpg) repeat-x;
	color: white;
	border-top: 5px solid white;
	font-size: 13px;
	}

#footer h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}

#footer p {
	margin-bottom: 3px;
}

#footer #address {
	width: 170px;
	float: left;
	height: 75px;
}

#footer #contact {
	float: left;
	width: 515px;
	margin-top: 26px;
}

#footer #reg {
	margin-top: 26px;
	float: left;
}