@import 'text.css';
@import 'content.css';
@import 'vnav.css';

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

body
{
	background : #000 url(../images/body_bg.gif) repeat-x;
	color : #000;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	
}

div#page
{
	position : relative;
	width : 758px;
	height : auto !important;/* For Modern Browsers */
	height : 100%;/* For IE */
	min-height : 100%;/* For Modern Browsers */
	margin : 0 auto;
	text-align : center;
	font-size : 12px;
	z-index : 10;
	background : #FFF url(../images/page_bg.gif) repeat-y;
}

div#content_wrapper
{
	position : relative;
	width : 740px;
	padding-bottom : 30px;
	padding-top : 180px;
	text-align : left;
	margin : 0 auto;
	z-index : 10;
}

div#content_wrapper:after {
	clear : both;
	content : ".";
	display : block;
	font : 1px/0px serif;
	height : 0;
	visibility : hidden;
}


div#footer
{
	position : relative;
	width : 100%;
	height : 20px;
	margin-top : -20px;
	font-size : 11px;
	text-align : center;
	z-index : 10;
}
div#footer_middle
{
	position : relative;
	width : 758px;
	height : 100%;
	margin : 0 auto;
}
div#footer_left
{
	position : absolute;
	top : 0;
	left : 36px;
	width : 140px;
	height : 100%
}
div#footer_right
{
	position : absolute;
	top : 0;
	right : 0;
	width : 585px;
	height : 100%
}
div#footer_left a
{
	text-decoration : none;
	color : #AAA;
}
div#footer_left a:hover
{
	color : #777;
}

div#header
{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 180px;
	text-align : center;
	z-index : 20;
}
div#header_middle
{
	position : relative;
	width : 758px;
	height : 100%;
	margin : 0 auto;
	z-index : 1;
}
div#header_left
{
	position : absolute;
	top : 0;
	left : 0;
	width : 50%;
	height : 100%;
}
div#header_right
{
	position : absolute;
	top : 0;
	right : 0;
	width : 50%;
	height : 100%;
}
img#header_image
{
	position : absolute;
	top : 0;
	right : 0;
	z-index : 1;
}
img#logo
{
	position : absolute;
	top : 40px;
	left : 43px;
	z-index : 3;
}
div#phone_box
{
	position : absolute;
	top : 100px;
	right : 20px;
	z-index : 2;
}


/* ruthsarian column layout stuff */

/* standard 2 col - narrow left, wide right */
div#outer_container_2a
{
	margin-left : 165px;
}
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 -147px;
	width: 145px;
	z-index: 4;
}


/*  2 col - equal left and right */
div#outer_container_2b
{
	margin-right : 285px;
}
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#left_column_2b
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 5;
}
div#right_column_2b
{
	float: right;
	margin: 0 -285px 0 1px;
	width: 285px;
	z-index: 4;
}


/* 3 col layout
 * narrow left and right. wide middle 
*/
div#outer_container_3a
{
	margin-left : 165px;
	margin-right : 170px;
}
div#inner_container_3a
{
	width: 100%;
	z-index: 1;	
	
	/* 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: 5;
	
	text-align : justify;
}

div#right_column_3a
{
	float: right;
	margin: 0 -170px 0 1px;
	width: 169px;
	z-index: 5;
}
div#left_column_3a
{
	float: left;
	margin: 0 1px 0 -147px;
	width: 145px;
	z-index: 4;
}


/* 3 col layout
 * narrow left. right and middle equal 
*/
div#outer_container_3b
{
	margin-left : 165px;
	margin-right : 285px;
}
div#inner_container_3b
{
	width: 100%;
	z-index: 1;	
	
	/* use this when column borders are required */
	/*
	border-style : solid ;
	border-color : #000;
	border-width : 0 1px;
	margin : 0 -1px;
	*/
}
div#inner_wrap_3b
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}

div#right_column_3b, div#left_column_3b,div#middle_column_3b,div#inner_wrap_3b
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div#middle_column_3b
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}

div#right_column_3b
{
	float: right;
	margin: 0 -285px 0 1px;
	width: 284px;
	z-index: 5;
}
div#left_column_3b
{
	float: left;
	margin: 0 1px 0 -147px;
	width: 145px;
	z-index: 4;
}




.inside
{
	padding : 0 8px;
}
.clear
{
	clear : both;
}

