/*
*	SWSBA Style Sheet
*	==============================
*	Designed By Alacrify Ltd
*	www.alacrify.co.uk
*	jon@alacrify.co.uk
*	Jon Sloper 
*	December 2008
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
html {
	overflow-y: scroll;
	} 	
/* Standard HTML Tags */
body {
	margin: auto auto; 
	text-align:center; 
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	background: #FFFFE8;
	}
h1 {
	font-weight: normal;
	font-size: 1.8em;
	}
h2 {
	font-weight: normal;
	font-size: 1.6em;
	}
h3 {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	}
h1,h2 {
	line-height: 1.0em;
	margin-bottom: 1em;
	}
p,ul,ol {
	line-height: 1.5em;
	}
ul,ol {
	margin-left: 4em;
	}
a {
	text-decoration:none;
	}
a:visited {
	color: blue;
}
a:hover {
	color: red;
	}
table {
	}
td, th {
	}
input {
	}
textarea {
	}
form {
	}
	
/* PAGE STRUCTURE DIVS */
#outerContainer {
	width: 1000px;
	margin-top: 30px;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	}
#innerContainer {
	background: #FFFFFF;
	width: 1000px;
	text-align: left;
	color: #030;
	}
#mastHead {
	clear: both;
	border: 1px solid #d0d0d0;
	border-bottom: 0px;
	text-align: left;
	height: 160px;
	background: #fff url('images/swsba logo.jpg') no-repeat 850px 22px;
	}
#topNavigation {
	float: left;
	background: #862D31;	
	width: 1000px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;	
	}
#mainArea {
	float: left;
	width: 998px;
	background: #FFFFFF;
	border: 1px solid #d0d0d0;
	border-top: 0px;
	border-bottom: 0px;
	}
#mainContent {
	float: left;
	width: 74%;
	padding: 50px 0px;
	}
#rightContent {
	float: right;
	width: 25%;
	text-align:center;
	padding: 3em 0em;
	}
#footer {
	float: left;
	text-align: right;
	border: 1px solid #b0b0b0;	
	border-top: 0px;
	background: #556B2F;	
	width: 1000px;
	padding-top: 3px;
	}
	
/* DIV SUB-ELEMENT FORMATTING */
/* masthead */
#mastHead h1 {
	font-size: 1.4em;
	margin: 50px 60px 30px 60px;
	}
#mastHead h2 {
	font-size: 0.8em;
	margin: 0em 60px;
	color: #556B2F;
	}
#mastHead p {
	font-size: 0.7em;
	margin: 0px 60px 35px 60px;
	}
/* mainArea */
#mainContent p, #mainContent ul, #mainContent h1, #mainContent h2, #mainContent h3 {
	margin: 0px 60px 25px 60px;
	}
#mainContent h1, #mainContent h2, #mainContent h3 {
	margin-bottom: 0px;
	}
#mainContent h2 {
	font-size: 1.3em;
	}	
#mainContent h3 {
	color:#556B2F;
	border-top: 1px solid #556B2F;
	}
#mainContent li {
	margin-left: 20px;
	}
#rightContent p {
	font-size: 0.7em;
	}
/* topNavigation */
#topNavigation a {
	padding: 5px 2em;
	border-right: 1px solid #d0d0d0;
	line-height: 1.8em;
	color: #FFF;
	}
#topNavigation a:hover {
	background: #FFFFE8;
	color: #030;
	}
/* footer */	
#footer p {
	margin-right: 1px;
	}
.micro {
	font-family: arial, sans-serif;
	background:#fff;
	text-align:center;
	padding-top:30px;
	background: url('images/body-background.gif') middle top repeat-y #ebeaec;
}
.mouseDiv {
	float:left;
	width: 70%;
	margin: 0px 15%;
	text-align:right;	
}
.microDiv {
	background: url('images/background-gradient.gif') top left repeat-x #f8f7f8;
	float:left;
	width: 70%;
	margin: 0px 15%;
	color: #666
}
.microDiv p {
	margin-top:20px;
	padding-left: 30px;
	padding-bottom: 10px;
	text-align:left;
	border-bottom: 1px solid #ccc;
}
.microDiv form {
	padding-left: 30px;
	padding-bottom: 30px;
	text-align:left;
	border-bottom: 1px solid #ccc;
}
.microDiv p.topline {
	margin-top:0px;
	padding-left: 30px;
	padding-bottom: 10px;
	text-align:left;
	border-top: 1px solid #fff;	
	border-bottom: 0px;
	margin-bottom: 0px;
}
.microDiv ul {
	text-align:left;
	margin:0px;
	padding-left: 30px;
	padding-top: 10px;	
	border-top:1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding-bottom:10px;
}
p.help {
	margin-top: 0px;
	padding-top: 20px;
	border: 0px;
	border-top:1px solid #fff;
}
p.footer {
	border: 0px;
	padding: 0px;
	font-size: 75%;
	margin: 0px 30px;
	text-align:right;
}
#xEditingArea p {
	color: red;
}
#galleryImages h3 {
	width: 760px;
}
#galleryImages img {
	max-width: 190px;
}