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

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

body {
background: #cbcbcb;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#content {
	color: #ccc;
	line-height: 175%;
	font-size: 12px;
}

a:link, a:visited {
	color: #999;
}

a:hover {
	color: white;
}

p, ul, ol {
	padding-bottom: 1em;
}

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

#container {
width:860px;
	margin-right: auto;
	margin-left: auto;
	background: url(/images/outsideborder.jpg) repeat-y right;
}

#contentWrapper {
	width:690px;
	background-color: #353536;
	margin: 0 auto 0px;
}

#block1{
	margins: 0;
	padding: 0;
	borders: 0;
	width:690px;
	height: 1px;
	background-color: #bd8b1c;
}

#header {
	background-color: #bd8b1c;
}


#imageBar {
	padding-top: 3px;
	padding-bottom: 4px;
	margin-right: -6px;
}

#imageBar img{
	margin: 0 3px 0 0;
}

div#banner {
	width: 690px;
	height: 260px;
	background-image: url(/images/Banner.jpg);
}

#banner h1 {
	color: white;
	text-align: left;
	padding-top: 80px;
	padding-left: 20px;
	text-shadow: #000 2px 2px 3px;
	font-size: 15px;
	text-transform: uppercase;
	word-spacing: -2px;
}

/* @group Nav 1 */

#nav1 {
	padding: 0;
	width: 690px;
	height: 40px;
	background-color: #262626;
	margin: 0;
}

#nav1 ul {
	width: 690px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	clear: both;
}

#nav1 ul li {
	float: left;
}

#nav1 a:link, #nav1 a:visited {
	
	color: #fff;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	font-size: 12px;
	display: block;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

#nav1 li.selected a:link, #nav1 li.selected a:visited {
	color: #bd8b1c;
	background-color: #353536;
	font-weight: bold;
}


#nav1 a:hover {
	color: #9c9c9c;
}

/* @end */

/* @group Nav 2 */

#nav2 ul {
	width: 690px;
	display: block;
	clear: both;
}

#nav2 {
	padding: 0;
	width: 690px;
	margin: 0;
}

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

#nav2 a, #nav2 a:visited {
	
	color: #ccc;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	font-size: 11px;
	display: block;
	padding: 19px 0 19px 20px;
}

#nav2 li.selected a {
	color: #bd8b1c;
	font-size: 11px;
	font-weight: bold;
}


#nav2 a:hover {
	color: #9c9c9c;
}

/* @end */

#content {
	width: 640px;
	text-align: left;
	padding: 20px;
}

p, h1, h2, h3, h4 {
	clear: both;
}

h1 {

	color: #bd8b1c;
	text-align: left;
	font-style: normal;
	font-size: 1.7em;
	margin-top: 25px;
	margin-bottom: 25px;
}

h2 {

	color: #bd8b1c;
	text-align: left;
	font-style: normal;
	font-size: 1.3em;
	margin-top: 25px;
	margin-bottom: 10px;
}


h3 {

	color: #bd8b1c;
	text-align: left;
	font-style: normal;
	font-size: 1.2em;
	margin-top: 25px;
	margin-bottom: 10px;
}

h4 {

	color: #868686;
	text-align: left;
	font-style: normal;
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 0;
}

#content ol, #content ul {
	color: #ccc;
	list-style-position: outside;
	margin-left: 25px;
}

#content ul {
	list-style-type: square;
}

#content a img {
	border-style: none;
}

#footer {

	width: 690px;
	background-color: #262626;
	text-align: center;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer p {text-align: center;
	padding: 10px 0;
	color: white;
	font-style: normal;
	font-size: 11px;
}

#footer p strong {
	font-size: 16px;
	color: #bd8b1c;
}

#footer p strong a:link, #footer p strong a:visited {
	font-size: 16px;
	color: #bd8b1c;
}

#footer p strong a:hover {
	color: white;
}
#footer .byline, #footer .byline a:link, #footer .byline a:visited {
	color: #666;
	text-decoration: none;
	font-style: normal;
	font-size: 9px;
}