@charset "utf-8";
@import url('reset.css');
@import url('default.css');


#RootDiv
	{
	width: 944px;
	margin: 0 auto;
	}

#header
	{
	height: 94px;
	overflow: hidden;
	}
	
	#logo
		{
		width: 252px;
		height: 94px;
		float: left;
		margin: 0; 
		padding: 0; 
		background: none;
		}
		
		#logo a
			{
			display: block;
			width: 252px;
			height: 94px;

			text-indent: -9999px;
			}
			
		#topnav
			{
			margin: 52px 10px 0 0; 
			padding: 0;
			list-style-type: none;
			text-align: right;
			font: 11px/1em "Trebuchet MS", Monaco, Arial, Helvetica, sans-serif;
			}
			
			#topnav li
				{
				display: inline;
				background: url('Images/divider.gif') right no-repeat;
				padding: 0 20px;
				}
			
			#topnav a:link, #topnav a:visited
				{
				text-decoration: none !important;
				}
				
			#topnav li.last
				{
				background: none;
				}
				
				
	
#masthead
	{
	width: 944px;
	height: 200px;
	overflow: hidden;
	/*background: url('Images/masthead.jpg') top left no-repeat;*/
	font: normal 21px/1em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ffffff;
	padding: 0 0 0 0;
	}	
		
.mainnav ul
	{
	margin: 1px 0 0 0 !important; 
	padding: 0;
	height: 30px;
	line-height: 30px;
	font: 13px/30px "Trebuchet MS", Monaco, Arial, Helvetica, sans-serif;
	}	
	
	.mainnav li
		{
		float: left;
		margin: 0;
		padding: 0;
		width: 172px;
		height: 30px;
		margin-right: 1px;
		background: #8BAACE;
		text-align: center;
		list-style-type: none;
		}
		
		.mainnav li.first
			{
			width: 252px;
			background: #618DC0;
			}
			
		.mainnav li.last
			{
			margin-right: 0;
			}
			
	
	.mainnav a:link, .mainnav a:visited
		{
		color: #ffffff;
		text-decoration: none !important;
		display: block;
		height: 30px;
		}
		
	.mainnav a:hover, .mainnav a:active, .mainnav a.selectedItem, .mainnav a:hover span
		{
		background: #A2BBD8;
		cursor: pointer;
		}
		
	  .mainnav .vertical li, .mainnav .vertical li.first
	  {
	    width: 172px;
	    float: none;
	    background: #8BAACE;
	    border-bottom: solid 1px #ffffff;
		display:block;
	  }
	  
	  .radmenu a.link
	  {
	    cursor: pointer;
	  }
	
			
#MainDiv
	{
	margin: 1px 0 0 0;
	padding: 0 0 12px 0;
	background: url('Images/main.gif') top left repeat-y;
	overflow: hidden;
	clear: both;
	min-height: 480px;
	}
	
		
#sidecol
	{
	float: left;
	width: 252px;
	}
		
	
	#sidenav
		{
		background: #DFE8F3;
		list-style-type: none;
		margin: 0;
		padding: 6px 20px 8px 16px;
		font-family: "Trebuchet MS", Monaco, Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 1.2em;
		border-bottom: 1px solid #ffffff;
		}
		
		#sidenav li
			{
			margin: 0;
			padding: 0 0 4px 0;
			background: url('Images/dotted.gif') bottom left repeat-x;
			}
		
		#sidenav li.last
			{
			background: none;
			}
		
		#sidenav a
			{
			display: block;
			padding: 12px 12px 12px 16px;
			text-decoration: none !important;
			background: url('Images/arrow.gif') left no-repeat;
			}
	
	
	#search
		{
		background: #E7EEF6;
		padding: 6px 20px 12px 16px;
		border-bottom: 1px solid #ffffff;
		}
	
	
	#login
		{
		background: #EFF4F9;
		padding: 6px 20px 12px 16px;
		border-bottom: 1px solid #ffffff;
		}
		
		#login .entry
			{
			padding: 0 20px;
			}
			
		#login .submit
			{
			background: none;
			padding-top: 0;
			}
	
	
	#externalnav
		{
		background: #EFF4F9;
		list-style-type: none;
		margin: 0;
		border-bottom: 1px solid #ffffff;
		padding: 6px 20px 8px 16px;
		font-family: "Trebuchet MS", Monaco, Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 1.2em;
		}
		
		#externalnav li
			{
			margin: 0;
			padding: 0 0 4px 0;
			background: url('Images/dotted.gif') bottom left repeat-x;
			}
		
		#externalnav li.last
			{
			background: none;
			}
		
		#externalnav a
			{
			display: block;
			padding: 12px 12px 12px 16px;
			text-decoration: none !important;
			background: url('Images/arrow.gif') left no-repeat;
			}
			
			
			
			
#ContentDiv
	{
	float: right;
	padding: 24px 30px 36px 30px;
	width: 631px;
	/*
	padding: 24px 60px 36px 36px;
	width: 595px; */
	}
	
	
#bottom
	{
	clear: both;
	height: 12px;
	overflow: hidden;
	background: url('Images/bottom.gif') top left no-repeat;	
	}	


#contacts
	{
	clear: both;
	font-size: 11px;
	line-height: 1.4em;
	padding: 32px 16px 0 16px;
	overflow: hidden;
	}
	
	#contacts .contact
		{
		padding-bottom: 32px;
		text-align: center;
		float: left;
		width: 25%;
		overflow: hidden;
		}
		
		#contacts .contact .name
			{
			color: #3871B3;
			font-weight: bold;
			margin: 0;
			}
			
		#contacts .contact .phone
			{
			margin: 0;
			}
			
		#contacts .contact .fax
			{
			margin: 0;
			}
			
		#contacts .contact .email
			{
			margin: 0;
			}
			
		#contacts .contact .email a
			{
			color: #7098C5;
			text-decoration: none !important;
			}
			
		#contacts .contact .email a:hover, #contacts .contact .email a:active
			{
			color: #38B371;
			}	
		
		
		
		
#footerlinks
	{
	background: url('Images/dotted.gif') top left repeat-x;
	clear: both;
	margin: 0;
	padding: 16px 0;
	list-style-type: none;
	font-size: 10px;
	text-align: center;
	}
	
	#footerlinks li
		{
		display: inline;
		background: url('Images/divider.gif') right no-repeat;
		padding: 0 10px 0 4px;
		}
		
	#footerlinks li.last
		{
		background: none;
		}	
		
	#footerlinks a
		{
		text-decoration: none !important;
		}	
		
		
		
	
#footer
	{
	clear: both;
	margin: 16px;
	font-size: 9px;
	line-height: 1.4em;
	overflow: hidden;
	}	
	
	#footer .disclaimer
		{
		float: left;
		width: 60%;
		}
		
	#footer .copyright
		{
		float: right;
		width: 35%;
		text-align: right;
		}	
		
		
		
		
#covweb
	{
	clear: both;
	margin: 16px;
	text-align: center;
	font: 10px/1em "Trebuchet MS", Monaco, Arial, Helvetica, sans-serif;
	}
	
	#covweb p
		{
		margin: 0;
		}
	
	#covweb a.logo
		{
		display: block;
		width: 100px;
		height: 40px;
		background: url('Images/logo-cov.gif') top left no-repeat;
		margin: 0 auto;
		text-indent: -9999px;
		}
		
	
#propnav
	{
	padding: 0;
	margin: 8px -24px 20px 0;
	list-style-type: none;
	text-align: right;
	font: 11px/1em "Trebuchet MS", Monaco, Arial, Helvetica, sans-serif;
	}
	
	#propnav li
		{
		display: inline;
		background: url('Images/arrow.gif') left no-repeat;
		padding: 0 20px 0 10px;
		}
	
	#propnav a:link, #propnav a:visited
		{
		text-decoration: none !important;
		}
		
.AttributeTable		
	{
	margin-bottom: 1.4em;
	}
	
	.AttributeTable td, .AttributeTable th
		{
		padding: 2px 40px 2px 0;
		}
		
	.AttributeTable th
		{
		font-weight: bold;
		color: #3871B3;
		}
		
	.AttributeTable .label
		{
		font-weight: bold;
		padding-right: 15px;
		}	
		
.Properties		
	{
	width: 100%;
	}
	html>body .Properties { width: 660px; }
	
	.Properties th
		{
		background: url('Images/sort.gif') top left no-repeat;
		height: 30px;
		text-align: center;
		border-right: 1px solid #ffffff;
		white-space: nowrap;
		}
		
	
	.Properties th.last
    {
        border-right: none;
    }
			
	.Properties th.sorted
		{
		background-position: top !important;
		}	
		
    .Properties th a
    {
      font: 13px/1em "Trebuchet MS", Monaco, Arial, Helvetica, sans-serif;
	    color: #ffffff; 
	    text-decoration: none;
	    display: block;
	    padding: 4px;
    }
    .Properties th a:hover
    {
   	    color: #ffffff;  
   	    background-color: #8BAACE;    
    }
			
	.Properties td
		{
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		padding: 4px;
		vertical-align: middle;
		}
		
    .Properties td.first, .Properties th.first
    {
        text-align: left;
    }
		
	.Properties .details
		{
		width: 100%;
		}
		
	.Properties .details td
		{
		font-weight: normal;
		vertical-align: middle;
		border: none;
		}	
		
	.Properties .thumb img
		{
		float: left;
		border: 1px solid #8BAACE;
		margin: 0 24px 0 0;
		}	
		
	.Properties .address
		{
		text-align: left;
		padding: 4px 12px;
		}
		
	.Properties .links
		{
		padding: 4px 12px;
		text-align: right;
		}		
		
	.Properties .links a
		{
		margin-left: 12px;
		}	
		
	.Properties	.FilterRow
	  {
	    display: none;
	  }
	  
	  .LoadingPanel
	  {
	    position: absolute;
	    margin-left: 100px;
	    margin-top: 75px;
	    background-color: #ffffff;
      padding-top: 30px;
	    width: 400px;
	    height: 80px;
	    text-align: center;
	    color: #8BAACE;
	    font-size: 18px;
	    font-weight: bold;
	    border: solid 2px #8BAACE;
	  }
	  
	  .LoadingPanel img
	  {
	    display: inline;
	    border: none;
	    padding-top: 10px;
	  }

.sf_listTitle
{
  display: none;
}

.sf_controlListItems
{
  text-align: right;
}

.MsgBox .success, .MsgBox .error
{
  color: White;
  font-family: "Trebuchet MS",Monaco,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 8px;
  margin: 10px 0;
  width: 639px;
}

#Map #map_canvas
{ 
  position: absolute !important;
}

.FieldDiv .Horizontal
{
  margin: 0px;
}

.FieldDiv .Horizontal label
{
  padding: 0 20px 0 5px;
}

.FieldDiv .Horizontal input, .FieldDiv .Horizontal label, .FieldDiv .Horizontal li
{
  display: inline !important;
}

.RssFeed
{ 
  padding-left: 10px;
}

.RssFeed img
{
  display: inline;
  vertical-align: middle;
}

.Required
{
  color: #3871B3;
  font-weight: bold;
}

h1
{
        white-space:nowrap;
		padding-top:5px;
        
}
.rightimg

{


display: block; 

float: right !important; 

border: 1px solid #8BAACE; 

margin: 0 0 12px 36px; 

text-align:left; 

border-spacing:0px; 

margin-left:0px; 

padding-left:0px; 

} 
