@charset "utf-8";
/* CSS Document */

#masthead {
	height:275px; 
}


#sectionnav {
	height:263px; /*271 minus border/padding */
	width:226px;  /*251 minus border/padding */ /* (home width is 272*/
	padding-top:10px;
}

#sectionnav ul {
	margin-top:7px;
	margin-left:10px;
}
/*#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;
}


.homebargeneric2 {
	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;
	z-index:1
	
}
.homebarright {
	position:absolute;
	top:0px; left:50%;
	width:45%;
	padding:.5em 0em 1em 2em;
	z-index:1
}

.homebarleft2 {
	position:relative;
	top:0px; left:0px;
	width:48%;
	height:250px;
	padding:.5em 0em 1em 0em;
	
}
.homebarright2 
{
	margin-top:0px;
	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;
}
.homebargeneric2 h3 {
	font-size:2em;
	color:#000000;
}
.homebargeneric2 h4 {
	font-size:1.5em;
	color:#000000;
	padding-top:.25em;
	padding-bottom:.25em;
}
.homebargeneric2 p {
	font-size:1.1em;
}
.homebargeneric2 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;
}

.hr2 {
	border-top:1px solid #cccccc;
	clear:both;
	margin:18em 1.6em 0 0;
}
