/* Girl Guiding Strood Town Stylesheet */
@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/backgroundBody.gif);
	background-repeat: repeat-x;
	text-align: center;
	position: relative;
}
b, a, strong {
	color: #6173EF;
}
h1 {
	font: bold 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6173EF;
	margin-bottom: 10px;
}
h2 {
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #a90050;
	margin-bottom: 5px;
}
p {
	margin-bottom: 10px;
	margin-left: 5px;
}
ul {
	margin-left: 50px;
	margin-bottom: 20px;
}
td {
	padding: 5px;
}
.dottedCell {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

li {
	color: #6173EF;
	margin-bottom: 8px;
}
li span {
	color: #000;
}
.formInput {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #C40064;
	padding: 3px;
}


#content {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	z-index: 10;
}
#header {
	height: 370px;
	width: 900px;
	position: relative;
}

#emailLink {
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #a90050;
	position: absolute;
	top: 50px;
	text-decoration: none;
	left: 25px;
}
#emailLink:hover {
	color: #6173EF;
}
#logo {
	position: absolute;
	top: 90px;
	z-index: 2;
}
#logo100 {
	position: absolute;
	left: 40px;
	top: 240px;
}

#mainMenu {
	line-height: 23px;
	height: 23px;
	width: 545px;
	position: absolute;
	top: 54px;
	right: 0px;
}
#mainMenu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/tabLeft.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
	float: left;
	height: 23px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 5px;
}
#mainMenu a:hover {
	background-position: left -28px;
}

#mainMenu span {
	background-image: url(images/tabRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	padding-right: 20px;
	height: 23px;
	cursor: pointer;
}
#mainMenu a:hover span {
	background-position: right -28px;
}
#slideshow {
	height: 286px;
	width: 654px;
	position: absolute;
	top: 77px;
	right: 0px;
	z-index: 1;
}
#leftContent {
	float: left;
	width: 210px;
	display: inline;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 10px;
	text-align: center;
}
#rightContent {
	display: inline;
	float: right;
	width: 610px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#footer {
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6173EF;
	color: #6173EF;
	text-align: center;
}
#footer table {
	margin-right: auto;
	margin-left: auto;
}

#footer td {
	padding: 3px;
}
