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


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

body
{
	background-color : #ccc;
	color : #fff;
	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;
	z-index : 2;
	background: #2D3443 url(../images/sidebar.jpg) top right repeat-y;

}

div#content_wrapper
{
	position : relative;
	left: -29px;
	width : 682px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding-bottom : 60px;
	padding-top : 305px;
	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 : 60px;
	margin-top : -60px;
	font-size : 11px;
	text-align : center;
 	overflow : hidden;
	/*background : #ccc;*/
	z-index : 3;
	color: #AAB2BF;
}
div#footer_middle
{
	position : relative;
	left: -29px;
	top : 0;
	width : 682px;
	height : 40px;
	margin : 0 auto;
	z-index : 2;
/*	background: #d8d8d8;*/
	border-top: 1px solid #AAB2BF;
}
div#footer_nav {
        height: 20px;
        background: #e4e4e4;
}
div#footer_middle a
{
  color : #AAB2BF;
  text-decoration: none;
}
div#footer_middle a:hover
{
  color: #fff;
}
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 : 275px;
	z-index : 3;
	background: url(../images/header_bg.png) repeat-x;
}
div#header_middle
{
	position : relative;
	top : 0;
	left: -29px;
	height : 275px;
	width : 682px;
	margin : 0 auto;
	z-index : 2;
/* 	background: url(../images/header_middle_bg.png) repeat-x; */
}
img#logo
{
	position: absolute;
	top: 15px;
	left: 5px; 
}
img#header_bg
{
	position: absolute;
	top: 30px;
	left: 169px;
}
div#header_middle div#quote {
	position: absolute;
	width: 220px;
	top: 130px;
	right: 130px;
	font-style: italic;
	color: #c9d1df;
	text-align: left;
}
div#nav
{
	position : absolute;
	top : 275px;
	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;
	left: -29px;
	height: 28px;
	line-height: 28px;
	width: 680px;
	margin: 0 auto;
	z-index: 4;
	border: 1px solid #AAB2BF;
/*	background: url(../images/nav_bg_center.gif) 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;
}

