﻿html .fb_share_link 
{ 
	padding:2px 0 0 20px; 
	height:16px; 
	background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left; 
}

body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #000000;
    background:#888888 url(../images/body-gradient.gif) repeat-x top;
}

a:link
{
    color: #004710;
    text-decoration: underline;
}
a:visited
{
    color: #004710;
}
a:hover
{
    color: #004710;
}
a:active
{
    color: #004710;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

label
{
	margin-right:3px;
	font-size:1em;
	vertical-align:3px;
}

select
{
	font-size:1em;
}

textarea
{
	font-size: 1em;
    font-family: Verdana, Helvetica, Sans-Serif;
}

span
{
	font-weight:bold;
}

form
{
	margin: 0px;
	padding: 0px;
}

fieldset
{
	margin: 0px;
	padding: 5px;
}

dt label
{
	font-weight:bold;
}

dl
{
	margin: 0px;
	margin-top: 5px;
}

dt
{
	margin-left:20px;
}

dd
{
	margin-left:20px;	
}

span.required
{
	margin-left:-12px;
	color: #ff0000;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 1.6em;
    font-family: Verdana;
    margin-top: 3px;
    padding-bottom: 0;
    margin-bottom: 8px;
	color: #525151;
}
h2
{
    font-size: 1.25em;
    margin-bottom: 2px;
    margin-top: 2px;
    
}
h3
{
    font-size: 1.15em;
    margin-bottom: 3px;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#breadcrumb
{
	padding: 10px;
	background-color: #ffffff;
	border-bottom: dotted 1px #DEDEDE;
	font-weight: bold;
	color: #525151;
}

#container
{
    width: 100%;
    padding: 0;
    border-left: solid 1px #A6A7AB;
    border-right: solid 1px #A6A7AB;
    border-bottom: solid 1px #A6A7AB;
    margin-left: -1px;
	margin-right: -1px;
    margin-bottom: -1px;
    background-color: #ffffff;
    height:100%;
}

#header
{
    position:relative;
	left:0;
	top:0;
    margin-bottom: 0px;
    color: #000;
    padding: 0px;
}

#headerContent
{
	background-color: #ffffff;
	height:95px;
	border-bottom: solid 3px #B3D88C;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main
{
	top:0;
    background-color: #ffffff;
    padding: 7px;
    
}

#footer
{
	background-color: #ffffff;
    color: #999999;
    padding: 10px;
    text-align: left;
    line-height: normal;
    margin: 0;
    font-size: 1em;
    border-top: solid 3px #B3D88C;
    height: 180px;
}

#leftnav
{
	padding: 5px;
	float: left;
    width: 245px;
}

#rightcontent
{
	margin-left: 260px;
    background-color: #ffffff;
}

#leftcontent
{
	float: left;
	width: 100%;
    background-color: #ffffff;
}

#leftinnercontent
{
	margin-right: 330px;
}

#rightnav
{
	float: left;
    padding: 5px;
	width: 325px;
    margin-left: -335px;
    margin-top: -19px;
}

#maincontent
{
    background-color: #ffffff;
}

#resultsHeader, #resultsFooter
{
	border: solid 1px #8DA67F;
	margin-top: 10px;
	padding: 9px;
	padding-top: 7px;
	background: url('../images/results-gradient.gif') 0 0 repeat-x; 
	height:20px;
}

/* CONTROL STYLES   
----------------------------------------------------------*/
table.admin
{
	margin-top:3px;
	margin-bottom:3px;
	table-layout:fixed;
	border-collapse:collapse;
	width:100%;	
}

table.admin tbody tr, table.admin tbody td
{
	padding: 5px;
	border-bottom: solid 1px #E0E0E0;
}

table.admin thead tr, table.admin thead td
{
	padding: 5px;
	background-color: #F0F0F0;
	text-align: left;
	font-weight: bold;
	border-top: solid 1px #C5C5C5;
	border-bottom: solid 1px #C5C5C5;
}

table.results
{
	margin-top:3px;
	margin-bottom:3px;
	padding: 0px;
	table-layout:fixed;
	border-collapse:collapse;
	width:100%;
}

table.results tbody tr, table.results tbody td
{
	padding: 4px;
	border-bottom: solid 1px #C5C5C5;
}

table.results thead tr, table.results thead td, table.results tfoot tr, table.results tfoot td
{
	padding: 2px;
	background-color: #F0F0F0;
	border-top: solid 1px #C5C5C5;
	border-bottom: solid 1px #C5C5C5;
	font-size: 0.95em;
	font-weight: bold;
	text-align: right;
}

tr.odd
{
	background-color: #FFFFFF;
}

tr.even
{
	background-color: #F0F0F0;
}

tr.odd:hover
{
	background-color: #D2EEB4;
	cursor: pointer;
}

tr.even:hover
{
	background-color: #D2EEB4;
	cursor: pointer;
}

td.currency
{
	font-weight: bold;
	text-align: right;
}

td.date
{
	text-align: right;
}

#gallery
{
	border: solid 1px #8DA67F;
	padding: 10px;
	background-color: #B3D88C;
	display:block;
	margin-right: 10px;
}

#gallery img
{
	margin:3px;
	border: solid 1px #000000;
}

#q
{
	border: solid 2px #8DA67F;
	padding: 2px;
	width: 260px;
}

#l
{
	border: solid 2px #8DA67F;
	padding: 2px;
}

#l optgroup
{
	font-style:normal;
}

#navbar
{
  font-size :100%;
  width:100%;
  padding:0px;
  line-height:normal;
  margin-top: -90px;
  padding-top:10px;
  margin-bottom:0px;
  background: #ffffff url(../images/navbar-background.gif) repeat-x bottom;
  height:31px;
}

#navbar .tab
{
	float:left;
}

#navbar .tabselected
{
	float:left;
}

.tab .left
{
	float:left;
	background: #ffffff url(../images/tab-left.gif) no-repeat left;
	height:31px;
	width:5px;
}

.tab .middle
{
	float:left;
	background: #ffffff url(../images/tab-middle.gif) repeat-x top;
	height:31px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	color: #525151;
}

.tab .right
{
	float:left;
	background: #ffffff url(../images/tab-right.gif) no-repeat right;
	height:31px;
	width:5px;
	margin-right: 5px;
}

.tabselected .left
{
	float:left;
	background: #ffffff url(../images/tabselected-left.gif) no-repeat left;
	height:31px;
	width:5px;
}

.tabselected .middle
{
	float:left;
	background: #ffffff url(../images/tabselected-middle.gif) repeat-x top;
	height:31px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	color: #525151;
	font-weight: bold;
}

.tabselected .right
{
	float:left;
	background: #ffffff url(../images/tabselected-right.gif) no-repeat right;
	height:31px;
	width:5px;
	margin-right: 5px;
}

#location
{
	font-size:130%;
}

#PostingUpdates h2
{
  font-size: 1.6em;
  margin:0;
  padding: 0;
  width:100%;
  border-bottom: dotted 1px #525151;
}

#PostingUpdates h3
{
  margin:0;
  padding-top: 12px;
  border-bottom: solid 1px #B3D88C;
  color: #000000;
}

#PostingUpdates ul
{
  margin:0;
  padding:0;
  list-style:none;
}
  
#PostingUpdates li 
{
  margin:0;
  padding-left:10px;
  white-space:nowrap;
  display:block;
}
  
#PostingUpdates a 
{
	font-weight: bold;
}

#navbar a
{
	text-decoration: none;
}

.locations
{
}

.locations ul
{
	list-style-type:none;
	margin: 0px;
}

.locations div.root
{
	margin: 10px;
}

.locations ul.child li
{
	font-weight: normal;
	margin: 0px;
}

.input-validation-error
{
	border: solid 1px #D82D02;
	background-color: #FFCBBE;
}

.validation-summary-errors
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	border: solid 2px #D82D02;
	margin: 0;
	margin-bottom: 5px;
	background-color: #FFCBBE;
	background-image : url('../images/error.png');
	background-repeat:no-repeat;
	background-position: 5px 5px;
}

.validation-summary-errors ul
{
	list-style-type:none;
	padding-left: 40px;
}

.validation-summary-errors li 
{
  list-style-type:none;
}

.validation-summary-success
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	border: solid 2px #1D8514;
	margin: 0;
	margin-bottom: 5px;
	background-color: #A6F99C;
	background-image : url('../images/success.png');
	background-repeat:no-repeat;
	background-position: 5px 5px;
}

.validation-summary-success ul
{
	list-style-type:none;
	padding-left: 40px;
}

.validation-summary-success li 
{
  list-style-type:none;
}

.warning
{
	border: solid 2px #33CCFF;
	margin: 4px 0 4px 0;
	padding: 3px;
	background-color: #CCFFFF;
}

.warning a
{
	color: #694D00;
	font-weight: bold;
}

span.action
{
	white-space: nowrap;
	padding: 5px;
}

.action img
{
	margin-top: 3px;
	margin-right: 3px;
	border: 0;
}

.box
{
	width:100%;
	background-color: #ffffff;
	border: solid 1px #8DA67F;
}

.boxhead
{
	font-weight: bold;
	padding: 9px;
	background: url('../images/results-gradient.gif') 0 0 repeat-x;
	border: solid 1px #D2EEB4;
}

.boxcontent
{
	padding: 5px;
	border-left: solid 1px #D2EEB4;
    border-right: solid 1px #D2EEB4;
    border-bottom: solid 1px #D2EEB4;
    background:#ffffff url(../images/box-gradient.gif) repeat-x bottom;
}


.boxcontent ul
{
	list-style-type:none;
	margin-left: 10px;
}

.boxcontent li 
{
	list-style-type:none;
}

.boxfooter
{
	background:#ffffff url('../images/drop-shadow.gif') repeat-x top;
	height:10px;
	margin:0;
	padding:0;
	border-left: solid 2px #ffffff;
}

.postingImage 
{
	float:left;
	margin:3px;
	border:solid 1px #000000;
}

input.button
{
	font-family: Arial;
	padding: 2px;
	background-image: url('../images/button-gradient.gif');
	background-repeat:repeat-x;
	font-weight: bold;
	height:24px;
}

input.text
{
	width: 200px;
}

input.postalcode
{
	width: 55px;
}

.currency input
{
	width: 75px;
}

textarea.textarea
{
	width: 400px;
	height: 100px;
}

div.panel
{
	padding:10px;
	float:left;
}

#map
{
	margin: 5px;
	border: solid 1px #8DA67F;
	margin-right:10px;
	display:inline-block;
}

#sitemap ul
{
  margin:0;
  padding:0;
  list-style-type:square;
  list-style-position:inside;
}
  
#sitemap li 
{
  margin:0;
  margin-left:25px;
  white-space:nowrap;
  display:block;
  list-style-type:square;
  list-style-position:inside;
}
  
#sitemap a 
{
	font-weight: bold;
}

#utility img
{
	margin: 5px;
}

#posting-content ul
{
	margin-left: 20px;
}
