/* css developed by Steven Grant, South Lanarkshire Council 2010*/


/* common styling */
body {
	text-align: center;
	min-width: 960px;
}
.clear {
	clear: both !important;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.center {
	display:block;
	text-align:center;
	margin: 0.5em auto;
}
/*common masthead elements */

#wrapper {
	margin:10px auto;
	width:960px;
	text-align: left;
	background: #fff;
	position:relative;
}
#header {
	width: 940px;
	float: left;
	margin-left: 10px;
	display: inline; /* ie6 double margin fix */
	margin-top: 10px;
	position: relative;
}
#header ul#utilitynav {
	position: absolute;
	top: 10px;
	right: 10px;
}
#search {
	position: absolute;
	top: 40px;
	right: 5px;
}
#google_translate_element {
	position: absolute;
	top: 70px;
	right: 5px;
	text-align:right;
}
/* homepage layout stuff */
#intro {
	float: left;
	clear: both;
	margin-left: 10px;
	display: inline;
	margin-top: 10px;
	position: relative;
}
.introtxt {
	width: 300px;
	background: #000;
	position: absolute;
	top: 10px;
	left: 10px;
}
.panel1 {
	width: 300px;
	height: 150px;
	background: #dcdcdc;
	float: left;
	display: inline; /* ie6 double margin fix */
	margin-left: 10px;
	margin-top: 10px;
}
.panel2 {
	width: 300px;
	height: 150px;
	background: #dcdcdc;
	float: left;
	display: inline; /* ie6 double margin fix */
	margin-left: 20px;
	margin-top: 10px;
}
.panel3 {
	width: 300px;
	height: 150px;
	background: #dcdcdc;
	float: right;
	display: inline; /* ie6 double margin fix */
	margin-right: 10px;
	margin-top: 10px;
}
/* content page */
#subnav {
	float: left;
	width: 300px;
	margin-left: 10px;
	display: inline; /* ie6 double margin fix */
	margin-top: 10px;
}
#content {
	float: right;
	margin-right: 10px;
	display: inline; /* ie6 double margin fix */
	margin-top: 10px;
	width: 620px;
	margin-bottom: 10px;
	overflow:hidden;
}
/* footer information */
#footer {
	width: 940px;
	clear: both;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	display: inline; /* ie6 double margin fix */
	background: #23303d;
	color: #fff;
	margin-bottom: 10px;
}
#footer a, #footer a:visited {
	color: #fff;
	border-bottom: thin dotted;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: none;
}
#footer h3 {
	color: #fff;
	margin-top: 10px;
}
#footer address {
	font-style: normal;
	font-size: 1.1em;
}
#footer ul li a {
	font-size: 0.8em;
}
.footer1, .footer2 {
	width: 300px;
	float: left;
	margin-left: 10px;
	display: inline;
}
.footer3 {
	width: 300px;
	float: right;
}

