/* -----------------------------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich
Date Created:	2007.08.09
File Purpose:	SMI System Modeling Institute - Framework style sheet
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: 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;
}

#bgGradient {
	visibility: visible;
	width: 100%;
	height: 504px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: url(/_images/framework/bg_gradient.gif) top left repeat-x;
}

#table_main {
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	z-index: 10;
	position: relative;
}

#table_body {
	width: 760px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	vertical-align: top;
	background: url(/_images/framework/bg_main_container.gif) left top repeat-y;
}

#table_body_divided {
	width: 760px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	vertical-align: top;
	background: url(/_images/framework/bg_main_container_divided.gif) left top repeat-y;
}

.table_side_shadow {
	width: 10px;
	margin: 0px;
	padding: 0px;
	position: relative;
	vertical-align: top;
}

.div_side_shadow {
	width: 10px;
	height: 505px;
}

/* --------------------------- LEFT NAV (SUBNAV) DEFS ----------------------------------- */
.sub_nav_container {
	width: 160px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

.sub_nav_container span {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	float: left;
	display: inline;
}

/* --------------------------- FOOTER DEFS ----------------------------------- */
#footer {
	width: 100%;
	height: 30px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	float: left;
}

