/* Stylesheet for TheKestrel.co.nz */

/*
#f5f5f5 old light grey - dead
#e8e8e8 body background grey
#f0f0f0 slightly lighter grey for content
#ff7d00 ae orange
#808080 nav gray

*/

body, table, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

body {
	margin: 0px;
	padding: 0px;
	background-color: #006699;
	/*background: url(../images/bg.jpg) repeat-x top left #e8e8e8;*/
	}

h1, h2, h3 {
	color: #006699;
	}

h1 {
	font-size: 26px;
    margin-top: 0;
	font-weight: normal;
	}

h2 {
	font-size: 18px;
	/*margin-bottom: 0px;*/
	}

h3 {
	font-size: 14px;
	/*color:#000000;*/
	margin-bottom: 0px;
	}

td {
	vertical-align: top;
	}

a:link, a:active {
	}

a:visited {
	}

a:hover {
	}

.header {
    background: url(images/the-kestrel-tauranga-header.jpg) no-repeat top left;
    height: 90px;
    padding: 30px 20px 0 0;
	text-align: right;
	color: #FFFFFF;
    }

.seo_top {
    text-align: right;
    color: #eee;
    }

.left_column {
	padding: 0px;
	background: url(images/left-column-bg.jpg) repeat-y top right;
	}

.main_content {
	width: 880px;
	padding: 20px 30px;
	background-color: #FFFFFF;

	}

.right_column {
	padding: 0px;
	background: url(images/right-column-bg.jpg) repeat-y top left;
	}

.grey_box {
	padding: 10px;
	background-color: #f0f0f0;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    overflow: auto;
	}

.grey_box h2 {
	margin-top: 0px;
	colour: #000;
	}

/* CONTACT FORM begins */

.contact_form {
	background-color: #f0f0f0;
	}

.contact_form th {
	text-align: right;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
	}

.contact_form td {
	padding: 2px 5px 2px 10px;
	width: 65%;
	}

.contact_form span {
	color: #ff0000;
	}

.input_box {
	width: 90%;
	border: 1px solid #cccccc;
	border-left: 1px solid #006699;
    padding-left: 2px;
	}

#submit-button {
	width: 100px;
	}

/* CONTACT FORM ends */

.error_message, .success_message {
	padding: 5px 5px 5px 20px;
	margin: 5px 0;
	border: 1px dotted #FFFFFF;
	}

.error_message {
	color: #FFFFFF;
	background-color: #ff0000;
	}

.success_message {
	color: #FFFFFF;
	background-color: #006600;
	}

.photo_banner {
	height: 150px;
	background: url(images/the-kestrel-tauranga-collage.jpg) repeat-x top center #006699;
	}

.article {
	padding: 20px;
	background-color: #f0f0f0;
	}
