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


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

body
{
	background-color : #FFF;
	color : #000000;
	font-family : Verdana,Arial,"Times New Roman", Times, 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;

}

div#content_wrapper
{
	position : relative;
	width : 740px;
	padding-bottom : 105px;
	padding-top : 165px;
	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 : 105px;
	margin-top : -105px;
	font-size : 11px;
	text-align : center;
 	overflow : hidden;
	background : #FFF;
	z-index : 3;
	color: #fff;
}
div#footer_middle
{
	position : relative;
	top : 0;
	width : 758px;
	height : 85px;
	margin : 0 auto;
	background : #00a9e1 url(../images/footer_bg_round.png) left bottom no-repeat;
	z-index : 2;
}
div#footer_middle a
{
  color : #FFF;
  text-decoration : underline;
}
div#footer_middle a:hover
{
  text-decoration : none;
}

div#footer_left
{
	position : absolute;
	top : 5px;
	left : 10px;
	width : 50%;
	text-align : left;
}

div#footer_right
{
	position : absolute;
	top : 5px;
	right : 10px;
	width : 50%;
	text-align : right;
}
div#signature
{
  position : absolute;
  right : 4px;
  bottom : -16px;
  color : #BBB;
}
div#signature a
{
  color : #BBB;
  text-decoration : none;
}
div#signature a:hover
{
  color : #00a9e1;
}

div#header
{
	position : absolute;
	top : 45px;
	left : 0;
	width : 100%;
	height : 120px;
	z-index : 3;
}
div#header_middle
{
	position : relative;
	top : 0;
	left : 0;
	height : 120px;
	width : 758px;
	background : #0c0;
	margin : 0 auto;
	z-index : 2;
}
img#logo
{
	position: absolute;
	top: 0;
	left: 0; 
}
img#header_bg
{
	position: absolute;
	top: 0;
	right: 0;
}
div#nav
{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 45px;
	z-index : 4;
	background: #fff;
}
div#nav_middle
{
	position: relative;
	top: 5px;
	height: 40px;
	width: 758px;
	margin: 0 auto;
	background: #00a9e1 url(../images/header_bg_round.png) top left no-repeat;
	z-index: 4; /* Fix for IE 6 */
	overflow: hidden; /* Fix for IE 6 */
}
/*div#nav ul
{
	top: 27px;
	right: 0;
	list-style : none;
	margin : 0 0 0 20px;090
	padding : 0;
	font-size : 13px;
	color : #FFF;
}
div#nav ul li
{
	display : inline;
	text-align: center;
}
div#nav ul li a
{
	height : 28px;
	line-height : 28px;
  color : #FFF;
	text-decoration : non2e;
	font-weight : bold;
	padding : 0 5px;
}
div#nav ul li a.active
{
	color : #AAF;
}
div#nav ul li a:hover
{
	color : #AAF;
}
*/

/* 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;	
}
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 -250px 0 1px;
	width: 250px;
	z-index: 4;
}
div.left_inside_2b
{
	padding-right: 10px;
}

div.outer_container_2d
{
	margin-left : 370px;
}
div.inner_container_2d
{
	width: 100%;
	z-index: 1;	
}
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;
}



table
{
	border-collapse : collapse;
}
th,td
{
	text-align : left;
	vertical-align : top;
	padding-right : 10px;
	padding-bottom : 5px;
}

/* FORM STYLES */
form
{
	margin : 0;
	padding : 0;
}
input,select,textarea
{
	border : 1px solid #7F9DB9;
	font-size : 11px;
	font-family : arial, verdana, san-serif;
}
textarea
{
	height : 80px;
}
input.wide,textarea.wide
{
	width : 200px;
}
input.mid,textarea.mid
{
	width : 140px;
}
input.narrow
{
	width : 80px;
}
label
{
/*	display : block;*/
	padding-left : 8px;
	text-align : right;
  width : 80px;
  float : left;
	padding-right : 8px;
	margin-right : 5px;
/*	margin-left : 5px;*/
}
label.required
{
	background : url(../images/bullet_red.gif) no-repeat right;
}


.error
{
	color : Red;
	font-size : 11px;
}
.form_row
{
	padding-bottom : 5px;
	font-size : 11px;
}
.data_col
{
	padding-left : 8px;
}



/* GOOGLE MAP PRESENTATION */
div#map_box
{
	width : 300px;
	height : 300px;
	margin-top : 10px;
	margin-bottom : 10px;
	border : 1px solid #436C24;
}


/* IMAGE GALLERY */
a.gallery
{
	text-decoration : none;
}
a.gallery img
{
	border : 1px solid #000;
}

