/* CSS Document */


/*holds the two/ three columns*/
#columnContainer{

}
/*holds the quick property seach and advertising*/
#columnLeftHomepage{
		 width: 120px;
		 float: left;
		 margin: 0px;
		 margin-left:2px;
		 padding: 0px;
		 min-height:550px;
}
/*will only be used on the homepage to hold advertising*/
#columnRightHomepage{
		 background-color: #00FF66;
		 width: 190px;
		 float: right;
		 min-height:550px;
}
/*columnMiddle will hold textArea and rightColumn on the homepage, and
textAreaInternal on the internal pages*/
#columnMiddleHomepage{
		 width: 600px;
		 margin-left: 135px;
		 min-height:550px;
}

/*specific homepage layout styles*/
#homepageRight{
		 float: right;
		 margin-left: 0px;
		 width: 180px;
		 
}

/*homepage newsitems*/
#homePageNewsItem{
		 /*
		 border-bottom-width: 1px;
		 border-bottom-style: dotted;
		 border-bottom-color: #013567;*/
		 font-size: 1em;
		 font-weight: bold;
		 padding: 2px 10px 2px 25px;
		 /*padding: 10px 10px 10px 25px;*/
		 background-image: url(../nav/newsArrow.gif);
		 background-repeat: no-repeat;
		 background-position: left top;
		 text-decoration: none;
}


#homePageNewsItem a:link, #homePageNewsItem a:visited
	{
	text-decoration: none;
	} 

#SPNStats{
		 /*
		 border-bottom-width: 1px;
		 border-bottom-style: dotted;
		 border-bottom-color: #013567;*/
		 font-size: 1em;
		 font-weight: bold;
		 padding: 2px 10px 2px 5px;
		 /*padding: 10px 10px 10px 25px;*/
		 /*background-image: url(../nav/newsArrow.gif);*/
		 background-repeat: no-repeat;
		 background-position: left top;
		 text-decoration: none;
}

#ViewArchiveLink a:link, #ViewArchiveLink a:visited
	{
	color: #FFFFFF;
	float: right;
	font-size: 0.95em;
	text-decoration: none;
	}
/*positions the date in the homepage news items*/
.date {
		 font-weight: bold;
		 color: #6686B9;
		 float: right;
		 font-size: 0.8em;
		 padding: 2px 0px 2px 2px;
		 text-decoration: none;
}

#homepagetext {
	/*padding: 10px;
	text-align: justify;
	/*padding: 0px 10px 0px 1px;
	border: 1px solid #000033;*/
	margin-bottom:10px;
	margin-top:10px;
}


