/** basic elements */

body, th, td, input, select, textarea {
	font: 8pt "arial", sans-serif;
	line-height: 1.5em;
}

body {
	background: #fff url(images/body.png) center repeat-y;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0 0 1.5em;
}

h1 {
	color: #3f88bf;
	font-size: 2.4em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 1em;
}

h2 {
	color: #3f88bf;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 .25em;
}

h3 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 .25em;
}

a {
	color: #3f88bf;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	list-style: outside;
	margin: 0;
	padding: 0 0 1.5em 20px;
}

ul {
	list-style-type: square;
}

ol {
	list-style-type: decimal;
}

/** layout elements **/

div#outerwrapper {
	margin: 0 auto;
	width: 960px;
}

div#header {
	height: 245px;
	position: relative;
}

img#mask {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 5;
}

div#innerwrapper {
	background: url(images/innerwrapper.png) top no-repeat;
	height: 345px;
	position: relative;
	overflow: visible;
}

div#barleft {
	left: 20px;
	position: absolute;
	top: 70px;
	width: 200px;
}

div#subnavTop {
	background: url(images/subnavTop.png) no-repeat;
	height: 15px;
}

div#subnavMiddle {
	background: url(images/subnavMiddle.png) repeat-y;
	padding: 5px 0;
}

div#subnavMiddle h2 {
	color: #fff;
	padding: 0 0 1em 20px;
}

div#subnavBottom {
	background: url(images/subnavBottom.png) no-repeat;
	height: 15px;
	margin-bottom: 1.5em;
}

div#address {
	background: url(images/address.png) no-repeat;
	height: 180px;
	width: 180px;
}

div#content {
	left: 220px;
	position: relative;
	top: 15px;
	width: 460px;
}

div#contentTop {
	background: url(images/contentTop.png) no-repeat;
	height: 15px;
}

div#contentMiddle {
	background: url(images/contentMiddle.png) repeat-y;
	padding: 15px 30px;
}

div#contentBottom {
	background: url(images/contentBottom.png) no-repeat;
	height: 15px;
}

div#barright {
	left: 700px;
	position: absolute;
	top: 50px;
	width: 240px;
}

div#barrightTop {
	background: url(images/barrightTop.png) no-repeat;
	height: 15px;
}

div#barrightMiddle {
	background: url(images/barrightMiddle.png) repeat-y;
	padding: 5px 20px;
}

div#barrightBottom {
	background: url(images/barrightBottom.png) no-repeat;
	height: 15px;
}

div.bargrayTop {
	background: url(images/bargrayTop.png) no-repeat;
	height: 15px;
}

div.bargrayMiddle {
	background: url(images/bargrayMiddle.png) repeat-y;
	padding: 5px 20px;
}

div.bargrayMiddle h2 {
	color: #fff;
	padding-bottom: 1em;
}

div#newsbar p {
	color: #fff;
	padding-bottom: .75em;
}

div#newsbar a {
	color: #fff;
}

div#newsbar a:hover {
	color: #000;
}

div#newsbar b {
	font-weight: normal;
}

div.bargrayBottom {
	background: url(images/bargrayBottom.png) no-repeat;
	height: 15px;
}

div#footer {
	clear: both;
	height: 45px;
}

/** navigation elements **/

ul#globalnav {
	list-style: none;
	margin: 0;
	padding: 15px 0 0 15px;
}

ul#globalnav li {
	display: inline;
}

ul#globalnav a, ul#globalnav span.current {
	font-size: 1.6em;
	font-weight: bold;
	margin-left: 20px;
}

ul#globalnav a {
	color: #3f88bf;
	text-decoration: none;
}

ul#globalnav a:hover, ul#globalnav span.current {
	color: #000;
}

ul#globalnav a:hover {
	text-decoration: underline;
}

ul#subnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#subnav a, ul#subnav span.current {
	display: block;
	font-weight: bold;
	padding: 3px 0 3px 20px;
}

ul#subnav a {
	color: #fff;
	text-decoration: none;
}

ul#subnav a:hover {
	background-color: #333;
	color: #3f88bf;
}

ul#subnav span.current {
	background-color: #3f88bf;
	color: #ccc;
}

/** form elements **/

form#flavourForm tr {
	vertical-align: top;
}

form#flavourForm td {
	padding-bottom: .5em;
}

form#flavourForm td.label {
	font-weight: bold;
	width: 150px;
}

form#flavourForm p {
	padding: .5em 0 0;
}

form#flavourForm td.fieldError {
	color: #c00;
	font-size: .9em;
}
