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

#masthead {
	height:271px; 
}


#sectionnav {
	height:244px; /*271 minus border/padding */
	width:226px;  /*251 minus border/padding */ /* (home width is 272*/
	padding-top:12px;
}

#sectionnav li {
	letter-spacing:.1em;
	font-size:1.1em;
	font-weight:bold;
	padding:.4em 0em .4em 0em;
}

#maincontainer {
	background-image:none;
}

#homebar1 {
	margin-left:9px;
}
#homebar1 .stretchbox3 {
	float:left;
	width:256px;
	margin:0px .7em;
	margin-left:9px;
}
#homebar1 .stretchbox3 p {
	padding-top:.5em;
	margin-left:9px;
	margin-right:9px;
}

.homebargeneric {
	margin:0em 1.7em;
	padding:0em 1.1em 0em 1.3em;
	background-image: url(images/layout/dashdivider2.gif);
	background-repeat: repeat-y;
	background-position: center center;
	position:relative;
	top:0px; left:0px;
}
.homebarleft {
	position:relative;
	top:0px; left:0px;
	width:48%;
	height:350px;
	padding:.5em 0em 1em 0em;
	
}
.homebarright {
	position:absolute;
	top:0px; left:50%;
	width:45%;
	padding:.5em 0em 1em 2em;
}

.homebarleft2 {
	position:relative;
	top:0px; left:0px;
	width:48%;
	height:250px;
	padding:.5em 0em 1em 0em;
	
}
.homebarright2 {
	margin-top:15px;
	position:absolute;
	top:0px; left:50%;
	width:45%;
	padding:.5em 0em 1em 2em;
}

.homebargeneric h3 {
	font-size:2em;
	color:#000000;
}
.homebargeneric h4 {
	font-size:1.5em;
	color:#000000;
	padding-top:.25em;
	padding-bottom:.25em;
}
.homebargeneric p {
	font-size:1.1em;
}
.homebargeneric a { 
	text-decoration:none; 
	color:#666666;
}
.iconlink p { /*have to pull these back in on the home override because of other styles above */
	font-size:1.3em;
}
.iconlink a {
	color:#000000;
}

