/* WARAKIRRI OTHERPAGES STYLESHEET */

html, body {
	height: auto;
	width: auto;
	background: none;
}

html {
	margin: 0;
	padding: 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;
	display: none;
}

#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;
	width: 15cm;
	height: 25cm;
}

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

#blueWrapper {
	border: none;	
	padding: 0;
	width: 100%;
	margin: 0 auto;
	min-height: 0;
	background: none;
	overflow: hidden;
}

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

#topNavigation {
	display: none;
	background: none;
}

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

.imageHeading {
	margin-bottom: 0;
}

#bannerImage {
	display: none;
}

#rightGradient {
	display: none;
}

#leftGradient {
	display: none;
}
	
#rightContent {
	float: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-left: none;
	background: none;
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
	clear: none;
}

#leftContent a {
	color: #000000;
}

#box {
	display: none;
}

/* 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: 100%;
	padding: 0;
	margin-right: 35px;
	background: none;
	min-height: 0;
	font-size: 0.7em;
	padding-bottom: 0;
	margin-bottom: 0;
	overflow: visible;
	line-height: 1.3em;
}

#leftContent {
	width: 100%;
	padding: 0 35px;
	float: left;
	overflow: auto;
	height: auto;
	padding-top: 15px;
	margin-bottom: 15px;
	line-height: 1.3em;
	clear: both;
	background: none;
}

#whiteGapBottom {
	background: #FFFFFF;
	height: 20px;
	clear: both;
	display: none;
}
		
#footerWrapper {
	display: none;
}
					
#contentFooter {
	display: none;
}
			
#pageFooter {
	display: 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;
}
