@charset "UTF-8";
/* CSS Document */
<style media="screen" type="text/css">
	/* <!-- */
	/* General styles */

	
	h1 {
		margin:.8em 0 .3em 0;
		padding:0;
		font-size:1.6em;
		color:#716545;
	}
	
	h2 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-size:1.6em;
		color:#716545;
	}
	h3 {
		margin:1.2em 0 .5em 0;
		padding:0;
		font-size:1.2em;
		color:#716545;
	}
	h4 {
		margin:1.1em 0 .2em 0;
		padding:0;
		font-size:1.2em;
		color:#716545;
	}
	h4, x:-moz-any-link {
		margin-bottom:1em;
    	*margin-bottom:0; /*overrule for ie6 and ie7 which also read this rule*/ 
	}
	h4, x:-moz-any-link, x:default {
		margin-bottom:1em;
    	*margin-bottom:0; /*overrule for ie6 and ie7 which also read this rule*/ 
	} 
	@media screen and (-webkit-min-device-pixel-ratio:0) { 
    h4 { 
        margin-bottom:1em; 
    } 
	}
	h5 {
		display: block;
		margin:0 0 .45em 0;
		padding:0;
		font-size:1.2em;
		color:#716545;
	}
	h6 {
		display: block;
		margin:0 0 .8em 0;
		padding:0;
		font-size:1.2em;
		color:#716545;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	
	.news a, .news a:visited {
	display:block;
	float: left;	
	height:auto;
	font-size:1em;
	color:#888;
	line-height:1.3em;
	margin:1em 0 2em 0;
	text-decoration:none;
	}
	.news a:hover {
	color:#ccc;
	}
	
	.news_follows a, .news_follows a:visited {
	display:block;
	float: left;	
	height:auto;
	font-size:1em;
	color:#888;
	line-height:1.3em;
	margin:.6em 0 .8em 0;
	text-decoration:none;
	}
	.news_follows a:hover {
	color:#ccc;
	}
	
	.news_inabox a, .news_inabox a:visited {
	position:absolute;
	top:10px;
	display:block;
	float: left;	
	height:auto;
	font-size:1em;
	color:#888;
	line-height:1em;
	margin:0 0 .8em 0;
	text-decoration:none;
	}
	.news_inabox a:hover {
	color:#ccc;
	}
	
	/* Header styles */
	#header_news {
		clear:both;
		float:left;
		width:62.33em;
	}
	
	#header_news {
		border-bottom:1px dotted #666;
		padding: 0 0 .5em 0;
		margin-left: 1em;
	}
	
	#header_news_inabox {
		padding: 0;
		margin-left: 1em;
	}
	
	body #header_news { 
		 _margin-left: 0.5em; 
	}
	
	#header_news p {
		padding:.4em 15px 0 0;
		margin:0;
	}
	#header_news h1,
	#header_news h2 {
		padding:.4em 15px 0 0;
		margin:0;
		font-size:2.4em;
		color:#716545;
	}
	#header_news ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header_news ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header_news ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header_news ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header_news ul li a.active,
	#header_news ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header_news ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#000;
		border-top:4px dotted #fff;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (double page) settings */
	.doublepage {
		background:#111;		/* right column background colour */
	}
	.doublepage .colleft {
		right:50%;			/* right column width */
		background:#000;		/* left column background colour */
	}
	.doublepage .col1 {
		width:46%;			/* left column content width (column width minus left and right padding) */
		left:52%;			/* right column width plus left column left padding */
	}
	.doublepage .col2 {
		width:46%;			/* right column content width (column width minus left and right padding) */
		left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	
	.doublepage_black {
		background:#000;		/* right column background colour */
	}
	.doublepage_black .colleft {
		right:50%;			/* right column width */
		background:#000;		/* left column background colour */
	}
	.doublepage_black .col1 {
		width:46%;			/* left column content width (column width minus left and right padding) */
		left:52%;			/* right column width plus left column left padding */
	}
	.doublepage_black .col2 {
		width:46%;			/* right column content width (column width minus left and right padding) */
		left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	
	/* Footer styles */
	#footer_news {
		clear:both;
		float:left;
		width:62.33em;
		margin-left:1em;
		border-top:1px dotted #666;
	}
	body #footer_news { 
		 _margin-left: 0.5em; 
	}
	#footer_news p {
		padding: .6em 0 1em 0;
		margin:0;
		font-size:1em;
		color:#777;
	}

	#footer_news a, #footer_news a:visited {
		color:#777;
		line-height:1.3em;
		text-decoration:underline;
	}

	#footer_news a:hover {
		color:#ccc;
	}
	.news_line {
		display:block;
		overflow:hidden;
		margin:0px;
		padding:0px;
		height:0px;
		width:100%;
		border-top:1px dotted #666;
	}

	
	/* ---------------------  newsletter email form  -------------------------- */
	
	
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  width: 28em; 
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #555;
  border-width: 1px;
  border-style: solid;
  padding: 1em;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 7em; 
	padding: 0; 
	margin: .1em 0 .5em 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:16em;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	border:none;
	color:#ccc;
	background-color:#333; 
	margin: .1em 0 .5em 0;
	float:right;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

form small {
	display: block;
	margin: 1em 0 .2em 0; /* instructions/comments left margin set to align w/ right column inputs */
	font-size: .9em;
}

form #spacer {
	display:block;
	clear:both;
	height:.1em;
	width:100%;
	margin:0;
	padding:0;
}

html > body form #spacer { 
    *height: 1.5em;
}

form .required {
	font-weight:bold;
} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
form .submit {
		clear:left;
		float:right;
    	border:none;
		color:#333;
		margin:0;
		padding:0;
		height:19px;
		width:70px;
		background-color:#999;
	}
form .submit:hover {
		color:#000;
		background-color:#ccc;
	}
	form input:focus {
	outline: none;
}
	
	form a, form a:visited {
	height:auto;
	font-size:1em;
	color:#888;
	line-height:1.3em;
	margin:1em 0 0 0;
	text-decoration:none;
	}
	
	form a:hover {
	color:#ccc;
	}

	

	/* --> */