<%
	response.contenttype = "text/css"
%>

/*

	-- -- -- -- -- -- --
	home.css
	Default styles for home page
	-- -- -- -- -- -- --
	
*/

#page {
	border: 1px solid #ccc;
}
#col_1 {
	float: left;
	margin-top: -9px;
	font-size:0.9em;
	
}
#col_1 h3 {

	font-size:1.1em;
	
}

#col_1 a {
	text-decoration: none;
}
#col_1 a:hover {
	text-decoration: underline;
}
#col_1 img {
	margin: 5px;
}
#col_1 img.ads {
	margin: 0px 0px 4px 3px;
}
#col_1 p {
	margin-left: 8px;
	margin-bottom: 0;
}
#col_1 ul {
	clear: both;
	text-align: left;
	padding-left: 0;
	list-style-type: none;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: -5px;
}	
#col_1 ul li {
	padding-left: 10px;
	
}
#col_1 ul li a {
	font-weight: normal;
	text-decoration: none;
	color:#333333;
}

#col_1 ul li a:hover {
	color:#000000;
}
/*#soon {
	border: 1px solid #ccc;

}*/
#soon p {
	line-height: 1.2em;
	padding-right: 10px;
	padding-top: 10px;
	font-weight: bold;
}	
#soon ul li {
	padding-left: 10px;
	padding-right: 10px;
}

#main {
	float: right;	
}
#upper {
	width: auto;
	margin-left:1px; 
	margin-bottom:2px;
}

#col_2 a:link {
	text-decoration: none;
	font-weight: bold;
}
#col_2 a:hover {
	text-decoration: underline;
}
#col_2 img {
	float: left;
	width: 80px;
	margin-top: 5px;
}
#col_2 p {
	margin-left: 5px; /*change to 86px if using images for highlights*/
	margin-top: 0;
	line-height: 1.1em;
	padding-top: 4px;
}
#highlights {
	margin-top: 0px;
	margin-left: 0;
	font-size:0.9em;
	
	/*height: 300px;*/	
}
#highlights div p{ 
line-height:16px;

}
.item {
	clear: both;
	margin: 0;
	margin-bottom:0px;
	color:#333333;
}
#highlights p{
padding-top:10px;
}
.first {
	background-image: url(../images/highlightGrad.jpg);
}

#areas {
	background-color: #eae6c3;
	margin-top: 4px;
   font-size:0.90em;
}

#areas a:link {
color:#333333;
}


#col_3 ul {
	text-align: left;
	padding-top: 1px;
	padding-left: 0;
	padding-right: 0;
	margin-top: 1px;
	margin-left: 0;
	color: #000;
	width: 100%;
	list-style-type: none;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
}
#col_3 ul li {
	padding-right: 10px;
	padding-left: 10px;
	/*text-transform: capit
	alize;*/
	line-height:8px;
}
#col_3 ul li a {
	color: #000;
	text-decoration: none;
}
#col_3 ul li a:hover {

color:#000000;
text-decoration:underline;
	}

#more {
	width: 40px;
	font-weight: bold;
	margin-bottom: 2px;
}
#spacer {
	margin: 5px auto;
	clear: both;
}
#photo_a img{
	width: 100%;
	height:100%;
}
#photo_b img{
	width: 100%;
	height:97%;
}
#photo_c img{
	width: 100%;
	height:97%;
}


