@import 'content.css';
@import 'hnav.css';

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

body
{
	background-color : #FFF;
	color : #444;
	font-family : Verdana,Arial, Helvetica, sans-serif;
}

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;
	font-size : 11px;
	text-align : center;
	z-index : 1;
	background : url(../images/site/shadow_right.gif) repeat-y right #FFF;
}

div#content_wrapper
{
	position : relative;
	width : 740px;
	padding-bottom : 77px;
	padding-top : 147px;
	text-align : justify;
	margin : 0 auto;
	z-index : 30;
}

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


div#footer
{
	position : relative;
	width : 100%;
	height : 20px;
	line-height: 20px;
	margin-top : -20px;
	font-size : 10px;
	text-align : center;
	background: url(../images/site/footer_bar.png) repeat-x;
/*	color : #000;*/
	z-index : 2;
}
/*div#footer_middle
{
	position : relative;
	left: 3px;
	width : 764px;
	margin : 0 auto;
	height : 67px;
	background-image : url(../images/site/footer.png);
	background-repeat : no-repeat;
	z-index: 3;
}*/
/*div.footer_content_left
{
  position: absolute;
  top: 3px;
  left: 5px;
  width: 50%;
  text-align: left;
}
div.footer_content_right
{
  position: absolute;
  top: 3px;
  right: 20px;
  width: 50%;
  text-align: right;
  color: #fff;
}
div#footer p
{
  margin: 1px 0;
}
div#footer_left
{
	position : absolute;
	top: 0;
	left : 0;
	width : 50%;
	height: 60px;
	background-color: #D9DADB;
	text-align : center;
	z-index: 2;
}
div#footer_right
{
	position : absolute;
	right : 5px;
	width : 50%;
	text-align : right;
}*/
div#header
{
	position : absolute;
	top : 0px;
	left : 0;
	width : 100%;
	height : 110px;
	text-align : center;
	background : url(../images/site/header_bg.jpg) #FFF repeat-x 300px 0px;
	z-index : 3;
}
img#logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	z-index : 1;
}
img#header_right
{
	position : absolute;
	top : 0;
	right : 0;
	z-index : 1;
}

div#nav
{
	position : absolute;
	top : 92px;
	left : 0;
	width : 100%;
	text-align : center;
	z-index : 4;
	height: 55px;
	background: url(../images/site/nav_bar.gif) repeat-x 0px 18px;
}
div#nav_middle
{
	position : relative;
	width : 758px;
	height : 100%;
	margin : 0 auto;
}
/* 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;
	text-align : justify;
}
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 : 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 - wide left, narrow right */
div.outer_container_2c
{
	margin-right : 360px;
}
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 -360px 0 1px;
	width: 360px;
	z-index: 5;
}
div.left_column_2c
{
	float: left;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 4;
}
div.left_column_2c .inside
{
	padding-right : 20px;
}


/*  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;
}



