/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, input, img, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size: 0.7em;
	line-height: 1.7em;
}

li {
	font-size: 0.7em;
	margin-left: 40px;
	line-height: 2.0em;
}
ul {
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 0.75em;
	color: #333333;
}
.menu_right {
	float: right;
}


.wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.top_area img {
	margin-bottom: 15px;
	float: left;
	margin-top: 5px;
	margin-left: 15px;
}
.menu_left {
	float: left;
}
.menu_mid {
	background-image: url(../images/menu_back.gif);
	background-repeat: repeat-x;
	margin-right: 7px;
	margin-left: 7px;
}
#box_content {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #F5F5F5;
}

#box_content ul a:link, #box_content ul a:visited {
	display: block;
	text-decoration: none;
	color: #4B59A0;
}
#box_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#box_content a {
	display: block;
	padding: 2px 0px 2px 10px;
}
#box_content a:hover {
	background-color: #F7E600;
}
#box_content li {
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.utilities {
	float: right;
}
.menu_area {
	clear: both;
}
.menu {
	float: left;
}
.menu li {
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.75em;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #F7E600;
	text-decoration: none;
}
.slogan {
	margin-left: 30px;
	margin-top: 40px;
	float: left;
}
.slogan h1 {
	font-size: 1em;
}
.centre {
	width: 900px;
	min-width: 900px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
}
.content_area {
	margin-top: 30px;
	min-width: 900px;
}
#box {
	float: left;
	width: 155px;
	margin-bottom: 30px;
}
.margin_right {
	margin-right: 30px;
}
.footer_area {
	clear: both;
	font-size: 0.7em;
	padding-top: 30px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.lower_block {
	float: left;
	width: 300px;
}
.footer_area a {
	color: #4B59A0;
	text-decoration: none;
}
.footer_area a:hover {
	text-decoration: underline;
}
.footer_area span {
	margin-right: 15px;
	margin-left: 15px;
}
.margin_left {
	margin-left: 30px;
}
.heading_right {
	float: right;
}
.heading_left {
	float: left;
}
.heading_mid {
	background-image: url(../images/menu_back.gif);
	background-repeat: repeat-x;
	margin-right: 7px;
	margin-left: 7px;
}
.heading_area {
	clear: both;
}
.heading {
	float: left;
	font-size: 0.8em;
	color: #F7E600;
	font-weight: bold;
	margin-top: 4px;
}
.right_slice {
	float: left;
}
.right_mid {
	background-image: url(../images/menu_back_side.gif);
	background-repeat: repeat-x;
	margin-left: 7px;
}
.right {
	margin-top: 92px;
	margin-left: 5px;
}
.left_slice {
	float: right;
}
.left_mid {
	background-image: url(../images/menu_back_side.gif);
	background-repeat: repeat-x;
	margin-right: 7px;
}
.left {
	margin-top: 92px;
	margin-right: 5px;
}
#lower_block {
	float: left;
	width: 296px;
}
#lower_block p {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 7px;
}
#lower_block h3 {
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 7px;
}
#lower_block h1 {
	font-size: 1em;
	margin-left: 7px;
}
.lower_cont {
	clear: both;
	min-width: 900px;
}
.header h1 {
	font-size: 0.75em;
	text-align: center;
	margin-bottom: 5px;
}
.header a {
	color: #000000;
	text-decoration: none;
}
.header a:hover {
	color: #F7E600;
}
.small_margin_right {
	margin-right: 5px;
}
.small_margin_left {
	margin-left: 5px;
}
.address {
	float: right;
	margin-top: 6px;
	text-align: right;
	margin-bottom: 10px;
}

.red {
	color: #CC0000;
}

/* Formatting for forms */
.form label
{
	width: 6em;
	float: left;
	text-align: right;
margin-right: 0.5em;
display: block; 	
margin-right: 5px;
}

.form input
{
color: #333333;
background: #EBEBEB;
border: 1px solid #333333}

.form textarea {
color: #333333;
background: #EBEBEB;
border: 1px solid #333333}

.submit input
{
color: #000;
border: 2px outset #d7b9c9
} 


.button {
	margin-right: 5px;
}
.picture {
	margin-bottom: 20px;
}
.splash {
	margin-top: 100px;
	margin-bottom: 35px;
}
.flash {
	padding-bottom: 20px;
	text-align: center;
}
