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


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

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

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;
	font-size : 11px;
	background : #fff;
	z-index : 2;

}

div#content_wrapper
{
	position : relative;
	width : 740px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom : 58px;
	padding-top : 152px;
	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 : 53px;
margin-top : -53px;
font-size : 11px;
text-align : center;
overflow : hidden;
/* border-top : 1px solid #00394F; */
background : #fff url(../images/footer_bg.png) repeat-x;
z-index : 4;
color: #0A1F62;
}
div#footer_middle
{
position : relative;
top : 0;
width : 758px;
height : 33px;
background : transparent;
margin : 0 auto;
z-index : 3;
}
div#footer_left {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 33px;
background: transparent url(../images/footer_bg_fade_left.jpg) left top no-repeat;
z-index: 2;
}
div#footer_right {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 33px;
background: transparent url(../images/footer_bg_fade_right.jpg) right top no-repeat;
z-index: 2;
}
div#copyright
{
position : absolute;
left : 240px;
bottom : 5px;
color : #EEE;
z-index : 1;
}
div#signature
{
position : absolute;
right : 4px;
bottom : -16px;
color : #BBB;
z-index : 3;
}
div#signature a
{
  color : #bbb;
  text-decoration : none;
}
div#signature a:hover
{
color : #0A1F62;
}

div#header
{
	position : absolute;	
	top : 0px;
	left : 0;
	width : 100%;
	height : 152px;
	z-index : 3;
        background: #fff url(../images/header_bg.jpg) repeat-x;
}
div#header_middle
{
	position : relative;
	top : 0;
	left : 0;
	height : 152px;
	width : 758px;
	margin : 0 auto;
	z-index : 2;
        background : transparent url(../images/header_bg_fadeout.jpg) top left no-repeat;
}
div#header_left {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 152px;
        background: ;
        z-index: 2;
}
#header h1 {
color : #FFF;
font-size : 3em;
margin : 0;
padding-top : .7em;
}
/*
img#logo
{
	position: absolute;
	top: 0px;
	right: 0; 
}*/

div#nav
{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 30px;
	z-index : 4;
	font-size: 11px;
}
div#nav_middle
{
	position: relative;
	top: 0;
	height: 30px;
	width: 758px;
	margin: 0 auto;
        background: transparent;
        z-index: 4;
}



/* ruthsarian column layout stuff */
div.outer_container_2a
{
margin-left : 500px;
}
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 0 -500px;
width: 500px;
z-index: 4;
}


div.outer_container_2b
{
margin-right : 320px;
}
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 -320px 0 -1px;
width: 320px;
z-index: 5;
}
div.left_column_2b
{
float: left;
margin: 0 -1px 0 0;
width: 100%;
z-index: 4;
}


div.outer_container_2c
{
margin-right : 200px;
}
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 -200px 0 -1px;
width: 200px;
z-index: 5;
}
div.left_column_2c
{
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;
}



/*  3 col - narrow left and right */
div.outer_container_3a
{
margin-left : 180px;
margin-right : 250px;
position : relative;
}
div.outer_container_3a_border
{
border-left : 180px solid #00394F;
border-right : 250px solid #000;
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 -250px 0 1px;
width: 250px;
z-index: 5;
}
div.left_column_3a
{
float: left;
margin: 0 1px 0 -180px;
width: 180px;
z-index: 4;
}

