#content {
display:inline; /* NOT commented 20090525, needed for now */
	float:left; /* NOT commented 20090525, needed for now /* not sure about this one 20090513/14 */
position:relative;
    padding-left: 0px; /* was 10px, then was 210px in normal with-nav template.css definition */
    padding-right: 0px;  /* was 10px, then was 170px in normal with-nav template.css definition */  /*removing this will make the main div go to the furthest right edge. Can also on a given page, set this to padding-right:0px; and it will do the same*/
	border-right: none;  /* 20090526 no longer commented out for NoNav, was 25px solid #D4E5E5; */
	overflow:hidden;
}


#pagewrap {
    min-width: 780px; /* was 990px; in normal with-nav template.css definition */
}


/*=== Header Section ===*/
#header {
	background: #FFFFFF;
	height: 100px;
	margin-left: 0px;
	color: #2B6D73;
	position: relative;
	/* width: 100%; /* new for NoNav.css */
	/* _width: 100%; /* new for NoNav.css */
}


.pageData {
	/* background-color: #ffffff; removed 20090328 */
 padding: 0px 10px 0px 10px; /* was 0px 15px 10px 10px; in normal with-nav template.css (small.css) definition */
}





#clear {
	display:inline;
	height:0;
	width;0;
}


#formWrapper td {
	background: #fff; /* 20090514 */
}


/* 20090515 for sitemap */

/*Ben: Not sure why this IE fix for sideNav is here rather than with sideNav styles */
* html #sideNavigationWrapper {
/* IE6 fix */ 
    left: -220px; /* 20090515 Ben finds -220px works here ???!!!! */
}



/*=== Side Navigation Section ===*/
#sideNavigationWrapper {
	width: 210px;
	right: 210px;
	margin-left: -100%;
	background-color: #D4E5E5;
}

.sideNavBottom {
	float: left;
	width: 210px;
	background-color: #D4E5E5;
}

#sideNavigation a {
	float: left;
	width: 190px;
	height: 20px;
	background-color: #D4E5E5;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2B6D73;
	text-decoration: none;
	padding: 10px 0 8px 20px;
	line-height: 17px;
	letter-spacing: 1px;
}

#sideNavigation a:hover {
	color: #2B6D73;
	background-color:#FFFFFF;
}

#sideNavigation .sideNavCurrent {  /* BB- this doesn't want to work on the a (link), THIS one works! */
	background-color: #fff; /* Ben had #91B8BD */
	background: #fff; /* Ben had #91B8BD */
	color: #000;
	font-weight: bold;
}
#sideNavigation .sideNavCurrent:hover {  /* BB- this doesn't want to work on the a (link), THIS one works! (see two commented-out/unused "#sideNavigation .sideNavCurrent a" entries below) */
	background-color: #fff; /* Ben had #91B8BD */
	background: #fff;/* Ben had #91B8BD */
	color: #000;
	font-weight: bold;
}

#sideNavigation .sideSubNavExpanded {
	background-color: #fff; /* Ben had #91B8BD */
	background: #fff; /* Ben had #91B8BD */
	color: #2B6D73;
	font-weight: bold;
}
#sideNavigation .sideSubNavExpanded:hover {  
	background-color: #fff; /* Ben had #91B8BD */
	background: #fff;/* Ben had #91B8BD */
	color: #2B6D73;
	font-weight: bold;
}
#sideNavigation .sideSubNavActive {  
	background-color: #fff; /* Ben had #91B8BD */
	background: #fff; /* Ben had #91B8BD */
	color: #000;
	font-weight: bold;
}
#sideNavigation .sideSubNavActive:hover { 
	background-color: #fff; /* Ben had #91B8BD */
	background: #fff;/* Ben had #91B8BD */
	color: #000;
	font-weight: bold;
}
/* these 2 unused :(
#sideNavigation .sideNavCurrent a { 
	background-color: #91B8BD;
	background: #91B8BD;
	color: #000;
	font-weight: bold;
}
#sideNavigation .sideNavCurrent a:hover { 
	background-color: #91B8BD;
	background: #91B8BD;
	color: #000;
	font-weight: bold;
}
end-of-unused section */

#sideNavigation2 a {
	float: left;
	width: 190px;
	background-color: #D4E5E5;
	font-family: verdana, arial, helvetica sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2B6D73;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	line-height: 16px;
	letter-spacing: 1px;
}

#sideNavigation2 a:hover {
	color: #2B6D73;
	background-color:#fff;
}

#sideNavigation2 .sideNav2Current {   /* will not work on the a (link) */
	background-color: #fff;
	background: #fff; /* new, BB */
	color: #000;
	font-weight: bold;
}

.sideNavRule {
	border-bottom: 1px #91B8BD solid;
	background-color:#D4E5E5;
	width: 190px;
	height: 1px;
	float: right;
	padding-top: 10px;
}

.sideNavSpacer {
	background-color:#D4E5E5;
	width: 210px;
	height: 10px;
	float: left;
	padding-top: 10px;
}

/* merged in 20090518 by Ben, overdue? */

/* referralForms */
#secureRefer{
	/* position:relative;   removed 20090319  ...new 20090316 */
	width:600px;
	margin-left:50px;
	margin-right:50px;
	text-align:left;
}
.formRow{
	align:left; /* trying this, 20090518, for IE6 */
	/* position:relative; removed 20090518 */
	left:25px;
	margin-top:10px;
	text-align:left;
	/* height: 16px; trying this, 20090518, for IE6 */
}
.formCol01{
	position:absolute; /* was absolute, tried relative here but need absolute on formCol02! */
	display:inline;
	/* left:-4px; removed 20090518 */
	left:25px; /* trying this, 20090518, moving here from formRow */
	width:340px;
}
.formCol02{
	position:absolute;
	display:inline;
	left:350px;
}

