* {
   margin: 0;
   padding: 0;
}
body {
	background-color: #e3e3e3;
}
div {
	font-family: Arial, Verdana, sans-serif;
}
p {
   font-family: Arial, Verdana, sans-serif;
   font-size: 10pt;
   margin: 10px 0;
}
h1 {
   font-family: Arial, Verdana, sans-serif;
   font-size: 23pt;
   font-weight: normal;
}
h2 {
   font-family: Arial, Verdana, sans-serif;
   font-size: 14pt;
   font-weight: normal;
   margin-top: 30px;
}
a {
	color: #004281;
}
a:hover {
	color: #ff0000;
}
ol, ul {
   font-family: Arial, Verdana, sans-serif;
   font-size: 10pt;
}
ul {
   padding-left: 1.3em;
   list-style-type: square;
}
li {
   margin-bottom: 1em;
}
ol {
   padding-left: 1.8em;
}
.detail {
   width: 95%;
   border: 1px solid #000;
   float: left;
   margin: 2px 2px 15px 2px;
   padding: 8px;
   overflow: hidden;
}
.detail_head {
	background-color: #767676;
	color: #fff;
	margin: -8px -8px 8px -8px;
	padding: 5px;
	border-bottom: 1px solid #000;
}
.spacer {
    clear: both;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#content_wrapper {
	margin: 10px 10px 10px 210px;
	width: 680px;
}
#content {
	margin-right: 209px;
	width: 465px;
}
#content table {
   width: 465px;
   border-right: 1px solid #CCC;
   border-bottom: 1px solid #CCC;
}
#content td, #content th {
   border-left: 1px solid #CCC;
   border-top: 1px solid #CCC;
   font-family: Verdana, sans-serif;
   font-size: 10pt;  
   text-align: left;
   width: 120px;
   padding: 3px;
}
#calendars div {
    margin: 0 5px 5px 0;
    float: left;
    height: 160px;
}
#calendars table {
    width: 200px;
    
}
.key div {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
}
/* HEADER */
#header {
	background-color: #fff;
	background-image: url("img/banner_bar.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 150px;
}
#header_center {
	margin: 0 auto;
	background-image: url("img/map.jpg");
	background-repeat: repeat-x;
	width: 900px;
	height: 106px;
}
#header_center img {
	border: none;
}
#header_center h1 {
	font-size: 21.77pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	text-align: center;
}
#header_center h2 {
	font-size: 13.06pt;
	font-weight: normal;
	border: none;
	clear: none;
	margin: 0;
	padding: 0;
	text-align: center;
} 
#steni_logo {
	float: left;
	margin-right: 10px;
}
img#accredited_by {
	margin-left: 31px;
}
/* SEARCH FORM */
#search_form input {
	margin-top: 46px;
	height: 16px;
	padding: 0px;
	vertical-align: top;
}
input.search_button {
	background-image: url("img/search_button.jpg") !important;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: #fff;
	border: none;
	height: 21px !important;
	width: 67px;
	background-color: #767676;
	padding: 5px;
	vertical-align: top;
}
/* WRAPPER */
#wrapper {
	width: 900px;
	margin: 0 auto;
	border-top: 10px solid #363636;
	background-image: url("img/menu_background.jpg");
	background-repeat: repeat-y;
	min-height: 900px;
}
/* BANNER */
#banner {
	margin-top: 10px; /* IE 7 and below only */
	background-color: #363636;
	background-repeat: no-repeat;
	height: 205px;
	width: 690px;
	margin-bottom: 15px;
	clear: none;
}
#usp_start {
	color: #fafc2f;
	font-size: 11pt;
	padding: 135px 20px 0px 10px;
}
#usp_end {
	color: #fff;
	font-size: 12pt;
	padding: 5px 20px 0px 10px;
}
/* FOOTER */
#footer {
	border-top: 2px solid #363636;
	clear: both;
	margin: 0 auto;
	margin-top: 10px;
	width: 900px;
}
#footer p {
	font-size: 8pt;
}
#footer a { 
	text-decoration: none;
	color: #000;
}
#footer a:hover {
	text-decoration: underline;
}
/* ENQUIRY FORM */
#enquiry_form {
	float: right;
	width: 209px;
	margin-right: -10px;
}
#enquiry_top {
	background-image: url("img/form_top.png");
	height: 31px;
	width: 209px;
}
#enquiry_bottom {
	background-image: url("img/form_bottom.png");
	height: 31px;
	width: 209px;
}
/* MENU */
#menu {
	position: absolute;
	width: 200px;
	*margin-left: -209px; /* IE 7 and below only */
}
/* HOME PAGE TABLE */
table.home_page_table {
	border: none !important;
	border-spacing: none;
	width: 465px !important; 
	border-color: #e3e3e3;
	clear: none !important;
}
.home_page_table td {
	border: none;
	text-align: left !important;
	background-color: #cacaca;
	border-color: #e3e3e3;
	width: 235px !important;
	padding-left: 5px !important;
}
