body
{
	background:url(../images/template_images/body_background.jpg) repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	margin:0;
	padding:0;
	color:#2C2F58;
	border-top:15px solid #2C2F58; 
}

#container
{
	width:903px;
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
}

#content_wrapper
{
	padding:15px 0 0 0;
}

.clear
{
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
}

a
{
	color:#333;
}

a:hover
{
	color:#2C2F58;
}

h1
{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:1.8em;
}

/*--------- header ------------*/

#header
{
	padding:10px 0 0 0;
}


#header_left
{
	width:307px;
	float:left;
}

#header_left img
{
	border:none;
	margin:8px 0 0 0;
}

#header_right
{
	width:400px;
	float:right;
	text-align:right;
}

#header_right ul
{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:bold;
}

a.increase_text_size
{
	font-size:22pt;
	text-decoration:none;
	font-family:Times;
}

#header_right a:hover
{
	color:#DADEE7;
}

a.decrease_text_size
{
	font-size:14pt;
	text-decoration:none;
	font-family:Times;
}

a.reset_link
{
	text-decoration:none;
	padding-left:5px;
}

#header_right ul li.header_phone_number
{
	font-size:18pt;
	padding:20px 0 0 0;
}

#page_banner
{
	height:70px;
	margin:10px 0 0 0;
}

/*--------- content structure ------------*/

#sidebar
{
	width:150px;
	float:left;
}

#main_content
{
	width:733px;
	float:right;
	padding:0 0 0 20px;
}

/*--------- main menu ------------*/

#main_menu
{
	background-color:#F2F0F1;
}

#main_menu ul
{
	margin:0;
	padding:0 0 0 5px;
	list-style:none;
}

#main_menu li
{
	background:url(../images/template_images/menu_background.jpg) no-repeat left center;
	border-bottom:2px solid #DEDCDD;
	padding:6px 7px 6px 18px;
}

#main_menu a
{
	color:#535353;
	text-decoration:none;
	font-weight:bold;
}

#main_menu a:hover
{
	color:#2C2F58;
}


/*---------- footer ------------*/

#footer
{
	clear:both;
	background-color:#F2F0F1;
	margin:20px 0 0 0;
	padding:10px 0 10px 0;
}

#footer_content
{
	width:903px;
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
}

#footer_left
{
	width:500px;
	float:left;
}

#footer_right
{
	width:300px;
	float:right;
	text-align:right;
}

#footer_left ul
{
	margin:0;
	padding:10px 0 10px 0;
	list-style:none;
}

#footer_left ul li
{
	background:url(../images/template_images/footer_arrow.png) no-repeat left center;
	padding:3px 0 3px 15px;
}
	


