/* Developed by Matthew Sloggett */

body {
	margin:0px 0px 0px 0px;
	padding:0px;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size: 76%;
}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.9em;
	margin: 1em 0em 1em 0em;
	font-weight: bold;
	color: #E55A16;
	font-family: "Times New Roman", Times, serif;
	}
h3 {
	font-size: 1.4em;
	margin: 1em 0em 0.1em 0em;
	font-weight: bold;
	color: #284908;
	font-family: "Times New Roman", Times, serif;
	}
h4 {
	font-size: 1.2em;
	margin: 1em 0em 0.1em 0em;
	font-weight: bold;
	font-style:italic;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	}
h5 {
	font-size: 1.0em;
	margin: 1em 0em 1em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1em 0em 1em 0em;
	font-weight: bold;
	}
img {
	border: 0px;
	}
p {
	color: #000000;
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0.1em 0em 1.4em 0em;
	}
li {
	color: #000000;
	}
a {
	font-size: 1.0em;
	line-height: 1.4em;
	color: #284908;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
strong, b {
	font-weight: bold;
	}

#container1 {
	width: 98%;
}
#container2 {}
#container3 {}

#branding 	{
	text-align: center;
	padding-bottom: 10px;
	border: 1px dotted #cccccc;
}
	#branding-logo {}
	#branding-tagline {}
		#branding-tagline h1 {
			display: block;
			padding: 10px 0px 0px 0px;
			}
	#branding-name {}
	#branding-extra {}
#nav1 { display: none;}

	#nav1-main {}
	#nav1-section {}
	#nav1-supp {}
	#nav1-extra {}

#nav2 {}

	#nav2-main {}
	#nav2-section { display: none;}

	#nav2-supp { float: right; display:block; width: 160px; padding: 5px; position: absolute; top: 5px; left: 5px;}
	#nav2-supp h4{ display: none;}
	#nav2-extra {}
#content1 {}
	
	#content1-intro { text-align: right;}
	#content1-main {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
	}	
	#content1-supp {}
	#content1-extra {clear: both; height: 1px;}
	
#siteinfo {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	text-align: center;
	background:#ffffff;
}

#siteinfo p, #siteinfo a, #siteinfo ul, #siteinfo li {color: #E55A16;}
	
	#siteinfo p{ font-size: 1em; margin: 0px; padding: 0px;}
	#siteinfo ul{ margin: 0px; padding: 5px 0px 2px 0px; text-align: center;}
	#siteinfo li{ font-size: 1.0em; display: inline; padding: 0px 0px 0px 0px; margin: 0px;}
	#siteinfo li a{ padding: 0px 4px 0px 4px; margin: 0px;}

	#siteinfo-legal { 
		margin: 0px; 
		padding: 10px 0px 0px 0px;
	}
	#siteinfo-credits { 
		margin: 0px; 
		padding: 0px 40px 0px 40px;
	}
	#siteinfo-extra {}

/* Form */
input { background-color: #FFFFFF;}
.text_form { font-size: 1em; background-color: #FFFFFF; color: #000000; border: solid #000000 1px; width:180px; margin-bottom: 2px; font-family: arial, Garamond, Georgia, "Times New Roman", Times, serif;}
.button { font-size: 1em; background-color: #FFFFFF; color: #000000; border: solid #000000 1px; width:80px; font-family: arial, Garamond, Georgia, "Times New Roman", Times, serif;}
textarea { font-size: 1em; background-color: #FFFFFF; color: #000000; border: solid #000000 1px; width:180px; font-family: arial, Garamond, Georgia, "Times New Roman", Times, serif;}
.check_box { font-size: 1em; background-color: transparent; color: #000000; font-family: arial, Garamond, Georgia, "Times New Roman", Times, serif;}


/* Specials */

.hide {display: none;}
.hide_div {display: none;}
.clear_both {clear:both;}
.clear_left {clear:left;}
.clear_right {clear:right;}
.indent {padding: 0px 0px 0px 20px;}
