/* www.dockside.co.nz styles */


body {
	background-color: #a6a6a6;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 78%; color: #000;
	line-height 1.5;
}
.listings_heading {
	background-color: #999;
	border-top: 1px solid #333;
	vertical-align:middle;
	font-weight: bold;
}
.listings_body {
	background-color: #ccc;
}
#container {
	background-color: #fff;
	margin: auto;
	width: 700px;
	height: auto;
}
#agent_summary {
	display: none;
}
.lyttelton {
	background: url(media/images/lyttelton.jpg) no-repeat bottom right;
}
.cruise {
	background: url(media/images/cruise.jpg) no-repeat bottom right;
}
input {
	border: 1px solid #333;
	text-indent: 4px;
	font-weight: lighter;
	vertical-align: middle;
	margin-top: 2px;
}
#leftside {
	height: auto;
}
#main_area {
	padding: 10px;
	margin: 5px 20px;
}
#footer {
	clear: both;
	height: auto;
	color: #ccc;
	text-align: center;
	margin-top: 0px;
	padding: 2px 0;
	border-top: 1px solid #cedae0;
}
#footer a {
	text-decoration: none;
	color: #ccc;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;
}
#menu {
	width:700px;
	background-color:#666666;
	height: 26px;
}

#menulist
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: center;
}

#menulist li {
	float: left;
}

#menulist li a
{
display: block;
height: 20px;
width: 120px;
border-right: 1px #fff solid;
color: #fff;
font-weight:bold;
text-decoration:none;
padding-top: 5px;
}

#menulist li a:hover
{
border-right: 1px #000 solid;
color: #fff;
background-color:#5ea6c6;
}

#links ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#links a
{
display: block;
padding: 3px;
width: 160px;
background-color: #f00;
border-bottom: 1px solid #eee;
}
#links a:link, #linkslist a:visited
{
color: #EEE;
text-decoration: none;
}
#links a:hover
{
background-color: #666;
color: #fff;
}

h1 {
	color: #3c6a7f;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 2px;
}
h2 {
	color: #3c6a7f;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 2px;
}

.contact_form {
    width: auto;
    background: #f2fafe;
	margin: 5px 10px;
}

form ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

form li {
    background: none;
    margin: 2px;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset p {
	background: #cedae0;
	font-weight: bold;
	margin: 5px 0;
	padding: 4px 0;
}

label {
    display: block;
    float: left;
    width: 240px;
	text-align: right;
}

fieldset span {
	width: 200px;
	margin-left: 1px;
	font-weight: bold;
}

input {
	border: 1px solid #638AB3;
	padding: 2px;
	margin-left: 3px;
}

select {
	padding: 1px;
	width: 200px;
	margin-left: 3px;
}

.text {
	width: 200px;
}

textarea {
	padding: 2px;
    width: 200px;
    height: 60px;
	margin-left: 3px;
	border: 1px solid #638ab3;
}

.submit {
	float: left;
	border: 1px solid #638ab3;
}

.anzatea {
    position: absolute;
    left: -999em;
}
