/*	HTML ELEMENTS	*/

	html {
		margin: 0px;
		padding: 0px;
	}
	
	body {
		margin: 0px;
		padding: 0px;
		font-family: Arial;
		font-size: 13px;
		color: #000000;
	}
	
	h1 { 
		font-weight: normal;
		font-family: Arial, Verdana;
		font-size: 36px;
		color: #0f728f;
		margin-top: 0px;
	}

	h2 { 
		font-weight: normal;
		font-family: Arial, Verdana;
		font-size: 20px;
		color: #0f728f;
		margin-top: 0px;
	}

	h3 { 
		font-weight: normal;
		font-family: Arial, Verdana;
		font-size: 16px;
		color: #0f728f;
		margin-top: 0px;
	}
	
	a {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}

/*	BANNER			*/
	
	#banner {
		height: 85px;
		width: 100%;
		background-image: url(../images/banner_bg.png);
		background-position: top left;
		background-repeat: repeat-x;
		position: fixed;
		z-index: 9000;
		top: 0px;
		left: 0px;
		margin: 0px;
		padding: 0px;
	}
	
	#banner_content {
		width: 955px;
		height: 77px;
		margin: 0px auto 0px auto;
	}

	#banner_logo {
		float: left;
	}

	#banner_tools {
		float: right;
		width: 460px;
		color: #67676b;
		font-size: 10px;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
	}

	#banner_tools a {
		color: #67676b;
		font-size: 10px;
		text-transform: uppercase;
		text-decoration: none;
	}

	#banner_tools a:hover {
		color: #000000;
	}
	
	#banner_tools ul {
		list-style-type: none;
		margin-left: 0px;
		padding-left: 0px;
		margin-right: 20px;
	}

	#search_container {
		width: 190px;
		height: 24px;
		padding: 0px;
		margin-top: 3px;
	}	
	
	#search {
		float: right;
		width: 190px;
		height: 24px;
		background-position: top right;
		background-repeat: no-repeat;	
		background-image: url(../images/search_box.jpg);
	}

	#search_field {
		float: left;
		padding: 0px;
		margin: 6px 0px 0px 6px;
		border: 0px;
		width: 190px;
		background: none;
		font-weight: bold;
		font-weight: normal;
		font-size: 10px;
		color: #67676b;
	}
	

/* Generic Page containers
-------------------------------*/

#page_container {
	width: 955px;
	background: transparent;
	margin: 77px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 809px;
	float: right;
	font-size: 10px;
	color: #67676b;
	font-weight: bold;
}

#footer a {
	text-decoration: none;
	color: #67676b;
}

#footer a:hover {
	color: #000000;
}

.spacer { clear: both !important; }





/*	CMS STUFF */





/*	FORM ELEMENTS	*/
	.field_text {
		border: 1px solid #999999;
		width: 380px;
		font-size: 11px;
		color: #999999;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_text_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_text_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_select {
		border: 1px solid #999999;
		width: 380px;
		font-size: 11px;
		color: #999999;
		font-family: Arial, Verdana;	
	}
	.field_select_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
	}
	.field_select_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password {
		border: 1px solid #999999;
		width: 380px;
		font-size: 11px;
		color: #999999;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea {
		border: 1px solid #999999;
		width: 380px;
		height: 100px;
		font-size: 11px;
		color: #999999;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea_focus {
		border: 1px solid #486AA8;
		width: 380px;
		height: 100px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		height: 100px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_button {
		background-color: transparent;
		border: none;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
	}
	.field_button_over {
		background-color: transparent;
		border: none;
		font-size: 12px;
		font-weight: bold;
		color: #999;
		cursor: pointer;
	}


/*	CMS ELEMENTS	*/
	.entry_options {
		width: 130px;
		border-top: 4px solid #0a748e;
		border-bottom: 1px solid #0a748e;
		float: right;
		font-size: 11px;
	}
	.entry_options ul {
		margin: 10px 0px 10px 20px;
		padding: 0px;
		list-style-type: circle;
	}
	.cms_table {
		width: 800px !important;
		margin-top: 10px;
	}
	.cms_table a {
		display: block;
	}
	.cms_table a.read_more {
		font-weight: bold;
	}
	.cms_table th {
		font-weight: bold;
		font-size: 10px;
		text-align: left;
		vertical-align: top;
		border-top: 1px solid #0a748e;
		border-bottom: 1px solid #0a748e;
		color: #333333;
		text-transform: uppercase;
		padding: 3px 0px 3px 0px;
	}
	.cms_table td {
		font-size: 11px;
		text-align: left;
		vertical-align: middle;
		border-bottom: 1px solid #ccc;
		padding: 3px 0px 3px 0px;
	}
	.cms_table td.no_border {
		border-bottom: none !important;
	}
	.cms_table th a {
		display: inline;
	}
	.cms_table h3 {
		margin: 15px 0px 3px 0px;
	}
	.row_odd td {
		background-color: #f2f2f2;
	}
	.row_over td {
		background-color: #F8F3CC;
		cursor: pointer;
	}
	
	label {
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		color: #0a748e;
	}

	.label_link {
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}

	label.no_format {
		font-size: 12px;
		font-weight: normal;
		text-transform: none;
		color: #000;
	}
	.countdown_container {
		font-size: 10px;
		font-weight: bold;
		margin-left: 10px;
		color: #C33;
	}
	
	.drag_cell {
		width: 27px;
		background-image: url(../images/drag.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
		border: 2px solid #FFFFFF !important;
		cursor: move;
	}
	
	.drag_save {
		width: 27px;
		background-image: url(../images/drag_save.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
		border: 2px solid #FFFFFF !important;
	}
		
	.row_child td {
		background-color: #f5f5f5;
	}
	
	
	
	.message_positive {
	border: 2px solid #0a748e;
	padding: 5px 5px 5px 45px;
	background-image: url(../images/msg_tick.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #0a748e;
	width: 400px;
}

.message_negative {
	border: 2px solid #0a748e;
	padding: 5px 5px 5px 45px;
	background-image: url(../images/msg_cross.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #0a748e;
	width: 400px;
}

#search_page #options_container {
	float: right;
}

#search_page  h3 {
	margin-bottom: 0px !important;
}

#search_page #options_container p {
	margin-top: 0px !important;
	
}


#search_page ul {
	list-style-type: circle;
	margin: 3px 0px 10px 30px;
	padding: 0px;
}

#search_page .no_results {
	margin: 3px 0px 10px 15px;
	font-style: italic;
}







	#map_container {
		margin-top: 30px;
	}

	#map_list {
		width: 200px;
		float: left;
	}
	
	#map_list label {
		color: #239aa3;
		font-size: 13px;
	}
	
	
	#map_list ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	#map_list li {
	}
	
	#map_list li a {
		display: block;
		padding: 4px 2px 4px 2px;
	}

	#map_list li a:hover {
		color: #0f728f;
	}
	
	#map_list li a.selected_category {
		color: #ffffff !important;
		background-color: #0f728f;
		background-image: url(../images/map_arrow.jpg);
		background-position: center right;
		background-repeat: no-repeat;
	}
	
/*
	#map_list li a:hover {
		color: #ffffff !important;
		background-color: #0f728f;
	}

*/
	
	#map {
		width: 550px;
		height: 450px;
		float: left;
		border: 1px solid #ffffff;
	}
	
	#map-side-bar .info-box p {
		color: #000000 !important;
	}
	
	#map-side-bar .map-location {
		margin: 5px 0px 5px 0px !important;
	}
	
	#service_list {
		width: 580px;
		float: right;
	}
	
	#service_list h4 {
		margin: 0px !important;
		padding: 0px !important;
	}
	
	#service_list ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	#service_list li {
		padding: 5px 0px 5px 5px;
	}
	
	#service_list li a {
	}
	
	.service_data {
		width: 200px;
		float: left;
		color: #000000 !important;
	}

	.service_data a {
		color: #000000 !important;
	}

	
	.service_data h2 {
		margin: 0px;
		color: #000000 !important;
	}
	
	.service_data p {
		margin: 0px;
		color: #000000 !important;
	}
	
	.service_contact_table {
		border-top: 1px solid #0f728f;
		border-bottom: 1px solid #0f728f;
		margin: 10px 0px 10px 0px;
		padding: 10px 0px 10px 0px;
	}
	
	.service_contact_table td {
		padding-right: 20px;
		padding-bottom: 5px;
		color: #000000 !important;
	}
	
	.service_map {
		width: 200px;
		height: 200px;
		float: right;
		background-color: #ff0000;
	}
	
	#view_options {
		border-bottom: 1px solid #0f728f;
		margin-bottom: 10px;
		padding-bottom: 9px;
	}

	#view_options a {
		padding: 10px;
	}
	
	#view_options .off {
		border: 1px solid #0f728f;
		background-color: #e5eeec;
	}
	
	#view_options .on {
		border: 1px solid #0f728f;
		border-bottom-color: #d4e3df;
		background-color: #d4e3df;
	}
	
	
	
	
	#service_list_container {
		width: 300px;
		float: left;
		position: fixed;
	}
	
	#service_list_container ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}

	#service_list_container ul li {
		margin-bottom: 10px;
	}
	
	#service_list_container ul li a {
		display: block;
		padding: 5px 0px 5px 5px;
		color: #ffffff;
		background-image: url(../images/map_arrow.jpg);
		background-position: center right;
		background-repeat: no-repeat;
		background-color: #0e718e;
	}
	
	#service_list_container ul li a:hover {
		background-image: url(../images/map_arrow_o.jpg);
		background-color: #6bc4ad;
	}

	#service_list_container ul li a.selected {
		background-image: url(../images/map_arrow_o.jpg);
		background-color: #6bc4ad;
	}

	
	#provider_list_container {
		width: 600px;
		float: left;
		margin-left: 320px;
	}
	
	#provider_list_container ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	#provider_list_container h3 {
		margin-top: 15px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #5ebcbf;
	}
	
	#provider_list_container a {
		margin-left: 10px;
		padding: 3px 0px 3px 0px !important;
		display: block;
	}
	
	#provider_list_container a:hover {
		color: #666;
	}
	
	
	.provider_popup {
		background-color: #ffffff;
		padding: 10px;
		position: absolute;
		margin-left: 300px;
		margin-top: -30px;
		width: 300px;
		border: 1px solid #999;
	}
	
	.popup_close {
		float: right;
	}
	
	.popup_close a {
		font-weight: normal;
		font-size: 9px;
		text-transform: uppercase;
		color: #666;
	}
	
	.popup_close a:hover {
		color: #000 !important;
	}
