/* -----------------------------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich
Date Created:	2008.03.04
File Purpose:	Housing Preservation Project - Framework style sheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


/* BODY */
body {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
	background: url(/_images/framework/bg_texture.gif) top left repeat; 
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#table_main {
	width: 780px;
	border: 0px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
#table_body {
	width: 780px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	vertical-align: top;
	background-position: top left;
	background-repeat: repeat-y;
}

/* --------------------------- LEFT NAV (SUBNAV) DEFS ----------------------------------- */
.sub_nav_container {
	width: 165px;
	margin: 20px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	float: right;
	font-weight: bold;
	color: #666666;
	background: #ffffff url(/_images/framework/left_nav_divider.gif) top left no-repeat;
	position: relative;
}

.sub_nav_link {
	width: 100%;
	margin: 0px;
	padding: 3px 0px 7px 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/left_nav_divider.gif) bottom left no-repeat;
}

.sub_nav_link_text {
	margin: 0px 10px 0px 10px;
	color: #666666;
}

/* --------------------------- FOOTER DEFS ----------------------------------- */
#footer {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
}
