/*---------------------
html tags
---------------------*/
body {
	color: #000;
	background: #FFF;
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
	margin: 0px;
}
p, li {
	font-size: 11px;
	padding-top: 0px;
	line-height: 20px;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	color: #535353;
}
h2 {
	font-weight: bold;
	font-size: 11px;
	color: #9eaccd;
}
strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-weight: normal;
	font-style: italic;
}
a:link {
	color: #00ccff;
	text-decoration: none;
}
a:visited {
	color: #00ccff;
	text-decoration: none;
}
a:hover {
	color: #0066ff;
	text-decoration: none;
}

/*---------------------
top table
---------------------*/
#maintable {
	width: 780px;
	margin-top: 0px;
	background: #FFF;
}
#top {
	height: 10px;
	background: #000;
}
#logo {
	height: 50px;
	width: 200px;
	text-align: left;
	padding: 20px;
}
#myers {
	height: 50px;
	width: 240px;
	text-align: middle;
	padding: 20px;
}
#freelesson {
	width: 186px;
	text-align: right;
	vertical-align: bottom;
	padding: 10px 0 20px 0;
}
#nav {
	colour: #FFF;
	font-weight: bold;
}
.navbutton1 {
	height: 20px;
	width: 225px;
	text-align: left;
	background: #00718f;
}
.navbutton2 {
	height: 20px;
	width: 225px;
	text-align: left;
	background: #197f9a;
}
.navbutton3 {
	height: 20px;
	width: 225px;
	text-align: left;
	background: #4c9bb0;
}
.navbutton4 {
	height: 20px;
	width: 225px;
	text-align: left;
	background: #66aabc;
}
.navbutton5 {
	height: 20px;
	width: 225px;
	text-align: left;
	background: #7fb8c7;
}
.navbutton6 {
	height: 20px;
	width: 225px;
	text-align: left;
	background: #99c6d2;
}
.navbutton7 {
	height: 20px;
	width: 225px;
	text-align: left;
	background: #b2d4dd;
}
/*-------------------------------------------------
main table
-------------------------------------------------*/
#maincontent {
	width: 780px;
	height: 400px;
	margin-top: 20px;
	background: #FFF;
	border: 1px solid #dddddd;
}
#content {
	height: 300px;
	width: 730px;
	padding: 20px;
	vertical-align: top;
	background: #FFF;
}
#contenthome {
	height: 300px;
	width: 580px;
	padding: 20px;
	vertical-align: top;
	background: #FFF;
}
#news {
	width: 160px;
	padding: 20px;
	vertical-align: top;
	background: #535353 url(images/latestnewsbg.gif) no-repeat fixed left top;
	color: #FFF;
}
#address {
	padding: 20px;
	vertical-align: BOTTOM;
	width: 610px;
}
#franchisee {
	width: 186px;
	text-align: right;
}
#bottom {
	height: 10px;
	background: #535353;
	margin-top: 5px;
}

/*-------------------------------------------------
list
-------------------------------------------------*/
.list ul {
	margin-top: 20px;
	margin-right: 20px;
	list-style-image: url(images/bullet.gif);
}
.list li {
  	margin-bottom: 10px;
}

/*------------------------------
primary navigation
------------------------------*/
#primarynav {
	font-weight: bold;
	height: 40px;
}
#menu1 ul {
    margin: 0;
    list-style-type: none;
    padding-left: 15px;
}
#menu1 li {
    margin: 0;
    float: left;
    padding: 0 6px 0 6px;
}

/*------------------------------
contact details
------------------------------*/
.contact {
    padding: 10px 10px 10px 20px;
	text-align: center;
	color: #08266e;
	font-size: 11px;
}
.contact a:link {
	color: #9eaccd;
	text-decoration: none;
}
.contact a:visited {
	color: #9eaccd;
	text-decoration: none;
}
.contact a:hover {
	color: #d6dcea;
	text-decoration: none;
}

/*------------------------------
contact page
------------------------------*/
#contact {
	width: 300px;
	vertical-align: top;
}
form#contactform {
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
 	font-size: 11px;
}
.text {
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
 	font-size: 11px;
	padding: 0 0 9px 0;
}
.textbox {
	padding: 0 0 9px 10px;
	margin: 10px;
}
#enquirybox {
	padding: 0 0 10px 10px;
}
#contactform .submit {
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
 	font-size: 11px;
 	background-color: #d6dcea;
 	color: #08266e;
}
input {
 	background-color: #d6dcea;
 	color: #08266e;
 	border: 1px solid #08266e; 
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
 	font-size: 11px;
}
textarea {
 	background-color: #d6dcea;
 	color: #08266e;
 	border: 1px solid #08266e; 
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
 	font-size: 11px;
}

/*--------------------------------
footer
--------------------------------*/	
#footer {
	width: 780px;
}
.footer {
    margin: 0;
	font-size: 9px;
}
.footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer li {
    margin: 0;
    padding-top: 5px;
    float: left;
    padding-right: 20px;
}
.creativestate {
    padding: 0 5px 0 0;
	text-align: right;
	font-size: 11px;
}