 /* Reset
--------------------------------------------- */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, i, pre, form, fieldset, input, blockquote, th, td 
{ margin : 0px; padding : 0px; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; font-weight: normal; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em,  th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* ========================================== *
/* BASIC FORMATTING */
/* ========================================== */
body {
	text-align: center;
	font-size: 13px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #796e60;
	text-decoration: none;
	margin: 0px;
	background-color: #cbc6c0;
	padding: 30px 0 65px 0;
}
h1 {
	font-size: 36px;
	font-weight: normal;
	color: #afc122;
	margin: 0 0 12px 0px;
}
h2 {
	font-size: 30px;
	color: #7f70a4;
	font-weight: normal;
	padding: 10px 0 8px 8px;
	margin: 0 0 20px 0;
	display: block;
	border-bottom: 1px solid #e3e7e8;
}
h3 {
	font-size: 14px;
	color: #7f70a4;
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0;
}
h3 a{
	color: #7f70a4;
	text-decoration: none;
}
h3 a:hover{
	color: #7f70a4;
	text-decoration: underline;
}
h4 {
	font-size: 12px;
	color: #796e60;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
}
h5 {
	color: #7f70a4;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	text-decoration: none;
}
h5 a{
	text-decoration: none;
}
h5 a:hover{
	text-decoration: none;
}
i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #7f70a4;
	font-weight: bold;
	padding: 6px 0 0 0;
	text-decoration: none;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #7f70a4;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 6px 0 10px 0;
	text-decoration: none;
	border-bottom: 1px solid #e3e7e8;
	display:block;
}
blockquote a{
	text-decoration:none;
}
blockquote a:hover{
	text-decoration:none;
}
.invisible { visibility: hidden; padding:0; margin:0px;}
.lavender {color: #7f70a4;}
.green {color: #afc122;}

a { color: #796e60; text-decoration: underline;}
a:hover { color: #3a3229; text-decoration: underline;}

ins {text-decoration:none;}
ins a {text-decoration:none;}
ins a:hover {text-decoration:none;}
/* ========================================== *
/* MAIN BLOCK ELEMENTS */
/* ========================================== */
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(../images/container-bg.gif);
	background-repeat: repeat-y;
	background-position: bottom right;
	background-color: #ffffff;
}
#clear-container {
	width:960px;
	height:1px;
	clear: both;
}
.clear-both {
	display: block;
	clear: both;
} 
#image-bar {
	padding: 0;
	margin: 0 0 20px 0;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	font-size:1px;
	display:block;
	height:223px;
}
#footer {
	width:960px;
	color: #796e60;
	text-align: left;
	padding: 0 0 30px 0;
	margin: 0 auto;
	clear: both;
	font-size:12px;
}
/* ========================================== *
/* MAIN FLOAT ELEMENTS */
/* ========================================== */
#main {
	width: 910px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	float:left;
	border-left: 40px solid #ffffff;
}
#strip {
	width: 10px;
	margin: 0px;
	padding: 0px;
	float:left;
	background-image: url(../images/main-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#clear-main {
	width:950px;
	height:1px;
	clear: both;
}

#col1 {
	width: 220px;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0 0 20px 0;
	float:left;
	line-height:19px;
}
#col2-index {
	width: 650px;
	text-align:justify;
	vertical-align: top;
	float:left;
	padding: 0 0 20px 0;
}
#col2 {
	width: 650px;
	text-align:justify;
	vertical-align: top;
	float:left;
	padding: 0 0 20px 0;
}

#col3 {
	text-align: left;
	vertical-align: top;
	float:left;
	padding: 0 0 20px 0;
	
}
/* ========================================== *
	TOP BAR
/* ========================================== */
#topbanner {
	width: 870px;
	height: 134px;
	margin: 0 0 14px 0;
	color: #FFFFFF;
	border-bottom: 1px solid #e3e7e8;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#search {
	float: left;
	margin: 90px 0 0 0;
	color: #796e60;
}
#go-button {
	width: 38px;
	height: 23px;
	margin: 90px 0 0 0;
	float: left;
}



/* ========================================== *
	NAV BAR etc
/* ========================================== */
#mainnav {
	height: 40px;
	width:869px;
	border-bottom: 1px solid #e3e7e8;
	padding: 0;
	margin: 0 0 0 0;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
#mainnav ul { display: block;}

#mainnav li {
	line-height: 20px; 
	height: 20px;
	color: #796e60;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
}
#mainnav li a{
	background-image: url(../images/mainnavs-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 20px;
	padding: 0 0 0 11px;
	height: 20px;
	color: #796e60;
	text-decoration:none;
	
}
#mainnav li a:hover{
	line-height: 20px;
	height: 20px;
	color: #7f70a4;
	text-decoration:none;
	background-image: url(../images/mainnavs-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#mainnav li a.current{
	line-height: 20px;
	height: 20px;
	color: #7f70a4;
	text-decoration:none;
	background-image: url(../images/mainnavs-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#mainnav li a.section{
	line-height: 20px;
	height: 20px;
	color: #7f70a4;
	text-decoration:none;
	background-image: url(../images/mainnavs-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
/* ========================================== *
	COLUMN ONE
/* ========================================== */

#col1 p{
	width: 190px;
	margin: 10px 0 0 0;
	padding: 0px;
	font-size: 11px;
	
}
#col1 p br{ line-height: 10px; }
#col1 ul {
	text-indent: 0;
	padding: 20px 0 0 0 ;
	margin: 10px 0 20px 0;
	width: 190px;
	line-height: 22px;
	border-left: 3px solid #7f70a4;
}
#col1 li {
	color: #7f70a4; 
	text-decoration: none;
	font-weight:bold;
	padding: 0;
	margin: 0 0 0 10px;
	list-style-position: outside;
	list-style-type: none;
}
#col1 li a{
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#col1 li a:hover{
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	color: #7f70a4; 
	text-decoration: none;
}
#col1 li a.current{
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	color: #7f70a4; 
	text-decoration: none;
}
#col1 li a.section{
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	color: #7f70a4; 
	text-decoration: none;
}
#col1 ul ul{
	text-indent: 10px;
	padding: 0px;
	margin: 0px;
	width: 180px;
	line-height: 22px;
	border-left: 0px;
}
#col1 ul ul li {
	color: #7f70a4; 
	text-decoration: underline;
	font-weight:normal;
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	font-style:italic;
	text-indent: 0px;
}
#col1 ul ul li a{
	color: #7f70a4; 
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	font-style:normal;
}
#col1 ul ul li a:hover{
	font-weight:normal;
	margin: 0px;
	padding: 0;
	color: #7f70a4; 
	text-decoration: none;
	font-style:italic;
	text-decoration: underline;
}

#col1 ul ul li a.current{
	color: #7f70a4; 
	text-decoration: underline;
	font-weight:normal;
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	font-style:italic;
	text-indent: 0px;
}
#col1 ul ul li a.section{
	color: #7f70a4; 
	text-decoration: underline;
	font-weight:normal;
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	font-style:italic;
	text-indent: 0px;
}

.col1-sub {
	border-top: 1px solid #e3e7e8;
	width: 190px;
	padding: 20px 0 0 0;
}
.print {
	height: 28px;
	width: 116px;
	display: block;
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.print a{
	height: 28px;
	width: 116px;
	display: block;
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration:none;
}
.print a:hover{
	height: 28px;
	width: 116px;
	display: block;
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-decoration:none;
}
/* ========================================== *
	COLUMN TWO
/* ========================================== */


#col2-index-text {
	margin: 0 40px 20px 10px;
	padding: 0;
	line-height: 20px;
	float: left;
	text-align: justify;
	width: 400px;
}
#col2-index-text br { line-height: 8px;}

#col2-inner-text {
	margin: 0 110px 20px 10px;
	padding: 0;
	line-height: 20px;
}
#col2-inner-text br { line-height: 19px;}

#col2-inner-text p { margin: 0 0 13px 0; padding: 0; }

#col2-inner-text table { border: 1px solid #e3e7e8; text-align:left; margin: 5px 0 15px 0; font-size:12px; width: 90%;}
#col2-inner-text tr { padding: 0; margin: 0px; }
#col2-inner-text td {
	padding: 5px 5px 2px 5px;
	margin: 0px;
	border: 1px solid #e3e7e8;
	vertical-align:top;
	white-space: nowrap;
}


#col2 ul {
	width: 500px;
	text-indent: 0;
	padding: 0 0 0 0px ;
	margin: 10px 0 10px 5px;
	
}
#col2 li {
	padding: 0px 0px 6px 8px;
	margin: 0px 0px 0px 10px;
	list-style-position: outside;
	list-style-type: disc;
		
}
#col2 .text, #col2 textarea  {
	width: 250px
}
.indent {margin: 2px 0 2px 10px; display: block; }

/* ========================================== *
	COLUMN THREE
/* ========================================== */
#col3 p{
	width: 190px;
	margin: 10px 0 0 0;
	padding: 0px;
	font-size: 11px;
}
#col3 p br{ line-height: 10px; }

#col3 ul {
	text-indent: 0;
	padding: 0 ;
	margin: 0 6px 0 6px;
	width: 165px;
}
#col3 li {
	text-indent: 3px;
	padding: 10px 0 9px 0;
	border-bottom: 1px solid #ffffff;
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
	display:block;
}

/* ========================================== *
	FORM SPECIFIC
/* ========================================== */


.searchfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#ffffff;	
	border: 1px solid #e3e7e8;
	padding: 3px 0 5px 5px;
	width: 140px;
	color:#796e60;
	margin: 0 0 10px 0;

}
.searchfield2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#ffffff;	
	border: 1px solid #e3e7e8;
	padding: 3px 0 5px 5px;
	width: 140px;
	color:#796e60;
	margin: 0 0 10px 0;
	display: block;
}
.bmi-button {
	margin: 10px 0 10px 0;
	display:block;
}
.checkbox { margin: 0 6px 0 0; padding:0; line-height: 18px; border: 1px solid #b4b4b4;}
.formtext {margin: 0 0 5px 0; line-height: 18px; display: block;}

.searchbreak {
	display: block;
	height: 6px;
}

.menus {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#f5f6f7;	
	border: 1px solid #b4b4b4;	
	padding:0;	
	width: 140px;
	color:#000000;
	margin: 0 0 10px 0;
	height: 18px;
	line-height: 18px;
	vertical-align:middle;
}
div#stratumtrap { display: none; visibility: hidden; }
.radio { margin: 0 10px 7px 0;}
#vote-button {
	width: 50px;
	height: 23px;
	margin: 10px 0 0 0;
	background-image: url(../images/button-vote.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	display:block;
}
#vote-button a{
	text-decoration: none;
	width: 50px;
	height: 23px;
	background-image: url(../images/button-vote.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	display:block;
}
#vote-button a:hover{
	text-decoration: none;
	width: 50px;
	height: 23px;
	background-image: url(../images/button-vote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
}

/* ========================================== *
	BASE BAR / FOOTER
/* ========================================== */

#footer a {
	color: #796e60;
	text-decoration: underline;
}
#footer a:hover {
	color: #3a3229;
	text-decoration: underline;
}

#footer p {
	margin: 12px 0 0 0;
	float: left;
}
.footer-right {margin: 12px 0 0 0; float:right;}






/* ================================================================= *
	NEW STYLES ADDED BY NEIL - IMAGES & SILVERSTRIPE RELATED STYLES
/* ================================================================= */


.typography em {
	font-style: italic;	
}

.typography .pagepic {
	
	margin: 0px -100px 100px 40px;
	display: inline;
	float: right;
}
.typography .pagepic img{
	width: 120px;
	padding: 1px;
	border: 1px solid #e3e7e8;
}
.typography .pictext{
	width: 120px;
	display: block;
	padding: 1px 0px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #999;
}
.photospacer {
	display: block;
	width: 100px;
	height: 20px;
}



.listing-thumb img{
	border: 1px solid #b5b5b5;
	padding: 2px;
	margin: 0px 0px 6px 20px;
	display: block;
	float: right;
}

	.typography img.right {
		border: 1px solid #b5b5b5;
	padding: 2px;
	margin: 0px 0px 6px 20px;
	display: block;
	float: right;
	}
	.typography img.left {
		border: 1px solid #b5b5b5;
	padding: 2px;
	margin: 0px 20px 6px 0px;
	display: block;
	float: left;
	}

.typography img.leftAlone {
		float: left;
		display: block;
		clear: right;
		margin-right: 100%;
	}
	
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-right: 100%;
		border: 1px solid #b5b5b5;
	}
	
	
	
	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}




/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}
	
	
/* SITEMAP STYLES
------------------------------------------------ */
.printspacer { 
	display: block; 
	height: 48px;
	width: 190px;
	line-height: 22px;
	 }

	ul#Sitemap{}
	ul#Sitemap li {list-style: none; }
	
	ul#Sitemap li.SitemapLevel1 {margin: 8px 0px 4px 0px; text-decoration:none;}
	ul#Sitemap li.SitemapLevel2 {margin: 0px 0px 0px 15px;}
	ul#Sitemap li.SitemapLevel3 {margin: 0px 0px 0px 30px;}
	ul#Sitemap li.SitemapLevel4 {margin: 0px 0px 0px 45px;}