* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

p.head1 {
                     font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
                     font-weight: bold;
	line-height: 18px;
	color: #000000;
}

p a {
	color: #386084;
	text-decoration: underline;
	font-weight: normal;
}
p a:hover {
	color: #F1AD30;
}

#container {
	width: 1024px;
	margin: 0 auto;
}
#header {
	margin-top: 20px;
}
#header h1 span {
	float: left;
	margin-right: 5px;
	display: none;
}
#header h1 {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 81px;
	width: 190px;
	float: left;
}
#header h2 span {
	float: left;
	margin-left: 2px;
	display: none;
}
#header h2 {
	background-image: url(../images/adaycenter_blurb.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	margin-left: 5px;
	height: 80px;
	width: 205px;
}


#wrap {
	background-image: url(../images/topCircle.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	width: 1024px;
	display: inline;
	float: left;
}
#wrapbtm {
	background-image: url(../images/bottomCircle.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: inline;
	float: left;
}
#nav {
	background-image: url(../images/doubleNavbar.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 45px;
	width: 875px;
	float: right;
	display: inline;
}
#nav ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	list-style-image: none;
}
#nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 45px;
	color: #386083;
	text-decoration: none;
	margin-right: 40px;
}
#nav li#active a{
	color: #F1AD30;
}
#nav a:hover {
	color: #F1AD30;
}

#subNav {
	float: right;
	display: inline;
	width: 875px;
	clear: both;
}
#subNav ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	list-style-image: none;
}
#subNav a {
	color: #386084;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 18px;
	padding-right: 50px;
}
#subNav a:hover {
	color: #F1AD30;
}
#subNav li#subactive a{
	color: #F1AD30;
}


#content {
	clear: both;
	width: 500px;
	margin-top: 20px;
	margin-left: 90px;
	float: left !important;
	display: inline;
	padding-bottom: 15px;
}
#content li
{
        list-style:square;
        margin-left:10%;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 18px;
	font-weight: normal;
	color: #386083;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#imageContent {
	float: right!important;
	padding-left: 15px;
	display: inline;
	width: 375px;
	margin-top: 20px;
	padding-right: 15px;
}
#imageContent img {
	padding: 5px;
}
#imageContent .caption {
	font-size: 11px;
	color: #386083;
	width: 250px;
	padding-top: 10px;
	padding-left: 10px;
}
#footer {
	font-size: 11px;
	background-image: url(../images/doubleLines.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	display: inline;
	width: 875px;
	padding-bottom: 20px;
	margin-top: 5px;
}
#footer p {
	padding-top: 20px;
	padding-left: 2px;
}
