/* Global Styles */
body {
	font: 12pt Arial, serif;
	color: #000000;
	background-color: #ffffff;
	width: 100%;
	margin: 0;
}
a {
	text-decoration: underline;
}
ul.nostyle {
	list-style: none url(none);
	padding-left: 0;
	margin-left: 0;
}
h1, .strapline .title {
	font-size: 16pt;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
h2 {
	font-size: 14pt;
}
h3, h4, h5, h6 {
	font-size: 12pt;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	text-transform: uppercase;
}
a img {
	border: 0;
}
img.alignleft {
	float: left;
	margin: 0 5px 5px 0;
}
img.alignright {
	float: right;
	margin: 0 0 5px 5px;
}
.intro, .bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.hidden {
	position: absolute;
	left: -1000px;
	width: 100px;
}
.contentitem {
	border-bottom: 1px dashed #000000;
}
/* Template Styles */
#sitetools {
	display: none;
}
#logoarea {
	border-bottom: 1px solid #000000;
}
#logoarea h1 {
	margin: 0;
}
#logoarea .logo {
	padding: 10px;
}
#logoarea #sitesearch {
	display: none;
}
#topnav {
	display: none;
}
#pagebody {
	clear: both;
	padding-top: 10px;
}
#left {
}
#content {
}
#right {
	display: none;
}
#footer {
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #000000;
}
#footer ul {
	clear: left;
	list-style: none url(none);
	text-align: center;
	padding: 5px 0;
	margin: 0;
}
#footer ul li {
	float: left;
	padding: 0;
	margin: 0;
	border-left: 1px solid #000000;
	padding: 0 10px;
}
#footer ul li.first {
	border-left: none;
	padding: 0 0.5em 0 0;
}
#footer ul li a {
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
/* Home page styles */
.leftspot {
	background-color: #ffffff;
	color: #000000;
}
.leftspot p {
	margin: 3px;
	padding-bottom: 3px;
}
.leftspot a {
	background-color: #ffffff;
	color: #000000;
	text-decoration: underline;
}
#homenews li {
	text-transform: uppercase;
	padding-bottom: 5px;
}
#homenews li a {
	text-transform: none;
}

#homeprofile img {
	float: left;
}
#homeprofile p {
	margin: 5px 0;
}
#homeprofile .label {
	text-transform: uppercase;
}
.strapline {
	border-bottom: 1px solid #1b0069;
}
.strapline p {
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

/* Content page styles */
#breadcrumbs {
	padding: 0;
	margin: 0;
}
#breadcrumbs ul {
	list-style: none url(none);
	padding: 5px 0;
	margin: 0;
}
#breadcrumbs ul li {
	white-space: nowrap;
	display: inline;
	margin: 0;
	font-weight: bold;
}
#breadcrumbs ul li a {
	background: url("/images/map_images/breadcrumb_arrow.gif") no-repeat 100% 50%;
	padding: 0 1em 0 0;
	text-decoration: none;
}
#breadcrumbs ul li a:hover {
	text-decoration: underline;
}
#leftnav {
	display: none;
}

/* Form styles */
.asterisk {font-weight: bold;}
.cssform .formfield {display:block;clear:left;width:99%;padding-top:10px;}

.cssform .formfield label {width:35%;float:left;padding-right:10px;}
.cssform .formfield input {float:left;text-align:left;}
.cssform .formfield select {float:left;text-align:left;}
.cssform .formfield textarea {float:left;text-align:left;}

.cssform .formfield fieldset {display:block;clear:left;width:99%;}
.cssform .formfield legend {width:35%;float:left;padding-right:10px;}
.cssform .formfield .label {width:35%;float:left;padding-right:10px;clear:left;} /* Create whitespace to left */
.cssform .formfield input.submit {float:left;text-align:center;margin:0;}

.cssform .formfield .formrightcol {width:49%;float:left;text-align:left;}
.cssform .formfield .formrightcol input {float:left;text-align:left;clear:left;}
.cssform .formfield .formrightcol select {float:left;text-align:left;margin-left:3px;}
.cssform .formfield .formrightcol .text {float:left;text-align:left;}
.cssform .formfield .formrightcol label {float:left;text-align:left;padding:2px 5px 0 0;width: 80%;}
