@charset "UTF-8";
/* CSS Document */

#containerHome {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/leafDrop6.jpg);
	font-size: small;
}
#mainContentHome {
	padding: 0px;
	min-height: 550px;
}
#mainContentHome h1 {
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 140px;
}
#homeBanner {
	color: #FFF;
	height: 350px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.homeBanBox {
	margin: 0px;
	padding: 0px;
	/*	width: 230px;  */	
	width: 228px;
	float: left;
	height: 191px;
	border: medium solid #FFF;
	position: relative;
	background-color: #330;
}
#homeBoxRt	{
	width: 350px;
	height: 200px;
	float: right;
	position: relative;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homeBoxLt	{
	width: 400px;
	height: 200px;
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 130px;
	background-image: url(../images/homebackground.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#homeBoxRt a:active {
	color:#00C;
	text-decoration:none;
} 
#homeBoxRt a:link {
	color:#00C;
	text-decoration:none;
}
#homeBoxRt a:visited {
	color:#00C;
	text-decoration:none;
}
#homeBoxRt a:hover	{
	color:#FF9;
	text-decoration:none;
}
#homeBoxLt a:active {
	color:#00C;
	text-decoration:none;
} 
#homeBoxLt a:link {
	color:#00C;
	text-decoration:none;
}
#homeBoxLt a:visited {
	color:#00C;
	text-decoration:none;
}
#homeBoxLt a:hover	{
	color:#FF9;
	text-decoration:none;
}
#homeBoxLt ul	{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#rssFeedHome {
	background-color: #FFF;
	padding: 0px;
	height: 400px;
	clear: both;
	position: relative;
	margin: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#rssFeedHome a:active {
	color:#03C;
	text-decoration:none;
} 
#rssFeedHome a:link {
	color:#03C;
	text-decoration:none;
}
#rssFeedHome a:visited {
	color:#03C;
	text-decoration:none;
}
#rssFeedHome a:hover	{
	color:#F90;
	text-decoration:none;
}
.rssBoxHome {
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: scroll;
	overflow-x: hidden;
	height: 350px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	width: 675px;
}
.rssBoxTitle {
	padding: 0px;
	font-size: x-large;
	font-weight: bold;
	color: #06C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}
.rssBoxTitleDesc {
	padding: 0px;
	font-weight: bold;
	color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}
.rssBoxTweet {
	margin: 0px;
	padding: 0px;
	float: right;
}
