.inside
{
  padding : 0 5px;
}
.inside_right
{
  padding : 0 20px 0 0;
}
.clear
{
  clear : both;
}
br.clear
{
	clear : both;
	height : 1px;
	overflow : hidden;
}
a img 
{
	border : none;
}
a
{
	color : #00096C;
}
a:hover
{
	text-decoration : none;
}
h1
{
font-size : 13px;
margin : 8px 0;
padding-left : 8px;
padding-bottom : 2px;
border-left : 8px solid #014691;
border-bottom : 1px solid #014691;
}
h2
{
  font-size : 13px;
margin : 8px 0;
}
p
{
	margin : 5px 0;
}
/*
p.heading_pink
{
	display : block;
	border-bottom : 1px solid #EC008C;
}
p.heading_blue
{
	display : block;
	border-bottom : 1px solid #7F9D9B;
}
*/
ul
{
	margin : 0 0 0 20px;
	padding : 0;
}
img.left
{
	float : left;
	margin : 0 10px 5px 0;
}
img.right
{
	float : right;
	margin : 0 0 5px  10px;
}


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

body
{
	background-color : #FFF;
	color : #00096C;
	font-family : Verdana,Arial,"Times New Roman", Times, serif;
	font-size : 11px;
}

div#page
{
	position : relative;
	width : 100%;
	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 : 1em;
/*	background : #FFF ;*/
	z-index : 2;

}

div#content_wrapper
{
	position : relative;
	left : 0;
	width : 100%;
	padding-bottom : 50px;
	padding-top : 166px;
	text-align : justify;
	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 : 50px;
	margin-top : -50px;
	font-size : 11px;
	text-align : center;
   overflow : hidden;
	z-index : 3;
}
div#footer_middle
{
	position : relative;
	top : 0;
	width : 758px;
	height : 50px;
	margin : 0 auto;
	z-index : 2;
}
div#footer_nav ul
{
	list-style : none;
	font-size : 10px;
}
div#footer_nav ul li
{
	display : inline;
}
div#footer_nav a
{
	color : #00096C;
	padding : 0 2px;
}

div#footer_left
{
	position : absolute;
	bottom : 5px;
	left : 5px;
	text-align : left;
}
div#footer_right
{
	position : absolute;
	bottom : 2px;
	right : 5px;
	text-align : right;
	color : #7F9DB9;
}
a.signature
{
	color : #7F9DB9;
	text-decoration : none;
}
a.signature:hover
{
	color : #00F;
}

div#header
{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 166px;
    background : #FFF url(../images/site/head_gradient.jpg) repeat-x;
	z-index : 3;
}
div#header_middle
{
	position : absolute;
	top : 0;
	left : 0;
	height : 166px;
	width : 100%;
	margin : 0;
    background : url(../images/site/head_wave.jpg) no-repeat;
	z-index : 4;
}
img#logo
{
	position : absolute;
	top : 0px;
	left : 24px;
	z-index : 2;
}
div#header_address
{
	position : absolute;
	top : 30px;
	right : 20px;
	color : #EEF;
	font-size : 18px;
	font-weight : bold;
	text-align : right;
}


div#nav
{
	position : relative;
	top : 0;
	left : 0;
	width : 100%;
    background : #FFF url(../images/site/nav_bg.jpg) no-repeat;
	height : 300px;
	z-index : 4;
}
div#nav ul
{
	position : absolute;
	top : 60px;
	list-style : none;
	margin : 0;
	padding : 0;
	font-size : 12px;
}
div#nav ul li
{
	display : block;
	line-height : 18px;
}
div#nav ul li a
{
	color : #00096C;
	text-decoration : none;
	font-weight : bold;
	padding-left : 15px;
}
div#nav ul li a.active
{
	border-left : 5px solid #00096C;
	padding-left : 10px;
}
div#nav ul li a:hover
{
	color : #00F;
	border-left : 5px solid #00096C;
	padding-left : 10px;
}

div#sidebar_logos
{
	width : 100%;
	text-align : center;
}
div#sidebar_logos img
{
	margin : 4px auto;
}


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

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

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;
}
textarea
{
	height : 80px;
}
input.wide,textarea.wide
{
	width : 200px;
}
input.mid,textarea.mid
{
	width : 140px;
}
input.narrow
{
	width : 80px;
}
label
{
/*	display : block;*/
	width : 120px;
	float : left;
	text-align : right;
	padding-right : 8px;
	margin-right : 5px;
}
label.required
{
	background : url(bullet_red.gif) no-repeat right;
}


.error
{
	color : Red;
}
.form_row
{
	width : 100%;
	padding-bottom : 5px;
	clear : both;
}
.data_col
{
	padding-left : 8px;
}

table.links th
{
	text-align : center;
}

/* GOOGLE MAP PRESENTATION */
div.map_box
{
  width : 302px;
  float : left;
  margin : 0 10px 10px 0;
}
iframe.map
{
	width : 300px;
	height : 300px;
	margin-bottom : 5px;
	border : 1px solid #014691;
}





