/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Ryan Marincovich
DATE CREATED:	2007.06.25
PURPOSE:		Framework style sheet for Beganik (MCH)
REVISIONS:
-------------------------------------------------------------------------------------------------------- */

/*
Contains all items that are different between a site with shadows and without.
These items may change for other purposes as well between templates.
*/

/* BODY */
body {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 11px;
	color: #000000; 
	background: url(/_images/framework/bg_main.gif) top left; 
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#bodyContainer {
	visibility: visible;
	height: 100%;
	position: relative;
	z-index: 10;
}

#bgGradient {
	visibility: visible;
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-repeat: repeat-x;
}

.logo_container {
	width: 100%;
	height: 130px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

#table_main {
	width: 725px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#table_body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	vertical-align: top;
}


/* --------------------------- LEFT NAV (SUBNAV) DEFS ----------------------------------- */
.sub_nav_container {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	float: left;
}

/* --------------------------- FOOTER DEFS ----------------------------------- */
#footer {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: left;
}
