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

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

body
{
	background : #FFF url(../images/site/grass.jpg) repeat;
/*	color : #002C5B;*/
	font-family : Verdana, 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;
	z-index : 2;
	background : #FFF;
	color : #000;
	font-size : 11px;
	border-left : 1px solid #007E42;
	border-right : 1px solid #007E42;
}
div#nav_col
{
	position : absolute;
	top : 0;
	left : 0px;
	width : 160px;
	height : auto !important;/* For Modern Browsers */
	height : 100%;/* For IE */
	min-height : 100%;/* For Modern Browsers */
	background : #F1F8F4;
	z-index : 1;
}

div#content_wrapper
{
	position : relative;
	width : 750px;
	padding-bottom : 100px;
	padding-top : 145px;
	text-align : justify;
	margin : 0 auto;
	z-index : 1;
}

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


div#footer
{
	position : relative;
	width : 100%;
	height : 90px;
	margin-top : -90px;
	font-size : 11px;
	text-align : center;
	z-index : 3;
	color : #FFF;
	background : url(../images/site/grass.jpg) repeat;
}
div#footer_middle
{
	position : relative;
	width : 758px;
	height : 70px;
	margin : 0 auto;
	background : #007E42;
	z-index : 1;
}
div#footer_middle a#signature
{
	position : absolute;
	right : 0px;
	bottom : -18px;
	color : #000;
	text-decoration : none;
	padding : 1px 3px 2px 3px;
	background : #FFF;
	filter : alpha(opacity=40);
	opacity : 0.4;
}
div#footer_middle a#signature:hover
{
	filter : alpha(opacity=60);
	opacity : 0.6;
	color : #F00;
}
div#footer_middle div#copyright
{
	position : absolute;
	left : 0;
	bottom : -17px;
	color : #FFF;
/*	padding : 1px 3px 2px 3px;
	background : #CCFFCC;
	filter : alpha(opacity=60);
	opacity : 0.6;*/
	z-index : 4;
}

div#footer_left
{
	position : absolute;
	top : 3px;
	left : 4px;
	width : 50%;
	z-index : 3;
	text-align : left;
/*	height : 100%*/
}
div#footer_left a
{
	color : #FFF;
	text-decoration : none;
}
div#footer_left a:hover
{
	text-decoration : underline;
}
div#footer_right
{
	position : absolute;
	top : 3px;
	right : 4px;
	width : 260px;
	z-index : 3;
}

div#header
{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 155px;
	text-align : center;
	background : url(../images/site/grass.jpg) repeat bottom;
	z-index : 4;
}
div#header_middle
{
	position : relative;
	top : 15px;
	width : 758px;
	height : 140px;
	margin : 0 auto;
	background : url(../images/site/header_bg.jpg) no-repeat;
	z-index : 2;
}

div#header_left
{
	position : absolute;
	top : 0;
	left : 0;
	width : 50%;
	height : 100%;
	background : url(../images/site/header_stripe.gif) repeat-x left 64px;
	z-index : 1;
}
div#header_right
{
	position : absolute;
	top : 0;
	right : 0;
	width : 50%;
	height : 100%;
	background : url(../images/site/header_stripe.gif) repeat-x left 64px;
	z-index : 1;
}


/* ruthsarian column layout stuff */
/*
  _2a - narrow left, wide right
  _2b - wide left, narrow right
  _2c - equal left and right in 740 wide application
*/

/* standard 2 col - narrow left, wide right */

div.outer_container_2a_border
{
	border-left : 160px solid #E7EDF0;
	position : relative;
}
div.outer_container_2a
{
	margin-left : 160px;
	position : relative;
}
div.inner_container_2a
{
	width: 100%;
	z-index: 1;	
	position : relative;
}
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 -160px;
	width: 160px;
	z-index: 6;
}



/*  2 col - wide left, narrow right */
div.outer_container_2b
{
	margin-right : 250px;
	position : relative;
}
div.outer_container_2b_border
{
	border-right : 250px solid #E7EDF0;
	position : relative;
}
div.inner_container_2b
{
	width: 100%;
	z-index: 1;	
	position : relative;
}
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 -250px 0 1px;
	width: 250px;
	z-index: 5;
}
div.left_column_2b
{
	float: left;
	margin: 0 -1px 0 0px;
	width: 100%;
	z-index: 5;
}


/*  2 col - equal left and right */
div.outer_container_2c
{
	margin-left : 380px;
	position : relative;
}
div.inner_container_2c
{
	width: 100%;
	z-index: 1;	
	position : relative;
}
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 0 0 -1px;
	width: 100%;
	z-index: 4;
}
div.left_column_2c
{
	float: left;
	margin: 0 1px 0 -380px;
	width: 360px;
	z-index: 5;
}

/*  2 col - equal left and right */
div.outer_container_2d
{
	margin-left : 220px;
	position : relative;
}
div.inner_container_2d
{
	width: 100%;
	z-index: 1;	
	position : relative;
}
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 0 0 -1px;
	width: 100%;
	z-index: 4;
}
div.left_column_2d
{
	float: left;
	margin: 0 1px 0 -220px;
	width: 220px;
	z-index: 5;
}

/*  3 col layout with wider right */
div.outer_container_3a
{
	margin-left : 160px;
	margin-right : 350px;
	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 -340px 0 1px;
	width: 340px;
	z-index: 2;
}
div.left_column_3a
{
	float: left;
	margin: 0 1px 0 -160px;
	width: 160px;
	z-index: 4;
}


/*  3 col layout with narrow right */
div.outer_container_3b
{
	margin-left : 160px;
	border-right : 180px solid #E7EDF0;
	z-index : 1;
	position : relative;
}
div.inner_container_3b
{
	width: 100%;
	z-index: 2;	
	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;
	position : relative;
}

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: 4;
}

div.right_column_3b
{
	position : relative;
	float: right;
	margin: 0 -170px 0 1px;
	width: 170px;
	z-index: 5;
}
div.left_column_3b
{
	float: left;
	margin: 0 1px 0 -160px;
	width: 160px;
	z-index: 6;
}

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







