/*Body style*/
body {
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.clear {
	clear: both;
}

/* site map holder DIV */
#site_map {
	width: 100%;
	padding-left: 50px;
	padding-top: 50px;
}

/* img styles take off border with links */
a img {
	border: 0px;
	}
a:hover img {
	border: 0px;
}

.image-right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: left;
}
.image-left {
	float: left;
	margin-bottom: 20px;
	clear: right;
	margin-right: 20px;
}

.image-left-home {
	float: left;
	margin-bottom: 8px;
	clear: right;
	margin-right: 8px;
}


/*H1,2,3,4 P Tag styles*/

/*H1=Red title*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F40008;
	margin: 0px;
	padding: 0px;
}

.stauffh1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006633;
	margin: 0px;
	padding: 0px;
}

a.h1 {
	color: #333333;
}

a.h1:hover {
	color: #F40008;
}

/*H2=Bold body text*/
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

a.h2 {
	color: #333333;
}

a.h2:hover {
	color: #F40008;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}

a.h3 {
	color: #660066;
}

a.h3:hover {
	color: #660066;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}

a.h4 {
	color: #660066;
}

a.h4:hover {
	color: #660066;
}

/*P tag=Body text*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
}

a.p {
	color: #333333;
	text-decoration: none;
}

a.p:hover {
	color: #333333;
	text-decoration: none;
}

/*Div holds nav down left hand side*/
#left_nav_holder{
	float: left;
	width: 130px;
	height: 500px;
	background-color: #f1f1f1;
	position: absolute;
	left: 0px;
	top: 180px;
}

/*Top level nav styles*/
.lnav {}

ul.lnav {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
}

ul.lnav li {
	display: block;
	width: 130px;
	text-align: left;
	background-color: #CCCCCC;
}

ul.lnav li a {
	display: block;
	margin: 0px;
	padding: 10px 5px 10px 20px;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../_img/sitewide_img/nav_background.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

ul.lnav li a:hover {
	background-image: url(../_img/sitewide_img/nav_background.gif);
	color: #F40008;
}

/*Sub level nav styles*/
.lnav2 {}

ul.lnav2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

ul.lnav2 li {
	display: block;
	width: 130px;
	text-align: left;
}

ul.lnav2 li a {
	display: block;
	margin: 0px;
	padding: 5px 5px 5px 20px;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../_img/sitewide_img/subnav_background.gif);
}

ul.lnav2 li a:hover {
	background-image: url(../_img/sitewide_img/subnav_background.gif);
	color: #F40008;
}

/*Header*/
#header {
	height: 185px;
	width: 100%;
	background-image: url(../_img/sitewide_img/header_strip_repeat.jpg);
	background-repeat: repeat-x;
}

/*Div holds centre content*/
#centre_content_holder {
	padding-left: 150px;
	padding-top: 0px;
	padding-right: 210px;
	padding-bottom: 200px;
	margin: 0px;
}

/*Div holds right hand content*/
#right_content_holder {
	width: 160px;
	position: absolute;
	top: 180px;
	margin: 0px;
	padding: 0px;
	right: 20px;
	z-index: 3;
}

/*Footer + text style*/
#footer {
	width: 100%;
	height: 25px;
	background-color:#F40008;
	vertical-align: middle;
	text-align: center;
	clear: both;
}


.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 10px;
	text-decoration: none;
}

footer_text.p {
	color: #333333;
	text-decoration: underline;
}

footer_text.p:hover {
	color: #333333;
	text-decoration: underline;
}

/* DIV container holding logos below footer*/
#useful_links {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

/*Email DIV container & graphics*/
#email_news_container {
	width: 160px;
	background-position: center bottom;
	background-image: url(../_img/emailform_background.jpg);
	background-repeat: no-repeat;
	height: 220px;
	background-color: #f1f1f1;
}

#email_news_container_inner {
	width: 144px;
	background-repeat: no-repeat;
	height: 220px;
	padding-right: 8px;
	padding-left: 8px;
}

/*DIV container for latest project box*/
#latest_project_title {
	background-color: #999999;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 5px;
}

#shawbodies_pic_container {
	width: 100%;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 50px;
}

.latest_project_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 0px 0px 20px;
}


/*DIV container, hold view other projects title*/
#other_project_title {
	background-color: #FF0000;
	width: 100%;
	height: 28px;
	padding: 0px;
	margin: 0px;
}

/*DIV container, holds latest news title*/
#latest_news_title {
	background-color: #FF0000;
	width: 100%;
	height: 28px;
	padding: 0px;
	margin: 0px;
}

/*DIV container for latest news styles (left, right)*/
.latest-news-story-left{
	float: left;
	width: 160px;
	text-align: left;
	padding-bottom: 5px;
}

.latest-news-story-right{
	float: right;
	width: 160px;
	padding-bottom: 5px;
	text-align: left;
}

/*Below are styles for the latest news style a & hovers*/
.latest_news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	text-decoration: none;
}

#outline_holder {
	width: 100%;
	border: 1px solid #666666;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #ff0000;
	padding-bottom: 8px;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

#outline_holder_line {
	width: 100%;
	border: 1px solid #666666;
	text-align: center;
	height: 200px;
}

#pic_holder_clear {
	width: 100%;
	text-align: left;
}

a.latest_news_title {
	color: #333333;
}

a.latest_news_title:hover {
	color: #F40008;
}

#news_line {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
	padding-bottom: 5px;
}

/* text scroller for policies content */
div.scroll_main_content {
	width: 100%;
	overflow: auto;
	height: 450px;
}

/* Shawbodies left & right containers */
#shawbodies_container_left {
	width: 160px;
	background-color: #006600;
}

/*Shawbodies DIV container*/
#shawbodies_container_right {
	width: 150px;
	height: 150px;
	float: right;
}

div.scroll_shawbodies_container_left {
	width: 200px;
	overflow: auto;
	height: 500px;
}

#shawbodies_content_holder {
	padding-top: 0px;
	margin: 0px;
	height: 430px;
	padding-right: 20px;
}

#latest_project_container {
	width: 160px;
	height: 220px;
	background-color: #f1f1f1;
}

#for_sale_container {
	width: 160px;
	height: 100px;
	background-color: #f1f1f1;
}

