@import url('carousel.css');



/*Styles Only Pertinent to the Homepage*/
body.home {
	background: #ffffff url(../images/melanieHomeBG.jpg) top center no-repeat;

}
#upper {
	padding:14px 19px 15px 0;
	height: 500px;
	margin-bottom: 100px;
	}
	
#home .stripes {
	background:url(../images/bg_stripe.gif);
	padding:14px 14px 20px 14px;
	}

#home h1 {
    color: #B29D4C;
    font-size: 24px;
    border: none;
}
#home #lead {
    height: 146px;
    width: 600px;
    padding: 15px 20px;
font-size: 16px;
margin: 20px 0 0 370px;


}

#home #nav {
    margin-top: 15px;
    margin-right: 125px;
}


#lead p {
    font-size: 27px;


}

#home #lead input.wpcf7-validates-as-email {
border:1px solid #B29D4C;
color:#979797;
font-size:20px;
margin-right:5px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:2px 5px;
vertical-align:middle;
width: 175px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #F7F7F7;
}

#home #lead input.button {
width: 120px;
height: 35px;
padding-top: 50px;
overflow:hidden;
background: url(../images/buttonGold.png) no-repeat;
}

#home #lead .left {
	width:200px;
	}

#home #lead .right {
	width:375px;
	}


/*Features and Carousel*/

#carousel {
	height:151px;
	background:#e7e8df url(../images/bg_carousel.jpg) repeat-x;
	}

#carousel li {
	float:left;
	padding:0 15px;
	}

#carousel li img {
	border:3px solid #FFF;
	display:block;
	margin-bottom:6px
	}
	
#carousel a, #carousel a:visited {
	float:left;
	color:#585b41;
	}

#carousel a:hover, #carousel a:active {
	color:#828569;
	}
	
#home #content {
	float:left;
	width:413px;
	}

#home #sidebar {
	padding:0 13px 25px 13px;
	}

.whitebox h3 a, .whitebox h3 a:visited {
	color:#FFF;
	}



/*Middle Column*/

.whitebox {
	border-top:1px solid #e0e0db;
	background:#FFF;
	padding:13px;
	}
	
#home #content .whitebox {
	margin-bottom:13px;
	}

.catnews a, .catnews a:visited {
	color:#22222d;
	}	

.catnews p {
	font-size:1.1em;
	line-height:150%;
	margin:0;
	}
		
.catnews img {
	float:left;
	margin:3px 11px 7px 1px;
	border:1px solid #516f80;
	padding:1px;
	}

.catnews .catnewsMainStory {
	margin-top:15px;
	}
	
.headlines {	
	padding:12px;
	}

.headlines li {
	margin-left:12px;
	padding:2px 0;
	list-style:square
	}	
	
#home .commentcount {
	font-size:0.8em;
	font-weight:normal;
	margin-left:2px;
	}	
	
	
/*Rightbar*/

			
#rightbar { 	
	width:165px;
	float:right;
	border-top:1px solid #e0e0db;
	background:#FFF;
	padding:0 13px 13px 13px;	
	}

#rightbar li {
	list-style:none;
	padding:5px 0;
	border-bottom:1px solid #e7e8df;
}

#rightbar li a, #rightbar li a:visited {
	color:#737373;
	}

#rightbar li a:hover, #rightbar li a:active {
	color:#000;
	text-decoration:none
	}

