/* Global Resetting */
html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}

* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	list-style: none;
	text-align:left;
}

a {
	color: rgb(153, 204, 0);	
}

a img {
	border: 0;
}

.clear {
	clear: both;
}
.clearleft {
	clear:left;
}

/* Basic layout styling */
#Main {
	margin:10px auto;
}

#Header {
	/*background: #e7e7e7 url(../images/headerpublic_bg.gif) no-repeat center 80%;
	height: 156px;*/
	background:url(../images/header_bg.gif) no-repeat center 80%;
	height:144px;
	position: relative;
	width: 100%;
}

#Header h1.siteTitle {
	/*position:absolute;
	left:20%;
	top:36px;*/
	position: relative;
	width: 775px;
	margin: 22px auto 0px auto;
	height: 86px;
}
#Header h1.siteTitleBack {
	position:absolute;
	right:0px;
	top: 0px;
	/*top:32px;*/
}

#SiteMenu {
	background:#fff;
	margin:0 auto;
	width:770px;
	margin-bottom: 10px;
}

#SiteMenu li {
	display: inline;
	padding: 5px 8px 5px;
}

#SiteMenu span {
	font-size: 1.4em;
	color:#666;
	padding-right: 15px;
}
#SiteMenu #ListingCount {
	color:#008fd8;
	font-weight:bold;
	font-size:1.4em;
}

	ul.rightMenu {
		float: right;
	}

#SiteMenu li.rightMenuFirst {
	/*margin-left:130px;*/
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#SiteMenu li.rightMenuLast {
	border-right:1px solid #ccc;
}

#SiteMenu li a {
	color: #666;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
}
#SiteMenu span a {
	color:#99cc00;
	text-transform:none;
	text-decoration:underline;
}
	#SiteMenu li span a:hover {
		text-decoration:none;
	}

#PageTitles {
	position: relative;
	width: 625px;
	padding-right: 150px;
	margin: 16px auto 0px auto;
}

#PageTitles * {
	color: #143363;
}

#PageTitles h1 {
	font-size: 3.2em;
	font-weight: normal;
}

#PageTitles h2 {
	font-size: 1.7em;
	text-transform: uppercase;
}

#TabMenu {
	/*position: absolute;
	top: 108px;
	left:19%;*/
	width: 775px;
	margin: 0 auto;
}

#TabMenuHolder {
	position: absolute;
	bottom: 13px;
	width: 100%;	
}

#TabMenu li {
	float: left;
	margin-left: 2px;
	padding: 0 0 0 8px;
	background: url(../images/tabmenu_left.gif) no-repeat left top;
}

#TabMenu li.current,#TabMenu li.section {
	background: url(../images/tabmenu_left_on.gif) no-repeat left top;
}

#TabMenu li a {
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 2.1em;
	padding: 0 8px 0 1px;
	background: url(../images/tabmenu_right.gif) no-repeat right top;
}

/* Commented Backslash Hack
				     hides rule from IE5-Mac \*/
#TabMenu li a {
	float: none;
}

/* End IE5-Mac hack */
#TabMenu li a:hover {
	color: #99cc00;
}

#TabMenu li.current a,#TabMenu li.section a {
	background: url(../images/tabmenu_right_on.gif) no-repeat right top;
	color: #99cc00;
}

#Content {
	margin:0 auto;
	/*width:708px;*/
	width: 775px;
}
	/* This applies to all the back end header summaries */
	#ContentHeader p {
		background:#e5f3c4;
		color:#143363;
		border:1px solid #ccc;
		font-size:1.6em;
		line-height:1.3em;
		padding:7px 10px;
		margin-bottom:10px;
	}

#Footer {
	clear: both;
	background: #2361a0;
	height: 107px;
	padding: 5px 120px 0 120px;
}

#Footer #FooterContent {
	margin: 0px auto;
	width: 775px;	
}

#Footer #FooterMenu li {
	display: inline;
}

#FooterMenu li a,#Copyright {
	color: #ccc;
	text-decoration: none;
	font-size: 1.1em;
}

#FooterMenu li a {
	border-left: 1px solid #ccc;
	padding: 0 3px 0 5px;
}

#FooterMenu li a.first {
	border: none;
}

#Footer span {
	float: right;
}

.phonenumber input {
	display: inline !important;
	width: auto !important;
}

#Content form#Form_AddListingForm .middleColumn label,
#Content form#Form_CheckListingForm .middleColumn label {
	float: none;
	margin-left: 0em;
}