/* Stable Court css February 2009 - WebMaestro -  Wensley House Limited
-----------------------------------------------------------------------------*/
/* all rights reserved*/

/* general styles
-----------------------------------------------------------------------------*/

body{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:75%;	
	text-align:center;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	color: #000099;
	text-decoration: none;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	font-size: 1.6em;
	line-height: normal;
}
h3 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	line-height: normal;
	font-weight:bold;
	color: #000099;
	}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	color: #000000;
	}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	color: #000000;
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	list-style-type: disc;	
	list-style-position: outside
	}
/* divisions
-----------------------------------------------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	color: black;
	margin-left: auto;
   	margin-right: auto;
	text-align: left;
	border: 0px;
	width: 90%;
}
#banner {
	width:100%;
	height:100px;
	padding:0px;
	margin:0px;
	background-image:url(top_back.gif);
	background-repeat:repeat-x;
}
#name {
	float:left;
	padding:0px;
	margin:0px;
}
#top_image {
	float:right;
	padding:0px;
	margin:0px;
}

#main {
	width:98%;
	padding:1%;
	margin:0px;
	background-image:url(main_back.gif);
	background-position:right;
	background-repeat:repeat-y;
	border-left:1px solid #ccc;
}

#main_nav {
	width:75%;
	padding:5px;
	margin-top:0px;
	margin-bottom:0px;
	float:right;
	background-color:#000066;
}
#main_nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	margin-right: 10px;
	position:relative;
}
#main_nav ul{
	margin:0;
	padding:0;
}
#main_nav li{
	display:inline;
}
#main_nav a:link, #main_nav a:visited {
	text-decoration:none;
	color:#fff;
}
#main_nav a:hover {
	text-decoration:none;
	color:#f90;
	
}

#page_content {
	width:75%;
	padding:1%;
	margin:0px;
	float:right;
}
#left {
	width:20%;
	padding:10px;
	padding-top:10px;
	background-color:#cccfff;
	float:left;
}


.dividor {
	clear:both;
}

#footer {
	width:100%;
	height:46px;
	padding:0px;
	margin:0px;
	background-image:url(foot_back.gif);
	background-repeat:repeat-x;
}
#bot_left {
	float:left;
	padding:0px;
	margin:0px;
}
#bot_right {
	float:right;
	padding:0px;
	margin:0px;
}

/* bespoke styles
-----------------------------------------------------------------------------*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #fff;
	text-align: center;
	padding-top:12px;
}
/* navigation
-----------------------------------------------------------------------------*/

.bodylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration:none;
	color: #000000;
}
a:hover.bodylink {
	color: #ff9900;
}
/* miscellaneous
-----------------------------------------------------------------------------*/
.centered {
	text-align:center;
}

.centered_image {
	text-align:center;
	padding:5px;
}
.redbold {
	color:red;
	font-weight:bold;
}
.right_image {
	float:right;
	padding:5px;
}
.left_image {
	float:left;
	padding:5px;
}
.italic {
	font-family: Georgia, Times New Roman,serif;
	font-size: 1.0em;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	color: #000000;
}	