a:hover {
	text-decoration: none;
}

body {
	background: #FFFFFF url(../images/homeBack.jpg) no-repeat center top;
}

#homeWrapper {
	background: url(../images/navBand.gif) repeat-x center 160px;
}

#wrapper {
	background: none;
	width: 720px; /* must match #opacityLayer*/
	padding-top: 160px;
	height: 650px; /* must match #opacityLayer and #homeContent+125*/
}

#homeContent {
	position: absolute;
	height: 525px; /* must match #wrapper-125 and #opacityLayer-125 */
	top: 160px;
	left: 0px;
	z-index: 1;
	padding: 125px 88px 0 88px;
}

#homeContent p {
	float: right;
	width: 400px;
}

#opacityLayer {
	position: absolute;
	width: 720px; /* must match #wrapper*/
	height: 650px; /* must match #wrapper and #homeContent+125*/
	top: 160px;
	left: 0px;
	z-index: 0;
	background: #FFFEE8;
	filter:alpha(opacity=82); 
	-moz-opacity:.82;
	opacity:.82;
}

#logo {
	left: -40px;
}

#logoHomeTop, #logoHomeBottom {
	position: absolute;
	z-index: 1;
	left: -32px;
}

#logoHomeTop {
	top: 109px;
}

#logoHomeBottom {
	top: 210px;
}

#dotBlock {
	/* blocks out dots near logo text */
	left: -38px;
}

#logoText {
	left: -64px;
}

#blogTabWrap {
	right: 0px;
}

#footerTab {
	left: 325px;
	border-top: 1px solid #F26522;
	border-right: 1px solid #F26522;
	border-left: 1px solid #F26522;
}


#homeNav h2 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	color: #69044C;
	padding: 5px 5px 0 5px;
}

#homeNav p {
	font-family: Tahoma, Arial, Helvetica, sans-serif 12/17;
	margin: 0;
	width: 165px;
	color: #000000;
	padding: 0 5px 5px 5px;
	

}

#homeNav td {
	padding-right: 40px;
	padding-bottom: 28px;
	vertical-align: top;
}

#picHome1 {
	border: 1px solid #F2789D;
	padding: 2px;
	position: absolute;
	top: 130px;
	right: 88px;
}

#picHome2 {
	float: left;
	clear: left;
	padding: 2px;
	border: 1px solid #F2789D;
}

#homeNav h2.hover {
	color: #F2789D;
	background: #E8EFD3;
}

#homeNav p.hover {
	color: #F26522;
	background: #E8EFD3;
}