/* @override http://test.atholwood.co.nz/stylesheets/main.css */



* {
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

body {
	margin: 0;
	padding: 0;
       background-color: #424243;
}
html, body, td, p, li, a:link, a:visited {
	font: 13px/170% Georgia, "Times New Roman", Times, serif;
	color: #646464;
}

a:hover {
	color: #333;
}

h1, h2, h3, h4 {
	font-weight: normal;
	font-style: normal;
}

h2 {
margin-top: 25px;
}

h3 {
margin-top: 15px;
}

#page{
	width:1000px;
	height:100%;
	width:100%;	
}


#container {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}


#header {
	width: 800px;
}


#nav1 {

	width: 800px;
	height: 35px;
	background-color: #343334;
	

}

#nav1 ul {
	margin-left: 65px;
}

#nav1 ul li {
	float: left;
	list-style-type: none;
	
}

#nav1 a, #nav1 a:visited {
	
	color: #dfdfdf;
	display: block;
	font: normal normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 11px 15px;
	text-decoration: none;
}

#nav1 a:hover {
	color: #7c7c7c;
}

#nav1 li.selected a.selected  {
	background-color: #e6e6e6;
	color: #313131;
}

#header_imgs {
	width: 800px;
	height: 250px;
}

#header_imgs img{
	float: left;
}


#nav2 {

	width: 800px;
	height: 35px;
	background-color: #343334;
	
}

#nav2 ul {
	margin-left: 65px;
}

#nav2 ul li {
	float: left;
	list-style-type: none;
	
}

#nav2 a, #nav2 a:visited {
	
	color: #dfdfdf;
	display: block;

	font: normal normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 11px 15px;
	text-decoration: none;
}


#nav2 a:hover {
	color: #7c7c7c;
}

#nav2 li.selected a.selected  {
	background-color: #e6e6e6;
	color: #313131;
}


#content_block {
	padding: 40px 0 20px 65px;
	width: 410px;
	
}

#content_block p {
	padding-bottom: 20px;
}

#content_block h1{
	color: #ac2845;
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	line-height: 150%;
	padding-bottom: 15px;
}


#content_block h2{
	color: #838383;
padding-bottom: 10px;
}


#content_block h3{
	color: #a1a1a1;
	font-size: 16px;
	padding-bottom: 10px;
}

#content_block h4{
	font-size: 14px;
}

#subtitle p {
	font-size: 10px;
	line-height: 16px;
	color: #ac2845;
	clear: both;
	padding-top: 25px;
}

div#images {
	padding: 0;
	width: 240px;
	float: right;
	margin: 100px 25px 0 0;
}

#images img {
	padding-bottom: 15px;
}

#footer p, #footer a {
	color: #8b8b8b;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 20px 0;
	text-align: center;
}

#certifications img {
margin-left: 10px;
margin-right: 10px;
}

.TA_selfserveprop {
margin-bottom: 25px;
}