html {
	background: #f0eee1;
}

body, td{
	/*font-family: Georgia, Times, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #373d39;
	}

a {text-decoration: underline;color: #0b421a;}
a:hover {
	text-decoration: underline; 
	color: #457245;}
a:active {color: silver;}

a.sel {color: #f76c97;}
img{border: 0;}
/*base margin/padding rule*/
ol,ul,h1, h2, h3, h4, h5,h6,h7,p,table,caption {padding: 0; margin: 0.4em 10px;position: relative; line-height:130%;}
h1, h2, h3, h4, h5 {margin-top: 0.5em; margin-bottom: 0.5em; color:#0b421a; font-weight: normal;}
h1 {font-size: 1.4em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1.1em;}
p {margin: 0.5em 10px 0.6em 10px;}
br {line-height: 0.2em;padding: 0;margin: 0;}
table {vertical-align: bottom;}
td {text-align: left;padding: 2px;margin: 0;vertical-align: bottom;}
th {text-align: left;padding: 2px;}
td p {margin: 0.1em 1px;padding: 0;}
ul {
	position: relative;
	display: block;
}
li {
	padding: 0;
	margin: 0.2em 0 0 2em;
	display: list-item;
	list-style: disc;
	line-height:1.4em;
	}
ol li {	list-style-type: decimal;	display: list-item;vertical-align: top;}
em {}

.fr {float: right; display: inline;}
.fl {float: left; display: inline;}
.ar {text-align: right;}
.ac {text-align: center;}
.al {text-align: left;}

body {
	/*default background*/
	position: relative;
	width: 720px;
	padding-right: 240px;
	margin: 0px auto;	
	}

/*other stuff*/
#header,
#simpleheader,
#container,
#footer,
#ender,
#banner {
	width: 680px;
	padding: 0px;
	border-left: 20px white solid;
	border-right: 20px white solid;
	position: relative;
	display: block;
	margin: 0 auto;
}

#footer {
	clear: both;
	position: relative;
	color: #837a55;
	zoom:1;
	border:none;
	padding-bottom:1em;
}
#footer p {
	margin: 0.5em 20px;
	font-size:0.9em;
}

#container {
	clear:both;
	z-index: 1;
	zoom:1;
	background: #f4f6f4 url(/images/bg_container_default.png) repeat-x left top;
	padding-top: 1px;
	padding-bottom: 2em;
	border-bottom: 20px white solid;
	position: relative;
}

#content {
	/*650px total width, 20px left pad*/
	margin: 0px;
	padding: 1px 5px 10px 5px;
	zoom:1;
	width: 460px;
	float:left;
	min-height: 30em;
	_height: 30em;
}
#tpl_home #content {
	padding: 1px 10px 10px 10px;
	width: 660px;
}
#side {
	/*Side has no background colour : #side div.block does*/
	margin: 0px;
	padding: 0 20px 0 0;
	width: 190px;
	float: right;
}
#popout {
	position: absolute;
	left: 720px;
	width: 240px;
	min-height: 240px;
	top: 20px;
	border: 10px #fff solid;
	border-bottom: 15px #fff solid;
	border-left: none;
	background: #aa9f74;
	padding: 10px 0;
}
#container .crumb {
	margin: 1em 20px;
	font-size: 0.9em;
}
#container .crumb a {
	color: #0b421a;
}
#container .crumb a:hover {
	color: #457245;
}


/*////////////////
*	Header stuff
////////////////*/
#simpleheader {
	background: #e31c23;
	padding: 2em 0;	
}

#header{
	background: white;
	padding: 1px 0 0 0;
}
#header h1{
	/*156px high overall*/
	margin: 20px 20px 30px 20px;
	padding: 0;
	zoom:1; /*IE6 hack*/
	}
#header h1 a {
	width: 198px;
	height: 90px;
	display: block;
	margin: 0;
	padding: 0;
	background: url(/images/logo_default.gif) no-repeat left top;
}
#header h1 a span {display: none;visibility: hidden;}

#header .contact {
	display: block;
	position: absolute;
	top: 4em;
	right: 30px;
	text-align: center;
}

/*////////////////
*	Main nav
////////////////*/
#navbase {
	position: relative;
	text-transform: uppercase;
	padding-top:1px;
	padding-bottom:1px;
	background: #0b421a;
	overflow: hidden;
}
#navbase ul {
	padding: 0;
	margin: 0 0 0 16px;
	overflow: hidden;
	position: relative;
	zoom:1;
}
#navbase .menu li {
	float: left;
	display: inline;
	margin: 0;
	padding: 12px 0;
	position: relative;
	list-style-type: none;
	list-style-image: none;
	zoom: 1;
}
#navbase .menu li a {
	/*Overall height should be 35px*/
	float: left;
	display: inline; /*IE6 Hack*/
	text-decoration: none;
	margin:0;
	padding:0 6px;
	color: #fff;
	border-left: 1px #fff solid;
	background-position: left top;
	background-repeat: no-repeat;
}
#navbase .menu li.first a {
	border-left: none;
}
#navbase .menu li a:hover {
	color: #6f906f;
}
#navbase .menu li a.sel {
	color: #6f906f;
}

/*////////////////
*	Banner
////////////////*/
#banner {
}
#banner .pagebanner {
	height: 156px;
}

/*
////////////////
*	Popout
*	MultiBlock stuff
////////////////
*/
#popout .block {
	padding: 1px 10px;
	color: #efede0;
}
#popout .block h3,
#popout .block h4 {
	color: #efede0;
}

#popout .block p.img {
	display: block;
	zoom: 1;
}
#popout .block p.img span {
	padding: 2px 10px 3px 10px;
	display: block;
	background: #f3f5f3;
	color: #666;
	font-size: 0.9em;
}
#popout .block p.img img {
	display: block;
	border: 1px #efede0 solid;
	padding: 4px;
}

#popout .block ol li {
	list-style-type: none;	
	display: list-item;
	margin: 1px 0;
}
#popout .block ol li a {
	background: #efede0;
	color: #837a55;
	display: block;
	padding: 4px 10px;
	text-decoration: none;
}
#popout .block ol li a:hover {
	background: #fff;
	color: #0b421a;
	text-decoration: underline;
}


/*
////////////////
*	Sidebar area
*	MultiBlock stuff
////////////////
*/
#side ul.menu {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 2em 0;
	display: block;
	position: relative;
	}

#side ul.menu ul {
	margin: 0;
	
}

#side .menu li {
	list-style-type: none;
	list-style-image: none;
	display: block;
	position: relative;
	zoom: 1;
	margin: 0 0 1px 0;
	padding: 0;
}

#side li a {
	margin: 0;
	padding: 3px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#side li a:hover {
	color: white;
	text-decoration: underline;
}

#side div.sideimg {
	margin-bottom: 1em;
}

#side ul.level2 a {
	background: #0b421a;
	}
#side ul.level2 a.sel {
	font-weight: bold;
	}
	
#side ul.level3 a {
	background: #dce4de;
	padding-left: 20px;
	}
#side ul.level3 a.sel {
	font-weight: bold;
	}


/*////////////////
*	side block
////////////////*/
#side .block {
	padding: 1px 0 10px 0;
	background: #dce4de;
}
#side .block a {
}

#side .block p.img {
	display: block;
	margin:0;
	zoom: 1;
}
#side .block p.img span {
	padding: 2px 10px 3px 10px;
	display: block;
	background: #f3f5f3;
	color: #666;
	font-size: 0.9em;
}
#side .block p.img img {
	display: block;
}


/*
////////////////
*	Content area
*	MultiBlock stuff
////////////////
*/

#container h1 {
	margin-top: 0.5em;
}

/*general*/
#container div.img p,
#container div.imghalf p{
	/*image note*/
	font-size: 0.85em;
	margin: 0.4em 18px 0.4em 10px;
}
.seemore {
	position: relative;
	clear:both;
	overflow: hidden;
}
.seemore a {
}
.seemore a:hover {
	color: #457245 !important;
}

ul.seemore {
	margin-left: 0;
	margin-right: 0;
}

ul.seemore li {
	padding: 0;
	list-style-type: none;	
	display: list-item;
	margin: 1px 0;
}

ul.seemore a {
	display: block;
	padding: 3px 7px;
}

/*Para seemores float to take min width : UL seemores take full width*/
p.seemore a {
}

/*Side seemores use different colors*/
#side p.seemore a {
	color: #fff !important;
	background: #0b421a;
	display: inline;
}
#side p.seemore a:hover {
	color: #457245  !important;
}


/*////////////////
*	#content specific
////////////////*/

#content .fr {float: right; display: inline; clear: right;}
#content .fl {float: left; display: inline;}
#content div.leveler {clear: both;}
#content .smallblock,
#content .fullblock,
#content .halfblock,
#content .featureblock,
#content .halffeature,
#content .fullimg,
#content .newsblock,
#content .promoblock,
#content .thirdblock {
	margin: 5px;
	/*margin: 1px 0 1px 0;*/
	/*padding: 1px 0;*/
	position: relative;
	overflow: hidden;
	zoom:1;
	}
#content .smallblock {
	font-size: 0.9em;
	width: 305px;
}
#content .halfblock ,
#content .halffeature {
	width: 220px;
	padding: 0;
	float: left;
	display: inline;
	clear: none;
	position: relative;
	zoom:1;
	}

#tpl_home #content .halfblock,
#tpl_home #content .halffeature {
	width: 310px;
	margin: 5px 10px;
}	

#tpl_home #container h1 {
	/*Hidden on the home page template*/
	display: none;
}

#content .fullblock,
#content .fullimg {
	clear: both;
}

#tpl_home #content .fullblock h3,
#tpl_home #content .halfblock h3 {
	color: #fff;
	background: #0b421a;
	margin:0.5em 0 0.6em 0;
	padding: 0.5em 10px;
	border: none;
}
#content h3 {
	color: #0b421a;
	border-top: 1px #0b421a dotted;
	border-bottom: 1px #0b421a dotted;
	padding: 0.5em 0px;
	zoom: 1;
}
#content h3 small {
	clear:both;
	display: block;
	font-size: 0.7em;
	line-height: 140%;
}


/*////////////////
*	slideShowPro
////////////////*/
#content .sspdirector .swf {
	margin-left:10px;
}


/*////////////////
*	fullblock
////////////////*/
#content .fullblock div.thumb {
	margin:0 10px 0.5em 10px;
	background: #010101;
}
#content .fullblock div.thumb a,
#content .halfblock div.thumb a {
	color: white;
}
#content .fullblock div.thumb a:hover,
#content .halfblock div.thumb a:hover {
	text-decoration: underline;
	color: #0b421a;
}
#content .fullblock div.thumb img,
#content .halfblock div.thumb img {
	display: block;
}
#content .fullblock div.thumb span,
#content  .halfblock  div.thumb span{
	/*The caption*/
	display:block;
	padding: 6px 8px;
	background: #aa9f74;
	text-decoration: underline;
}

/*////////////////
*	featureblock
////////////////*/
X#content .featureblock {
	margin: 10px 0px 20px 10px;
	float: left;
	display: inline; /*IE6Hack*/
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	zoom: 1;
}
#content .featureblock a {
}
#content .featureblock a:hover {
}

#content .featureblock h3,
#content .halffeature h3 {
	background: none;
	color: #0b421a;
	border:none;
	margin: 0.3em 10px;
}

#content .featureblock .thumb,
#content .halffeature .thumb {
	width: 80px;
	height: 75px;
	font-size: 1px;
	float: left;
	display: inline; /*IE6*/
	margin: 5px;
	padding: 4px;
	border: 1px white solid;
}
#content .featureblock .info,
#content .halffeature .info {
	display: block;
	margin-left: 95px;
	position:relative;
}


/*////////////////
*	halfblock
////////////////*/

#content  div.halfblock {
	clear: none;
}
#content div.halfblock div.thumb {
	margin: 0pt 10px 0 10px;
}
	
/*////////////////
*	Contact Form
////////////////*/

button {
	background: #0b421a;
	border: 1px #0b421a solid;
	color: #fff;
	cursor: pointer;
}
button:hover {
	background: #fff;
	color: #0b421a;
}

input, select, textarea{
	border: 1px #f0eee1 solid;
	width: 22em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px 2px;
	margin: 0;
	background: #fff;
	border: 1px #AA9F74 solid;
}
input.chbx {width: auto;border: none;}

div.formElement {
	position: relative;
	clear: both;
	padding: 1px 0;
	zoom: 1;
	overflow: hidden;
	}

div.formElement.invalid {
	position: relative;
	background: #f0eee1;
	border-top: 1px #837a55 dotted;
	border-bottom: 1px #837a55 dotted;
	padding: 2px 1px 2px 1px;
	margin: 3px 0px 3px 0px;
	vertical-align: top;
	display: block;
	white-space: nowrap;
	}

div.formElement.valid {
	position: relative;
	padding: 1px 2px 1px 2px;
	margin: 0px 0px 2px 0px;
	display: block;
	/*white-space: nowrap;*/
	}
	
div.formElement.invalid.required input {background-color: #f3f5f3; border:1px #aa9f74 solid;}
div.formElement.invalid.required select {background-color: #f3f5f3; border:1px #aa9f74 solid;}

div.formElement.valid.required input,
div.formElement.valid.required select,
div.formElement.valid.required textarea {
	background-color: #f0eee1;
	border: 1px #aa9f74 solid;
	}
div.formElement p.error {
	color: #0B421A;
	font-weight: bold;
}

div.label,
label.blk {
	display: inline;
	float: left;
	clear: none;
	color: #0b421a;
	margin-top: 2px;
	margin-right: 5px;
	text-align: right;
	vertical-align: top;
	width: 11em;
	zoom:1;
	}
div.input,
span.blk {
	display: inline;
	margin-right: 2px;
	float: left;
	clear: none;
	text-align:left;
	zoom:1;
	}

label {
	display: inline;	
}

#content .invalidFormHeader {
	position: relative;
	padding: 0.5em 10px;;
	margin: 3px 0px 3px 0px;
	border:none;
	font-size: 13px;
	background: #b6ad88;
	color: #fff;
	font-weight: bold;
	}

div.errTxt {
	margin-top: 3px;
	padding: 2px 2px 0px 1em;
	color: #0000a0;
	font-weight: bold;
	vertical-align: top;}

div.hintreq:first-letter {
	color: red;
	margin-left: -1em;}
	
div.hintreq {
	float: left;
	clear: none;
	display: inline;
	margin-top: 3px;
	padding: 2px 2px 0px 1em;
	color: #0000a0;
	font-size: 11px;
	vertical-align: top;}

div.outputtext {
	float: left;
	clear: none;
	margin-top: 3px;
	padding: 2px 2px 0px 2px;
	font-size: 11px;
	vertical-align: top;
}

div.hint {
	float: left;
	clear: none;
	margin-top: 2px;
	padding: 2px 2px 0px 1em;
	color: #0000a0;
	font-size: 11px;
	vertical-align: top;
}

/*////////////////
*	File type links
////////////////*/

a.audio {
	padding-left: 20px !important;
	background-image: url(/images/icons/speaker-yellow.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}
a.text {
	padding-left: 20px  !important;
	background-image: url(/images/icons/text-file.gif);
	background-repeat: no-repeat;
	background-position: 2px center;

}






