@import 'content.css';
@import 'nav.css';


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

body
{
	background-color : #FFF;
	color : #000000;
	font-family: Arial , Verdana, Helvetica, Arial, sans-serif;
	font-size : 12px;
}

div#page
{
	position : relative;
	top: 0;
	left: 0;
	width : 758px;
	height : auto !important;/* For Modern Browsers */
	height : 100%;/* For IE */
	min-height : 100%;/* For Modern Browsers */
	margin : 0 auto;
	padding : 0;
	text-align : center;
	/*background : #f9f9f9;*/
	z-index : 2;

}

div#content_wrapper
{
	position : relative;
	width : 740px;
	font-family: Arial , Verdana, Helvetica, Arial, sans-serif;px;
	padding-bottom : 110px;
	padding-top : 135px;
	text-align : justify;
	margin : 0 auto;
	z-index : 2;
}

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 : 11px;
	text-align : center;
 	overflow : hidden;
	background : url(../images/footer_bar.png) repeat-x;
	z-index : 3;
	color: #fff;
}
div#footer_middle
{
	position : relative;
	top : 0;
	width : 758px;
	height : 100px;
	margin : 0 auto;
	z-index : 2;
}
div#footer_middle a
{
  color : #FFF;
  text-decoration : underline;
}
div#footer_middle a:hover
{
  text-decoration : none;
}

div#footer_left
{
	position : absolute;
	top : 10px;
	left : 10px;
	width : 580px; /* Changed so that nav would fit in */
	text-align : left;
}

div#footer_right
{
	position : absolute;
	top : 10px;
	right : 3px;
	width : 14em; 
	text-align : left;
}
div#footer_right p {
	margin : 0 0 .3em 0;
}
div#copyright
{
position : absolute;
left : 240px;
bottom : 5px;
color : #EEE;
z-index : 1;
}
div#signature
{
position : absolute;
left : 16px;
bottom : 5px;
color : #BBB;
z-index : 2;
}
div#signature a
{
  color : #BBB;
  text-decoration : none;
}
div#signature a:hover
{
color : #C5FAC5;
}

div#header
{
	position : absolute;	overflow: hidden; /* Clear floated objects without clearing element */
	top : 0px;
	left : 0;
	width : 100%;
	height : 135px;
	z-index : 3;
	background: url(../images/header_bar.png) repeat-x;
}
div#header_middle
{
	position : relative;
	top : 0;
	left : 0;
	height : 135px;
	width : 758px;
	margin : 0 auto;
	z-index : 2;
}
img#logo
{
	position: absolute;
	top: 25px;
	left: 0; 
}
img#header_bg
{
	position: absolute;
	top: 0;
	right: 0;
}
div#nav
{
	position : absolute;
	top : 100px;
	left : 0;
	width : 100%;
	height : 28px;
	z-index : 4;
	background: #111;
}
div#nav_top
{
  position : absolute;
  top : 0;
  left : 0;
  width : 100%;
  height : 14px;
  z-index : 4;
  background: #333;
}
div#nav_middle
{
	position: relative;
	top: 0;
	height: 28px;
	width: 758px;
	margin: 0 auto;
	z-index: 4;
}



/* ruthsarian column layout stuff */
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;
}
div.left_column_2a
{
float: left;
margin: 0 /*1px - Broke IE6*/ 0 0 -240px;
width: 240px;
z-index: 4;
}


div.outer_container_2b
{
margin-right : 250px;
}
div.inner_container_2b
{
width: 100%;
z-index: 1;
/*	overflow: hidden; Clear floated objects without clearing element */
}
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 0;
width: 100%;
z-index: 4;
}



div.outer_container_2d
{
margin-left : 370px;
}
div.inner_container_2d
{
width: 100%;
z-index: 1;
/*	overflow: hidden; Clear floated objects without clearing element */
}
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: 5;
}
div.left_column_2d
{
float: left;
margin: 0 1px 0 -370px;
width: 370px;
z-index: 4;
}

