@import url(main-modern.css);

body {
	color: #757465;
	margin: 0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:30px;
	font-family: Verdana, arial, sans-serif;
	text-align: center;
}

/* LAYOUT STYLES */
/* ------------------------------------------- */

#container {
	width: 90%;
	background-color: #FFFFFF;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 30px;
	border-top: 1px solid #000000;
	border-left: 1px solid #44433A;
	border-right: 1px solid #6A6A6A;
	border-bottom: 1px solid #000000;
}

#top {
	background-color: #FAFAF8;
	height: 116px;
	background-image: url(/pip/images/top-dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content {
	padding-right: 35px;
}

#title {
	padding-top:20px;
	padding-left:30px;
	padding-bottom:15px;
}

#leftnav {
	padding-top:15px;
	padding-left:30px;
	float: left;
}
#map-box {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	float: right; 
	font-size: 85%;
}
#footer {
	clear: both;
	margin: 0;
}

.top-links {
	margin-top:22px;
	padding-left:30px;
	padding-right:30px;
	border-right: 1px solid #A3A18C;
}
.top-links-right {
	margin-top:22px;
	padding-left:30px;
	padding-right:30px;
}
.top-links-right a {
	text-decoration: none;
}
.top-links-right a:visited {
	text-decoration: none;
}
.top-links-right a:hover {
	text-decoration: none;
}
.newsanchor {
	font-family: arial, sans-serif;
	font-size: x-small;
	line-height: 12px;
}
hr {
	border: none;
	background-color: #660000;
	padding: 0px;
}
	

/* OVERRIDE STYLES */
/* These styles are variations used to override foundation - default styles - in the foundation.css */
/* If you're having trouble with something check foundation.css for clashes */
/* ------------------------------------------- */

h1 {
	font-weight: normal;
	letter-spacing: 4px;
	font-family: arial, sans-serif;
}
h3 {
	font-weight: normal;
	font-family: arial, sans-serif;
	color: #A3A18C;
}
h4 {
	font-family: arial, sans-serif;
	color: #764838;
}
h6 {
	font-family: arial, sans-serif;
	color: #764838;
	font-size: x-small;
	font-weight: bold;
	line-height: normal;
}
h7 {
	font-weight: normal;
	font-family: arial, sans-serif;
	color: #A3A18C;
}
/* BASIC STYLES */
/* ------------------------------------------- */

.red-brown {
	color: #764838;
}
.tan-brown {
	color: #A3A18C;
}

.table {
	border-top: 1px solid #7F4F41;
	border-left: 1px solid #7F4F41;
}
.table td {
	border-right: 1px solid #7F4F41;
	border-bottom: 1px solid #7F4F41;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.table-header {
	background-color: #7F4F41;
	color: #FAFAF8;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

/* SPECIALISED STYLES */
/* ------------------------------------------- */

.menu {
	width: 85px;
	margin:0px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	background-image: url(/pip/images/menu-dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.menu a {
	text-decoration: none;
}
.menu a:hover {
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
}
