/*
Dark Green: #354832;
Light Green: #95BC9F;
*/

body {	
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	/*
	font-size : 0.7em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	*/
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	text-align : center;
	background-image : url(../images/bg_topBar_mainStrip.jpg);
	background-repeat : repeat-x;
	background-color : #FFFFFF;
	color : #000000;
}

/* Hidden elements */
.hidden {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}

a,
a:link,
a:visited,
a:active {
	text-decoration : underline;
	color : #354832;
}
a:hover {
	text-decoration : none;
	color : #354832;
}

/* --------------------------------------------------------- */
/* Skip Links Menu */
#skiplinks {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
/* Skip Links "Top" link style */
.topanchor {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}

.divider {
	display : none;
	visibility : hidden;
}


/* --------------------------------------------------------- */
/* General Layout */
#main {
	margin : 0px auto 0px auto;
	padding : 0px 0px 0px 0px;
	width : 920px;
	text-align : left;
	position : relative;
	/*background-color : #FFFFFF;*/
	color : #000000;
	
	font-size : 1.2em;
}
#mainspare {
}
#mainfloatindex,
#mainfloatcontent {
	position : relative;
}

/* --------------------------------------------------------- */
/* Site Title area (Top Bar) */
#mainheading {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	height : 240px;
	width : 100%;
	position : relative;
	top : 60px;
	left : 0px;
	z-index : 100;
}
#mainheading h1 {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	height : 240px;
	width : 701px;
	background-image : url(../images/bg_topBar_Logo.jpg);
	background-position : right;
	background-repeat : no-repeat;
}
#mhextra {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	height : 241px;
	width : 219px;
	position : absolute;
	top : 0px;
	right : 0px;
	background-image : url(../images/bg_topBar_extra.jpg);
	background-position : left;
	background-repeat : no-repeat;
}

/* --------------------------------------------------------- */
/* HOMEPAGE - Middle Section Envelope (Content) */
#contentarea {
	margin : 0px 0px 0px 0px;
	padding : 20px 0px 0px 0px;
	/*width : 670px;*/
	width : 100%;
	float : left;
	background-image : url(../images/bg_navigationArea_grad.jpg);
	background-repeat : repeat-y;
	background-position : right;
	position : relative;
	top : 60px;
}
#contentarea #contentwhole {
	/*width : 100%;*/
	width : 670px;
}
/* --------------------------------------------------------- */
/* CONTENT PAGE - Middle Section Envelope (Content) */
#contentareacontent {
	margin : 0px 0px 0px 0px;
	padding : 20px 0px 100px 0px;
	/*width : 670px;*/
	width : 100%;
	float : left;
	background-image : url(../images/bg_navigationArea_grad.jpg);
	background-repeat : repeat-y;
	background-position : right;
	position : relative;
	top : 60px;
}
#contentareacontent #contentwhole {
	/*width : 100%;*/
	width : 670px;
}
/* --------------------------------------------------------- */
/* CONTENT (NO NAV) PAGE - Middle Section Envelope (Content) */
#contentareacontentnonav {
	margin : 0px 0px 0px 0px;
	padding : 20px 0px 100px 0px;
	/*width : 670px;*/
	width : 100%;
	float : left;
	background-image : url(../images/bg_navigationArea_grad.jpg);
	background-repeat : repeat-y;
	background-position : right;
	position : relative;
	top : 60px;
}
#contentareacontent #contentwhole {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width : 100%;
}

/* --------------------------------------------------------- */
/* Page Heading Styling */
#pageheading {
	margin : 0px 0px 0px 0px;
	padding : 10px 0px 10px 0px;
	width : 100%;
}
#pageheading h2 {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	color : #354832;
	font-weight : normal;
	font-size : 2.2em;
}

/* ################################# */
/* HOMEPAGE - spotlight boxes */
#menuboxes {
	margin : 40px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	position : absolute;
	top : 0px;
	right : 0px;
	width : 219px;
}
#menuboxes ul {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
}
#menuboxes li {
	margin : 5px 0px 0px 0px;
	padding : 0px 10px 0px 18px;
	list-style-type : none;
	background-image : url(../images/bullet_square_black.jpg);
	background-repeat : no-repeat;
	background-position : 10px 5px;
	font-size : 0.9em;
}
#menuboxes a,
#menuboxes a:link,
#menuboxes a:visited,
#menuboxes a:active {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	font-weight : bold;
	text-decoration : none;
	color : #FFFFFF;
	width : 100%;
	display : block;
}
#menuboxes a:hover {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	font-weight : bold;
	text-decoration : underline;
	color : #95BC9F;
	width : 100%;
	display : block;
}
#menuboxes a span {
	padding : 0px 4px 2px 4px;
}
#menuboxes p {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 4px 2px;
	color : #FFFFFF;
	font-style : italic;
}
#menuboxes .title {
	margin : 0px 0px 0px 3px;
	padding : 0px 0px 0px 0px;
	display : block;
}
/* Date Stamp */
#menuboxes .date {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
/* --------------------------------------------------------- */
/* School News Box */
#schoolnewsbox {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 10px 0px;
	background-image : url(../images/bg_navigationArea_ruler.jpg);
	background-position : bottom;
	background-repeat : no-repeat;
}
#schoolnewsbox h3 {
	margin : 0px 0px 0px 0px;
	padding : 5px 0px 5px 0px;
	width : 100%;
	height : 20px;
	font-weight : normal;
	background-image : url(../images/bg_title_navigationArea_news.jpg);
	background-position : top;
	background-repeat : no-repeat;
}
#schoolnewsbox h3 span {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
/* --------------------------------------------------------- */
/* School News Link Section */
#schoolnewsboxlink {
	margin : 10px 10px 5px 0px;
	padding : 5px 0px 0px 0px;
	text-align : right;
	font-size : 1em;
}
#schoolnewsboxlink a,
#schoolnewsboxlink a:link,
#schoolnewsboxlink a:active,
#schoolnewsboxlink a:visited {
	padding : 2px 10px 2px 0px;
	color : #FFFFFF;
	font-weight : normal;
}
#schoolnewsboxlink a:hover {
	text-decoration : underline;
}
/* --------------------------------------------------------- */
/* School Events Box */
#schoolseventsbox {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	visibility : hidden;
	display : none;
	line-height : 0px;
}
#schoolseventsbox h3 {
	margin : 0px 0px 0px 0px;
	padding : 5px 0px 5px 0px;
	width : 100%;
	height : 9px;
	background-color : #3187C2;
	background-image : url(../images/title_temp_whatsNew.gif);
	background-repeat : no-repeat;
	background-position : 10px 5px;
}
#schoolseventsbox h3 span {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
	width : 0px;
	height : 0px;
}
/* --------------------------------------------------------- */
/* School Events Link ( Calendar) Section */
#schooleventsboxlink {
	margin : 5px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	text-align : right;
	font-size : 0.8em;
	background-color : #3187C2;
	height : 2px;
}
#schooleventsboxlink a,
#schooleventsboxlink a:link,
#schooleventsboxlink a:active,
#schooleventsboxlink a:visited {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
	width : 0px;
	height : 0px;
}
#schooleventsboxlink a:hover {
	text-decoration : underline;
}

/* ################################# */
/* Navigation Area */
#navigationarea {
	margin : 60px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width : 219px;
	float : right;
}

/* --------------------------------------------------------- */
/* Search Box Layout */
#searchbox {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width : 219px;
	height : 60px;
	position : absolute;
	top : 0px;
	right : 0px;
	background-image : url(../images/bg_topBar_searchBox.jpg);
	background-repeat : no-repeat;
}
#searchbox h3 {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	font-size : 0em;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
#searchbox h3 span {
	
}
#searchbox form {
	margin : 0px 0px 0px 0px;
	padding : 20px 5px 5px 7px;
	border : 0px none;
}
#searchbox fieldset {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 5px 5px;
	border : 0px none;
}
#searchbox legend {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
.searchinput {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	border : 0px none;
	font-size : 1em;
	height : 20px;
	width : 170px;
	float : left;
}
.searchsubmit {
	border : 0px none;
	font-size : 0em;
	color : #186D2C;
	background-color : #FFFFFF;
	float : left;
	position : relative;
	background-image : url(../images/button_search.jpg);
	background-repeat : no-repeat;
	height : 20px;
	width : 25px;
	display : block;
}

/* ################################# */
/* Main Site Links Navigation menu */
#mainsitelinks {
	margin : 20px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	position : absolute;
	top : 0px;
	left : 0px;
}
#mainsitelinks h3 {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
	width : 0px;
	height : 0px;
}
/* Make the homepage links invisible on the homepage */
#mainfloatindex #mainsitelinks .current {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
	width : 0px;
	height : 0px;
}
/* --------------------------------------------------------- */
/* Main Site Level 1 Links menu */
#mainsitelinks ul {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
	width : 720px;
}
#mainsitelinks li {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
	display : inline;
	color : #FFFFFF;
}
#mainsitelinks li span {
	padding : 0px 10px 0px 4px;
}
/* Level 1 links */
#mainsitelinks li a,
#mainsitelinks li a:link,
#mainsitelinks li a:visited,
#mainsitelinks li a:active {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	text-decoration : none;
	display : inline;
	color : #FFFFFF;
	font-size : 1.1em;
}
#mainsitelinks li a:hover {
	text-decoration : none;
	color : #95BC9F;
}
/* --------------------------------------------------------- */
/* Main Site Level 2 Links menu */
#mainsitelinks .current {
	font-weight : normal;
	font-size : 1.1em;
	color : #95BC9F;
}

#mainsitelinks ul li ul {
	margin : 0px 0px 0px 0px;
	padding : 20px 0px 0px 0px;
	list-style-type : none;
	position : absolute;
	left : 701px;
	top : 320px;
	width : 219px;
	text-align : left;
	background-image : url(../images/bg_title_navigationArea_furtherLinks.jpg);
	background-position : top left;
	background-repeat : no-repeat;
}
#mainsitelinks ul li ul .current,
#mainsitelinks ul li ul a .current,
#mainsitelinks ul li ul a:link .current,
#mainsitelinks ul li ul a:active .current,
#mainsitelinks ul li ul a:visited .current {
	font-weight : bold;
	color : #FFFFFF;
	border-top : 0px none;
	border-bottom : 0px none;
}
#mainsitelinks ul li ul li {
	margin : 0px 0px 0px 0px;
	padding : 6px 0px 0px 5px;
	list-style-type : none;
	width : auto;
	display : block;
}
/* Level 2 links */
#mainsitelinks li ul li a,
#mainsitelinks li ul li a:link,
#mainsitelinks li ul li a:visited,
#mainsitelinks li ul li a:active {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width : auto;
	text-decoration : none;
	color : #FFFFFF;
	font-weight : normal;
	font-size : 0.9em;
	background-color : transparent;
	border : 0px none;
	background-image : none;
}
#mainsitelinks li ul li a:hover {
	text-decoration : none;
	color : #354832;
}
/* --------------------------------------------------------- */
/* Main Site Level 3 (onwards) Links menu */
#mainsitelinks ul li ul li ul {
	margin : 2px 0px 2px 0px;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
	position : relative;
	visibility : visible;
	display : block;
	line-height : auto;
	background-image : none;
	position : relative;
	left : 0px;
	top : 0px;
}
#mainsitelinks ul li ul li ul .current{
	margin : 3px 0px 0px 25px;
	padding : 0px 0px 0px 0px;
}
#mainsitelinks ul li ul li ul a,
#mainsitelinks ul li ul li ul a:link,
#mainsitelinks ul li ul li ul a:visited,
#mainsitelinks ul li ul li ul a:active {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 20px;
	width : auto;
	text-decoration : none;
	color : #FFFFFF;
	font-weight : normal;
	font-size : 0.9em;
	background-color : transparent;
	border : 0px none;
	background-image : none;
}
#mainsitelinks ul li ul li ul a:hover {
	text-decoration : none;
	color : #354832;
}

/* --------------------------------------------------------- */
/* Text size menu */
#textsizemenu {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}

/* --------------------------------------------------------- */
/* Navstring  Layout */
#navstring {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
#navstring h3 {
	margin : 0px 0px 0px 0px;
	padding : 1px 5px 0px 0px;
	color : #000000;
	font-size : 0.9em;
	width : auto;
	float : left;
}
#navstring h3 span {
	
}
#navstring ul {
	margin : 5px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
	width : 100%;
}
#navstring li {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
	display : inline;
	font-size: 0.9em;
}
#navstring li a,
#navstring li a:link,
#navstring li a:visited,
#navstring li a:active {
	margin : 0px 0px 1px 0px;
	padding : 2px 2px 2px 8px;
	text-decoration : underline;
	font-weight : normal;
}
#navstring li a:hover {
	margin : 0px 0px 1px 0px;
	padding : 2px 2px 2px 8px;
	text-decoration : none;
	font-weight : normal;
}
#navstring .nslast {
	margin : 0px 0px 1px 0px;
	padding : 2px 2px 2px 8px;
}

/* ################################# */
/* Bottom row separator - invisible */
#bottomspare {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	width : 100%;
	height : 60px;
	clear : both;
	background-image : url(../images/bg_navigationArea_bottom.jpg);
	background-repeat : no-repeat;
	background-position : right top;
}

/* --------------------------------------------------------- */
/* Bottom Envelope Layout */
#bottomarea {
	margin : 0px 0px 0px 0px;
	padding : 10px 0px 50px 0px;
	width : 100%;
	clear : both;
	position : relative;
	border-top : 1px solid #999999;
}
/* --------------------------------------------------------- */
/* Achievement Badges Layout */
#achievementbadges {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}

/* --------------------------------------------------------- */
/* Accessibility Badges Layout */
#accbadges {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
/* --------------------------------------------------------- */
/* Copyright Layout */
#copyright {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	text-align : right;
	color : #999999;
}

/* ################################# */
/* CONTENT STYLING */
#contentbody {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	text-align : justify;
	/*width : 100%;*/
	width : 670px;
}
/* Content Area Styling */
#contentbody p {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 10px 0px;
	color : #333333;
}
#contentbody a,
#contentbody a:link,
#contentbody a:visited,
#contentbody a:active {
	text-decoration : underline;
	color : #354832;
	font-weight : normal;
}
#contentbody a:hover {
	text-decoration : none;
	color : #354832;
	font-weight : normal;
}
#contentbody h1,
#contentbody h2,
#contentbody h3 {
	margin : 20px 0px 10px 0px;
	padding : 0px 0px 5px 0px;
	font-weight : normal;
	font-size : 2.4em;
	color : #354832;
	border-bottom : 1px solid #95BC9F;
	text-align : left;
}
#contentbody h4 {
	margin : 20px 0px 0px 0px;
	padding : 0px 0px 5px 0px;
	font-weight : normal;
	font-size : 2em;
	color : #354832;
}
#contentbody h5 {
	margin : 15px 0px 0px 0px;
	padding : 0px 0px 5px 0px;
	font-weight : normal;
	font-size : 1.8em;
	color : #354832;
}
#contentbody h6 {
	margin : 15px 0px 0px 0px;
	padding : 0px 0px 5px 0px;
	font-weight : normal;
	font-size : 1.5em;
	color : #354832;
}
#contentbody hr {
	color : #FFFFFF;
	padding : 0px 0px 10px 0px;
	margin : 10px 0px 10px 0px;
	border : 0px none;
	border-bottom : 1px solid #95BC9F;
}
#contentbody ul {
	list-style-type : square;
	color : #333333;
}
#contentbody ol {
	list-style-type : decimal;
	color : #333333;
}
#contentbody li {
	padding : 0px 0px 5px 0px;
	margin : 0px 0px 0px 0px;
	color : #333333;
}
#contentbody dl {
	background-color : #FFFFFF;
	border-top : 1px solid #C4C4C4;
	border-bottom : 1px solid #C4C4C4;
	margin : 15px 4px 0px 4px;
	padding : 10px 0px 0px 0px;
	color : #666666;
}
#contentbody dt {
	color : #354832;
	font-weight : bold;
	margin : 0px 10px 0px 0px;
	padding : 0px 0px 0px 0px;
}
#contentbody dd {
	font-style : italic;
	margin : 0px 0px 10px 0px;
	padding : 0px 0px 0px 0px;
}
#contentbody table {
	border : 1px solid #95BC9F;
	padding : 0px 0px 0px 0px;
	margin : 0px 4px 0px 4px;
	empty-cells : show;
	font-size : 1em;
}
#contentbody tr {
	padding : 0.5em;
	margin : 0px 0px 0px 0px;
}
#contentbody th {
	border : 1px none;
	padding : 3px 4px 3px 4px;
	margin : 0px 0px 0px 0px;
	color : #FFFFFF;
	background-color : #95BC9F;
	font-size : 1.1em;
	font-style : normal;
}
#contentbody td {
	border : 1px solid #95BC9F;
	padding : 3px 4px 3px 4px;
	margin : 0px 0px 0px 0px;
	color : #666666;
}
#contentbody form {
	
}
#contentbody #submit {
	border : 1px none;
	padding : 3px 4px 3px 4px;
	margin : 0px 0px 0px 0px;
	color : #354832;
	background-color : #95BC9F;
	font-size : 1.1em;
	font-style : normal;
}

/* ################################# */
/* Search Result Page Styling */
#searchpage {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
/* Search Results Styling */
#searchpageform {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
#searchpageform form {
	padding : 4px 4px 4px 4px;
	margin : 0px 0px 0px 0px;
	background-color : #95BC9F;
	border-top : 2px solid #354832;
}
#searchpageform .search {
	border : 0px solid;
}
#searchpageform .formbutton {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	border : 0px solid;
	color : #FFFFFF;
	font-size : 1.1em;
	background-color : #354832;
	font-weight : bold;
}
/* Search Results Styling */
#searchpageresult {
	padding : 0px 4px 0px 4px;
	margin : 10px 0px 0px 0px;
}
.searchresult {
	padding : 0px 0px 10px 0px;
	margin : 10px 0px 0px 0px;
	border-bottom : 1px dotted #999999;
}
.searchresult a {
	line-height : 1.5em;
}

/* ################################# */
/* CONTENT TYPES */
#contenttype {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
#contenttype h3 {
	margin-left : 0px;
}
#contenttype table {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	border : 0px solid;
	width : 100%;
}
#contenttype tr {
	padding : 0px 0px 5px 0px;
	margin : 0px 0px 0px 0px;
	border : 0px solid;
}
#contenttype td {
	padding : 0px 0px 5px 0px;
	margin : 0px 0px 0px 0px;
	border : 0px solid;
	vertical-align : top;
}
#contenttype .legend {
	padding : 0px 10px 0px 0px;
	margin : 0px 0px 0px 0px;
	font-weight : normal;
	color : #146E24;
}
#contenttype .line {
	color : #FFFFFF;
	padding : 0px 0px 10px 0px;
	margin : 2px 0px 2px 0px;
	border : 0px none;
	border-bottom : 1px dotted #999999;
	width : 100%;
}
#contenttype br {
	line-height : 15px;
}
#contenttype img {
	padding : 0px 0px 0px 10px;
	margin : 0px 0px 0px 0px;
}

#contenttype .onlineform {
	width : 99%;
	border : 1px solid #353D91;
}
#contenttype textarea {
	width : 99%;
	border : 1px solid #353D91;
}
#contenttype .formbutton {
	width : auto;
	background-color : #353D91;
	color : #FFFFFF;
	border : 1px solid #353D91;
}


/* News Story Content Type */
#contenttype .newsattachmentlist {
	padding : 0px 0px 0px 8px;
	margin : 0px 0px 0px 7px;
}
#contenttype .newsattachmentlist li {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	font-style : italic;
}
/* News Room Styling */
#newsroomlist {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
#newsroomlist h4 {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 3px 0px;
	border-top : 2px solid #354832;
	background-color : #95BC9F;
	width : 100%;
}
#newsroomlist h4 span {
	padding : 0px 4px 0px 4px;
	margin : 0px 0px 0px 0px;
}
#newsroomlist h4 a,
#newsroomlist h4 a:link,
#newsroomlist h4 a:visited,
#newsroomlist h4 a:active {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	color : #354832;
	font-weight : normal;
	text-decoration : none;
	font-size : 0.8em;
}
#newsroomlist h4 a:hover {
	color : #354832;
	font-weight : normal;
	text-decoration : none;
	font-size : 0.8em;
}
#newsroomlist .date {
	padding : 0px 0px 4px 4px;
	margin : 0px 0px 0px 0px;
	font-style : italic;
	font-size : 0.8em;
}
#newsroomlist .storylink {
	padding : 3px 0px 5px 0px;
	margin : 5px 0px 10px 0px;
	width : 100%;
	text-align : right;
	color : #354832;
	border-bottom : 1px dotted #353D91;
	font-size : 0.9em;
}
#newsroomlist hr {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
/* Form Styling */
#contenttypeform {
	padding : 0px 4px 0px 4px;
	margin : 0px 0px 0px 0px;
}
#contenttypeform table {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	width : 100%;
}
#contenttypeform td {
	padding : 3px 3px 3px 3px;
	margin : 0px 0px 0px 0px;
	background-color : #FFFFFF;
	border : 0px none;
}
#contenttypeform .onlineform {
	border : 1px solid #186D2C;
	font-size : 1em;
	width : 100%;
}
#contenttypeform .formbutton {
	padding : 0px 0px 0px 0px;
	margin : 0px 5px 0px 0px;
	font-size : 1em;
	color : #FFFFFF;
	border : 0px none;
	background-color : #354832;
}
/* Photo Album Styling */
#contenttypephotoalbum {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	text-align : center;
}
#contenttypephotoalbum table {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
#contenttypephotoalbum table td span {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	font-size : 0.8em;
}
/* Calendar */
#calendar {
	padding : 0px 0px 20px 0px;
	margin : 0px 0px 0px 0px;
	text-align : center;
}
#calendar form {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	text-align : left;
}
#calendar table {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	width : 100%;
	clear : both;
}
#calendar th {
	background-color : #354832;
}
#calendar td {
	width : 14%;
	border : 1px solid #354832;
	height : 50px;
}
#calendar .voidday {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	background-color : #999999;
	border : 1px solid #354832;
}
#calendar .weekendday {
	padding : 3px 3px 3px 3px;
	margin : 0px 0px 0px 0px;
	background-color : #95BC9F;
	border : 1px solid #354832;
}
#calendar .today {
	padding : 1px 1px 1px 1px;
	margin : 0px 0px 0px 0px;
	background-color : #FFFFFF;
	border : 2px solid #354832;
}
#calendarbuttons {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	float : left;
	position : relative;
	width  :100%;
}
#calendarbuttons h4 {
	padding : 0px 4px 0px 0px;
	margin : 0px 0px 0px 0px;
	width : 20em;
}
#calendarbuttonslayout {
	padding : 0px 4px 0px 4px;
	margin : 0px 0px 0px 0px;
	float : right;
	position : absolute;
	top : 6px;
	right : 0px;
}
#calendarbuttonslayout input {
	
}
#calendarbuttonslayout .buttontextprev {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	background-color : #354832;
	color : #FFFFFF;
	border : 0px none;
	font-size : 1em;
}
#calendarbuttonslayout .buttontextnext {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	background-color : #354832;
	color : #FFFFFF;
	border : 0px none;
	font-size : 1em;
}
#calendar_content {
	padding : 0px 0px 0px 0px;
	margin : 10px 0px 0px 0px;
	width : 100%;
	clear : both;
}
#calendar_content .date {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	color : #354832;
	font-size : 0.9em;
	font-weight : normal;
}
#calendar_content p {
	padding : 0px 0px 0px 0px;
	margin : 5px 0px 0px 0px;
	font-size : 0.9em;
}

/* ################################# */
/* Cabinet Office Notes */
#disclaimer {
	/*
	padding : 0px 10px 0px 10px;
	margin : 0px 0px 0px 0px;
	*/
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
#disclaimer p {
	padding : 0px 0px 2px 0px;
	margin : 0px 0px 0px 0px;
	font-size : 0.8em;
}
#disclaimer a,
#disclaimer a:link,
#disclaimer a:visited,
#disclaimer a:active {
	color : #000066;
	font-weight : bold;
	text-decoration : none;
}
#disclaimer a:hover {
	color : #000066;
	text-decoration : underline;
}

/* ################################# */
/* HOMEPAGE - SL Buttons */
#sllink {
	/*
	padding : 0px 0px 0px 0px;
	margin : 20px 0px 20px 0px;
	width : 100%;
	text-align : center;
	*/
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
#sllink a {
	width : 380px;
	height : 110px;
	display : block;
}
#sllink ul {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	list-style-type : none;
	text-align : center;
}
#sllink li {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 10px 17px;
	width : 380px;
	height : 110px;
	text-align : center;
}
#sllink .buttonslurl {
	background-image : url(../images/button_slurl.jpg);
}
#sllink .buttonslregister {
	background-image : url(../images/button_slregister.jpg);
}

/* ################################# */
/* HOMEPAGE - Content Buttons */
#homelinkcontentbuttons {
	/*
	padding : 0px 0px 0px 0px;
	margin : 20px 0px 20px 0px;
	width : 100%;
	text-align : center;
	*/
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
#homelinkcontentbuttons a {
	width : 185px;
	height : 120px;
	display : block;
}
#homelinkcontentbuttons ul {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 15px;
	list-style-type : none;
	text-align : center;
}
#homelinkcontentbuttons li {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 10px 5px;
	width : 185px;
	height : 120px;
	text-align : center;
	float : left;
}
#homelinkcontentbuttons .buttonremoteworking {
	background-image : url(../images/button_remoteWorking.jpg);
	float : left;
}
#homelinkcontentbuttons .buttongreenit {
	background-image : url(../images/button_greenIT.jpg);
	float : right;
}

/* ################################# */
/* Interest Form */
#elementintro {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	background-color : #95BC9F;
	color : #FFFFFF;
}
#elementintro p {
	padding : 5px 5px 5px 5px;
	margin : 0px 0px 0px 0px;
	color : #FFFFFF;
	/*font-weight : bold;*/
}

#contenttypeform {
	padding : 0px 5px 5px 5px;
	margin : 0px 0px 0px 0px;
	background-color : #FFFFFF;
	border-bottom : 0px solid #186D2C;
}
#contenttypeform form {
	padding : 10px 0px 10px 0px;
	margin : 0px 0px 0px 0px;
}
#contenttypeform table {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	text-align : left;
}
#contenttypeform td {
	padding : 0px 0px 15px 0px;
	margin : 0px 0px 0px 0px;
}
#contenttypeform tr {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
#contenttypeform .legend {
	font-weight : bold;
	font-size : 0.9em;
}
#contenttypeform .emph {
	font-style : italic;
	font-weight : normal;
	color : #708090;
}
#contenttypeformresettbutton {
	position : relative;
	left : 15em;
	font-size : 1.8em;
	color : #22682A;
	font-family : Georgia, "Times New Roman";
}
#contenttypeformsubmitbutton {
	position : relative;
	left : 15em;
	font-size : 1.8em;
	color : #22682A;
	font-family : Georgia, "Times New Roman";
}
#contenttypeform td {
	width : 50%;
}



#homeregisterbox {
	/*
	margin : 20px auto 10px auto;
	padding : 0px 0px 5px 0px;
	width : 380px;
	border-bottom : 5px solid #353D91;
	background-color : #FFFFFF;
	*/
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
#homeregisterbox h2 {
	margin : 0px 0px 10px 0px;
	padding : 0px 0px 0px 0px;
	width : 380px;
	height : 50px;
	background-image : url(../images/registerInterest.jpg);
	border-bottom : 0px none;
}
#homeregisterbox p {
	margin : 0px 0px 0px 0px;
	padding : 0px 10px 10px 10px;
	font-weight : bold;
	color : #333333;
}
#homeregisterbox a,
#homeregisterbox a:link,
#homeregisterbox a:active,
#homeregisterbox a:visited {
	margin : 0px 0px 0px 0px;
	padding : 5px 5px 5px 5px;
	color : #353D91;
	font-size : 1em;
	font-weight : bold;
	width : 97.5%;
	display : block;
	background-color : #C4C4C4;
	text-decoration : none;
}
#homeregisterbox a:hover {
	margin : 0px 0px 0px 0px;
	padding : 5px 5px 5px 5px;
	color : #C4C4C4;
	font-size : 1em;
	font-weight : bold;
	width : 97.5%;
	display : block;
	background-color : #353D91;
	text-decoration : none;
}

/* HOME - RSS feeds box */
#feeds {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width : 209px;
	float : right;
	position : relative;
	top : -10px;
}
.feed_box {
	margin : 0px 0px 0px 0px;
	padding : 5px 0px 5px 0px;
	position : relative;
	left : -5px;
	font-size : 0.9em;
	color : #CCCCCC;
}
.feed_box h3 {
	margin : 0px 0px 5px 0px;
	padding : 0px 0px 0px 0px;
	width : 209px;
	height : 25px;
	background-image : url(../images/bg_title_navigationArea_RSSnewss.jpg);
	background-position : -5px 0px;
	background-repeat : no-repeat;
	text-indent : 0px;
}
.feed_box h3 span {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
#menuboxes .feed_box ul li {
	margin : 0px 0px 0px 0px;
	padding : 0px 3px 10px 3px;
	background-image : none;
}
#menuboxes .feed_box ul li a,
#menuboxes .feed_box ul li a:link,
#menuboxes .feed_box ul li a:active,
#menuboxes .feed_box ul li a:visited {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	
	background-image : none;
}
#menuboxes .feed_box ul li a:hover {
	color : #CCCCCC;
}


