@import 'nav.css';
@import 'table.css';
@import 'content_head.css';

.inside
{
	padding : 0 8px;
}
.inside_right
{
	padding : 0 0 0 10px;
}
.clear 
{
	clear : both;
}
div.clear
{
	clear : both;
	position : relative;
	height : 1px;
	overflow : hidden;
}
br.clear
{
	clear : both;
	height : 1px;
	overflow : hidden;
}
img.border
{
	border : 1px solid #000;
}
p.small
{
	font-size : 10px;
	margin : 2px 0;
}

html, body {
	/* Required */
	height : 100%;
	margin : 0;
	padding : 0;
	text-align : center;
}

body
{
	background-color : #FFF;
	color : #333;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
}

div#page
{
	position : relative;
	width : 100%;
	height : auto !important;/* For Modern Browsers */
	height : 100%;/* For IE */
	min-height : 100%;/* For Modern Browsers */
	margin : 0 auto;
	text-align : center;
	font-size : 12px;
	background : url(../images/site/right_bg.png) repeat-y;
	z-index : 2;
}

div#content_wrapper
{
	position : relative;
	width : 100%;
	padding-bottom : 30px;
	padding-top : 0px;
	text-align : left;
	margin : 0 auto;
	z-index : 10;
}

div#content_wrapper:after {
	clear : both;
	content : ".";
	display : block;
	font : 1px/0px serif;
	height : 0;
	visibility : hidden;
}

div#footer
{
	position : relative;
	width : 100%;
	height : 24px;
	margin-top : -24px;
	font-size : 11px;
	text-align : center;
	color : #999;
/*	background : #cca;
	border-top : 1px solid #CC9;*/
	z-index : 3;
}
div#footer_left
{
	position : absolute;
	top : 4px;
	left : 190px;
	width : 350px;
	text-align : left;
/*	height : 100%*/
}
div#footer_right
{
	position : absolute;
	top : 4px;
	right : 5px;
	width : 250px;
	text-align : right;
}

div#header
{
/*	position : absolute;
	top : 0;
	left : 0;*/
	width : 100%;
	height : 150px;
	text-align : center;
	z-index : 3;
}
img#logo
{
/*	position : absolute;
	top : 0px;
	left : 0px;*/
	z-index : 2;
}
div#user_data
{
	width : 170px;
	margin : 5px auto 20px auto;
	text-align : left;
	font-size : 11px;
}
div#user_data p
{
	margin : 2px 0;
}

div#nav
{
	width : 100%;
/*	height : 30px;*/
	z-index : 4;
}

/*div#content_top{
	position : absolute;
	left : 0;
	bottom : -1px;
	width : 100%;
	height : 12px;
	z-index : 1;
}*/




/* ruthsarian column layout stuff */

/* standard 2 col - narrow left, wide right */
div.outer_container_2a
{
	margin-left : 184px;
}
div.inner_container_2a
{
	width: 100%;
	z-index: 1;	
}
div.right_column_2a, div.left_column_2a
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div.right_column_2a
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}
div.left_column_2a
{
	float: left;
	margin: 0 1px 0 -184px;
	width: 184px;
	z-index: 4;
}


/*  2 col - wide left, narrow right */
div.outer_container_2b
{
	margin-right : 180px;
}
div.inner_container_2b
{
	width: 100%;
	z-index: 1;	
}
div.right_column_2b, div.left_column_2b
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div.right_column_2b
{
	float: right;
	margin: 0 -180px 0 1px;
	width: 180px;
	z-index: 5;
}
div.left_column_2b
{
	float: left;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 4;
}

/*  2 col - for 800 wide area wide left, narrow right */
div.outer_container_2c
{
	margin-left : 550px;
}
div.outer_container_2c.border
{
	margin-left : 549px;
	border-left : 1px solid #B6CED1;
}
div.outer_container_2c.border_col
{
	margin-left : 0px;
	border-left : 550px solid #f4f4f4;
}
div.inner_container_2c
{
	width: 100%;
	z-index: 1;	
}
div.right_column_2c, div.left_column_2c
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div.right_column_2c
{
	float: right;
	margin: 0 0px 0 0;
	width: 100%;
	z-index: 5;
}
div.left_column_2c
{
	float: left;
	margin: 0 -1px 0 -550px; /* negative right marging brings box back into parent */
	width: 550px;
	z-index: 4;
}

/*  2 col - for 800 wide area - equal left & right */
div.outer_container_2d
{
	margin-left : 400px;
}
div.outer_container_2d.border
{
	margin-left : 399px;
	border-left : 1px solid #B6CED1;
}
div.outer_container_2d.border_col
{
	margin-left : 0px;
	border-left : 400px solid #f4f4f4;
}
div.inner_container_2d
{
	width: 100%;
	z-index: 1;	
}
div.right_column_2d, div.left_column_2d
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div.right_column_2d
{
	float: right;
	margin: 0 0px 0 0;
	width: 100%;
	z-index: 5;
}
div.left_column_2d
{
	float: left;
	margin: 0 -1px 0 -400px; /* negative right marging brings box back into parent */
	width: 400px;
	z-index: 4;
}



div.outer_container_2e
{
	margin-left : 240px;
}
div.inner_container_2e
{
	width: 100%;
	z-index: 1;	
}
div.right_column_2e, div.left_column_2e
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div.right_column_2e
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}
div.left_column_2e
{
	float: left;
	margin: 0 1px 0 -240px;
	width: 240px;
	z-index: 4;
}



/*  3 col - narrow left and right */
div.outer_container_3a
{
	margin-left : 180px;
	margin-right : 180px;
	position : relative;
}
div.inner_container_3a
{
	width: 100%;
	z-index: 1;	
	position : relative;

	/* use this when column borders are required */
	/*
	border-style : solid ;
	border-color : #000;
	border-width : 0 1px;
	margin : 0 -1px;
	*/
}
div.inner_wrap_3a
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}

div.right_column_3a, div.left_column_3a,div.middle_column_3a,div.inner_wrap_3a
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div.middle_column_3a
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 3;
}

div.right_column_3a
{
	float: right;
	margin: 0 -180px 0 1px;
	width: 180px;
	z-index: 5;
}
div.left_column_3a
{
	float: left;
	margin: 0 1px 0 -180px;
	width: 180px;
	z-index: 4;
}


/*  3 col - all columns equal */
div.outer_container_3b
{
	margin-left : 240px;
	margin-right : 240px;
	position : relative;
}
div.inner_container_3b
{
	width: 100%;
	z-index: 1;	
	position : relative;

	/* use this when column borders are required */
	/*
	border-style : solid ;
	border-color : #000;
	border-width : 0 1px;
	margin : 0 -1px;
	*/
}
div.inner_wrap_3b
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}

div.right_column_3b, div.left_column_3b,div.middle_column_3b,div.inner_wrap_3b
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div.middle_column_3b
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 3;
}
div.middle_column_3b .inside
{
	padding-left : 10px;
	padding-right : 10px;
}
div.right_column_3b
{
	float: right;
	margin: 0 -240px 0 1px;
	width: 240px;
	z-index: 5;
}
div.left_column_3b
{
	float: left;
	margin: 0 1px 0 -240px;
	width: 240px;
	z-index: 4;
}












