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


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

body
{
	background-color : #96c5c4;
	color : #000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size : 14px;
        /* Matthew the typography fairy goes on a rampage */
        line-height: 140%;
}

div#page
{
	position : relative;
	top: 0;
	left: 0;
	width : 732px;
	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 : #fff;
	z-index : 2;

}

div#content_wrapper
{
	position : relative;
	width : 720px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding-bottom : 40px;
	padding-top : 220px;
	text-align : left;
	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 : 40px;
	margin-top : -40px;
	font-size : 11px;
	text-align : center;
 	overflow : hidden;
	background : #96c5c4;
	z-index : 3;
	color: #048679;
}
div#footer_middle
{
	position : relative;
	top : 0;
	width : 732px;
	height : 20px;
	margin : 0 auto;
	z-index : 2;
	background: #fff;
/* 	line-height: 30px; */
}
div#footer_nav {
        height: 20px;
/*         background: #e4e4e4; */
}
div#footer_middle a
{
  color : #FFF;
  text-decoration : underline;
}
div#footer_middle a:hover
{
  text-decoration : none;
}
div.footer_col3 {
  width: 240px;
  float: left;
  margin-left: 10px;
}
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 : 180px;
	z-index : 3;
	background: #96c5c4;
}
div#header_middle
{
	position : relative;
	top : 20px;
	left : 0;
	height : 160px;
	width : 732px;
	margin : 0 auto;
	z-index : 2;
	background: #fff;
}
img#logo
{
	position: absolute;
	top: 12px;
	right: 4px; 
}
img#header_bg {
position: absolute;
bottom: 0;
left: 0;
}
div#header_bg {
position: absolute;
bottom: 0;
left: 2px;
width : 728px;
height : 116px;
overflow : hidden;
}
div#nav
{
	position : absolute;
	top : 180px;
	left : 0;
	width : 100%;
	height : 30px;
	z-index : 4;
}
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: 732px;
	margin: 0 auto;
	z-index: 4;
	background: #8e1b30;
}



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


div.container {width:700px;margin:0 auto 10px;clear:both;padding:1px 0;}
div.span-1,div.span-2,div.span-3,div.span-4,div.span-5,div.span-6,div.span-7,div.span-8,div.span-9 { float:left; margin-right:20px; }
div.last {margin-right:0;}

div.span-1 { width:60px; }
div.span-2 { width:140px; }
div.span-3 { width:220px; }
div.span-4 { width:300px; }
div.span-5 { width:380px; }
div.span-6 { width:460px; }
div.span-7 { width:520px; }
div.span-8 { width:620px; }
div.span-9 { width:700px; margin-right:0; }
