/* Stylesheet for management.org.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: 11px;
	}

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

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

h1 {
	font-size: large;
    margin-top: 0;
	}

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

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

td {
	vertical-align: top;
	}

hr {
	height: 1px;
	color: #ff7d00;
	background-color: #ff7d00;
	border: 0px;
	}

/*
a:link, a:active {
	color: #ff7d00;
	}

a:visited {
	/*color: #ff9966;*/
    /*color: purple;
	}



a:hover {
	color: #cc6600;
	}
*/
ul {
    list-style-type: square;
    }

.frame {
    width: 90%;
  }

.header_wrapper {
    background: url(../images/management-header-bg.gif) repeat-x top left;
    }

.header_container {
    background: url(../images/management-header.jpg) no-repeat top left;
    width: 100%;
    }

.header {
    background: url(../images/management-header-right.gif) no-repeat top right;
    width: 100%;
    height: 176px;
    padding: 3px 40px 0 0;
    }

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

.left_column {
	width: 22%;
	padding: 20px 0 0 20px;
	}

.main_content {
	padding: 20px 30px;
	}

.right_column {
	width: 18%;
	padding: 20px 20px 0 0px;
	}

.small_print {font-size: 10px}

.current td, .current_home td {
    background-color: #eee;
    }

.current td, .current_home td {
	font-weight: bold;
	}

.current th {
    border-left: 1px solid #eee;
    }

.current_home th {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    }

.main_nav {
    margin-bottom: 20px;
	}

.main_nav_item th, .main_nav_item td {
    font-size: 14px;
    }

.main_nav_item th {
	padding: 6px 0px;
    border-bottom: 1px solid #eee;
    /*border-left: 1px solid #eee;*/
	}

.main_nav_item td {
	padding-left: 6px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    /*border-right: 1px solid #eee;*/
	}

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

.grey_box h2, .grey_box_emphasised h2 {
	margin-top: 0px;
	}

.grey_box ol, .grey_box ul {
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 20px;
	}

.grey_box li {
	margin-bottom: 5px;
	}

.grey_box_emphasised {
	padding: 10px;
	background: url(../images/grey-corner-gradient.gif) no-repeat bottom right #ddd;
    margin-bottom: 20px;
    clear: both;
    border: 1px solid #ccc;
    text-align: center;
    }

.grey_box_emphasised p {
	font-size: 12px;
    }

.advertisement {
    background: url(/images/advertisement.gif) no-repeat top center #FFF;
    border: 2px solid #DDD;
  }

/*
.grey_box td {
    padding: 10px;
    }
*/
.tick_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: 1em;
    }

.tick_list li {
	background-image: url(../images/tick.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-bottom: 10px;
    padding-left: 3.2em;
	}

.tick_list span {
    color: #ff7d00;
    font-weight: bold;
    font-size: 13px;
    }

/* CONTACT FORM begins */

.contact_form {
	background-color: #f0f0f0;
	/*margin: 0px 10px 5px 10px;*/
	/*border-left: 1px solid #c8c7c7;*/
	}

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

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

.contact_form span {
	color: #ed9205;
	}

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

#submit-button {
	width: 100px;
	}

/* CONTACT FORM ends */

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

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

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

.testimonial_wrapper {
	background: url(../images/quote-right.gif) no-repeat bottom right;
    }

.testimonial_content {
	background: url(../images/quote-left.gif) no-repeat top left;
	padding: 5px 30px 0 30px;
	font-style: italic;
    font-size: 12px;
	}

.testimonial_content img {
    margin-left: 10px;
    margin-bottom: 10px;
    }

.testimonial_name {
    text-align: right;
	}

sup {
	color: #FF0000;
	}

.footer {
	background-color: #fff;
    text-align: center;
	padding: 10px 5px 5px 5px;
	border-top: 3px solid #f0f0f0;
	}

.faqs li {
    padding-bottom: 5px;
  }

#highlight_form_error th, #highlight_form_error td {
    background-color: pink;
  }

#highlight_form_error span {
    color: red;
  }
