/*
Site Design by Austin Clift
austinclift@hotmail.com    
Colours of site consist of #242424, #CCCCCC, #3B4E80, #C73F15 
*/

/* CSS RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,p,blockquote,hr {
	margin: 0; 
	padding: 0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th {
	font-size: 1em; 
	font-weight: normal; 
	font-style: normal;
}
img,hr {
	border: none;
}
caption,th {
	text-align: left;
}
table {
	border-collapse: collapse; 
	border-spacing: 0;
}
td {
	vertical-align: top;
}
/* END CSS RESET */

/* BODY */
body {
	height: 100%;
	width: 100%;
	text-align: center;
	background: #c8c8c7 url(../images/background.gif) top left repeat-x;
	font-family: verdana;
}
/* END BODY */

/* CONTAINER */
#container {
	margin-top: 2%;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/* END CONTAINER */

/* WRAPPER */
#wrapper {
	float: left;
	width: 1000px;
	border: 1px solid;
	background: white url(../images/content_bg.gif) repeat-y;
}
/* END WRAPPER */

/* HEADER */
#header {
	background: url(../images/header.gif);
	width: 1000px;
	height: 50px;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	position: relative;

}
/* END HEADER */

/* LEFT SIDEBAR */
#leftbar {
	float: left;
	width: 200px;
	text-align: left;
	text-transform: uppercase;
}
#flashrotator {
	width: 200px;
	height: 200px;
}
#navigation {
	margin-top: 12%;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
#menu {
	text-align: left;
	text-decoration: none;
	list-style: none;
	border-color: blue;
}
ul li a 
{
	color: black;
	display: block;
	line-height: 25px;
	vertical-align: middle;
	border-bottom: 1px solid #C0BFBF;
	border-top: 1px solid #ccc;
	border-left: 10px solid #C0BFBF;
	padding: 0 0.25em;
	text-decoration: none;
}
ul li a:hover 
{
	color: red;
	border-color: red;
	background: #f3f3f3;
}
/* END LEFT SIDEBAR */

/* CONTENT */
#content {
	text-align: left;
	width: 600px;
	float: left;
	position: relative;
	left: .7%;
}
#logo {
	margin-top: 2%;
	text-align: center;
}
#page_name {
	font-size: 22px;
	text-align: left;
	width: 500px;
	height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid;
	line-height: 50px;
	position: relative;
	top: 1%;
	left: 5%;
}
#text {
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2%;
}
.sig {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	left: 5%;
}
.class_prices_header {
	font-size: 18px;
	font-weight: bold;
}
.fees {
	position: relative;
	left: 10%;
}
.notice {
	font-weight: bold;
}
.notice i {
	color: red;
}
/* END CONTENT */

/* RIGHT SIDEBAR */
#rightbar {
	float: right;
	width: 180px;
	text-align: left;
	text-align: center;
	height: 500px;
	display: inline;
}
#title {
	border-bottom: 1px solid;
	border-color: #CCC;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 18px;
	font-family: "arial black";
	text-transform: uppercase;
}
#info {
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 5%;
	font-size: 12px;
	text-align: left;
}
#picture {
	margin-top: 70%;
}
/* END RIGHT SIDEBAR */

/* FOOTER */
#footer {
	width: 1000px;
	height: 20px;
	background: #23282c;
	float: left;
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-size: 12px;
}
#copyright {
	color: #FFFFFF;
	width: 550px;
	height: 14px;
	margin-right: auto;
	margin-left: auto;
	margin-top: .3%;
}
/* END FOOTER */

/* Contact Form */
.form_help {
	border: 1px solid;
	width: 150px;
	float: right;
	background: #FFFFE1;
	padding: 5px;
	text-align: left;
	font-family: verdana;
}
.form_help_title {
	font-size: 12px;
	border-bottom: 1px solid;
	margin-bottom: 5px;
	color: #666;
	text-align: justify;
}
.form_help_title img {
	padding-right: 5px;
}
.form_help p {
	color: #666;
	font-size: 10px;
}
form {
	font-family: Georgia, Verdana, Arial;
	font-size: 12px;
}
fieldset {
	border: 1px solid #171717;
	width: 500px;
	margin: 20px;
	margin-left: 0px;
	margin-right: 0px;
	background: #F0F0F0;
}
legend {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.textbox {
	background-color: #FAFCFD;
	width: 170px;
	margin-bottom: 5px;
	color: #23282C;
}
label {
	width: 115px;
	display: block;
	text-align: right;
	position: relative;
	margin: 7px 0;
}
label input, label select, label textarea {
	position: absolute;
	left: 120px;
	top: 0;
}
.extraspace {
	height: 70px;
}
.submit_button {
	background: #f0f0f0;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	width: 100px;
	border: 1px double #333;
}
.thanks_submit {
	background: #f0f0f0;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	width: 100px;
	border: 1px double #333;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
	font-size: 9px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
