@charset "utf-8";

body {
	text-align: center;
	background-repeat: repeat;
	background-position: center top;
	vertical-align: middle;
	background-color: #CCC;
	background-image: url(images/crystal_background_sthm.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.imgleft {
	float: left;
	margin: 5px;
}

#container {
	padding: 0px;
	width: 1000px;
	text-align: left;
	vertical-align: top;
	position: static;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000;
	list-style-type: circle;
	background-color: #000;
}
#header_full {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 111px;
}


#header_middle {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align:center;
	color:#FFF;
	background-color: #2a213d;
	background-image: url(images/header_background_sthm_colors.jpg);
	background-repeat: repeat-y;
	height: 60px;
}

#header_middle h1 {
	color: #FFF;
	margin: 0px;
	font-size: xx-large;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#main {
	margin: 0px;
	padding: 5px;
	width: 990px;
	background-color: #FFF;
}
#footer {
	background-color: #000;
	margin: 0px;
	width: 990px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	clear: both;
}
#footer p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: small;
	text-align: center;
}
#header_middle p {
	float: right;
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
#header_bottom ul li {
	float: left;
	width: 5em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: inline;
	position: relative;
	list-style-type: none;
	color: #FED323;
	background-repeat: repeat-x;
	text-align: center;
	background-color: #454545;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#header_bottom ul li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FED323;
}

#header_bottom ul li:hover {
	float: left;
	width: 5em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	position: relative;
	list-style-type: none;
	color: #FED323;
	text-align: center;
	background-color: #454545;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #454545;
	border-bottom-color: #454545;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#header_bottom ul {
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#container #main {
	clear: both;
	background-color: #FFF;
	background-image: url(images/grey_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 970px;
}
#header_middle span {
	clear: both;
}
#header_middle p a {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	text-decoration: none;
	display: block;
}


h2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #c04040;
	margin: 0px;
	clear: none;
}

#main p {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
h3 {
	color: #765EA8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: none;
}

h4 {
	color: #fed323;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: none;
}
#float_right_border {
	float: right;
	border: 2px dashed #CCC;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	width: 250px;
	clear: right;
}
.float_right_border {
	float: right;
	border: 2px dashed #CCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	clear: right;
}

#float_left_border {
	float: left;
	border: 2px dashed #CCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 5px;
	clear: left;
}
.float_left_border {
	float: left;
	border: 2px dashed #CCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 5px;
}
#float_right_border h3 {
	margin: 5px;
	padding: 0px;
}
#header_bottom {
	background-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fed323;
	height: 50px;
	vertical-align: middle;
}
.clear_both {
	clear: both;
}
#header_middle img {
	padding: 0px;
	margin: 0px;
}
.city {
	position: relative;
	left: -40px;
	top: 10px;
	height: 100px;
}
.column {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 300px;
	text-align: center;
}
.yellow_bdr {
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #CCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.tocenter {
	text-align: center;
}

.padded {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
}
