/* HOME PAGE STYLE SHEET - AUTHOR NEIL TURNBULL */

/* NOTE - Changes to this document should be noted through the recognised change control procedure */

.col-one {
	float: left;
}
.col-one #subcats ul {
	margin-top: 0px;
	padding-top: 0px;
}
.col-two {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #D2D2D2;
}
.col-two h3 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 20px;
}
.col-two h3.mayor {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 0px;
	background-color: #E00634;
}
.col-three {
	width: 420px;
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.col-three a {
	font-weight: bold;
	color: #333333;
}
.two-cols {
}
.two-cols .col-one {
	width: 250px;
	padding: 0px;
}
.two-cols .col-two {
	width: 250px;
}

/* SIDEBAR - HOLDS THE MAYOR, UP CLOSE AND AD-ROTATOR DIVS ON THE HOME PAGE */

#sidebar {
	float: right;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
}

/* SIDEBAR COL ONE - DISPLAYS THE MAYOR'S INFO */

#sidebar .col-one {
	width: 200px;
	margin-bottom: 20px;
	background-color: #D2D2D2;
}

/* SIDEBAR COL TWO - DISPLAYS THE UP CLOSE INFO */

#sidebar .col-two {
	width: 200px;
	padding: 0px;
}
#sidebar2 input {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* FLASH ALTERNATIVE CONTENT */

#alternative-content-add {
	margin: 0px;
	padding: 0px;
}
#alternative-content-add p {
	color: #000000;
}
#alternative-content-add p a {
	font-weight: bold;
	color: #87B531;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #87B531;
}
#google_translate_element {
	padding: 14px;
	margin-top: 30px;
}
.announcement {
	color: #333333;
	background-color: #FFFFFF;
	padding: 7px;
	margin-bottom: 20px;
}
