/* ------------------------------
	general stuff
-------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #edf0d1 url(/images/bg.jpg) repeat-y left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
a {
	text-decoration: none;
}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #c00;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-style: italic;
}
p {
	font-size: 11px;
	padding: 7px 0px;
	line-height: 17px;
}
li {
	font-size: 11px;
	line-height: 17px;
}


/* ------------------------------
	definition styles
-------------------------------- */
dl {
	font-size: 11px;
	line-height: 17px;
}
dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}
dd {
	text-indent: 10px;
	padding: 7px 0px;
}

/* ------------------------------
	list styles
-------------------------------- */
.roman {
	list-style: upper-roman outside;
}
.alpha {
	list-style: lower-alpha outside;
}
.num {
	list-style: decimal outside;
}
ol, ul {
	padding: 7px 0px 7px 25px;
}
ul {
	list-style: square outside;
}

/* ------------------------------
	section/column divs
-------------------------------- */
#wrapper {
	background: url(/images/header-bg.jpg) no-repeat left top;
	padding-top: 258px;
	width: 760px;
}
#footer {
	clear: both;
	height: 210px;
	background: url(/images/footer-bg.jpg) no-repeat left bottom;
}
#left {
	width: 400px;
	float: left;
	display: inline;
	margin-left: 63px;
	margin-right: 40px;
}
#left_big {
	width: 545px;
	float: left;
	display: inline;
	margin-left: 63px;
	margin-right: 40px;
}
#right {
	padding-top: 135px;
	width: 230px;
	float: left;
	display: inline;
	padding-bottom: 10px;
}


/* ------------------------------
	logo image replacements
-------------------------------- */
#logo {
	width: 315px;
	height: 64px;
	text-indent: -5000px;
	background:  url(/images/unity-benefit-services.jpg) no-repeat;
	position: absolute;
	left: 63px;
	top: 104px;
}
#logosmall {
	width: 120px;
	height: 50px;
	text-indent: -5000px;
	background:  url(/images/unity-benefit-services-small.jpg) no-repeat;
}
#logo a, #logosmall a {
	display: block;
	width: 100%;
	height: 100%;
}


/* ------------------------------
	featured section
-------------------------------- */
#feature {
	width: 410px;
	height: 150px;
	background: url(/images/heart.jpg) no-repeat left top;
}
#left #feature h2 {
	font-size: 24px;
	background: none;
	padding: 35px 0px 0px 100px;
}
#left #feature p {
	font: italic 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #363;
	text-indent: 40px;
	padding: 0px 0px 0px 80px;
}
#nofeature {
	height: 50px;
}


/* ------------------------------
	everything for the left side
-------------------------------- */
#left h2 {
	font-size: 16px;
	background: url(/images/double-top.gif) repeat-x left bottom;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#left h3 {
	text-align: right;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 1px;
}
#left h3 a {
	color: #c00;
}
#left h3 a:hover {
	border-bottom: 1px solid #c00;
}
#left h4 {
	font-size: 16px;
	color: #333;
}
#left p a, #left li a {
	color: #c00;
	border-bottom: 1px solid #c00;
}
#left p a:hover, #left li a:hover {
	color: #333;
	border-bottom: 1px solid #333;
	background: #edf0d1;
}
#left .dbl {
	margin: 10px 0px 25px 0px;
	background: url(/images/double-btm.gif) repeat-x left bottom;
	height: 5px;
}
#left .dbl hr {
	display: none;
}
#left hr {
	border: none;
	height: 1px;
	color: #333;
	background: #333;
	margin: 15px 0px;
}


/* ------------------------------
	everything for the right side
-------------------------------- */
#right .bdr {
	background: #fff;
	padding: 4px;
	border: 2px solid #333;
	margin-bottom: 10px;
}
#right .blue {
	background: #edfcf5 url(/images/bills.gif) no-repeat center center;
	border: 1px solid #999;
	padding: 10px;
}
#right .yellow {
	background: #ffe;
	border: 1px solid #999;
	padding: 10px;
}
#right .green {
	background: #f3feeb;
	border: 1px solid #999;
	padding: 10px;
}
#right .white {
	background: #fff;
	border: 1px solid #999;
	padding: 10px;
}
#right h2 {
	font-size: 14px;
	background: url(/images/double-top.gif) repeat-x left bottom;
	padding-bottom: 10px;
}
#right h3 {
	background: url(/images/dots.gif) repeat-x left top;
	text-align: right;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 7px;
}
#right h3 a {
	color: #c00;
}
#right h3 a:hover {
	border-bottom: 1px solid #c00;
}
#right p a {
	color: #c00;
	border-bottom: 1px solid #c00;
}
#right p a:hover {
	background: #edf0d1;
}
#right .amy {
	background: #fff6ea url(/images/amy.gif) no-repeat left top;
	border: 1px solid #999;
	padding: 10px;
}
#right .amy h2 {
	margin-left: 60px;
	text-align: right;
}
#right .amy p {
	padding-left: 75px;
}


/* ------------------------------
	contact form stuff
-------------------------------- */
#cform {
	border: 0px;
}
#cform label {
	font-size: 11px;
	width: 30%;
	text-align: right;
	float: left;
	margin: 5px 25px 5px 0px;
}
#cform .no {
	display: none;
}
#cform input, textarea {
	margin: 5px 0px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
}
#cform textarea {
	height: 100px;
}


/* ------------------------------
	footer stuff
-------------------------------- */
#btmnav {
	background: url(/images/three.gif) no-repeat center top;
	width: 410px;
	float: left;
	display: inline;
	margin-left: 63px;
	margin-right: 40px;
	text-align: center;
	padding-top: 55px;
}
#btmnav p, #btmnav p a {
	color: #666;
}
#btmnav p a:hover {
	border-bottom: 1px solid #666;
}
#loc {
	width: 230px;
	float: left;
	display: inline;
}
#loc p {
	color: #363;
}
#loc p a {
	color: #363;
	border-bottom: 1px solid #363;
}
#loc p a:hover {
	background: #edf0d1;
}


/* ------------------------------
	login area
-------------------------------- */
#login {
	position: absolute;
	left: 460px;
	top: 90px;
	background: url(/images/curls.jpg) no-repeat left center;
	padding-left: 43px;
	padding-top: 10px;
}
#login h2 {
	font-size: 18px;
}
#login ul {
	list-style-type: none;
	padding: 5px 0px;
}
#login li {
	background: url(/images/blt.gif) no-repeat left center;
	padding-left: 12px;
	font-size: 12px;
	line-height: 18px;
}
#login a {
	color: #333;
	border-bottom: 1px solid #333;
}
#login a:hover {
	background: #edf0d1;
}


/* ------------------------------
	top nav (lots of rules)
-------------------------------- */
#topnav {
	position: absolute;
	left: 18px;
	top: 197px;
}
#topnav ul {
	list-style-type: none;
}
#topnav li {
	height: 48px;
	text-indent: -5000px;
	float: left;
}
#topnav li a {
	display: block;
	width: 100%;
	height: 100%;
}
#story {
	width: 123px;
	background:  url(/images/nav/story.gif) no-repeat;
}
#story a:hover {
	background:  url(/images/nav/story-on.gif) no-repeat;
}
#services {
	width: 85px;
	background:  url(/images/nav/services.gif) no-repeat;
}
#services a:hover {
	background:  url(/images/nav/services-on.gif) no-repeat;
}
#learn {
	width: 105px;
	background:  url(/images/nav/learn.gif) no-repeat;
}
#learn a:hover {
	background:  url(/images/nav/learn-on.gif) no-repeat;
}
#downloads {
	width: 105px;
	background:  url(/images/nav/downloads.gif) no-repeat;
}
#downloads a:hover {
	background:  url(/images/nav/downloads-on.gif) no-repeat;
}
#contact {
	width: 77px;
	background:  url(/images/nav/contact.gif) no-repeat;
}
#contact a:hover {
	background:  url(/images/nav/contact-on.gif) no-repeat;
}