@import 'text.css';
@import 'content.css';

.inside
{
	padding : 0 8px;
}
.clear 
{
	clear : both;
}

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

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

div#page
{
	position : relative;
	width : 758px;
	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;
	z-index : 3;
	background-image : url(../images/site/content_bg.gif);
	background-repeat : repeat-y;
/*	background-position : center;*/
}

div#content_wrapper
{
	position : relative;
	width : 740px;
	padding-bottom : 80px;
	padding-top : 240px;
	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 : 70px;
	margin-top : -70px;
	font-size : 11px;
	text-align : center;
	background : #FF0 url(../images/site/footer_shadow.png) top repeat-x;
	z-index : 10;
	color : #030;
}
div#footer_middle
{
	position : relative;
	top : 10px;
	width : 758px;
	margin : 0 auto;
}
div#footer_left
{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 30px
}
div#footer_right
{
	position : absolute;
	top : 30px;
	left : 0;
	width : 100%;
	height : 30px
}
div#footer a
{
	margin : 0 5px;
	color : #0A0;
	text-decoration : none;
}
div#footer a:hover
{
	text-decoration : underline;
}
div#footer a#signature
{
	position : absolute;
	right : 5px;
	bottom : 2px;
	color : #D6D700;
}
div#footer a#signature:hover
{
	text-decoration : none;
	color : #F60;
}

div#header
{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 203px;
	text-align : center;
	background : Yellow;
	z-index : 4;
}
div#header_middle
{
	position : relative;
	width : 758px;
	height : 100%;
	margin : 0 auto;
	z-index : 1;
}
/*
div#header_left
{
	position : absolute;
	top : 0;
	left : 0;
	width : 50%;
	height : 100%;
	background : url(../images/site/header_bg.gif) repeat-x;
	z-index : 2;
}
div#header_right
{
	position : absolute;
	top : 0;
	right : 0;
	width : 50%;
	height : 100%;
	background : url(../images/site/public_header_right.gif) no-repeat 179px 0;
	z-index : 4;
}
*/

img#logo
{
	position : absolute;
	top : 23px;
	left : 0px;
	z-index : 2;
}
img#header_image
{
	position : absolute;
	top : 0px;
	right : 0px;
	z-index : 1;
}


div#nav
{
	position : absolute;
	top : 203px;
	left : 0;
	width : 100%;
	height : 35px;
	text-align : center;
	background : url(../images/site/nav_bg.png) repeat-x;  
	z-index : 5;
}
div#nav_middle
{
	position : relative;
	width : 758px;
	height : 100%;
	margin : 0 auto;
	z-index : 1;
}




/* ruthsarian column layout stuff */

/* standard 2 col - narrow left, wide right */
div.outer_container_2a
{
	margin-left : 180px;
}
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 -180px;
	width: 180px;
	z-index: 4;
}


/*  2 col - wide left, narrow right */
div.outer_container_2b
{
	margin-right : 240px;
}
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 -240px 0 1px;
	width: 240px;
	z-index: 5;
}
div.left_column_2b
{
	float: left;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 4;
	text-align : justify;
}
div.left_column_2b .inside
{
	padding-right : 20px;
}

/*  2 col - wide left, narrow right */
div.outer_container_2c
{
	margin-right : 371px;
}
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 -370px 0 1px;
	width: 370px;
	z-index: 5;
}
div.left_column_2c
{
	float: left;
	margin: 0 0 0 -1px;
	width: 100%;
	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;
}


