body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	line-height: 18px;
}

a:link {
	color: #D24D16;
	text-decoration: underline;
}
a:visited {
	color: #52544F;
	text-decoration: none;
}
a:hover {
	color: #D24D16;
	text-decoration: underline;
}
a:active {
	color: #D24D16;
	text-decoration: underline;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	height: 140px;
	width: 900px;
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#nav2 {
	float: left;
	width: 332px;
	position: absolute;
	top: 4px;
	left: 568px;
	text-align: right;
}
#nav2 a {
	color: #CCCCCC;
	text-decoration: none;
}
#nav2 a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#nav2 a:hover {
	text-decoration: underline;
}
#nav2 a:active {
	text-decoration: none;
}

#mainnavwrap {
	position: absolute;
	width: 466px;
	top: 70px;
	left: 504px;
	height: 35px;
}

h3 {
	font-size:12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	}

#logo {
	position: absolute;
	height: 51px;
	width: 195px;
	top: 52px;
	float: left;
}

#mainContent {
	height: 280px;
	width: 900px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/home_group.jpg);
	background-repeat: no-repeat;
}
#missionstatement {
	font-size: 11px;
	line-height: 18px;
	float: left;
	width: 650px;
	margin-top: 10px;
	color: #666666;
}
#tagline  {
	float: right;
	height: 28px;
	width: 229px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #D24D16;
	color: #FFFFFF;
	text-align: center;
	padding-top: 7px;
	font-size: 12px;
	font-style: italic;
	position: absolute;
	left: 670px;
	top: 0px;
}

#bottominfo{
	width: 100%;
	background-image: url(../images/bottom_bkg.gif);
	background-repeat: repeat-y;
	height: 200px;
	}

.bottomcolumn{
	float: left;
	margin: 0px;
	}
.bottomcolumn a {
	color: #666666;
	text-decoration: none;
}
.bottomcolumn a:visited {
	color: #666666;
	text-decoration: none;
}
.bottomcolumn a:hover {
	text-decoration: underline;
}

.bottomright{
	margin: 0;
	padding: 0px;
}

#bottominfo .bottomcolumn img {
	float: left;
	padding: 0px;
}
#bottominfo  li  {
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 12px;
}
#bottominfo  ul  {
	margin: 0px;
	padding: 0px;
}
#home_arrow {
	float: left;
	height: 268px;
	width: 29px;
	background-image: url(../images/home_arrow.gif);
	background-repeat: no-repeat;
	margin-top: 12px;
}

#copyright {
	color: #FFFFFF;
	position: absolute;
	width: 600px;
	left: 0px;
	top: 9px;
	text-align: left;
}
#footer {
	background:#52544F;
	width: 100%;
	height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 20px;
}

#footer p {
	color: #FFFFFF;
	text-align: left;
}
.footercontainer {
	color: #FFFFFF;
}
#footer_container {
	position: relative;
	padding: 0px;
	height: 35px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#daly {
	width: 100%;
	height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 12px;
}
#daly_container {
	position: relative;
	padding: 0px;
	height: 35px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
