form {
	margin: 0px;
	}

.hide {
	display: none;
	}
.hr {
	margin: 0px;
	height: 31px;
	background: url('/images/hr.gif') repeat-x center left;
	clear: both;
	}
.hr hr {
	display: none;
	}
	
.floatleft210 {
float: left;
width: 230px;
margin-left: 10px;
margin-bottom: 10px;
	}

div.floatleft210 p {
  text-align: center;
  font-style: italic;
  text-indent: 0;
  font-size: 0.7em;
}	
	
.floatright210 {
float: right;
width: 230px;
margin-left: 10px;
margin-bottom: 10px;
	}

div.floatright210 p {
  text-align: center;
  font-style: italic;
  text-indent: 0;
  font-size: 0.7em;
}

img.imgBordered {	
	border: 1px solid #999;
	padding: 1px;
	}
.imgRight {
	float: right;
	margin: 0 6px 0 0;
	}

img.BigBorder {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	}
.imgLeft {
	float: left;
	margin: 0 6px 0 0;
		}
img.bordered {
	border: 5px solid #ddd;
	
	}
img.photo, a.photo img {
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #eee;
	padding: 5px;
	background: #fff;
	}
a.photo:hover img {
	border-top: 1px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #ccc;
	}
.imgCaptionBox {
	padding: 5px;
	border-top: 1px solid #eec;
	border-right: 2px solid #cca;
	border-bottom: 2px solid #cca;
	border-left: 1px solid #eec;
	background: #F8F1D8;
	}
.imgCaptionBox img {
	border-top: 1px solid #eec;
	border-right: 1px solid #cca;
	border-bottom: 1px solid #cca;
	border-left: 1px solid #eec;
	padding: 5px;
	background: #fff;
	}
.imgCaptionBox p {
	color: #666;
	text-align: center;
	}
img.photoBordered {
	border-top: 1px solid #eec;
	border-right: 1px solid #cca;
	border-bottom: 1px solid #cca;
	border-left: 1px solid #eec;
	padding: 5px;
	background: #fff;
	}




/*.cssForm .element {
	float: left;
	width: 100%;
	margin: 10px 0px;
	}
.cssForm .element label {
	float: left;
	width: 100px;
	}
.cssForm .element .textBox,
.cssForm .element textarea {
	width: 250px;
	}*/



.cssForm label {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	}
.cssForm span {
	width: 150px;
	float: left;
	}
.cssForm label.removeFloat {
	float: none;
	width: ;
	}
.cssForm label.removeFloat span {
	float: none;
	width: ;
	}
.cssForm input.submit {
	width: 60px;
	margin-left: 150px;
	}






.smallFont a {
	font-size: 0.8em;
	}

.fullWidthFloat {
	width: 100%;
	float: left;
	}

.errorList {
	list-style: none;
	color: #f00;
	}
.actionSuccess {
	color: #393;
	text-align: center;
	}

.linkMore {
	color: #69a071;
	font-weight: bold;
	}
	
#content a {
text-decoration:none;
color: #005689;
font-weight:bold;
}

#content h3 a {
text-decoration:none;
color: #005689;
font-weight:normal;
}

#content a:hover {
color:#000000;
text-decoration:underline;
}

.summary {
border-bottom:1px dotted #CCCCCC;
margin-bottom:7px;
padding-bottom:2px;
}

.summary p a{
font-weight: normal;}



.greyText {
	color: #888;
	}
.centerText {
	text-align: center;
	}
	


/* mainCol contains all the default styles for the website */

.mainCol {
	margin: 0px;
	min-height: 400px;
	}
.mainCol h2 {
	font-size: 1.4em;
	font-family: arial, sans-serif;
	color: #807870;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	}
.mainCol h3,
.mainCol p {
	margin: 0 0 12px 0;
		}
.mainCol h3 {
	font-size: 1.7em;
	font-family: arial, sans-serif;
	font-weight: normal;
	line-height: 1.0em;
	}
	
.mainCol h4 {
	font-size: 1.2em;
	font-family: arial, sans-serif;
	font-weight: strong;
	line-height: 1.0em;
	}	

.mainContent {
	padding: 0px 15px;
	}

/******************** HOME styles */

.homeMainCol {
	width: 64%;
	float: left;
	}
	
.sideBar {
	float: right;
	width: 36%;
	padding: 20px 0px;
	margin: 0px;
	}
.sideBar h3 {
	color: #fff;
	padding: 4px 3px;
	margin: 0px;
	margin-bottom: 14px;
	background: #69a071 url('../images/bg_header_grn.gif') bottom right;
	font-size: 0.85em;
	text-transform:uppercase;
	}
	
.sideBar h2 {
	color: #fff;
	padding: 6px 5px;
	margin: 0px;
	margin-bottom: 14px;
	background: #06779C url('../images/bg_header_blue.gif') bottom right;
	font-size: 1em;
	text-align: center; 
	}	
	
div.numberfront{
color: #333;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: center;}
	

	
.sideBar p {
	margin: 0px 5px;
	padding: 0px;
	margin-bottom: 10px;
	}
.sideBar em {
	color: #888;
	}

.sideBar table.sideBarStats {
	margin: 0px 5px 14px 5px;
	font-size: 0.9em;
	}
.sideBar table.sideBarStats td {
	vertical-align: top;
	}
.sideBar table.sideBarStats th {
	}
.sideBar table.sideBarStats .borderRight {
	border-right: 1px solid #ccc;
	}
.sideBar table.sideBarStats .borderBottomRight {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
.sideBar table.sideBarStats .borderBottomLeft {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
.sideBar table.sideBarStats .borderLeft {
	border-left: 1px solid #ccc;
	}
.sideBar table.sideBarStats .borderRightLeft {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
.sideBar table.sideBarStats .borderRightLeftBottom {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}

.sideBar table.sideBarStats .highlight {
	background: #eee;
	}
.sideBar table.sideBarStatsLegend  {
	font-size: 1em;	
	margin: 0px 5px 14px 5px;
	}
.sideBar table.sideBarStatsLegend .highlight {
	background: #eee;
	}
.sideBar table.sideBarStats th {
	background: #999; color: #fff;
	}

ul.sideLinks {
	margin: 0px 5px;
	padding: 0px;
	list-style: none;
	}
ul.sideLinks li {
	margin-bottom: 1em;
	}
ul.sideLinks li a {
	font-size: 0.9em;
	}

/********************* News */

.newsDate {
	color: #999;
	}

/********************* MY AREA styles */

.myAreaSubAreaImages {
	float: right;
	width: 164px;
	}
.myAreaSubAreaImages img {
	margin-bottom: 10px;
	float: right;
	}
.myAreaSubAreaText {
	margin-right: 164px;
	}

.myAreaBlurb p {
	}
h3.myAreaProfileHeader {
	background: #F8F1D8;
	border-top: 1px solid #eec;
	border-right: 2px solid #cca;
	border-left: 1px solid #eec;
	margin: 0px;
	margin-left: 5px;
	width: 30%;
	text-align: center;
	padding: 0px 10px;
	font-size: 0.8em;
	line-height: 2em;
	}
.myAreaProfile {
	border-top: 1px solid #eec;
	border-right: 2px solid #cca;
	border-bottom: 2px solid #cca;
	border-left: 1px solid #eec;
	background: #F8F1D8;
	margin-bottom: 10px;
	}
	
.myAreaProfile h3{
	color: #660000;
	font-size: 1.1em;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0 0 0 7px;
	}
	
.myAreaProfile h4{
	color: #333333;
	font-size: 1.1em;
	font-family: arial, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 7px;
	}	
	
.myAreaProfile p{
margin: 0 0 5px 7px;}
	
.myAreaProfile div {
	padding: 10px;
	}
.myAreaProfile img.photoBorder {
	border-top: 1px solid #eec;
	border-right: 1px solid #cca;
	border-bottom: 1px solid #cca;
	border-left: 1px solid #eec;
	padding: 5px;
	background: #fff;
	}
.myAreaStation img {
	}

/******************* About styles */

.aboutCoverageImages {
	float: left;
	width: 214px;
	}
.aboutCoverageImages img {
	margin-bottom: 10px;
	float: left;
	}
.aboutCoverageText {
	margin-left: 214px;
	}

.profileLinks {
	list-style: none;
	padding: 0px;
	padding-left: 0%;
	margin: 0px;
	width: 100%;
	float: left;
	}
.profileLinks li {
	float: left;
	line-height: 2em;
	padding: 0px 10px;
	font-size: 0.8em;
	border-top: 1px solid #eec;
	border-right: 1px solid #cca;
	border-left: 1px solid #eec;
	margin: 0px 2px;
	}
.profileLinks a, .profileLinks p {
	}
.profileLinksCurrent {
	background: #F8F1D8;
	}
.profileBox {
	border-top: 1px solid #eec;
	border-right: 2px solid #cca;
	border-bottom: 2px solid #cca;
	border-left: 1px solid #eec;
	width: 96%;
	float: left;
	background: #F8F1D8;
	margin-bottom: 30px;
	}
.profileBox div {
	padding: 10px;
	}
.profileBox img.photoBorder {
	border-top: 1px solid #eec;
	border-right: 1px solid #cca;
	border-bottom: 1px solid #cca;
	border-left: 1px solid #eec;
	padding: 5px;
	background: #fff;
	}

.execCouncillorBox {
	margin-bottom: 20px;
	width: 33%;
	float: left;
	text-align: center;
	}
.execCouncillorBox h3 {
	margin: 0px;
	padding: 5px;
	margin-bottom: 5px;
	}
.execCouncillorBox img {
	border-top: 1px solid #eec;
	border-right: 1px solid #cca;
	border-bottom: 1px solid #cca;
	border-left: 1px solid #eec;
	background: #fff;
	padding: 5px;
	}
.execCouncillorBox p {
	margin: 0px;
	padding: 5px;
	margin-top: 5px;
	}
.execCouncillorBox div {
	margin: 0px 10px;
	}

.policingCommBoxes {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	}
.policingCommBoxes img {
	float: left;
	}
.policingCommBoxes div.text {
	margin-left: 110px;
	}

.aboutPolicingProf {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	}
.aboutPolicingProf img {
	float: left;
	border-top: 1px solid #eec;
	border-right: 1px solid #cca;
	border-bottom: 1px solid #cca;
	border-left: 1px solid #eec;
	background: #fff;
	padding: 5px;
	margin-right: 10px;
	}
.aboutPolicingProf div {
	}

/******************* SAFER CENTRAL styles */

.scBanners {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 100%;
	}
.scBanners span {
	display: none;
	}
.scBanners li {
	float: left;
	width: 19%;
	height: 250px;
	}
.scBanners a {
	width: 80px;
	height: 250px;
	display: block;
	margin: 0 auto;
	}
.scBanners a.safeguard {
	background: url('/safer_central/images/bann_safeguard_unsat.jpg') no-repeat top center;
	}
.scBanners a.safeguard:hover {
	background: url('/safer_central/images/bann_safeguard.jpg') no-repeat top center;
	}
.scBanners a.overlord {
	background: url('/safer_central/images/bann_overlord_unsat.jpg') no-repeat top center;
	}
.scBanners a.overlord:hover {
	background: url('/safer_central/images/bann_overlord.jpg') no-repeat top center;
	}
.scBanners a.reassurance {
	background: url('/safer_central/images/bann_reassurance_unsat.jpg') no-repeat top center;
	}
.scBanners a.reassurance:hover {
	background: url('/safer_central/images/bann_reassurance.jpg') no-repeat top center;
	}
.scBanners a.tundra {
	background: url('/safer_central/images/bann_tundra_unsat.jpg') no-repeat top center;
	}
.scBanners a.tundra:hover {
	background: url('/safer_central/images/bann_tundra.jpg') no-repeat top center;
	}
.scBanners a.advance {
	background: url('/safer_central/images/bann_advance_unsat.jpg') no-repeat top center;
	}
.scBanners a.advance:hover {
	background: url('/safer_central/images/bann_advance.jpg') no-repeat top center;
	}

/******************** FOI styles */

.foiPerformanceTable {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 100%;
	}
.foiPerformanceTable td, .foiPerformanceTable th {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	vertical-align: top;
	text-align: left;
	}
.foiPerformanceTable th {
	background: #ccc;
	color: #fff;
	}

/******************* LINKS styles */

.linksListBox {
	width: 46%;
	float: left;
	margin-bottom: 10px;
	margin: 0px;
	margin-right: 2%;
	padding: 0px;
	}
.linksNote {
	color: #666;
	font-size: 0.8em;
	}

/******************** SITE MAP styles */

.mapLinkList {
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	}
.mapLinkList ul {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	}
.mapLinkList li {
	list-style: none;
	line-height: 2em;
	}

/******************** NEWS styles */

.newsAppeals {
	background: #eee;
	float: right;
	width: 30%;
	padding: 10px;
	margin-left: 2%;
	}
	
.newsHomepageLinksRow {
	width: 100%;
	float: left;
	}
.newsHomepageLinksCol {
	background: #fff;
	width: 48%;
	padding: 0px;
	padding-right:  2%;
	float: left;
	}

/********************** RECRUITMENT styles */

.recrSuppStaffTable {
	border-top: 1px solid #eec;
	border-right: 1px solid #cca;
	border-bottom: 1px solid #cca;
	border-left: 1px solid #eec;
	background: #ffc;
	}
.recrSuppStaffTable th {
	border-top: 1px solid #eec;
	border-right: 1px solid #cca;
	border-bottom: 1px solid #cca;
	border-left: 1px solid #eec;
	background: #eec;
	color: #aa9;
	text-align: left;
	}
.recrSuppStaffTable th.header {
	background: #cca;
	color: #fff;
	text-align: center;
	}
.recrSuppStaffTable .medText {
	width: 50%;
	}
.recrSuppStaffTable .longText {
	width: 75%;
	}
.recrSuppStaffTable .vlongText {
	width: 100%;
	}
.recrBanner {
	text-align: center;
	padding: 5px;
	color: #000;
	background: #CCF2BF;
	border: 1px solid #090;
	}

/********************** CONTACT styles */

.contactFsc999 {
	background: #036;
	color: #fff;
	text-align: center;
	width: 100%;
	float: left;
	font-size: 1.5em;
	line-height: 2em;
	}

.contactFscBtns {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	}
.contactFscBtns li {
	width: 33%;
	float: left;
	text-align: center;
	}
.contactFscBtns a {
	text-decoration: none;
	font-size: 0.8em;
	}

div.contactFCSnumbers {
	width: 49%;
	border: 1px solid #036;
	margin-bottom: 1em;
	}
div.contactFCSnumbers div.towns {
	height: 5em;
	text-align: center;
	}
div.contactFCSnumbers div.number {
	background: #036;
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.7em;
	}
div.contactFCSnumbers div.towns p, div.contactFCSnumbers div.number p {
	margin: 0px;
	}

div.contactFSCnumbersLeft {
	float: left;
	}
div.contactFSCnumbersRight {
	float: right;
	}

.contactForm {
	border-top: 1px solid #eec;
	border-right: 1px solid #cca;
	border-bottom: 1px solid #cca;
	border-left: 1px solid #eec;
	background: #F8F1D8;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 10px;
	}
.contactForm h3 {
	font-size: 0.8em;
	background: #cca;
	color: #fff;
	padding: 5px;
	}
.contactForm label {
	font-size: 0.8em;
	padding: 5px;
	}
.contactForm .textBox, .contactForm .textArea {
	width: 60%;
	margin-bottom: 10px;
	}
.contactForm .btnForm {
	border: 1px solid ;
	width: 100px;
	background: #cc9;
	margin-left: 110px;
	margin-bottom: 10px;
	}

.contactAltContacts {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
.contactAltContacts span {
	display: none;
	}
.contactAltContacts li {
	width: 400px;
	height: 80px;
	}
.contactAltContacts a {
	display: block;
	width: 100%;
	height: 80px;
	}
.contactAltContacts a.natPolice {
	background: url('/contact/images/banner_police_wshad.gif') no-repeat top center;
	}
.contactAltContacts a.crimestoppers {
	background: url('/contact/images/banner_crimestoppers_wshad.gif') no-repeat top center;
	}

/********************** HOME FEATURE STYLES */

.feature365 div.padding {
	padding: 10px;
	}
.feature365 div.img {
	text-align: center;
	height: 119px;
	background: #003a77 url('/home/images/365.gif') no-repeat center center;
	margin-bottom: 10px;
	}
.feature365 div.img img {
	display: none;
	}
.feature365 div.cornerTopLeft {
	background: #003a77 url('/home/images/bg_365_top-left.gif') no-repeat top left;
	}
.feature365 div.cornerTopRight {
	background: url('/home/images/bg_365_top-right.gif') no-repeat top right;
	}
.feature365 div.cornerBottomLeft {
	background: url('/home/images/bg_365_bottom-left.gif') no-repeat bottom left;
	}
.feature365 div.cornerBottomRight {
	background: url('/home/images/bg_365_bottom-right.gif') no-repeat bottom right;
	}

.feature365 div.text {
	background: #fff;
	padding: 5px;
	}
.feature365 div.text p {
	margin: 0px;
	margin-bottom: 10px;
	}




.roundFeature .topLeftCol,
.roundFeature .bottomLeftCol {
	padding-right: 5px;
	}

.roundFeature .topLeftCol {
	background: #003a77 url('/home/images/buffing_365.gif') repeat-y top right;
	}

.roundFeature .topLeftCol div.cornerTopLeft {
	background: #003a77 url('/home/images/bg_365_top-left.gif') no-repeat top left;
	}
.roundFeature .topLeftCol div.cornerTopRight {
	background: url('/home/images/bg_365_top-right.gif') no-repeat top right;
	padding: 15px 15px 0px 15px;
	}
.roundFeature .bottomLeftCol div.cornerBottomLeft {
	background: #003a77 url('/home/images/bg_365_bottom-left.gif') no-repeat bottom left;
	}
.roundFeature .bottomLeftCol div.cornerBottomRight {
	background: url('/home/images/bg_365_bottom-right.gif') no-repeat bottom right;
	height: 15px;
	}
.roundFeature .topLeftCol div.img {
	text-align: center;
	height: 70px;
	background: #003a77 url('/home/images/365_small.gif') no-repeat top center;
	margin-bottom: 10px;
	}
.roundFeature .topLeftCol div.content {
	margin: 0px;
	background: #fff; 
	padding: 10px;
	}



.roundFeature .topRightCol,
.roundFeature .bottomRightCol {
	padding-left: 5px;
	}

.roundFeature .topRightCol {
	background: #21698c url('/home/images/buffing_365.gif') repeat-y top left;
	}

.roundFeature .topRightCol div.cornerTopLeft {
	background: #21698c url('/home/images/bg_365_top-left.gif') no-repeat top left;
	}
.roundFeature .topRightCol div.cornerTopRight {
	background: url('/home/images/bg_365_top-right.gif') no-repeat top right;
	padding: 15px 15px 0px 15px;
	}
.roundFeature .bottomRightCol div.cornerBottomLeft {
	background: #21698c url('/home/images/bg_365_bottom-left.gif') no-repeat bottom left;
	}
.roundFeature .bottomRightCol div.cornerBottomRight {
	background: url('/home/images/bg_365_bottom-right.gif') no-repeat bottom right;
	height: 15px;
	}
.roundFeature .topRightCol div.img {
	text-align: center;
	height: 142px;
	background: #21698c url('/home/images/dispersal.gif') no-repeat top center;
	margin-bottom: 10px;
	}
.roundFeature .topRightCol div.img h3 {
	display: none;
	}
.roundFeature .topRightCol div.content {
	margin: 0px;
	background: #21698c; 
	color: #fff;
	padding: 10px;
	}
.roundFeature .topRightCol div.content a {
	color: #fff !important;
	}





.homeFeature {
	clear: both;
	}
.homeFeature div.textMain {
	margin-left: 110px;
	}	
.homeFeature div.textRight {
	margin-left: 220px;
	}
.homeFeature div.textLeft {
	margin-right: 94px;
	}
.homeFeature h3 {
	}

/*************************** PIPES */

.pipesRightImgBox {
	width: 230px;
	float: right;
	text-align: right;
	}
.pipesRightImgBox img {
	margin-bottom: 15px;
	}


#pipeBandGallery .galleryBox {
	width: 180px;
	float: left;
	text-align: center;
	margin: 0px 5px;
	height: 150px;
	}




/************************* DIVERSITY */

#diversityEqualityForm {
	}
#diversityEqualityForm .section {
	border: 2px dotted #aaa;
	margin-bottom: 20px;
	background: #F8F1D8;
	width: 100%;
	float: left;
	}
#diversityEqualityForm .padding {
	padding: 10px;
	}
#diversityEqualityForm .question {
	margin-bottom: 20px;
	}
#diversityEqualityForm .radioGroup {
	margin-bottom: 20px;
	width: 100%;
	float: left;
	}
#diversityEqualityForm .radioGroup .paddingRadioGroup {
	padding-left: 20px;	
	}
#diversityEqualityForm .radioGroup div.paddingRadioGroup div {
	width: 45%;
	float: left;
	}
#diversityEqualityForm .radioGroup div.paddingRadioGroup label {
	float: none;
	width: ;
	}
#diversityEqualityForm .textBoxDiv {
	margin-bottom: 10px;
	}
#diversityEqualityForm .textBoxDiv label {
	float: left;
	width: 100px;
	}
#diversityEqualityForm input.mediumWidth {
	width: 50%;
	}
#diversityEqualityForm textarea {
	width: 70%;
	}/**/
	
/************************* Gender */

#genderEqualityForm {
	}
#genderEqualityForm .section {
	border: 2px dotted #aaa;
	margin-bottom: 20px;
	background: #F8F1D8;
	width: 100%;
	float: left;
	}
#genderEqualityForm .padding {
	padding: 10px;
	}
#genderEqualityForm .question {
	margin-bottom: 20px;
	}
#genderEqualityForm .radioGroup {
	margin-bottom: 20px;
	width: 100%;
	float: left;
	}
#genderEqualityForm .radioGroup .paddingRadioGroup {
	padding-left: 20px;	
	}
#genderEqualityForm .radioGroup div.paddingRadioGroup div {
	width: 45%;
	float: left;
	}
#genderEqualityForm .radioGroup div.paddingRadioGroup label {
	float: none;
	width: ;
	}
#genderEqualityForm .textBoxDiv {
	margin-bottom: 10px;
	}
#genderEqualityForm .textBoxDiv label {
	float: left;
	width: 100px;
	}
#genderEqualityForm input.mediumWidth {
	width: 50%;
	}
#genderEqualityForm textarea {
	width: 70%;
	}/**/	
	
	/* Grangemouth Date CSS
------------------------------------------------------------------*/

.entry {
	margin: 0 0 25px 0;
	}
.entry p {
	line-height:150%;
	margin-bottom:1.3em;
	}

.entry h2 a,
.entry h2 a:link,
.entry h2 a:visited {
	color:#990033;
	border:0;
	}
.entry h2 a:hover {
	color:#e45a49;
	border:0;
	background:none;
	}
	
	.posted {
	width:100%;
	color:#a6a69b;
	font-size:.94em;
	padding:5px 0 10px 0;
	margin-bottom:1em;
	background:url('/homepages/grangemouth/images/dotted-line.gif') repeat-x bottom left;}
	
.date {
	float:left;
	height:32px;
	width:32px;
	margin-right:8px;
	padding-top:11px;
	background:url('/homepages/grangemouth/images/calendar.gif') no-repeat;
	}
.date p {
	text-align:center;
	color:#9b9b8e;
	margin:0 0 0 -2px;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	}
.date span.day {
	font-size:18px;
	display:block;
	}
.date span.month {
	font-size:9px;
	height:12px;
	display:block;
	}
	
/* Subsection Control Tabs
--------------------*/

#content ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
	clear:both;
	font-size:10px;
}

#content ul.subsection_tabs li {
	float:left;
	margin-right:1px;
	text-align:center;
	color:#333;
	text-decoration:none;
	}

#content ul.subsection_tabs li a {
	display:block;
	height:20px;
	padding:0 1px 0 1px;
	background-color:#fff;
	color:#666;
	width:68px;
}

#content ul.subsection_tabs li a:hover {
	color:#666;
}

#content ul.subsection_tabs li a.active {
	background-color:#ddd;
}

/* Offender Management Table
--------------------*/

table.registeredOffenders {
border-collapse:collapse;
border-spacing:0px;
margin-bottom: 20px;
margin-right:: 30px;
}

table.registeredOffenders caption {
	color: #9ba9b4;
	font-size:.90em;
	letter-spacing:.1em;
	padding:5px;
	margin:1em 0 0 0;
	margin-bottom:1em;
	caption-side:top;
	text-align:center;
	}	

table.registeredOffenders th.Corner {
text-align:left;
}

table.registeredOffenders td.border {
border-right: 1px solid;
}

table.registeredOffenders td {
text-align: center;}

table.registeredOffenders th {
background:#DBE2F1 none repeat scroll 0%;
border-bottom:2px solid #FFFFFF;
font-weight:normal;
padding:0.1em 0.5em;
text-align:left;}

table.registeredOffenders thead th {
background:#687EAB none repeat scroll 0%;
color:#FFFFFF;
text-align:left;

}

/* Area Commander Images
--------------------*/

.img-desc {
	position: relative;
	display: block;
	height:180px;
	width: 160px;
	border:1px solid #AAAAAA;
	padding:1px;
}
.img-desc cite {
	background: #400D12;
	filter:alpha(opacity=55);
	opacity:.55;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 140px;
	padding: 10px;
	font: arial 12px bold;
	border-top: 1px solid #999;	
}

/* Careers
--------------------*/

.careerProfile {
	border: 1px solid #a4b6b6;
	background: #d4e7e8;
	margin-bottom: 10px;
	}
.careerProfile h3{
margin: 5px;
padding: 5px;
font-size:	1.50em;	
font-family:Arial, Helvetica, sans-serif;
color: #6e4e43;
}
	
.careerProfile p{
margin: 5px;
padding: 5px;
font-size:	0.85em;
font-style:italic;
}

.sideBar h1 {
	color: #000;
	padding: 4px 3px;
	margin: 0px;
	margin-right: 20px;
	margin-bottom: 14px;
	font-size: 1.5em;
	
	}	
