@charset "UTF-8";
body {
	background: #100;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	text-align:left;
	width:980px;
	background:#100;
	margin-top:10px;
	padding:0px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	display:none;
}
#headerarea {
	text-align:left;
	padding:0px;
	margin:0px;
	position:relative;
	height:125px;
	clear:both;
}
#mainLogo {
	position:relative;
	float:left;
	width:161px;
	height:113px;
	margin-left:26px;
	margin-top:12px;
	background-image:url(../images/sx_logo.png);
	background-repeat:no-repeat;
}
#tagline {
	position:relative;
	float:left;
	width:189px;
	height:20px;
	margin-top:73px;
	margin-left:5px;
	background-image:url(../images/tagline.png);
	background-repeat:no-repeat;
}
#mainNav {
	position:absolute;
	bottom:0px;
	left:0px;
	background:url(../images/menuBackground.png);
	height:32px;
	width:100%;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#navbar {
	margin-left:190px;
	margin-top:7px;
	color:#fff;
	font-size:12px;
	padding:0px;
	float:left;
	position:relative;
}
#menubar {
	position: relative;
	color:#fff;
	}
.menuitem, a.menuitem:link, a.menuitem:visited {
	color:#FFF;
	padding:7px;
	text-decoration:none;
}
.hoverclass, a.hoverclass {
	background: transparent url(../images/menuBackgroundOver.png);
	color:#FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#mainContent {
	margin:10px;
	width:960px;
}
#sidebar {
	width:244px;
	float:left;
}
#sidebarTop {
	/*height:10px;
	background:url(../images/box_top.png) no-repeat;
	*/
}
#sidebarBody {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	line-height:16px;
	background:url(../images/box_body.png) repeat;
	position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.imageleftnowrap {
	border:0px;
	padding-bottom:5px;
}
.info {
	padding-top:5px;
	padding-bottom:5px;
	clear:left;
}
#sidebarBottom {
	/*height:10px;
	background:url(../images/box_bottom.png) no-repeat;
	*/
}
#internalContent {
	margin:15px 0 0 270px;
	padding: 0 10px 10px;
}
#internalContent p {
	font-size:13px;
}
#internalContent p.heading {
	font-size:20px;
}
.reflect {
	-webkit-box-reflect: below  0  -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(0, 0, 0, 0.5)));
	-moz-box-reflect: below  0  -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(0, 0, 0, 0.5)));
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.spacer10 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float*/ 
	float:left;
	clear:both;
	width:100%;
	height:1px;
	font-size: 1px;
	line-height: 0px;
	margin: 5px;
}
.spacer20 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float*/ 
	float:left;
	clear:both;
	width:100%;
	height:1px;
	font-size: 1px;
	line-height: 0px;
	margin: 10px;
}
#footer {
	background-color:#333;
	width:100%;
}
.head {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:20px;
	float:left;
	position:relative;
	color:#FFF;
}
.heading {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:20px;
	padding-top:5px;
	padding-bottom:5px;
}
.largeheading {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:28px;
	padding-top:5px;
	padding-bottom:5px;
}
p {
	line-height:17px;
}
#centredcontent {
	margin:15px 0 0 15px;
	padding: 0px;
	minheight:350px;
	height:470px;
}
.eventlisthead {
	font-size:14px;
	padding-top:10px;
}
.eventlistSubhead {
	font-size:12px;
}
.eventListDate {
	font-size:12px;
	padding-bottom:5px;
}
/*for forms */
.fieldname, a.fieldname:link, a.fieldname:visited {
	font-size: 11px;
	line-height: 16px;
	color: #666;
}
a.fieldname:hover {
	font-weight: bold;
	text-decoration: underline;
}
.headbg {
	margin:auto;
	width:inherit;
	background-image:url(../images/headbg.png);
	background-repeat:repeat-x;
	height:100px;
	text-align:left;
}
.fieldprompt {
	float:left;
	clear:left;
	position:relative;
	padding-right:7px;
	text-align:right;
	width:300px;
}
.textcontent {
	text-align:left;
}
.tableStyles th, td {
	background:#433;
	border-left:#666 1px dotted;
	border-top:#666 1px dotted;
	padding:5px;
}
.tableStyles table {
	border-right:#666 1px dotted;
	border-bottom:#666 1px dotted;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.button, a.button {
	background-color:#AA9999;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #000;
	margin:5px;
	text-align:center;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
	cursor:hand;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
a.button:hover, button:hover {
	text-decoration:underline;
	background-color:#433;
}
.fieldname, a.fieldname:link, a.fieldname:visited {
	font-size: 11px;
	line-height: 16px;
	color: #776666;
}
a.fieldname:hover {
	font-weight: bold;
	text-decoration: underline;
}
.headbg {
	margin:auto;
	width:inherit;
	background-image:url(../images/headbg.png);
	background-repeat:repeat-x;
	height:100px;
	text-align:left;
}
.fieldprompt {
	float:left;
	clear:left;
	position:relative;
	padding-right:7px;
	text-align:right;
	width:300px;
}
.inputfield {
	background:#655;
	border:1px #000 solid;
	padding:2px;
	color:#FFF;
}
#subnav {
	position:absolute;
	bottom:15px;
	height:32px;
	right: 70px;
}
.smalltext, a.smalltext:link, a.smalltext:visited {
	font-size: 9px;
	line-height: 12px;
	text-decoration:none;
	color:#500;
	padding-right:5px;
	float: left;
	position: relative;	
}
a.smalltext:hover {
	text-decoration:underline;
	color:#900;
}
#imageBGColour {
	text-align:left;
	float:left;
	position:relative;
	padding-left:10px;
	padding-right:30px;
	font-size:13px;
	border:1px #A99 solid;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#bannerarea {
	position:absolute;
	top:10px;
	left:275px;
	width:468px;
	height:60px;
}
#galleryitem {
	border:1px solid #333;
	padding:10px;
	margin:5px;
	text-align:center;
	width:100px;
	height:120px;
	float:left;
	position:relative;
	overflow:hidden;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.gallerycopy {
	font-size:10px;
	padding:5px;
}