@charset "utf-8";
/* GENERAL HOME PAGE FORMATTING */
body {
	background-color:#7e8859;
}

h1{
	font-size:18px;
	color:#7E8859;
	margin-top:0px;
	margin-left:30px;
	margin-right:30px;
}

p{
	margin-top:5px;
	margin-bottom:0px;
	margin-left:30px;
	margin-right:30px;
	color:#34352C;
	text-indent:0px;
	
}

#coverUp{
	background-image:url(../images/home/home_containerBG.gif);
}

#container {
	background-image:url(../images/home/home_bg_grad.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#ffffff;
}
#secondaryNav {
	background-image:url(../images/home/home_secondaryNav_shadow.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#D9E0BD;

}
#footer {
	border-top:#7E8859 solid 2px;
	color:#818768;
}
#reflection{
	margin:auto;
	background-image:url(../images/home/home_reflectionBG.jpg);
	width:950px;
	height:100px;
}
/* SECONDARY NAVIGATION FORMATTING */
  #secondaryNav h2 {
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	line-height:20px;
	font-size:14px;
	color:#7e8859;
	font-weight:bold;
}
.undershadow {
	background-image:url(../images/home/home_secondNav_underShadow.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:250px;
	margin-top:0px;
	height:20px;
}
	#secondaryNav p{
		line-height:15px;
		margin-left:10px;
		margin-right:10px;
	}
	
	#secondaryNav a{
		text-decoration:none;
		color:#34352c;
	}
	#secondaryNav a:hover{
		text-decoration:none;
		font-weight:bold;
		color:#34352c;
	}
	#secondaryNav hr{
		color:#7e8859;
		height:2pt;
		margin-top:10px;
		margin-bottom:5px;
	}
	#secondaryNav .headline{
		font-weight:bold;
		font-size:13px;
		text-transform:capitalize;
	}
	
	#flashRegion {
		background-image:url(../images/home/bannerImages/lowResBanner.jpg);
		background-repeat:no-repeat;
		background-position:top left;
	}
	
	.adBreak {
	background-image:url(../images/home/home_secondaryNav_shadow.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#D9E0BD;
	height: 20px;
}

#textBubble{
	width:440px;
	margin-bottom:15px;
}

#textBubble .top{
	height:14px;
	background:url(../images/home/textBubbleTop.jpg) top no-repeat;
	
}

#textBubble .middle{
	background:#D9E0BD;
}

#textBubble .middle h2{
	padding-top:20px;
}


#textBubble .bottom{
	height:30px;
	background: url(../images/home/textBubbleBottom.jpg) bottom no-repeat;
}
