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


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

body
{
	background-color : #FFF;
	color : #222;
	font-family: Helvetica, Arial, Verdana, 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;
	background: #f4f4f4;
/* font-size : 1.2em; */
}

div#content_wrapper
{
	position : relative;
	width : 740px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding-bottom : 130px;
	padding-top : 194px;
	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#breadcrumb {
position : absolute;
top : 170px;
left : 0;
width : 758px;
height : 24px;
line-height : 24px;
background-color : #e4e4e4;
text-align : left;
z-index : 3;
}
div#breadcrumb a {
color : #645A03;
text-decoration : none;
}
div#breadcrumb a:hover {
text-decoration : underline;
}


div#footer
{
	position : relative;
	width : 100%;
	height : 130px;
	margin-top : -130px;
	font-size : 11px;
	text-align : center;
 	overflow : hidden;
	background : #fff;
	z-index : 3;
	color: #048679;
}
div#footer_middle
{
	position : relative;
	top : 0;
	width : 758px;
	height : 110px;
	margin : 0 auto;
	z-index : 2;
	background: #d8d8d8;
}
div#footer_nav {
height: 20px;
background: #e4e4e4;
}
div#footer_middle a
{
color : #007300;
  text-decoration : underline;
}
div#footer_middle a:hover
{
  text-decoration : none;
}
div.footer_col3 {
  width: 240px;
  float: left;
padding: 0 0 0 10px;
text-align : left;
}
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 : 5px;
bottom : -16px;
color : #877a04;
z-index : 3;
}
div#signature
{
position : absolute;
right : 5px;
bottom : -16px;
color : #bbb;
z-index : 3;
}
div#signature a
{
  color : #BBB;
  text-decoration : none;
}
div#signature a:hover
{
color : #048679;
}

div#header
{
	position : absolute;	
	overflow: hidden; /* Clear floated objects without clearing element */
	top : 0px;
	left : 0;
	width : 100%;
	height : 140px;
	z-index : 3;
	background: url(../images/header_bg.png) repeat-x;
}
div#header_middle
{
	position : relative;
	top : 0;
	left : 0;
	height : 140px;
	width : 758px;
	margin : 0 auto;
	z-index : 2;
	background: url(../images/header_middle_bg.png) repeat-x;
}
img#logo
{
	position: absolute;
	top: 15px;
	left: 15px; 
}
img#header_bg
{
	position: absolute;
	top: 0;
	right: 0;
}
div#nav
{
	position : absolute;
	top : 140px;
	left : 0;
	width : 100%;
	height : 30px;
	z-index : 4;
	background: url(../images/nav_bg.png) repeat-x;
}
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: 30px;
	width: 758px;
	margin: 0 auto;
	z-index: 4;
	background: url(../images/nav_middle_bg.png) repeat-x;
}



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

