@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 : #000;
	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/shadow_right.gif) repeat-y right #FFF;
}

div#content_wrapper
{
	position : relative;
	width : 740px;
	padding-bottom : 100px;
	padding-top : 250px;
	text-align : left;
	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 : 100px;
	margin-top : -100px;
	font-size : 10px;
	text-align : center;
	background: #FFF;
	color : #000;
	z-index : 2;
}
div#footer_middle
{
	position : relative;
	left: 3px;
	width : 764px;
	height : 87px;
	margin : 0 auto;
	background-image : url(../images/footer.png);
	background-repeat : no-repeat;
	z-index: 3;
}
div#signature {
position : absolute;
right : 20px;
bottom : -8px;
}
div#signature a {
color : #AAAAAA;
}
div#signature a:hover {
color : #FF6600;
}
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: 80px;
	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 : 200px;
	text-align : center;
	background : url(../images/header_bg.png) #FFF;
	z-index : 3;
}
div#header_middle
{
	position : relative;
	margin : 0 auto;
	width : 758px;
	height : 200px;
	background-color : #FFF;
}
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 : 200px;
	left : 0;
	width : 100%;
	text-align : center;
	z-index : 4;
	height: 30px;
	background-color : #3E3E40;
}
div#nav_middle
{
	position : relative;
	width : 758px;
	height : 30px;
	margin : 0 auto;
	background-color : #3E3E40;
	background-image : url(../images/nav_left.png);
	background-repeat : no-repeat;
	background-position : left;
	text-align: left;
}

/* ruthsarian column layout stuff */

/* standard 2 col - narrow left, wide right */
div.outer_container_2a
{
	margin-left : 240px;
}
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.right_column_2a .inside
{
	padding-left : 20px;
}
div.left_column_2a
{
	float: left;
	margin: 0 1px 0 -240px;
	width: 240px;
	z-index: 4;
}


/*  2 col - wide left, narrow right */
div.outer_container_2b
{
	margin-right : 300px;
}
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 -300px 0 -1px;
	width: 300px;
	z-index: 5;
}
div.left_column_2b
{
	float: left;
	margin: 0 1px 0 0;
	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;
}



