/* ############# GRID MODIFIER STYLES ############# */

body {
	background-image: url('../images/smallStripe.gif');
	background-repeat: repeat-x;
	background-color:#fff;
	margin:0px;
	margin-bottom:0px;
	background-position: 0 222px;
}

body.bigBanner {
	background-image: url('../images/bigStripe.gif');
	background-position: 0 222px;
}

p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#main {
	width:930px;
	
    margin-top:0px;
    margin-bottom:auto;
    
    margin-left: auto;
    margin-right: auto;
}

#header {
	width:930px;
	height:222px;
    margin-top:0px;
    
    margin-left: auto;
    margin-right: auto;
    
	background-color: transparent;
}

#topNav {
	background-image: url('../images/topNavBackground.gif');
	/*behavior: url(../scripts/iepngfix.htc);*/
	*background-image: url("../images/topNavBackground.gif");
	background-repeat: no-repeat;
	clear:both;
	overflow:hidden;
	width:100%;
	position: relative;
	z-index: 5
}
#topNav ul {
	margin-left:12px;
}
#topNav li {
	float:left;
	padding-right:1px;
	background-image:url('../images/topNav_border.gif');
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin:2px 0;
	position: relative; list-style-type:none; padding-left:0; padding-top:0; padding-bottom:0
}
#topNav a, #topNav a:visited {
	color:#fff;
	float:left;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:125%;
	/*line-height:16px;*/
	padding: 10px 12px 12px 12px;
	position: relative;
}
#topNav a.active {
	background-image:url('../images/topNav_hover.gif');
	background-position: 50% 0;
	background-repeat: repeat-x
}
#topNav.test a.active {
	background-image:url('../images/topNav_hover1.gif');
	background-position: 50% 0;
	background-repeat: repeat-x
}
#secondaryNav {
	clear:both;
	overflow:hidden;
	position: relative;
	z-index: 1;
	margin-top:-7px;
}
#secondaryNav div {
	display:none;
	overflow:hidden;
	background-image:url('../images/secondNavBackground.gif');
	background-repeat: no-repeat;
	padding-left:22px
}
#secondaryNav #Home {
	background-color:transparent;
	background-image:none;
	height:30px;
}
#secondaryNav ul {
	overflow:hidden;
}
#secondaryNav li {
	list-style:none;
	float:left;
	padding-left:0;
	margin:0;
	overflow:hidden;
}
#secondaryNav a, #secondaryNav a:link, #secondaryNav a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	line-height:18px;
	float:left;
	text-decoration:none;
	padding: 6px 8px;
}
#secondaryNav a:hover {
	background-image:url('../images/secNav_hover.gif');
	background-repeat: repeat-x
}

#picBanner {
	margin-top:7px;
	height:221px;
	width:100%;
	
	clear:left;
}

#picBannerLeft
{
	float:left;
	width:376px;
	margin:0;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

#picBannerRight
{
	margin-left: 376px;
	margin-top: 0px;
	padding:10px;
	color:#fff;
	text-align:center;
}

#picBannerRight .title
{
	margin-top:20px; /* was 50px */
	font-size:1.5em;
	font-weight:bold;
}

#picBannerRight .message
{
	margin-top: 15px;
}

#quickLinkBanner {
	margin-top:9px;
	height:30px;
	width:100%
	
	clear:left;
}

#quickLinkBanner.bigBanner {
	margin-top:2px;
	height:30px;
	width:100%
	
	clear:left;
}

.siteFeatures {
	position:relative;
	height:32px;
	padding-top:0px;
	clear:left;
}
.siteFeatures .title, .siteFeatures li {
	position:absolute;
	font-weight:bold;
}

.siteFeatures .title { left:12px; width: 165px; color:#fff; text-align:right; padding: 7px 0; }

.siteFeatures li { top: 7px; font-weight:bold; left:188px; list-style:none; background-color:transparent; }



#subPageTitle {
	height:24px;
	width:100%;
	clear:left;
	
	padding-top:15px;
	padding-left:12px;
	
	font-size:125%;
	font-weight: bold;
	
	text-align:left;
}

#pageTitle
{
	float:left;
	width:300px;
	
	margin: 0px 5px 5px 5px;
		
	text-align:left;
	
	overflow: auto;
}

#googleSearch
{
	margin: -5px 5px 5px 315px;
	*margin-top:-8px;
		
	text-align:right;

}

#content {
	width:100%;
	clear:left;
	
	margin: 10px 0px 10px 0px;
	
	text-align:left;
}

#left
{
	float:left;
	width:150px;
	
	margin: 0px 5px 5px 5px;
		
	text-align:center;
	
	overflow: auto;
	
}

#right
{
	margin: 5px 5px 5px 165px;
	
	text-align:left;
}

div.leftLinks {
	background-image:url('../images/h2_bg.gif');
	background-repeat: repeat-x;
	
	margin-top:15px;
	
	background-color:#fff
}

div.rightContent {
	
	margin-top:15px;
	
	background-color:#fff;
}

div.rightContent .header {
	background-image:url('../images/rightContentTop.png');
	background-repeat: no-repeat;
	
	height:36px;
	
	background-color:#fff;
}

div.rightContent .content {
	background-image:url('../images/rightContent.png');
	background-repeat: no-repeat;
	
	height:100px;
	
	background-color:#fff;
}

#footer {
	clear:left;
	height:50px;
	
	background-image: url('../images/footer.gif');
	background-repeat:no-repeat;
	
	margin:0px;
}

#ft ul {
	clear:left;
	
	margin-left:12px;
	padding-top:15px;
}
#ft li {
	float:left;
	list-style:none;
	display:inline;
	margin:0;
}
#ft li a {
	float:left;
	padding: 1px 10px;
	color:#fff;
	font-weight:bold;
}
#ft li a:hover {
	color:#fff;
}