@charset "utf-8";
/* CSS Document */

#siteNavigation #subNavigation{
	background-image:url(../images/structure/sub-nav-green-bg.jpg);
	height:10px; /* reduced height subnav cos the homepage has no subnav menu items */
}

/* since the homepage has no subnavigation there subnav area is reduce from 30px to 10px high
   with a consequent reduction in height of the subnav div and the masthead */
#masthead {
	height:230px;
}

#leftColumnHeader {
	display:none;
}

#leftColumn #row1 {
	/*width:660px;*/
	width:890px;
	/*height:225px;*/
	height:200px;
	padding:0px;
	/*padding:15px 20px 10px 20px;*/
	/*background-color:#CC0066;*/
/*	background-image:url(../images/structure/homepage/hp-content-r1.jpg);*/
	background-repeat:no-repeat;
	background-color:#ffffff;
}

h1, h2, h3, h4, h5, h6 {
	color:#50b648;
	
}


/* note: headings that are links exhibit none of the properties of a link and look like ordinary headings
for the section they are in */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, 
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, 
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, 
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	color:#50b648;
	text-decoration:none;
}

#rightColumn {
	margin-top:218px;
}

/********* Landing page styles *************/
#leftColumn #row1 {
	/*background-image:url(../images/content/hp-content-r1.jpg);*/
}

.box1, .box2, .box3, .box4 {
	background-image:url(../images/structure/homepage/hp-box-bg.jpg);
}

/*** row 2 ***/
#leftColumn #row2 .box1 {
	background-image:url(../images/structure/homepage/hp-box-bg.jpg);
}

#leftColumn #row2 .box2 {
	background-image:url(../images/structure/homepage/hp-box-bg.jpg);
}

/*** row 3 ***/
#leftColumn #row3 {
	width:700px;
	height:250px;
}

#leftColumn #row3 .box1 {
	background-image:url(../images/content/hp-box-bg-r3c1.jpg);
}

#leftColumn #row3 .box2 {
	background-image:url(../images/content/hp-box-bg-r3c2.jpg);
}

/*** row 4 ***/
#leftColumn #row4 {
	width:700px;
	height:250px;
}

#leftColumn #row4 .box1 {
	background-image:url(../images/structure/homepage/hp-box-bg.jpg);
}

#leftColumn #row4 .box2 {
	background-image:url(../images/structure/homepage/hp-box-bg.jpg);
}

/************* sub page styles ****************/

.mainBoxTop {
	background-image:url(../images/structure/main-bg-topper.jpg);
}

.mainBoxContent {
	background-image:url(../images/structure/main-bg-fill-2.jpg);
}

.mainBoxBottom {
	background-image:url(../images/structure/main-bg-footer-2.jpg);
}