@charset "utf-8";
/* CSS Document */

/* Header */
	#header_top_bg
	{
		background: url(../images/header/header_top_bg.jpg) top no-repeat;
		width: 780px;
		height: 76px;
	}
	#header_top_phone
	{
		position: absolute;
		margin-top: 10px;
		margin-left: 620px;
	}
	#header_top_email
	{
		position: absolute;
		margin-top: 35px;
		margin-left: 620px;
	}
	#header_btm_container
	{
		width: 780px;
		height: 217px;
	}
	
/* Content */
	#content_bg
	{
		background: url(../images/content_bg.jpg) repeat;
		width: 780px;
	}
	#content_container
	{
		margin: 0px 145px 0px 195px;
		padding: 0px;
		width: 440px;
		min-height: 500px;
		height: auto !important;
		height: 500px;
	}
	
	/* Content Main */
		#content_main_container
		{
			width: 430px;
			min-height: 345px;
			height: auto !important;
			height: 345px;
		}
		.content_main_text_container
		{
			width: 420px;
		}
		#content_main_left
		{
			margin: 0px 210px 0px 0px;
			width: 210px;
		}
		#content_main_left_container
		{
			width: 200px;
		}
		#content_main_right
		{
			float: right;
			width: 210px;
		}
		#content_main_right_container
		{
			position: absolute;
			width: 200px;
			min-height: 147px;
			height: auto !important;
			height: 147px;
		}
		
	/* Content Bottom */
		#content_btm_container
		{
			width: 430px;
			min-height: 137px;
			height: auto !important;
			height: 137px;
		}
		#content_btm_service_areas
		{
			width: 420px;
		}
		#content_btm_service_areas_left
		{
			float: left;
			width: 210px;
		}
		#content_btm_service_areas_right
		{
			float: right;
			width: 210px;
		}
		.content_btm_voted_bg
		{
			background: url(../images/content_btm_voted.png) top no-repeat;
			width: 430px;
			height: 137px;
		}
		.content_btm_voted_text
		{
			position: absolute;
			margin-top: 105px;
			margin-left: 19px;
			font-size:11px;
			font-weight:normal;
		}
		
/* Left Nav */
	#left_nav
	{
		float: left;
		width: 190px;
		margin: 0px 0px 0px 5px;
		padding: 0px;
	}
	#left_nav_container
	{
		position: absolute;
		width: 190px;
		min-height: 480px;
		height: auto !important;
		height: 480px;
	}
	#left_nav_links_bg
	{
		background: url(../images/left_nav/left_nav_links_bg.png) top repeat-y;
		width: 190px;
	}
	#left_nav_clock
	{
		float: left;
		width: 21px;
	}
	#left_nav_clock_container
	{
		position: absolute;
		width: 21px;
	}
	#left_nav_hours_of_operation
	{
		margin: 0px 0px 0px 21px;
		width: 169px;
	}
	#left_nav_hours_of_operation_text
	{
		width: 149px;
	}
	
/* Right Nav */
	#right_nav
	{
		float: right;
		width: 141px;
		margin: 0px 4px 0px 0px;
		padding: 0px;
	}
	#right_nav_container
	{
		position: absolute;
		width: 141px;
		min-height: 480px;
		height: auto !important;
		height: 480px;
	}
	#right_nav_box_1_bg
	{
		background: url(../images/right_nav/right_nav_box_1_bg.png) top no-repeat;
		width: 141px;
		height: 187px;
	}
	#right_nav_box_2_bg
	{
		background: url(../images/right_nav/right_nav_box_2_bg.png) top no-repeat;
		width: 141px;
		height: 187px;
	}
	#right_nav_contact_us_bg
	{
		background: url(../images/right_nav/right_nav_contact_us_bg.png) top no-repeat;
		width: 141px;
		height: 33px;
	}
	#right_nav_contact_us_text
	{
		position: absolute;
		margin-top: 9px;
		margin-left: 45px;
	}
	
/* Footer */
	#footer_bg
	{
		background: url(../images/footer/footerBg.jpg) repeat-x;
		width: 780px;
		height: 52px;
	}
	#footer_bg ul
	{
		width: auto !important;
		height: 52px;
		margin: 0px 0px 0px 10px;
		padding: 0px;
		list-style: none;
		list-style-type: none;
	}
	#footer_bg li
	{
		float: left;
		width: auto !important;
		height: 52px;
	}
	#footer_btm_bg
	{
		background: url(../images/footer/footer_btm_bg.jpg) repeat-x;
		width: 780px;
		height: 52px;
	}