/* main divs */
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 130%;
	background-color: #FFF;
	margin-top: 10px;
}
html {
	height: 101%;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}

a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

#header {
	padding: 0px;
	margin-bottom: 5px;
	height: 142px;
}

#logo {
	float: left;
	height: 93px;
	width: 190px;
	margin-right: 20px;
}
#banner_ads {
	height: 60px;
	width: 468px;
	margin-top: 31px;
	float: left;
	border: 1px solid #CCC;
	margin-right: 10px;
}
#search {
	font-size: 12px;
	float: left;
	width: 258px;
	height: 60px;
	margin-top: 41px;
	display: inline-block;
	margin-bottom: 10px;
}
#phone {
	font-weight: bold;
	font-size: 22px;
	float: left;
	width: 210px;
}

#nav   {
	color: #FFF;
	background-color: #CC0000;
	font-size: 11px;
	width: 740px;
	float: left;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	margin-right: 20px;
	list-style-type: none;
	padding-top: 5px;
}
/* -- side navigation style --*/
#sidebar1 ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style:none;
	display: block;
}
#sidebar1 ul li{
	display:block;
	float: left;
}
#sidebar1 ul a{
	font-size:11px;
	text-decoration:none;
	float:left;
	display:block;
	width: 185px;
	background-image: url(../images/furniture/arrow-w.gif);
	background-repeat: no-repeat;
	background-position: 173px center;
	color: #FFF;
	padding-top: 7px;
	padding-left: 5px;
	list-style-type: none;
	background-color: #C00;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 7px;
}
#sidebar1  h1 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
}

#sidebar1 ul a:hover{
	color: #FFF;
	background-image: url(../images/furniture/arrow-w.gif);
	background-repeat: no-repeat;
	background-position: 173px center;
	background-color: #B00000;
}
ul #bob a {
	background-image: url(../images/furniture/bob-button.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 18px;
	background-color: #FFF;
	padding-top: 30px;
}
ul #bob a:hover {
	color: #FFF;
	background-image: url(../images/furniture/bob-button-over.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 18px;
	background-color: #FFF;
}


#quicklinks {
	margin-bottom: 10px;
	float: left;
	width: 190px;
}
#banner_ads img {
	margin-right: 5px;
}
#news h1 {
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 20px;
}
.infobox {
	border: 1px solid #CCC;
	margin-bottom: 5px;
	background-image: url(../images/furniture/redstrip.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	width: 180px;
}
#ads {
	width: 190px;
}
#ads img {
	margin-bottom: 5px;
}

#mainContent {
	float: left;
	width: 750px;
}
#mainContent ul li{
	list-style-image: url(../images/furniture/bullet.gif);
	list-style-type: none;
}
#PLUS {
	background-color: #e6e6e6;
	background-image: url(../images/furniture/PLUS.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 239px;
	padding-right: 7px;
	padding-left: 7px;
	float: right;
	margin-left: 30px;
	padding-top: 120px;
	line-height: 140%;
	display: inline-block;
	padding-bottom: 10px;
}

#sites {
	float: left;
	margin-top: 10px;
	width: 190px;
	font-size: 12px;
}
.buttonbar {
	color: #FFF;
	background-color: #C00;
	background-image: url(../images/furniture/arrow-w.gif);
	background-repeat: no-repeat;
	background-position: 155px center;
	height: 18px;
	width: 161px;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 5px;
}



#footer {
	font-size: 70%;
	border-top: 1px solid #CCC;
	height: 40px;
	padding-top: 5px;
	margin-top: 10px;
	line-height: 120%;
} 
#footer a {
	color: #666;
	text-decoration: underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

rssincl-content      {
	padding-bottom: 0px;
	padding-top: 0px;
}
.rssincl-itemtitle {
	margin-bottom: -5px;
	line-height: 120%;
}
.rssincl-itemdate {
	margin-bottom: -10px;
	margin-top: 4px;
	font-size: 80%;
}
.rssincl-entry {
	margin-bottom: 0px;
}

