@charset "utf-8";

/*************** CSS Reset ***************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
a:focus {

}
a:hover, a:active {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*************** Main CSS ***************/

html.js .js-FOUC {
	display: none;
}
body {
	background: #FFF url(../images/design/body-bg.png) repeat-x left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link, a:visited {
	color: #060;
	text-decoration: underline;
}
a:hover, a:active {
	color: #7FB26B;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	position: relative;
	text-align: left;
	height: 125px;
}
#header .dhsfgLogo {
	height: 85px;
	width: 960px;
	position: relative;
	line-height: 85px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #060;
	font-weight: normal;
}
#header .dhsfgLogo span{
	height: 85px;
	background: url(../images/design/dhsfg-logo.png) no-repeat;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 960px;
}


#header #skipToContent a:link, #header #skipToContent a:visited {
	position:absolute;
	left:0px;
	top:-500px;
}
#header #skipToContent a:focus, #header #skipToContent a:active {
	position:absolute;
	font-size: 12px;
	color: #006600;
	text-decoration: underline;
	padding: 0px;
	top: 5px;
	left: 80px;
	z-index: 999999;
}
#header #webMail {
	position: absolute;
	right: 0px;
	top: 98px;
	width: 75px;
}
#header #webMail a:link, #header #webMail a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	height: 18px;
	display: block;
	text-align: left;
	background: url(../images/design/webmail-icon.png) no-repeat right center;
}
#header #webMail a:hover, #header #webMail a:active {
	text-decoration: underline;
}
#navBar {
	width: 960px;
	margin: 0;
	padding: 0;
	background: #999967 url(../images/design/nav-bar-bg.png) repeat-x left top;
	position: absolute;
	left: 0px;
	bottom: 1px;
}
ul#mainNav {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#mainNav li {
	float: left;
	border-left: 1px solid #FFF;
	z-index: 500;
	position: relative;
}
ul#mainNav li.megaMenu:hover {
	background: #444;
}
ul#mainNav li.last {
	border-right: 1px solid #FFF;
}
ul#mainNav a:link, ul#mainNav a:visited {
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	height: 30px;
	line-height: 28px;
	display: block;
	text-align: center;
	padding: 0 15px;
}
ul#mainNav a:hover, ul#mainNav a:active {
	background: #444;
}
ul#mainNav li.megaMenu > a {
	background: url(../images/design/nav-bar-drop-down-bg.png) no-repeat right center;
	padding-right: 20px;
}
ul#mainNav li.megaMenu > a:hover {
	background: #444 url(../images/design/nav-bar-drop-down-bg.png) no-repeat right center;
}
ul#mainNav li.megaMenu div {
	position: absolute;
	top: 30px;
	padding: 0 10px 10px 10px;
	left: -1px;
	background: #444;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 9999;
	display: none;
	border-top: none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #CCC;
}
ul#mainNav li.megaMenu div li.subHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #B0B0B0;
	margin-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #FFF;
	margin-bottom: 3px;
}
ul#mainNav li.megaMenu div ul {
	width: 220px;
	margin-right: 18px;
	float: left;
}
ul#mainNav li.megaMenu div ul.last {
	margin-right: 0px;
}
ul#mainNav li.megaMenu div ul li {
	float: none;
	border-left: none;
}
ul#mainNav li.megaMenu div ul a:link, ul#mainNav li.megaMenu div ul a:visited {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	width: 100%;
	text-align: left;
	display: block;
	color: #FFF;
	cursor: pointer;
	padding: 0;
}
ul#mainNav li.megaMenu div ul a:hover, ul#mainNav li.megaMenu div ul a:active {
	background: url(../images/design/mega-menu-link-hover-bg.png) no-repeat right center;
	color: #7FB26B;
}
ul#mainNav li.megaMenu:hover div.hover-css {
	display: block;
}
ul#mainNav li.megaMenu div#info {
	width: 938px;
	left: -70px;
}
ul#mainNav li.megaMenu div#junior {
	width: 460px;
}
ul#mainNav li.megaMenu div#sixth {
	width: 460px;
	left: -1px;
}
#bannerLinks {
	position: absolute;
	left: -17px;
	top: 225px;
	z-index: 100;
}
#bannerLinks ul {
	position: relative;
	height: 100px;
	width: 400px;
}
#bannerLinks a {
	width: 150px;
	height: 100px;
	text-indent: -9999px;
	display: block;
	position: absolute;
}
#bannerLinks a.whatsOn {
	background: url(../images/design/banner-links-bg.png) no-repeat 0px 0px;
	left: 0px;
	bottom: 0px;
}
#bannerLinks a.whatsOn:hover {
	background: url(../images/design/banner-links-bg.png) no-repeat -450px 0px;
}
#bannerLinks a.fridayFlyer {
	background: url(../images/design/banner-links-bg.png) no-repeat -150px 0px;
	left: 100px;
	bottom: 0px;
}
#bannerLinks a.fridayFlyer:hover {
	background: url(../images/design/banner-links-bg.png) no-repeat -600px 0px;
}
#bannerLinks a.newsletters {
	background: url(../images/design/banner-links-bg.png) no-repeat -300px 0px;
	left: 200px;
	bottom: 0px;
}
#bannerLinks a.newsletters:hover {
	background: url(../images/design/banner-links-bg.png) no-repeat -750px 0px;
}
#content {
	text-align: left;
}
#content div.bannerImg {
	height: 200px;
	overflow: hidden;
	margin-bottom: 5px;
	margin: 0 auto;
	width: 960px;
	border-bottom: solid 1px #C8C8C8;
}
#contentSubNav {
	float: left;
	width: 220px;
	padding-bottom: 30px;
}
#contentSubNav h2 {
	font-size: 20px;
	text-align: center;
	color: #999967;
	padding: 0;
	border-bottom: 1px solid #999967;
	margin-bottom: 0px;
	height: 40px;
	line-height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentSubNav div.itemWrap {
	border: 1px solid #CCC;
	background: url(../images/design/item-wrap-bg.png) repeat-x left top #CCC;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
#contentSubNav a.backArrow:link, #contentSubNav a.backArrow:visited {
	background: url(../images/design/back-arrow-bg.png) no-repeat left center;
	display: block;
	text-decoration: underline;
	text-align: center;
	padding-bottom: 0px;
	clear: both;
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
	margin-top: 10px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentSubNav a.backArrow:hover, #contentSubNav a.backArrow:active {
	background: url(../images/design/back-arrow-bg.png) no-repeat right center;
	outline: 0;
	color: #7FB26B;
}
ul.subNav {
	list-style: none;
	margin-bottom: 0px;
	padding-top: 0px;
}
ul.subNav li.subHeading {
	line-height: 21px;
	font-size: 15px;
	background: #999967 url(../images/design/sub-nav-subheading-bg.png) no-repeat center center;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 3px;
}
ul.subNav a:link, ul.subNav a:visited {
	display: block;
	color: #006600;
	text-decoration: none;
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	height: 20px;
	border-bottom: 1px solid #999967;
	padding: 2px 0;
}
ul.subNav a:hover, ul.subNav a:active {
	text-decoration: none;
	background: #FFF url(../images/design/subnav-hover-bg.png) no-repeat right center;
	color: #7FB26B;
}
.withNews #contentMain {
	width: 480px;
	padding-right: 20px;
}
.withoutSubNavAndNews #contentMain {
	width: 960px;
	padding-left: 0px;
	padding-right: 0px;
}
#contentMain {
	float: left;
	width: 720px;
	padding: 0 0 30px 20px;
}
#contentMain p {
	color: #333;
	padding-bottom: 16px;
	line-height: 1.6;
	font-family: inherit;
}
#contentMain strong {
	font-weight: bold;
	color: #666;
}
#contentMain em {
	color: #999967;
	font-style: italic;
}
#contentMain blockquote {
	width: 230px;
	background: url(../images/design/blockquote-bg.png) no-repeat left top;
	padding: 10px 0 10px 0;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
	clear: both;
	margin-bottom: 10px;
}
#contentMain blockquote p {
	color: #999967;
	font-size: 14px;
	font-style: italic;
	padding-bottom: 0px;
}
#contentMain blockquote p.footer {
	display: block;
	font-size: 11px;
	font-style: normal;
	color: #999999;
	padding-bottom: 0px;
}
#contentMain blockquote.float-left {
	text-align: left;
	margin-right: 10px;
}
#contentMain blockquote.float-right {
	text-align: right;
	margin-left: 10px;
	float: right;
}
#contentMain h1 {
	font-size: 20px;
	margin-bottom: 12px;
	text-align: left;
	line-height: 40px;
	color: #999967;
	height: 40px;
	border-bottom: 1px solid #999967;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentMain h2 {
	font-size: 18px;
	color: #999967;
	clear: both;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #D1D1BA;
	padding-bottom: 5px;
}
#contentMain h3 {
	font-size: 16px;
	padding-bottom: 8px;
	color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentMain h4 {
	font-size: 15px;
	text-align: left;
	color: #B0B08A;
	padding-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentMain img {
	border: 1px solid #CCC;
	padding: 5px;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#contentMain img.float-left {
	margin: 10px 15px 10px 0;
	clear: both;
}
#contentMain img.float-right {
	margin: 5px 0 12px 15px;
	clear: both;
	float: right;
}
#contentMain img.center {
	margin: 0px auto;
	display: block;
	margin-bottom: 15px;
}
#contentMain img.noBorder {
	border-style: none;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#contentMain img.portrait {
	margin-left: 55px;
}
#contentMain a img:hover {
	border: 1px solid #999;
}
#contentMain .bold {
	color: #666666;
	font-weight: bold;
}
#contentMain .italic {
	color: #999967;
	font-style: italic;
}
#contentMain .imgCaption {
	font-size: 12px;
	text-align: center;
	color: #999967;
}
#contentMain .boxHighlight {
	border: 2px solid #B0B08A;
	margin: 12px auto;
	text-align: center;
	padding: 6px;
}
#contentMain .text-indent {
	padding-left: 16px;
}
#contentMain .text-center {
	text-align:center;
}
#contentMain p.previousPage {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 2px 0;
	margin: 0;
	margin-top: 20px;
	clear: both;
}
#contentMain p.previousPage span {
	background: #F4F4F4;
	display: block;
	padding-left: 10px;
	color: #666;
}
#contentMain p.previousPage a:link, #contentMain p.previousPage a:visited {
	padding-left: 5px;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	line-height: 2;
}
#contentMain p.previousPage a:hover, #contentMain p.previousPage a:active {
	color: #999967;
}
#contentMain ul.unorderedList {
	margin-bottom: 10px;
	padding-left: 14px;
	list-style: disc;
}
#contentMain ul.unorderedList li{
	padding-bottom: 6px;
	padding-left: 8px;
	line-height: 1.6;
}
#contentMain ol {
	margin-bottom: 10px;
	list-style: decimal;
	padding-left: 18px;
}
#contentMain ol.alpha {
	list-style: upper-alpha;
}
#contentMain ol li {
	padding-bottom: 10px;
	padding-left: 12px;
}
#contentMain ul.imgGallery {
	list-style: none;
	padding: 5px 0;
	margin: 0;
}
#contentMain ul.imgGallery li {
	float: left;
	width: 178px;
	text-align: center;
	padding-bottom: 20px;
	padding-left: 0px;
}
#contentMain ul.imgGallery p {
	font-size: 11px;
	color: #006600;
	margin-top: 5px;
}

#contentMain ul.imgGallery a img {
	position: relative;
}

#contentMain div.imageGrpCenter {
	text-align: center;
	margin-bottom: 12px;
	margin-top: 10px;
}
#contentMain div.imageGrpCenter p {
	font-size: 12px;
	color: #999967;
}
#contentMain div.imageGrpCenter img {
	margin: 10px;
	position: relative;
}
#contentMain ul.downloadList {
	margin: 0;
	padding: 12px 0;
}
#contentMain ul.downloadList li {
	list-style-type: none;
	border: 1px solid #999967;
	margin-bottom: 5px;
	padding-left: 55px;
	font-size: 12px;
	padding-bottom: 0px;
	height: 50px;
	line-height: 50px;
	padding-right: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	background: url(../images/design/icon-blank.png) no-repeat 5px 5px;
}
#contentMain ul.downloadList li.iconBlank {
	background: url(../images/design/icon-blank.png) no-repeat 5px 5px;
}
#contentMain ul.downloadList li.iconPDF {
	background: url(../images/design/icon-pdf-sml.png) no-repeat 5px 5px;
}
#contentMain ul.downloadList li.iconJPG {
	background: url(../images/design/icon-jpg-sml.png) no-repeat 5px 5px;
}
#contentMain ul.downloadList li.iconMP3 {
	background: url(../images/design/icon-mp3-sml.png) no-repeat 5px 5px;
}
#contentMain ul.downloadList li a.button {
	color: #FFF;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: 5px;
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
}
#contentMain ul.downloadList li a.button:link, #contentMain ul.downloadList li a.button:visited {
	background: #999967 url(../images/design/downloadlist-link-bg.png) repeat-x;
	text-decoration: none;
	text-align: center;
}
#contentMain ul.downloadList li a.button:hover, #contentMain ul.downloadList li a.button:active {
	background: #ADAD85;
}
#contentNews {
	width: 220px;
	margin-top: 0px;
	padding-bottom: 30px;
	float: left;
}
#contentNews h2 {
	font-size: 20px;
	text-align: center;
	color: #999967;
	padding: 0;
	border-bottom: 1px solid #999967;
	margin-bottom: 10px;
	line-height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentNews div.itemWrap {
	border: 1px solid #CCC;
	background: url(../images/design/item-wrap-bg.png) repeat-x left top;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
}
#contentNews div.itemWrap a {
	font-size: 13px;
	line-height: 1.2;
}
#contentNews ul {
	list-style: none;
	padding: 5px 0 0 0;
}
#contentNews ul li {
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#contentNews ul li span {
	background: url(../images/design/news-span-bg.png) no-repeat center bottom;
	display: block;
	height: 6px;
}
#contentNews ul li div {
	background: url(../images/design/news-div-bg.png) repeat-y center top;
}
#contentNews ul li h3 {
	font-size: 12px;
	color: #060;
	line-height: 18px;
	text-align: right;
	margin-bottom: 9px;
	background: #FFF url(../images/design/news-h3-bg.png) no-repeat left top;
	padding-right: 8px;
	padding-top: 4px;
	border-bottom: 1px dashed #999;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentNews ul li p.info {
	font-size: 11px;
	text-align: right;
	padding-bottom: 9px;
	color: #000000;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 1.5;
}
#contentNews ul li p.info strong {
	font-weight: bold;
	color: #666;
}
#contentNews ul li p.date {
	font-size: 11px;
	color: #666;
	text-align: right;
	line-height: 1.3;
	padding-right: 8px;
	padding-bottom: 9px;
	padding-left: 8px;
}
#contentNews ul li img {
	float: right;
	margin: 3px 0 5px 5px;
	border: 2px solid #FFF;
}
#contentNews ul li img.noBorder {
	border-style: none;
}
#contentNews a.newsMore:link, #contentNews a.newsMore:visited {
	color: #FFF;
	font-size: 12px;
	text-align: right;
	display: block;
	background: #999967 url(../images/design/news-link-bg.png) no-repeat left top;
	height: 25px;
	line-height: 25px;
	padding-right: 8px;
	overflow: hidden;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentNews a.newsMore:hover, #contentNews a.newsMore:active {
	background: #89895C url(../images/design/news-link-bg.png) no-repeat right top;
}
#footerOuter {
	background: #F4F4F4 url(../images/design/footer-bg.png) repeat-x top;
	height: 160px;
	border-top: 1px solid #999999;
	clear: both;
	position: relative;
}
#footer {
	margin: 0px auto;
	width: 960px;
	padding: 10px 0;
	position: relative;
}
#footer #dhsfgAddress {
	font-size: 13px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	padding-top: 3px;
	width: 250px;
	border-right: 1px solid #CCCCCC;
	float: left;
	height: 135px;
	margin-top: 0px;
}
#footer #dhsfgAddress div {
	display: block;
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	color: #666666;
}
#footer #dhsfgAddress div span {
	color: #999967;
	font-size: 11px;
	line-height: 17px;
	font-style: normal;
}
#footer #dhsfgAddress div.email {
	height: 25px;
	line-height: 23px;
	background: url(../images/design/address-email.png) no-repeat 2px center;
	margin-top: 7px;
	padding-left: 26px;
}
#footer #dhsfgAddress div.tel {
	height: 25px;
	line-height: 23px;
	background: url(../images/design/address-tel.png) no-repeat left center;
	padding-left: 26px;
	margin-top: 5px;
}
#footer #logos {
	position: absolute;
	right: 0px;
	top: -15px;
	height: 112px;
	font-size: 12px;
	width: 580px;
	line-height: 1.6;
}
#footer a.enquiry:link, #footer a.enquiry:visited {
	display: block;
	width: 160px;
	float: left;
	position: relative;
	height: 72px;
	overflow: hidden;
	text-align: center;
	padding-top: 40px;
}
#footer a.enquiry span {
	background: url(../images/design/footer-enquiry-bg.png) no-repeat left top;
	width: 160px;
	height: 112px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer a.enquiry:hover span {
	background: url(../images/design/footer-enquiry-bg.png) no-repeat right top;
}
#footer a.isc:link, #footer a.isc:visited {
	height: 72px;
	display: block;
	width: 155px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding-top: 40px;
}
#footer a.isc span {
	position: absolute;
	height: 112px;
	width: 155px;
	left: 0px;
	top: 0px;
	background: url(../images/design/footer-isc-logo.png) no-repeat left top;
}
#footer a.isc:hover span {
	background: url(../images/design/footer-isc-logo.png) no-repeat right top;
}
#footer a.gsg:link, #footer a.gsg:visited {
	height: 72px;
	display: block;
	width: 110px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding-top: 40px;
}
#footer a.gsg span {
	position: absolute;
	height: 112px;
	width: 110px;
	left: 0px;
	top: 0px;
	background: url(../images/design/footer-gsg-logo.png) no-repeat left top;
}
#footer a.gsg:hover span {
	background: url(../images/design/footer-gsg-logo.png) no-repeat right top;
}
#footer a.gsa:link, #footer a.gsa:visited {
	height: 72px;
	display: block;
	width: 145px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding-top: 40px;
	padding-left: 10px;
}
#footer a.gsa span {
	position: absolute;
	height: 112px;
	width: 155px;
	left: 0px;
	top: 0px;
	background: url(../images/design/footer-gsa-logo.png) no-repeat left top;
}
#footer a.gsa:hover span {
	background: url(../images/design/footer-gsa-logo.png) no-repeat right top;
}
#footer #companyInfo {
	width: 580px;
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999967;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
	right: 0px;
	top: 110px;
}


/*************** Misc CSS ***************/

#contentSubNav .imageLinks a {
	background: #F4F4F4;
	width: 220px;
	display: block;
	margin-bottom: 10px;
	height: 90px;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
	cursor: default;
}

#contentSubNav .imageLinks a div{
	height: 90px;
	width: 220px;
	margin-top: 60px;
	background-image: url(../images/design/image-link-bg.png);
	background-repeat: repeat-x;
	/* [disabled]-moz-transition: all 0.1s ease; */
}
#contentSubNav .imageLinks a:hover div  {
	margin-top: 0px;
}
html.js #contentSubNav .imageLinks a:hover div {
	margin-top: 60px;
}

#contentSubNav .imageLinks div h3 {
	height: 30px;
	line-height: 28px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
	padding-bottom: 12px;
}
#contentSubNav .imageLinks div p {
	line-height: 15px;
	font-size: 12px;
	color: #FFF;
	padding: 5px;
	height: 15px;
	margin: 0 auto;
	border: 1px solid #FFF;
	width: 100px;
	background-color: #999967;
	background-image: url(../images/design/downloadlist-link-bg.png);
	background-repeat: repeat-x;
	cursor: pointer;
}
#contentSubNav .imageLinks .moodle {
	background-image: url(../images/design/dhsfg-moodle-bg.jpg);
	background-repeat: no-repeat;
}
#contentSubNav .imageLinks .oga {
	background-image: url(../images/design/oga-online-bg.jpg);
	background-repeat: no-repeat;
}
#contentSubNav .imageLinks .sundayServices {
	background-image: url(../images/design/sunday-services-bg.jpg);
	background-repeat: no-repeat;
}
#contentSubNav a.isiReport:link, #contentSubNav a.isiReport:visited {
	background: url(../images/design/isi-logo.png) no-repeat center top #F4F4F4;
	display: block;
	padding-top: 85px;
	text-align: center;
	font-size: 13px;
	color: #060;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}
#contentSubNav a.isiReport:hover, #contentSubNav a.isiReport:active {
	color: #7FB26B;
}
#contentMain div.production {
	border: 1px dashed #666;
	padding: 5px;
	position: relative;
	margin-bottom: 10px;
}
#contentMain div.production a.showDetails {
	top: 8px;
	right: 5px;
	width: 100px;
	position: absolute;
	text-align: right;
	background: url(../images/design/show-details-bg.png) no-repeat right top;
	height: 27px;
	line-height: 24px;
	padding-right: 35px;
	visibility: hidden;
}
#contentMain div.production a.hideDetails {
	background: url(../images/design/show-details-bg.png) no-repeat right bottom;
}
#contentMain div.production div.productionInfo {
	position: relative;
	width: 705px;
	top: 10px;
	margin-bottom: 15px;
}
#contentMain div.production img {
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0;
}

#contentMain div.production img.poster {
	position: absolute;
	top: 0px;
	right: 0px;
	border-style: none;
}
#contentMain div.production h2 {
	font-size: 20px;
	color: #999;
	clear: none;
	margin-bottom: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: none;
	margin-top: 5px;
}
#contentMain div.production div.details {
	overflow: hidden;
	background: #F4F4F4;
	margin-bottom: 5px;
	height: 25px;
	line-height: 25px;
	width: 520px;
}
#contentMain div.production div.extraDate {
	width: 415px;
	padding-left: 5px;
	margin-left: 100px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 3px;
}
#contentMain div.production span.heading {
	width: 95px;
	background: #999;
	padding-left: 5px;
	display: inline-block;
	font-size: 14px;
	color: #FFF;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentMain div.production span.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 5px;
	display: inline-block;
}
#contentMain div.production span.tickets {
	margin-top: 40px;
	display: block;
	width: 510px;
	position: relative;
	height: 80px;
}
#contentMain div.production span.tickets img {
	float: left;
	border: none;
	margin: 0 15px 0 0;
	position: absolute;
	top: 0px;
	left: 5px;
}
#contentMain div.production span.tickets p.galaTickets {
	font-size: 18px;
	color: #999967;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 95px;
	padding-top: 3px;
	line-height: 1;
}
#contentMain div.production span.tickets p.galaContacts {
	font-size: 16px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	line-height: 1;
	margin-left: 95px;
}
#contentMain ol#staffList {
	padding-left: 0px;
	font-size: 12px;
	line-height: 1.6;
}
#contentMain ol#staffList li {
	list-style: none;
	padding-left: 0px;
}
#contentMain ol#staffList li.heading {
	border-bottom: 1px dotted #B0B08A;
	margin-bottom: 10px;
	padding-bottom: 2px;
	color: #006600;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 0px;
}
#contentMain ol#staffList ul {
	margin-bottom: 5px;
	padding-left: 0px;
}
#contentMain ol#staffList ul li {
	list-style: none;
	padding-bottom: 5px;
}
#contentMain div.jobVacancy {
	position: relative;
	border: 1px solid #999967;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}
#contentMain div.jobVacancy h2 {
	background: #999967;
	color: #FFF;
	border: none;
	line-height: 1.7;
	font-size: 16px;
	padding-right: 230px;
	padding-left: 10px;
	padding-top: 3px;
}
#contentMain div.jobVacancy h3 {
	background: #F4F4F4 url(../images/design/info-box-bg.png) repeat-x;
	color: #666;
	line-height: 1.5;
	border-bottom: 1px dashed #999967;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top: 4px;
}
#contentMain div.jobVacancy p {
	padding-left: 10px;
	margin-right: 240px;
}
#contentMain div.jobVacancy div.jobDocuments {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999967;
	text-align: center;
	padding-bottom: 5px;
}
#contentMain div.jobVacancy a:link , #contentMain div.jobVacancy a:visited {
	padding: 0 30px 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	margin-top: 5px;
	display: block;
	text-align: right;
	text-decoration: underline;
	margin-right: 5px;
	background: url(../images/design/icon-blank-smallest.png) no-repeat right center;
	color: #999967;
}
#contentMain div.jobVacancy a.vacancy-iconPDF {
	background: url(../images/design/icon-pdf-smallest.png) no-repeat right center;
}
#contentMain div.jobVacancy a.vacancy-iconWORD {
	background: url(../images/design/icon-word-smallest.png) no-repeat right center;
}
#contentMain div.jobVacancy a:link, #contentMain div.jobVacancy a:visited {
	color: #999967;
}
#contentMain div.jobVacancy a:hover, #contentMain div.jobVacancy a:active {
	text-decoration: none;
}

#contentNews div.dhsfgPromo a {
	height: 155px;
	width: 220px;
	position: relative;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	line-height: 155px;
	background: #F4F4F4;
		
}
#contentNews div.dhsfgPromo a span {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/design/dhsfg-promo.jpg);
	height: 100%;
}

#contentNews div.findUsOnFacebook a {
	height: 75px;
	width: 220px;
	display: block;
	text-align: center;
	line-height: 65px;
	position: relative;
	background: #F4F4F4;
	margin-bottom: 5px;
}
#contentNews div.findUsOnFacebook span {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background: url(../images/design/facebook-find-us.png);
}

#contentNews div.googlePlusOne {
	background: url(../images/design/google-plus-one-bg.png) no-repeat left top;
	height: 40px;
}
#contentNews div.googlePlusOne span {
	position:relative;
	left:75px;
	top:1px;
}
#contentNews a.weatherUpdate:link, #contentNews a.weatherUpdate:visited {
	background: #F4F4F4;
	width: 220px;
	display: block;
	height: 100px;
	position: relative;
	line-height: 100px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}
#contentNews a.weatherUpdate span {
	background: url(../images/design/news-weather-update.png) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
a.backToTop:link, a.backToTop:visited {
	background: #F4F4F4 url(../images/design/info-box-bg.png) repeat-x left top;
	padding: 5px;
	border: 1px solid #CCC;
	margin: 0px auto;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px #CCC;
	width: 120px;
	margin-top: 15px;
	clear: both;
	font-size: 12px;
	display: block;
	color: #999967;
	text-decoration: none;
	margin-bottom: 10px;
}


a.backToTop:hover, a.backToTop:active {
	border: 1px solid #999;
}

div.sundayServicesHeading  {
	background: url(../images/information/chaplaincy/sunday-services.png) no-repeat;
	height: 100px;
	width: 100%;
	padding-bottom: 10px;
}
div.googleMap iframe {
	width: 720px;
	height: 500px;
}
.offLeft {
	position: absolute;
	left: -9999px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
div.downloadAdobeReader {
	background: #F4F4F4 url(../images/design/info-box-bg.png) repeat-x left top;
	padding: 5px;
	border: 1px solid #CCC;
	margin: 0px auto;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
}
div.downloadAdobeReader p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentMain div.downloadAdobeReader a img:hover {
	border: none;
}
#importantDivMsg {
	background: #ff4a4a url(../images/design/important-div-msg.png) repeat-x 0px 25px;
	padding: 0 0 5px;
	margin-bottom: 10px;
	border: 1px solid #DF0000;
	margin-top: 9px;
	position: relative;
}
#importantDivMsg h1 {
	color: #FF4A4A;
	background: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	border-bottom: 1px solid #DF0000;
}
#importantDivMsg p {
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	line-height: 1.5;
	padding-bottom: 10px;
}
#importantDivMsg p.faded {
	margin: 0 5px;
	color: #FF4A4A;
	background: #FFDFDF;
	padding-top: 5px;
	line-height: 1.5;
	padding-bottom: 5px;
}
#importantDivMsg p.faded a {
	color: #FF4A4A;
}
#importantDivMsg a {
	color: #FFF;
}
#importantDivMsg ul {
	margin-left: 10px;
	color: #FFF;
	margin-right: 10px;
}
#importantDivMsg strong {
	color: #FFF;
}
#importantDivMsg a.closeBtn {
	text-indent: -9999px;
	font-size: 10px;
	background: url(../images/design/close-btn-red.png) no-repeat center top;
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 5px;
	top: 6px;
	overflow: hidden;
	cursor: default;
}
#importantDivMsg a.closeBtn:hover {
	background: url(../images/design/close-btn-red.png) no-repeat center bottom;
}
#ie6Warning {
	background: #F4F4F4 url(../images/design/info-box-bg.png) repeat-x left top;
	display: none;
	position: absolute;
	z-index: 200;
	left: 0px;
	top: 0px;
	width: 100%;
	border-bottom: 1px solid #000;
}
#ie6Warning div.whiteBorder {
	border: 1px solid #FFF;
	padding: 5px 30px 5px 60px;
	background: url(../images/design/dhsfg-logo-msg.png) no-repeat 10px center;
	position: relative;
}
#ie6Warning h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #060;
}
#ie6Warning p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
}
#ie6Warning a:link, #ie6Warning a:visited {
	color: #999967;
}
#ie6Warning img {
	position: absolute;
	right: 10px;
	top: 42px;
}
#ie6Warning a.closeBtn {
	text-indent: -9999px;
	font-size: 10px;
	background: url(../images/design/close-btn.png) no-repeat center top;
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 5px;
	top: 35px;
	overflow: hidden;
	visibility: hidden;
}
.modal-dialog {
	display: none;
}
.modal-dialog div.float-left {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.modal-dialog div.noRightMargin {
	margin-right: 0px;
}
.modal-dialog h2 {
	color: #999967;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 18px;
	border-bottom: 1px dotted #999967;
	padding-bottom: 5px;
}
.modal-dialog h3 {
	color: #666;
	margin-bottom: 8px;
	font-size: 16px;
}
.modal-dialog p {
	padding: 0 0 10px 0;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 7px;
	line-height: 1.3;
}
.modal-dialog p strong {
	color: #666;
	font-weight: bold;
}
.modal-dialog p em {
	font-style: italic;
	color: #999967;
	font-size: 11px;
}
.modal-dialog a.button {
	color: #FFF;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	padding: 0 10px;
	display: block;
}
.modal-dialog a.button:link, .modal-dialog a.button:visited {
	background: #999967 url(../images/design/downloadlist-link-bg.png) repeat-x;
	text-decoration: none;
}
.modal-dialog a.button:hover, .modal-dialog a.button:active {
	background: #ADAD85;
}
.modal-dialog p.highlightBox {
	background: #F4F4F4;
	padding: 7px;
	color: #666;
	display: block;
	clear: both;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	border: 1px solid #666;
}
.modal-dialog div.info {
	background: #F4F4F4 url(../images/design/info-box-bg.png) repeat-x;
	padding: 10px;
	color: #666;
	display: block;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 5px;
}

.modal-dialog div.info em {
	color: #666;
}
.modal-dialog div.info img{
	padding: 5px 0 5px 0;
}
#newsHeadlines {
	float: left;
	width: 580px;
	margin-right: 20px;
	overflow: hidden;
}
#newsHeadlines h1 {
	position: relative;
}
#newsHeadlines h1 a:link, #newsHeadlines h1 a:visited {
	display: block;
	width: 130px;
	font-size: 12px;
	color: #999967;
	text-align: right;
	height: 23px;
	line-height: 23px;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	right: 0px;
	padding-right: 28px;
}
#newsHeadlines h1 a:hover, #newsHeadlines h1 a:active {
	color: #C0C0A3;
}
#newsHeadlines h1 a.sportResults {
	background: url(../images/design/sport-news-results-trophy.png) no-repeat right top;
}
#newsHeadlines h1 a.sportResults:hover {
	background-position: right bottom;
}
#newsHeadlines ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#newsHeadlines ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	height: 182px;
	border: 1px dashed #999967;
}
#newsHeadlines ul div.datePosted {
	display: block;
	color: #666;
	background: #F4F4F4 url(../images/design/info-box-bg.png) repeat-x;
	margin-bottom: 11px;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 1px;
	position: relative;
	height: 30px;
	text-align: right;
	padding-right: 8px;
}
#newsHeadlines ul div.datePosted span {
	position: absolute;
	top: 5px;
	left: 5px;
}
#newsHeadlines ul img {
	border: 4px solid #CCC;
	padding: 1px;
	float: left;
	margin-right: 15px;
	margin-left: 10px;
}
#newsHeadlines ul a img:hover {
	border-color: #C0C0A3;
	border-width: 4px;
}
#newsHeadlines ul h2 {
	font-size: 15px;
	color: #999967;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: none;
	line-height: 1.2;
	clear: none;
}
#newsHeadlines ul p {
	font-size: 11px;
	margin-right: 10px;
}
#newsHeadlines p.moreDetails {
	padding: 2px;
	margin: 0;
	text-align: center;
	position: absolute;
	right: 10px;
	width: 220px;
	top: 161px;
	border: 1px dotted #999967;
}
#newsHeadlines p.moreDetails a:link, #newsHeadlines p.moreDetails a:visited {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	line-height: 2.3;
	font-size: 11px;
	display: block;
	background-color: #C0C0A3;
}
#newsHeadlines p.moreDetails a:hover, #newsHeadlines p.moreDetails a:active {
	background-color: #B6B694;
}
#datesForDiary {
	float: left;
	width: 360px;
}
#datesForDiary ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#datesForDiary ul li {
	margin-bottom: 10px;
	background: #F4F4F4 url(../images/design/info-box-bg.png) repeat-x;
	padding: 5px;
	padding-bottom: 0px;
	border: 1px dashed #999;
}
#datesForDiary ul h2 {
	font-size: 15px;
	color: #999967;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: none;
	line-height: 33px;
	clear: none;
	background: transparent url(../images/design/dates-for-diary-h2-bg.png) no-repeat;
	-moz-border-radius: 4px;
	height: 36px;
	padding: 0 8px;
}
#datesForDiary ul p {
	padding-left: 8px;
}
#datesForDiary ul p.info {
	color: #000;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 8px;
}
#datesForDiary ul p.date {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#datesForDiary ul p.date em {
	color: #999;
}



/*************** Table Styles ***************/

#contentMain table.list {
	font-size: 12px;
	margin: 10px auto 15px auto;
	border-collapse: collapse;
}
#contentMain table.list caption {
	position: absolute;
	left: -9999px;
}
#contentMain table.list th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #B0B08A;
	color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 3px;
	line-height: 1.6;
}
#contentMain table.list th.nonBold {
	font-weight: normal;
}
#contentMain table.list th.center {
	text-align: center;
	padding-left: 0px;
}
#contentMain table.list th.vertCenter {
	vertical-align: middle;
}
#contentMain table.list td {
	text-align: left;
	border-bottom: 1px solid #B0B08A;
	vertical-align: top;
	line-height: 1.6;
	padding-top: 3px;
}
#contentMain table.list td.center {
	text-align: center;
}
#contentMain table.dataTbl {
	border-collapse: collapse;
	margin: 0 auto;
}
#contentMain table.dataTbl caption {
	position: absolute;
	left: -9999px;
}
#contentMain table.dataTbl td {
	border: 1px solid #B0B08A;
	padding: 6px;
}
#contentMain table.dataTbl th {
	border: 1px solid #B0B08A;
	color: #006600;
}


/*************** Form Styles ***************/

#prospectus {
	padding-top: 0px;
}
#prospectus fieldset {
	border: 1px solid #999967;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#prospectus fieldset legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999967;
	padding: 0 10px;
	background: #FFF;
}
#prospectus p {
	padding-bottom: 6px;
}
#prospectus label {
	width: 210px;
	float: left;
	clear: left;
	text-align: right;
	font-size: 13px;
	line-height: 28px;
	color: #009900;
	margin-right: 10px;
}
#prospectus input[type=text], #prospectus input[type=email], #prospectus input[type=tel] {
	width: 250px;
	height: 20px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
}
#prospectus input[type=text]:active, #prospectus input[type=text]:focus, #prospectus input[type=email]:active, #prospectus input[type=email]:focus, #prospectus input[type=tel]:active, #prospectus input[type=tel]:focus {
	background: #F7F7F7;
	border: 1px solid #666666;
}
#prospectus textarea {
	width: 250px;
	border: 1px solid #CCCCCC;
	padding: 0 0 0 5px;
	overflow: hidden;
	height: 120px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#prospectus textarea:active, #prospectus textarea:focus {
	border-color: #666666;
	background: #F7F7F7;
}
#prospectus div {
	text-align: center;
}
#prospectus input[type=submit] {
	height: 30px;
	width: 100px;
	border: 1px solid #999967;
	cursor: pointer;
	font-size: 14px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #999967;
	line-height: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
#prospectus input[type=submit]:hover, #prospectus input[type=submit]:active, #prospectus input[type=submit]:focus {
	background: #B3B38E;
}
#prospectus span.textfieldRequiredMsg {
	font-size: 11px;
	line-height: 25px;
	float: right;
	width: 180px;
	background: url(../images/design/form-req.png) no-repeat left center;
	padding-left: 20px;
	margin-right: 20px;
}
#prospectus span.textareaRequiredMsg {
	font-size: 11px;
	line-height: 25px;
	float: right;
	width: 180px;
	background: url(../images/design/form-req.png) no-repeat left center;
	padding-left: 20px;
	margin-right: 20px;
}
#prospectus span.textfieldInvalidFormatMsg {
	font-size: 11px;
	width: 180px;
	line-height: 25px;
	padding-left: 20px;
	float: right;
	background: url(../images/design/form-req.png) no-repeat left center;
	margin-right: 20px;
}
#prospectus .textfieldValidState input {
	border: 1px solid #00CC00;
}
#prospectus .textfieldInvalidFormatState input {
	border: 1px solid #CC3333;
}
#prospectus .textfieldRequiredState input {
	border: 1px solid #CC3333;
}
#prospectus .textareaRequiredState textarea {
	border: 1px solid #CC3333;
}
#prospectus .textareaValidState textarea {
	border: 1px solid #00CC00;
}
#enquiry {
	margin-top: 10px;
	padding-top: 10px;
}
#enquiry fieldset {
	border: 1px solid #999967;
	font-size: 14px;
	padding-bottom: 15px;
	min-height: 485px;
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
}
#enquiry legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999967;
	padding-bottom: 10px;
	padding: 0 10px 10px;
}
#enquiry label {
	text-align: left;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	line-height: 25px;
	font-size: 13px;
}
#enquiry input[type=text], #enquiry input[type=email], #enquiry input[type=tel]{
	padding: 3px;
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 20px;
	border: 1px solid #CCCCCC;
}
#enquiry input[type=text]:active, #enquiry input[type=text]:focus, #enquiry input[type=email]:active, #enquiry input[type=email]:focus, #enquiry input[type=tel]:active, #enquiry input[type=tel]:focus {
	background: #F7F7F7;
	border: 1px solid #666666;
}
#enquiry textarea {
	width: 250px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	overflow: hidden;
	height: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#enquiry textarea:active, #enquiry textarea:focus {
	border-color: #666666;
	background: #F7F7F7;
}
#enquiry input[type=submit] {
	height: 30px;
	width: 100px;
	border: 1px solid #999967;
	cursor: pointer;
	font-size: 14px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #999967;
	line-height: 15px;
	display: block;
	margin-top: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#enquiry input[type=submit]:active, #enquiry input[type=submit]:hover, #enquiry input[type=submit]:focus {
	background: #B3B38E;
}
#enquiry span.textfieldRequiredMsg {
	font-size: 11px;
	width: 180px;
	line-height: 25px;
	text-align: left;
	background: url(../images/design/form-req.png) no-repeat left center;
	padding: 3px 0;
	padding-left: 20px;
	float: right;
}
#enquiry span.textareaRequiredMsg {
	font-size: 11px;
	width: 180px;
	line-height: 25px;
	text-align: left;
	background: url(../images/design/form-req.png) no-repeat left center;
	padding: 3px 0;
	padding-left: 20px;
	float: right;
}
#enquiry span.textfieldInvalidFormatMsg {
	font-size: 11px;
	width: 180px;
	line-height: 25px;
	background: url(../images/design/form-req.png) no-repeat left center;
	padding: 3px 0;
	padding-left: 20px;
	float: right;
}
#enquiry .textfieldValidState input {
	border: 1px solid #00CC00;
}
#enquiry .textfieldInvalidFormatState input {
	border: 1px solid #CC3333;
}
#enquiry .textfieldRequiredState input {
	border: 1px solid #CC3333;
}
#enquiry .textareaRequiredState textarea {
	border: 1px solid #CC3333;
}
#enquiry .textareaValidState textarea {
	border: 1px solid #00CC00;
}

#siteMapTitle {
	width: 960px;
}
#siteMapTitle h1 {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 40px;
	color: #999967;
	border-bottom: 1px solid #999967;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#siteMapLinks ul {
	float: left;
	width: 210px;
	margin-right: 13px;
	background: #F4F4F4;
	padding: 10px;
	margin-bottom: 20px;
}
#siteMapLinks  ul.right {
	margin-right: 0px;
	width: 211px;
}
#siteMapLinks  li {
	list-style: none;
}
#siteMapLinks li.title {
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#siteMapLinks li.title a:link, #siteMapLinks li.title a:visited {
	color: #999967;
	font-weight: bold;
	font-size: 13px;
	background: url(none);
	padding-left: 0px;
	padding-bottom: 10px;
}
#siteMapLinks li.title a:hover, #siteMapLinks li.title a:active {
	color: #7CB16B;
}
#siteMapLinks   li   a:link, #siteMapLinks  li a:visited {
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 10px;
	display: block;
}

#siteMapLinks li.heading {
	list-style: none;
	color: #006600;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 8px;
}

