﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html
{
	font-size:62.5%;
}
body
{
		background: #F7F8F8;
		font-family: Verdana, Helvetica, Sans-Serif;
		margin: 0;
		padding: 0;
		color: #696969;
		height:100%;
		position:relative;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
h1
{
	color:#025C81;
	font-family:Arial;
	font-size:22px;
	margin: 30px 0 20px 0;
}
h2
{
	color:#025C81;
	font-family:Arial;
	font-size:18px;
}
h3
{
	color:#666666;
	font-family:Arial;
	font-size:17px;
}
.float_left 
{
	float:left;
}
.float_right
{
	float:right;
}
.page
{
	width:100%;
	max-width: 985px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
}

.page #title
{
	margin-top:8rem;
	text-align:center;
}
.page #title img
{
	width: 75%;
	max-width: 367px;
	height:auto;
}

.page.inside #title
{
	text-align:left;
	margin-left:10px;
	margin-top:0px;
	position:relative;
}
/*
.page #title div
{
	font-size: 28px;
	color: #888888;
	font-family: verdana;
}
*/
.page.inside #title .logo img
{
	margin-bottom: 2px;
	max-width:256px;
}
/*
.page.inside #title div.text
{
	font-size: 17px;
	bottom: 2px;
	position:absolute;
}
*/
#header
{
		position: relative;
		margin-bottom: 0px;
		color: #000;
		padding: 0;
		margin-top:20px;
}
#header .ads
{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	text-align:center;
	position:relative;
}
.page.inside #header
{
	margin-bottom:0px;
}
.page.inside #title a
{
	display:block;
}
.page.inside #header #tabs
{
	bottom:-1px;
	position:absolute;
	left:280px;
	font-family:Arial;
}
.page.inside #header #tabs .tab
{
	background: url(/images/tab-l.png) no-repeat left top;
	padding-left:5px;
	float:left;
	margin-left:3px;
}
.page.inside #header #tabs .tab div
{
	background: url(/images/tab-r.png) no-repeat right top;
	padding-right:5px;
}
.page.inside #header #tabs .tab div a
{
	background: url(/images/tab.png) repeat-x center top;
	height:27px;
	min-width: 125px;
	padding-top:9px;
	padding-right:0;
	font-size:1.4rem;
	font-weight:bold;
	color:#818181;
	text-align:center;
	display:block;
	text-decoration:none;
}

.page.inside #header #tabs .tab.selected
{
	background-image: url(/images/tab_selected-l.png);
}
.page.inside #header #tabs .tab.selected div
{
	background-image: url(/images/tab_selected-r.png);
}
.page.inside #header #tabs .tab.selected div a
{
	background-image: url(/images/tab_selected-bg.png);
	color:#005C81;
}
.page #header .submit_entry
{
	position:absolute;
	right: 0px;
	bottom: 4px;
}
.page #header .submit_entry img
{
	width:auto;
}

#main
{
	clear:both;
	margin-bottom: 1rem;
	margin-top:5rem;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}
.inside #main
{
	border-top:1px solid #BCBBB9;
	border-left: 1px solid #D7D6D4;
	border-right: 1px solid #D7D6D4;
	background-color:#FFFFFF;
	margin-top:0px;
}
#main .drop_list
{
	background: url(/images/button_down.png) no-repeat center right;
	cursor:pointer;
	position:relative;
	border: 1px solid #D6D6D6;
	max-width:300px;
	min-width:200px;
	width:100%;
	#width:300px;
	font-size:14px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:5px;
	color:#696969;
	text-transform:none;
}
#main .drop_list .list
{
	max-height:200px;
	overflow-y:auto;
	overflow-x:hidden;
	width:100%;
	position:absolute;
	top:27px;
	left:-1px;
	z-index:4;
	background-color:#FFFFFF;
	border: 1px solid #D6D6D6;
	display:none;
}
#main .drop_list .list div
{
	padding:5px;
}
#main .drop_list .list div.hover
{
	background-color: #F0F0F0;
}
#main .required
{
	color:red;
	padding-right:4px;
}
#main .global_label
{
	display:block;
	font-weight:bold;
	color:#666666;
	font-size:14px;
	padding-bottom:5px;
}
#main .global_input
{
	border: 1px solid #B5B5B5;
	color:#000000;
	height:30px;
	font-size:24px;
	color:#333333;
}
#main .global_input.small
{
	width:100px;
}
#main .global_input.medium
{
	width:245px;
}
#main .global_input.wide
{
	width:390px;
	margin-right:1rem;
}
#main .global_input.full
{
	width:500px;
}
#main #home
{
	padding: 3rem 3rem 1.5rem 3rem;
}
#main #browse_header
{
	background:url(/images/browse_bar_bg.jpg) repeat-x left bottom #FFF;
	border-bottom:1px solid #DAD9D8;
	color:#B3B3B3;
	text-transform:uppercase;
	font-size:1.3em;
	font-weight:bold;
	padding:10px;
	margin-left:1px;
}
#main #browse_header form > div
{
	display:inline-block;
	vertical-align:top;
}
#main #browse_header form > div:first-child
{
	margin-right:3rem;
}
#main #browse_header form div.second > div:last-child
{
	 max-width:444px;
	 padding-left:40px;
	 border-left:4px solid #D6D6D6;
}
#main #browse_header form div.second .heading
{
	padding-left:45px;
}
#main #browse_header #char_bar
{
	clear:both;
	/*background:url(/images/char_bar_right.jpg) no-repeat center right;*/
	float:left;
	word-break:break-all;
}
#main #browse_header #char_bar .left
{
	/*background:url(/images/char_bar_left.jpg) no-repeat center left;*/
}
#main #browse_header #char_bar .bar
{
	background:url(/images/char_bar_bg.jpg);
	/*width:400px;*/
	/*margin-left:10px;
	margin-right:10px;*/
	padding:5px 15px 6px 15px;
	letter-spacing: 8px;
	border-radius:40px;
}
#main #browse_header #char_bar .bar a
{
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	color:#206285;
	font-size:13px;
}
#main #content
{
	padding: 10px 15px 15px 15px;
	min-height: 300px;
	_height:300px;
	font-family:Arial;
	font-size: 1.2em;
}
#main #SearchOptions
{
	margin-top:3px;
	max-width:580px;
	/*margin-top:80px;*/
	margin-left:auto;
	margin-right:auto;
	padding-right:1rem;
	text-align:center;
}
#main #SearchOptions div
{
	display:inline-block;
	_float:left;
	width:140px;
}
#main #SearchOptions a
{
	color: #025C81;
	line-height:18px;
	font-size:13px;
	font-weight:bold;
}
#main #home .search
{
	border: 1px solid #B5B5B5;
	height:3.4rem;
	max-width:580px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
}
#main #home .search_form .button_container
{
	float:right;
	width:10.9rem;
}
#main #home .search_form .field_container
{
	position:relative;
	overflow:hidden;
	padding-right:1.4rem;
}
#main #home .search input
{
	height:3.4rem;
	padding:0px 3px;
	border: 0px;
	font-size:1.6rem;
	vertical-align:middle;
	background-color: #FFFFFF;
	max-width:467px;
	width:100%;
	outline:0 none;
	color:#999999;
}
#main #home .search input.active
{
	color:#000000;
}

#main #home .search input.button
{
	padding:0 0 0 0;
	margin: -1px -20px -1px 0;
	border:0 none;
	height:auto;
	width:auto;
	vertical-align:middle;
	background: url(/images/button_find_large.png) no-repeat center center;
	width:10.9rem;
	height:3.6rem;
	cursor:pointer;
}
#main .autoSuggest
{
	line-height:175%;
	border: 1px solid #025C81;
	color:#000000;
	background-color:#ffffff;
	font-weight:normal;
	padding:0 4px;
	font-size:14px;
	cursor:pointer;
	display:none;
}
#main .autoSuggest .header
{
	font-weight:bold;
	background-color:#f0f0f0;
	padding-left:7px;
	cursor:default;
}
#main .autoSuggestions
{
	padding: 0 3px;
}
#main .autoSuggestions.hover
{
	background-color: #065477;
	color:#FFFFFF;
}
#main .autoSuggestionsHeader
{
	margin: 0 -4px;
	padding: 3px 7px;
	font-weight:bold;
	color: #065477;
	/*background-color: #BFC930; */
	background: url(/images/auto_suggest_header.jpg) repeat-x left center;
}

#main #content .results
{
	max-width:600px;
	#width:600px;
	float:left;
	font-family:Arial;
}
#main #content .formview
{
	max-width:600px;
	#width:600px;
	float:left;
	font-family:Arial;
}
#main #content .results .item.hover
{
	background-color:#f4f4f4;
}
#main #content .results .title
{
	color:#005C81;
	font-weight:bold;
	font-size:2.0em;
	margin: 15px 0 7px;
}
#main #content .results .title .sub-title
{
	font-size:0.6em;
	font-weight:normal;
	padding: 5px 0 7px;
}
#main #content .results .title .sub-title a
{
	color: #005C81;
}
#main #content .results .title .sub-title a:hover
{
	text-decoration: none;
}
#main #content .results .header
{
	color:#025C81;
	font-size:1.2em;
	font-weight:bold;
	font-family:Arial;
}
#main #content .results .header .column
{
	background-color: #E9E9E9;
	float:left;
	width:184px;
	margin: 0 3px;
	padding:3px 3px 3px 7px;
}
#main #content .results .row
{
	border-bottom: 4px solid #E9E9E9;
	clear:both;
	margin: 0 3px;
	cursor:pointer;
}
#main #content .results .row .column
{
	float:left;
	width:184px;
	font-size:13px;
	padding:8px 5px 7px 9px;
	color:#666666;
}
#main #content .results .row .column .large
{
	font-size:18px;
	font-weight:bold;
}

#main #content .pagination
{
	padding:15px 7px 7px 7px;
	text-align:center;
	font-size: 16px;
	color:#005C81;
	font-family:Verdana;
}
#main #content .pagination a
{
	text-decoration:underline;
	color:#005C81;
}
#main #content .pagination a:hover
{
	text-decoration:none	;
}
#main .field_name
{
	color:#AAAAAA;
	font-weight:bold;
	font-size:15px;
	padding-bottom:3px;
}

#main .ads
{
	margin: 0 30px 15px 0;
	position:relative;
	clear:both;
}
.side-ads
{
	width:335px;
	float:left;
	margin-left:15px;
	margin-top:20px;
}
.ads .link
{
	position:absolute;
	top:0;
	left:0;
	z-index: 3;
	border:0 none;
}
.ads .link a, .ads .link img
{
	text-decoration:none;
	border:0 none;
}
.ads .flash
{
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}

.info_layer
{
	_position:absolute;
	position:fixed;
	z-index: 100000;
	width:100%;
	max-width:650px;
}
.info_layer .close_button
{
	background: url(/images/close_button.png) center center no-repeat;
	cursor:pointer;
	width:28px;
	height:28px;
	float:right;
	margin-top:-10px;
	margin-right:-10px;
}
.info_layer .loading
{
	background: url(/images/loaders/indicator_000000_trans_32_32.gif) no-repeat left center;
	padding-left:40px;
	padding-top:10px;
	margin:7px auto 7px auto;
	min-height:34px;
	font-size:1.3em;
	font-weight:bold;
}
.info_layer.rounded .border
{
	position:absolute;
	top:0;
	left:0;
	z-index:98;
	height: 100%;
	width:100%;
	background-color: #07597C;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px; 
	-webkit-border-radius: 20px 20px 20px 20px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	border: 2px solid #013F59;
}
.info_layer .content
{
	position:relative;
	top:2px;
	left:2px;
	z-index:99;
	padding:1.5rem;
	background-color:#ffffff;
	margin:2rem;
}
.info_layer .content_area
{
	cursor:default;
	margin-top:20px;
	overflow:auto;
}
.info_layer .content_area .details
{
	float:left;
	max-width:300px;
	width:100%;
}
.info_layer .content_area .ads
{
	float:left;
	max-width:280px;
	width:100%;
}
.info_layer .content_area .ads .streetview, .info_layer .content_area .ads .map
{
	border: 1px solid #07597C;
	max-width:270px;
	#width:270px;
	height:170px;
	background:#f0f0f0 url(/images/unable_to_load_map.png) no-repeat center center;
	margin-top:10px;
}

.info_layer .content_area .details .row
{
	margin: 12px 0;
}
.info_layer .content_area .details .name
{
	color: #555555;
	font-weight:normal;
	font-size:1.4em;
	font-family:Arial;
	float:left;
	margin-right:1.5rem;
	width: 8.5rem;
	text-align:right;
}
.info_layer .content_area .details .value
{
	float:left;
	color: #025C81;
	font-weight:bold;
	font-size:1.5em;
	width:20rem;
}
.info_layer .content_area .details .value a
{
	color: #025C81;
}
.info_layer .content_area .details .value a:hover
{
	text-decoration:none;
}
.info_layer .content_area .details .row.email .value, .info_layer .content_area .details .row.web .value
{
	font-size: 1.2em;
	font-weight:normal;
}
.info_layer .content_area .details .bottom_info
{
	text-align: center;
	position: absolute;
	bottom: 15px;
	width: 300px;
	font-size: 1.3em;
}
.info_layer .content_area .details .bottom_info a
{
	color:#025C81;
}
.info_layer .content .border
{
	border: 1px solid #0F5473;
}


#main #content .message
{
	font-size:1.2em;
}
.bold
{
	font-weight:bold;
}

#footer
{
	clear:both;
	color: #999;
	padding: 40px 0;
	text-align: center;
	line-height: normal;
	margin: 0 100px;
	font-size: 1.2em;
}
#footer div.text
{
	float: left;
}
#footer div.links
{
	float:right;
	color:#025C81;
}
#footer div.links a
{
	color:#025C81;
	text-decoration:underline;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
		clear: both;
}

.error
{
		color:Red;
}

#menucontainer
{
		margin-top:40px;
}

#logindisplay
{
		font-size:1.1em;
		display:block;
		text-align:right;
		margin:10px;
		color:White;
}

#logindisplay a:link
{
		color: white;
		text-decoration: underline;
}

#logindisplay a:visited
{
		color: white;
		text-decoration: underline;
}

#logindisplay a:hover
{
		color: white;
		text-decoration: none;
}

.field-validation-error
{
		color: #ff0000;
}

.input-validation-error
{
		border: 1px solid #ff0000;
		background-color: #ffeeee;
}

.validation-summary-errors
{
		font-weight: bold;
		color: #ff0000;
}
@media only screen and (max-width:800px)
{
	html
	{
		font-size:50%;
	}
	#main #SearchOptions div
	{
		margin-top:1rem;
	}
	#footer
	{
		padding:0;
		margin:1rem;
	}
	#header .ads, .side-ads
	{
		display:none;
	}
	.page.inside #header #tabs
	{
		position:static;
	}
	.page.inside #header #tabs .tab div a
	{
		min-width:1px;
		height:auto;
		max-width:100px;
		padding-top:7px;
		padding-bottom:5px;
	}
	.page #header .submit_entry
	{
		display:none;
	}
	#main #content .formview, #main #content .results
	{
		float:none;
	}
	#main #content .results .header
	{
		display:none;
	}
	#main #browse_header form div.second
	{
		margin-top:10px;
	}
	#main #browse_header form div.second > div:last-child
	{
		border-left:0 none;
		padding-left:0;
	}
	#main #browse_header form div.second .heading
	{
		padding-left:0;
	}
	#main .global_input.wide, #main .global_input.full
	{
		width:245px;
		margin-right:none;
	}
	.info_layer .content_area .details .bottom_info
	{
		position:static;
		margin-top:1rem;
		text-align:left;
		width:auto;
	}
}
@media only screen and (max-width:400px)
{
	.page.inside #header #tabs .tab div a
	{
		max-width:60px;
		padding-top:4px;
		padding-bottom:2px;
	}
}