/*----------------------------------------------------------------------------
	Dharma - Index
	Version:   1.0
	Author:    Nichole, Lizl Rodriguez, RealDecoy Inc.
___________________________________________________________________________ */


/* ------------ MAIN CONTENT RULES ------------ */

#home_content {
	padding:0;
	margin:0; 
	width:980px;
	/*background-image:url(../images/screen2_bg.gif);*/
}

/* ------------ BANNER RULES ------------ */

#banner {
	/*background:url(../images/banner_orville.jpg) no-repeat;*/
	height:330px;
	width:980px;
}

/* ------------ FOOTER RULES ------------ */

#home_footer {
	width:980px;
	background:#e7e8d7;
	color:#afb3a9;
	font-size:100%;
}

#home_footer a {
	text-decoration: none;
	color: #afb3a9;
	height:25px;
	line-height:25px;
}

#home_footer a:link, #footer a:visited {
}

#home_footer a:hover {
	color: #933;
}

#home_footer div#privacy_policy {
	border-top: 1px solid #cfd0c1;
	width: 322px;
	float: left;
	height:25px;
	line-height:25px;
}

#home_footer div#copyright {
	border-top: 1px solid #cfd0c1;
	width: 345px;
	float: left;
	text-align:center;
	height:25px;
	line-height:25px;
}

#home_footer div#login {
	float: left;
	width: 290px;
	border-top: 1px solid #cfd0c1;
	text-align:right;
	padding-right: 22px;
	background:url(../images/footer_bg.jpg) top right no-repeat;
	height:25px;
	line-height:25px;
}

#home_footer div#login a {
	text-decoration: none;
	color: #656564;
}

#home_footer div#login a:hover {
	color: #933;
}
