/*---------------------
html tags
---------------------*/
body {
	color: #000;
	background: #FFF;
	font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
	margin: 100px;
}
p, li {
	font-size: 11px;
	padding-top: 0px;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	color: #6692c2;
}
strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-weight: normal;
	font-style: italic;
}
a:link {
	color: #6692c2;
	text-decoration: none;
}
a:visited {
	color: #6692c2;
	text-decoration: none;
}
a:hover {
	color: #004a99;
	text-decoration: none;
}

/*---------------------
content
---------------------*/
#strap {
	width: 730px;
	height: 20px;
	background: #6692c2;
}
#logo {
	width: 180px;
	text-align: left;
	vertical-align: center;
	padding: 20px
}
#banner {
	width: 550px;
	text-align: left;
	vertical-align: bottom;
	padding: 35px 0 0 10px
}
#maintable {
	width: 730px;
	height: 400px;
	margin-top: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #6692c2;
	background: #FFF;
}
#nav {
	padding: 0 20px 20px 0;
	vertical-align: top;
	width: 200px;
	height: 320px;
}
#navtable {
	padding: 20px;
	vertical-align: top;
	height: 300px;
	width: 180px;
}
#maincontent {
	padding: 20px;
	vertical-align: top;
	width: 550px;
}

/*-------------------------------------------------
list
-------------------------------------------------*/
#listbox {
	margin: 0px;
}
.list ul {
	margin-top: 5px;
	margin-right: 20px;
	list-style-image: url(images/bullet.gif);
}
.list li {
  	margin-bottom: 3px;
}

/*------------------------------
contact page
------------------------------*/
#top {
	padding: 20px 0 0 20px;
	width: 550px;
}
#other {
	padding: 20px 0 0 20px;
	width: 275px;
}
#formtd {
	padding: 20px 0 0 20px;
	vertical-align: top;
}
form#contactform {
	font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
 	font-size: 11px;
}
.text {
	font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
 	font-size: 11px;
	padding: 0 0 9px 0;
}
.textbox {
	padding: 0 0 9px 10px;
}
#enquirybox {
	padding: 0 0 10px 10px;
}
#contactform .submit {
	font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
 	font-size: 11px;
 	background-color: #cbcbcb;
 	color: #000;
}
input {
 	background-color: #cbcbcb;
 	color: #000;
 	border: 1px solid #6692c2;
	font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
 	font-size: 11px;
}
textarea {
 	background-color: #cbcbcb;
 	color: #000;
 	border: 1px solid #6692c2;
	font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
 	font-size: 11px;
}

/*--------------------------------
footer
--------------------------------*/	
#footer {
	width: 730px;
}
.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;
}
/*------------------------------
listings
------------------------------*/
.listings {
	font-size: 10px;
    margin: 0 10px 10px 0;
}
.listings ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.listings li {
    margin: 0;
    padding-top: 5px;
    float: left;
    padding-right: 10px;
}