/* WARAKIRRI OTHERPAGES STYLESHEET */

html, body {
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
}

#farmSafe {
	text-align: center;
	margin: 10px 0 0 0;
}

/* JUMP LINKS STYLING */
.jumpHeading {
	text-align: center;
	font-weight: bold;
	color: #46669E;
	width: 85%;
	margin: 15px auto 0 auto;
}

#jumps {
	text-align: center;
	border-top: solid 1px #46669E;
	padding-top: 3px;
	width: 85%;
	margin: 10px auto;
}

#jumps a {
	color: #003366;
	text-decoration: underline;
}

#jumps a:hover {
	text-decoration: none;
}

#jumps p {
	padding: 3px 0;
	margin: 0;
}
/* END JUMP LINKS STYLING */

/* SITEMAP STYLING */
#sitemap a {
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

ul li {
	padding: 3px 0;
	list-style: none;
}
/* END SITEMAP STYLING */

/* FORM STYLING */
#name, #company, #email, #enquiry {
	border: solid 1px #46669E;
	width: 250px;
}

#wholeform textarea {
	font-size: 1.225em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wholeform {
	color: #46669E;
}

#button_subscribe {
	background: #46669E;
	color: #FFFFFF;
	font-weight: bold;
	border: solid 1px #46669E;
	cursor: pointer;
}

.invalid {
	background: #FF8D80;
}
/* END FORM STYLING */

body {
	margin: 0 auto;
	padding: 0;
	min-width: 920px;
	min-height: 700px;
}

#wrapper {
	background-color: #F3F5F9;
	width: 100%;
	min-height: 100%;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	overflow: hidden;
	float: left;
}

#blueWrapper {
	border-left: solid 1px #46669E;
	border-right: solid 1px #46669E;	
	padding: 0 35px 0 35px;
	width: 840px;
	margin: 0 auto;
	min-height: 100%;
	background: #46669E url(images/blue_sidebar.gif) repeat-x;
	overflow: hidden;
}

#container {
	background-color: #FFFFFF;
	width: 840px;
	min-height: 100%;
	float: left;
	margin: 0 auto;
	overflow: visible;
}

#topNavigation {
	float: left;
	width: 735px;
	height: 35px;
	margin-left: 35px;
	padding-left: 35px;
	background-color: #9AABCA;
}

#topNavigation a img {
	border: none;
}

#header {
	float: left;
	width: 770px;
}

.imageHeading {
	margin-bottom: -15px;
}

#bannerImage {
	float: left;
	width: 770px;
	background: url(images/image_topline.jpg) repeat-x left top;
	padding-bottom: 10px;
	margin-left: 35px;
	padding-top: 11px;
	margin-bottom: -10px;
}

#rightGradient {
	background: url(images/image_bottomLeft.jpg) repeat-x left top;	
	width: 185px;
	float: left;
	margin-left: 0;
	height: 10px;
	z-index: 1;
	border-left: solid 1px #FFFFFF;
}

#leftGradient {
	background: url(images/image_bottomright.jpg) repeat-x left top;
	width: 584px;
	float: left;
	margin-left: 35px;
	height: 10px;
}
	
#rightContent {
	float: right;
	width: 185px;
	margin-left: 0;
	margin-right: 0;
	border-left: 1px solid #FFFFFF;
	background: #E4E9F1 url(images/leftNav_gradient.jpg) repeat-x left top;
	padding-top: 15px;
	padding-bottom: 10000px;
	margin-bottom: -10020px;
	clear: none;
}

#leftContent a {
	color: #000000;
}

#box {
	border: solid 1px #FFFFFF;
	width: 150px;
	margin: 0 auto;
	text-align: center;
	padding: 0 5px 10px 5px;
	margin-top: 10px;
	background: #F3F5F9;
}

#box p {
	line-height: 1em;
	margin: 0;
	padding: 10px 0;
}

/* LINKBOX STYLES */	

#linkBox {
	border: solid 1px #FFFFFF;
	width: 150px;
	margin: 0 auto;
	text-align: center;
	padding: 0 5px 10px 5px;
	margin-top: 10px;
	background: #F3F5F9;
}

#linkBox p {
	line-height: 1em;
	margin: 0;
	padding: 10px 0;
}

a #linkBox:hover {
	background: #9aabca;
}

/* END LINKBOX STYLES */	

.imageHeading {

}

.boxHeading {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #46669E;
}

.boxBold {
	font-weight: bold;
	font-size: 1em;
}

.boxHeading a {
	color: #46669E;
	font-weight: bold;
	text-decoration: none;
}

.boxHeading a:hover {
	text-decoration: underline;
}

.boxLink p a {
	padding: 0;
	margin:0;
}

.boxLink a {
	font-size: 1em;
	color: #48629D;
	text-decoration: underline;
}

.boxLink a:hover {
	text-decoration: none;
}				

#rightContentWrapper {
	float: right;
	width: 770px;
	padding: 0;
	margin-right: 35px;
	background: #E4E9F1 url(images/image_bottomRight.jpg) repeat-x left top;
	min-height: 300px;
	font-size: 0.7em;
	padding-bottom: 10020px;
	margin-bottom: -10000px;
	overflow: visible;
	line-height: 1.3em;
}

#leftContent {
	width: 514px;
	padding: 0 35px;
	float: left;
	overflow: auto;
	height: 300px;
	padding-top: 15px;
	margin-bottom: 15px;
	line-height: 1.3em;
}

#whiteGapBottom {
	background: #FFFFFF;
	height: 20px;
	clear: both;
}
		
#footerWrapper {
	float: left;
	clear: both;
	width: 840px;
	margin-top: -35px;
}
					
#contentFooter {
	width: 840px;
	background-color: #003366;
	color: #FFFFFF;
	height: 20px;
	text-align: center;
}
			
#pageFooter {
	height: 25px;
	background: #46669E;
	color: #9AABCA;
	width: 840px;
	text-align: right;
	padding-right: 35px;
	padding-top: 10px;
	font-size: 0.65em;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}

#pageFooter a {
	color: #9AABCA;
	text-decoration: underline;
}

#pageFooter a:hover {
	text-decoration: none;
}

.clear:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.heading {
	margin: -5px 0 -10px 0;
	padding: 5px 0 0 0;
	font-size: 1.5em;
	line-height: 1.8em;
	color: #46669E;
}

#map {
	height: 250px;
	width: 490px;
	position: static;
	margin: 0 auto 5px auto;
	border: solid 3px #46669E;
}

/* SAFARI HACK */

html[xmlns*=""] body:last-child #leftContent { height: 250px; }

ul .dots {
	list-style: circle inside;
}
