/* CSS Document 
	Sherwoods
*/

/* HTML TAGS */
html,body
{
	margin:0px 0px;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-x;
}

form
{
	margin:0px 0px;
}
.ifIE
{
	height:18px;
}

table,td
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	vertical-align:top;
	color:#303030;
}

textarea, select, option, .textboxes
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:150px;
}

img
{
	border:none;
}

h1
{
	font-size:15px;
	font-weight:bold;
	padding:0px;
	margin:5px 0px;
	color:#07593B;
}

ul
{
	list-style-type:disc;
	margin-top:5px;
}

/* OTHER CLASSES */
.sideSpacer_content
{
	background-image:url(images/spacer_sideContent.gif);
	background-repeat:repeat-y;
}
.sideSpacer_latestNews
{	
	background-image:url(images/spacer_sideLatestNews.gif);
	background-repeat:repeat-y;
}

.sideSpacer_featuredProperty
{
	background-image:url(images/spacer_featuredBg.gif);
	background-repeat:repeat-y;
}

.topSpacer_latestNews
{
	background-image:url(images/spacer_latestNewsTop.gif);
	background-repeat:repeat-x;
}

.bottomSpacer_latestNews
{
	background-image:url(images/spacer_latestNewsBottom.gif);
	background-repeat:repeat-x;	
}

.footerBg
{
	background-image:url(images/img_footerBg.gif);
	background-repeat:repeat-x;
}

.propertyImgBorder
{
	border-style:solid;
	border-width:2px;
	border-color:#D28513;
}

.title_bg
{
	background-image:url(images/title_bg.gif);
	background-repeat:repeat-x;
}

.bg_otherPages
{
	background-image:url(images/bg_otherPages.gif);
	background-repeat:repeat-y;
	background-position:0px 0px;
}

.redMsg
{
	color:red;
	font-weight:bold;
}

.searchResults_border
{
	border-style:solid;
	border-width:1px;
	border-color:#E6E6E6;
}

/* LINKS */
a:link, a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#07593B;
}
a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#07593B;
}
a.news:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#07593B;
}
a.pS:link, a.pS:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	background-color:#E6E6E6;
	color:#333333;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-color:#E6E6E6;
}
a.pS:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	background-color:#E6E6E6;
	color:#333333;
	text-decoration:none;
	border-style:dashed;
	border-width:1px;
	border-color:#333333;
}

ul#nav { list-style:none;margin:0px;padding:15px 0px 0px 0px;width:159px;font-size:10px; }
ul#nav li a:link, ul#nav li a:visited { display:block;background-image:url(images/menuSprite.jpg);width:139px;height:24px;line-height:24px;padding-left:20px;font-size:10px;color:#666666;} 
ul#nav li a:hover { background-position:-159px;text-decoration:none;color:#000000; }
