/*----------------------MAIN CONTENT------------------------*/
* {	
	margin: 0;
	padding: 0;
}
body
{
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	margin: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}
h1 
{
	font-size: 100%;
	letter-spacing: .2em;
	font-weight: normal;
	color: #7B7E61;
	text-align: center;
}
h2 
{
	text-align: center;
	font-size: 95%;
	font-weight:bold;
	color: #666666;
	padding: 2px 0;
	border: 1px solid #D1D2C4;
	margin-bottom: 20px;
/*	background-image: url(../dev/template/images/horizontalLinev2.2.gif);
*/	background-position: center bottom;
	background-repeat: no-repeat;
}
h2 span{
	padding: 0 7px;
}
h3{
	text-align: left;
	font-weight: bold;
	color:#727272;
	font-size: 97%;
	margin-bottom: 20px;
	clear: left;
}
h3 span{
	padding: 0 8px 0 12px;
	/*background-color: #E4E6DD; darker*/
	/*background-color: #E8E9E2;*/
	background-image: url(../assets/blackArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
h4{
	text-align: left;
	font-weight: normal;
	color:#000;
	font-size: 97%;
	margin-bottom: 2px;
	/*text-decoration: underline;*/
}
p 
{	
	font-size: 100%;
	padding-bottom: 10px; 
	text-align: left;
}
a:link, a:visited, a:hover, a:active 
{
	color:#000000; 
	text-decoration: none;
}
ul 
{
	padding-bottom: 10px;
	/*list-style-type: circle;*/
}
/*---------------PAGE DIVS---------------*/
/*main background-color: #E8E9E2;*/
/*container holds everything*/
#container
{
	position: relative;
	width: 775px;
	margin: 0 auto;
	text-align: left;
	background-color:#E8E9E2;
	border:1px solid #6C6F55;
}
#heading {
	width: 775px;
	background-color: #DCDDD2;
}
#header
{
	height: 80px;
	width: 775px;
	background-color: #DCDDD2;
	background-image: url(../assets/noMore.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.info{
	width: 775px;
	background-color: #E8E9E2;
	text-align: center;
	padding: 5px 0 5px 0;
	border-top: 3px solid #D1D2C4;
	border-bottom: 3px solid #D1D2C4;
}
.info ul{
	padding-bottom: 0px;
}
.info li{
	display: inline;
}
.info a{
	padding: 0 8px 0 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BEC49F;
}
.info #infoLast a{
	padding: 0 8px 0 8px;
	border-right: 0px;
}
/*holds left centre and right content*/
#mainContent {
	width: 775px;
	margin-top: 20px;
	background-image: url(../assets/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#centre{
	/*585*/
	width: 585px;
	float: left;
	text-align: center;
	/*background-color: #ffffff;*/
	/*border: 1px solid #CED2B6;*/
	padding-bottom: 30px;
}
#text{
	margin-left: 40px;
	margin-right: 40px;
}
#infoZoneHeader{
	/*padding: 0px 10px;
	margin-bottom: 20px;
	border: 1px solid #D1D2C4;*/
}
#pageDescription
{
	font-size: 100%;
	margin-top: 10px;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-align: center;
}
.infoZone{
	text-align: left;
	clear: both;
	padding: 0 10px;
	/*padding: 0 15px;
	background-color: #CCCCCC;*/
}
.infoZone li {
	list-style-position: outside;
	margin-left: 20px;
}
/*---------------NAVIGATION---------------------------*/
#navigation{
	/*TOTAL 170*/
	padding-left: 20px;
	padding-right: 20px;
	width: 130px;
	float: left;
}
#navigation a {
	/*background-color:#33FF00;*/
	display: block;
	/*width: 130px;*/
	width: 126px;
	margin-top: 8px;/*need for IE*/
	margin-bottom: 8px;
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CED2B6;
	border-bottom-color: #CED2B6;
	text-decoration: none;
}
#navigation #navFirst{
	margin-top: 8px;
}
#navigation #navLast{
	margin-bottom: 8px;
}
#navigation a:link, #navigation a:visited {
	color: #414F49;
}
#navigation a:hover, #navigation .active a{
	background-color: #FBFCF9;
}
#navigation ul{
	list-style-type: none;
	padding-bottom: 0px;
}
/*----------FOOTER--------------*/
#footer
{
	/*width: 585px;*/
	width: 545px;
	padding: 2px 20px 0 20px;
	margin-left: 170px;
	margin-bottom: 20px;
	background-color: #E8E9E2;
	text-align: center;
}
#footer a {
	padding: 0 8px 0 8px;
}
#footer li {
	display:inline;
}
#footer ul {
	padding-bottom: 0px;
}
/*----------------TABS-----------------------*/
#tabs{
	padding: 15px 20px 15px 20px;
/*	background-image: url(../dev/template/images/horizontalLinev2.1.gif);
*/	background-repeat: no-repeat;
	background-position: center bottom;	
/*	border-bottom: #CCCCCC 1px solid;*/
}
#tabs li {
	display: inline;
}
#tabs ul {
	display: inline;
	padding-bottom: 0px;
}
#tabs a {
	padding: 0 8px 0 15px;
	white-space: nowrap;
	background-image: url(../assets/hollowDot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
}
#tabs a:hover, #tabs .active a{
	background-image: url(../assets/fullDot.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*---------------COPYRIGHT-----------------------*/
#copyright{
	position: relative;
	color: #7B7E61;
	font-size: 85%;
	text-align: center;
	width: 775px;
	margin: 0 auto;
	margin-top: 1px;
}
#copyright span{
	padding: 0 10px 0 10px;
}
#copyright a:link, #copyright a:visited, #copyright a:hover {
	color: #7B7E61;
}
/*----------------CLEAR FIX--------------------*/
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}
.clearfix {display: inline-block;}
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
