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

html {
	margin: 0; padding: 0;
}

body {
	background: #e8e8e0 url(/images/bkg_body.gif) repeat-x 60% 0;
	padding: 0 0 0 0;
}

#wrapper {
	margin: 0;
	padding: 0;
}


#container {
	background: url(/images/bkg_page.png) repeat-x center top;
}


#container.fullWidth {
	padding: 0;
}

#masthead {
	width: 960px;
	background: url(/images/bkg_masthead.gif) no-repeat left top;
	text-align: left;
	position: relative;
	z-index: 9999;
}


#horizontalNav {
	background: url(/images/bkg_nav.gif) no-repeat 0 0;
	padding-left: 20px;
}

#tagline {
	position: absolute;
	right: 10px;
	top: 35px;
}

#masthead .search {
	text-align: right;
	width: 265px;
	color: #fff;
	margin: 0 0 0 0;
	position: absolute;
	top: 90px;
	right: 10px;
}

#masthead input#searchField {
	margin-right: 6px;
	color: #666;
	font-size: 12px;
	width: 180px;
	float: left;
}

#masthead .search img {
	display: block;
	float: left;
}

#masthead .login {
	clear: both;
	padding-right: 10px;
	color: #6f6f6f;
}

/*.login a {
	color: #6f6f6f;
	font-size: 13px;
	text-decoration: none;
}
*/

img#logo {
	padding: 25px 0 15px 15px;
	display: block;
}

#contact {
	float: right;
}


.searchLabel {
	line-height: 27px;
	float: left;
}




.toolbar {
	position: absolute;
	right: 24px;
	top: 30px;
	width: 540px;
	text-align: right;
}

#contentWrapper {
}


.sideColumnLeft #mainContent.home {
	float: left;
	width: 430px;
}


#masthead a#home {
	padding: 1px 12px 0 0;
	height: 43px;
	background: url(/images/bkg_navDivider.gif) no-repeat right top;
}

#sideContent1 .photoPlaceholder {
	margin: 10px 0 0 0;
}

#sectionBranding 
{
    clear: both; 

}

#sectionBranding img {
	margin-left: -2px;
	display: block;
	width: 948px;
}
a.homeLink 
{
    display: block;
    width: 390px;
}

/* = CONTENT POD, IMAGE and BACKGROUNDS
----------------------------------------------- */



.pod {
	background: url(/images/bkg_podHeader-topLeft.gif) no-repeat left top;
	margin-bottom: 12px;
	width: 218px;
	color: #777;
}

#sideContent1 .pod {
	width: 240px;
	margin-top: 20px;
}

#sideContent1 .login {
	margin-top: 0;
}

.home #mainContent .promoText {
	background: #a9ccd0 url(/images/bkg_intro.jpg) repeat-x left top;
	width: 205px;
	height: 325px;
	float: left;
	padding: 10px;
	margin-top: 6px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}

.home #mainContent .promoText h1 {
	font-size: 22px;
	color: #fff;
}

.home .promoFeature {
	float: left;
	width: 460px;
	height: 345px;
	overflow:hidden;
	margin-top: 6px;
}

.home .promoFeature img {
	display: block;
	width: 460px;
}


.pod h2, .pod h3 {	
	margin: 0;
	padding: 8px 15px 4px 15px;
	font-weight: normal;
	
}

#sideContent1 .pod h3, .home .p1 h3 {
	background: #b0b943 url(/images/bkg_greenHeader.gif) repeat-x;
	font-size: 18px;
	color: #fff;
}

#sideContent1 .pod h4, .home .p1 h4 {
	color: #256a98;
	font-size: 16px;
	margin-top: 0;
	font-weight: normal;
	line-height: 1.25;
}

#sideContent2 .pod h2 {
	background: #dbdbcc;
	font-size: 16px;
	color: #666;
}

.home .pod .caption {
	font-style: normal;
	color: #777;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
	margin-bottom: 8px;
}

.home .caption p {
	margin: 0;
}


.pod-outer {
}

.pod-inner {
	padding: 15px 8px 25px 14px;
	background: #fff url(/images/bkg_pod.gif) repeat-x left top;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.login .pod-inner {
	padding-left: 10px;	
}

#sideContent2 .pod ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sideContent2 .pod li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(/images/icon_bullet.gif) no-repeat 0 3px;
}


#sideContent2 .pod ul a {
	color: #666;
	text-decoration: none;
	padding: 3px 6px 3px 15px;
	display: block;
}

#sideContent2 .pod ul a:hover {
 	color: #3994bd;
	text-decoration: underline;
}

#sideContent1 .utilities {
	background: #3994bd url(/images/bkg_pattern.gif) no-repeat left top;
	width: 240px;
	height: 160px;
}

#sideContent1 .utilities ul {
	margin: 0;
	padding: 10px 0 0 12px;
	list-style-type: none;
}

#sideContent1 .utilities ul li {
	margin: 4px 0;
	padding: 0;
	list-style-type: none;
	height: 40px;
	width: 225px;
}

#sideContent1 .utilities ul a {
	margin: 0;
	padding: 10px 0 10px 8px;
	text-decoration: none;
	background: url(/images/btn_toggle.png) no-repeat left top;
	width: 217px;
	height: 20px;
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #770c0c;
	vertical-align: middle;
}

#sideContent1 .utilities ul a span {
	height: 20px;
	line-height: 20px;
	
}

#sideContent1 .utilities ul a:hover {
	background: url(/images/btn_toggleOn.png) no-repeat left top;
	width: 217px;
}

#sideContent1 .utilities ul a img {
	padding: 0 18px 0 3px;
	display: block;
	float: left;
	width: 20px;
}

.label {
	color: #283691;
	font-weight: bold;
	width: 96px;
	float: left;
	margin: 4px 0;
}

.home .p1 .label, .login .label {
	width: 200px;
}
a.button {
	display: block;
	clear: both;
	margin: 0 0 4px 0;
}

a.button img {
	display: block;
	border: none;
}

/* ----------------------------------------------- */
#masthead h1 {
	color: #000;
	height: 73px;
	margin-left: 30px;
	padding: 50px 0 0 0;
	font-size: 36px;
	text-indent: -9000px;
	position: absolute;
}

#mainContent h1, #mainContent h4 {
	font-size: 28px;
	color: #0d376b;
	line-height: 1.25;
	margin-top: 12px;
	margin-bottom: 14px;
	font-weight: normal;
}


#mainContent h2 {
	font-size: 20px; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #000; 
	font-weight: normal; 
	margin-bottom: 6px; 
	border-bottom: 1px solid #ddd;
}

#mainContent h3 {
	color: #868d30;
	text-transform:uppercase;
	font-size: 15px;
	margin: 20px 0 16px 0;
}

#mainContent .searchWrapper h4 { 
	font-size: 14px;
}

#sideContent1 h2 {
	font-size: 20px; 
	color: #8b8b8b; 
	font-weight: normal; 
	border-bottom: 2px solid #c9c9c9;
	margin: 0 0 14px 6px;
}

#sideContent2 h2 {
	font-size: 18px; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #333; 
	font-weight: normal; 
	border-bottom: 1px solid #ddd;
}

#sideContent2 .eventContainer {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 12px;
	clear: both;
}

#sideContent2 .date {
	font-size: 12px;
	font-weight: bold;
	color: #0d376b;	
}

.blockquote strong, .blockquote b {
	color: #000; 	
}

#footer {
	background:  #fff url(/images/bkg_footer.gif) repeat-x;
	margin: 0;
	padding: 14px 0;
	border-top: 2px solid #999;
}

#footer .inner {
	margin: 0 auto;
	width: 924px;
	color: #777;
	line-height: 1.75;
	padding: 0 28px;
}

#footer .footerNav {
	margin: 0;
	padding: 0;
	width: 515px;
	float: left;
	text-align: left;
}

.footerNav a {
	color: #666;
}

.footerNav a:hover {
	color: #3994BD;
}

#footer h5 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 0;
}


.contactInfo {
	text-align: left;
	width: 390px;
	float: left;
	margin-right: 12px;
}

.copyright {
	clear: both;
	text-align: left;
	font-size: 10px;
	margin: 8px 0;
	color: #999;
}

.homePod {	
	font-size: 12px;
	float: left;
	overflow: hidden;
}


.home .pod {
	float: left;
}

.p1 .pod-inner, .p2 .pod-inner {
	height: 256px;
}

.p2 .pod-inner .news {
	height: 240px;
	overflow:hidden;
}


.p1, .login {
	margin: 0 10px 0 0;
	width: 250px;
}



.p1 p, .login p  {
	margin: 6px 0;
}


.p2 {
	width: 460px;
	margin-right: 10px;
}

.p2 h5 {
	color: #072b61;
	font-weight: bold;
	font-size: 12px;
	margin: 4px 0;
}

.p2 .date 
{
	float: left;
	clear: left;
	width: 75px;
	padding: 4px 0;
}

.p2 .eventContainer 
{
	width: 350px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	float: left;
}

.p3 {
	width: 230px;
	line-height: .1;
}

.p3 a, .p3 img {
	display: block;
}

.p3 img {
	margin-bottom: 6px;
}

.p3 p {
	margin: 0; padding: 0;
}


.p1 .contentPod, .p2 .contentPod {
	height: 130px;
}

.contentPod img {
	display: block;
}

.homePod h1 {
	font-size: 18px;
	background: #ee7711;
	color: #fff;
	padding-left: 10px;
}

.homePod p {
	margin: 0;
	padding: 0;
	clear: both;
}

#footer a {
	padding: 0 12px 0 0;
	text-decoration: none;
}

#footer a:hover {

}

#footer .vcard {
	float: left;
	width: 180px;
}

#footer .address {
	float: left;
	width: 180px;
}


/* = Log In 
==================================================== */



.p1 input, .pod input, .login input {
	display: block;
	color: #999;
	margin-bottom: 5px;
	clear: both;
}

.p1 input.username, .pod input.username, .login input.username 
{
	width: 210px;
}

.p1 input.password, .pod input.password, .login input.password 
{
	float: left;
	clear: left;
	width: 140px;
	display: block;
	margin-right: 6px;
}

#ctl00_login1_Annonmyous, #ctl00_login1_LoggedIn {
	position: absolute;
	right: 20px;
	top: 120px;
}

#ctl00_login1_Annonmyous a, #ctl00_login1_LoggedIn a {
	color: #999;
	padding: 0 3px;
}

#ctl00_pageContent_login1_Login1_LoginButton {
	float: left;
	width: 65px;
	clear: none;
	display: block;
}

.cmErrorMessage {
	color: #CF0F00;
	clear: both;
	font-size: 11px;
	width: 194px;
	/*border: 1px solid #990000;*/
	padding:  4px 8px;	
	/*background: #FBFAF1;*/
}

/* =Nursery Search */

.table 
{
    border: 1px solid #a3b188;
    line-height: 2;
}

.tdHeaderMiddle, .tdHeaderLeft, .tdHeaderRight 
{
    text-transform: uppercase;
    background: #dde5ce url(/images/bkg_th.jpg) repeat-x left bottom;
    color: #555;
    border-bottom: 3px solid #85946a;
}


/* =Intranet */

#intranet .column 
{
    width: 320px;
}

#mainContent #intranet .pod 
{
    width: 320px;
    background: none;
    border: 1px solid #ddd;
}

#mainContent #intranet .pod ul 
{
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0;
}

#mainContent #intranet .pod li 
{
    padding-left: 15px;
	background: url(/images/icon_bullet.gif) no-repeat 0 3px;
}

#mainContent #intranet .pod-inner 
{
    background: none;
}

#mainContent #intranet .pod-outer 
{
    background: #fff;
}

#mainContent #intranet h2 
{
    background: #dde5ce url(/images/bkg_intranetPod.jpg) repeat-x left top;
    font-size: 18px;
}

#sideContent2 .headreport 
{
    background: none;
    padding-bottom: 14px; 
    padding-left: 0;
    line-height: 1.5;
    color: #000;
    margin-bottom: 12px; 
    border-bottom: none;  
}

#sideContent2 a.refreshlink 
{
    display: block;
    padding-top: 18px;
}

#sideContent2 .eventTime 
{
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 12px;
    font-size: 11px;
    font-style: italic;
    
}

#sideContent2 .eventTitle { 
    font-weight: bold;
    color: #333;
    font-size: 12px;
}

.EktronAjaxLoading 
{
    display:none;   
}

#ctl00_ImageButton1 {
	display: block;	
}

#moreEvents
{
	display:block;
	margin: 6px 0 0 0px;
	
}
