/**

 * Custom Home Page stylesheet

 * Rev. pmosinskis 2007-11-24


 */

/* STRUCTURAL STYLES */

body {
	margin:0;
	padding:0;
}


#header{
width:584px;
display:none;
/* border:1px solid #ccc; */
}

#wrapper-top {
width:584px;
}

#wrapper-btm {
width:584px;
}

#slideshow{
width:325px;
float:left;
border:1px solid #ccc;
}
#ad-top{
width:240px;
float:left;
margin:0 0 10px 10px;
padding:0;
border:1px solid #ccc;
}
#ad-btm{
width:240px;
float:left;
margin:0 0 10px 10px;
padding:0;
border:1px solid #ccc;
}
#feature-list{
width:180px;
float:left;
border:1px solid #ccc;
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
color:#333;
/* background-color:#fbffde; */
padding:.8em;
}
#ad-sub{
width:370px;
float:right;
/* border:1px solid #ccc; */
margin:0 0 10px 5px;
}

/* TYPOGRAPHY STYLES */

#feature-list ul {
	list-style-type:square;
	margin:1em 0 0 0;
	padding:0 0 0 1em;
}

#feature-list ul li {
	margin:0;
	line-height:1.5em;
}

#feature-list h2 {
	font-style:Arial, Helvetica, sans-serif;
	font-size:medium;
	letter-spacing:normal;
	text-align:center;
	font-stretch:normal;
	color:#666666;
}

#feature-list a {
text-decoration:underline;
}

#feature-list p {
	line-height:normal;
	text-align:center;
	margin:0;
	padding:0;
}