*
{
margin: 0px;
padding: 0px;
}

body {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:center;
}

#header {
	background: url(../images/banner_coll3.jpg);
	width: 994px;
	height: 125px;
	background-repeat:no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
#signin 
{
    position:absolute;
    top: 8px;
    right: 10px;
}
#logo {
	width: 994px;
	height: 125px;
	text-align: right;
	margin-left: auto;
	padding-top: 25px;
	margin-right: auto;
}
#logo H1 a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 36px;
	color: #ffffff;
	padding-right: 10px;
}

#logo H2 a
{
    text-decoration: none;
    font-style: italic;
    font-size: 11pt;
    color: #ffffff;
    padding-top: 60px;
    padding-right: 10px;
    vertical-align: bottom;
    position: relative;
    top: 30px;
}

a:link {
	color: #000000;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #cccccc;
}

a:visited {
	color: #000000;
	text-decoration:none;
}

#content{
	margin: 0 auto;
	width: 994px;
	text-align: left;
	background-color: #8FA8A2;
}

.single{
	background-color: #8FA8A2;
	padding-left: 10px;
	padding-right : 10px;
	text-align: left;
}
.single ul{
	padding-left: 20px;
}

.single a:link {
	color: #000000;
	text-decoration:underline;
}

.single a:hover {
	text-decoration:underline;
	color: #cccccc;
}

.single a:visited {
	color: #000000;
	text-decoration:underline;
}
.editItemsTable{
    border-collapse: collapse;
    border: solid 1px white;
}
.editItemsCell{
    border: solid 1px white;
    padding: 2px 5px 2px 5px;
}

#menu{
	width: 994px;
	height: 24px;
}
#menu_bg{
	height: 34px;
	background: url(../images/menu_bg_red_plain2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 994px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#menu ul {
	list-style: none;
	padding-top: 4px;
	padding-left: 5px;
}
#menu ul li ul{
	border: 1px solid #ffffff;
	padding: 0px;
	margin-top: 4px;
}

#menu ul li ul li ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 11pt;
	float: left;
	height: 21px;
	display: block;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

#menu a:hover{
	height: 1.2em;
	background: url(../images/menu_hov.png);
}

#leftMenuTop a
{
    color:White;
    font-weight: normal;
}
#leftMenuTop a:hover
{
    color:White;
    font-weight: normal;
    text-decoration: underline;
    
}
#leftMenuTop a:visited
{
    color:White;
    font-weight: normal;
}

#main{
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}
#mainwide{
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

.StaticMenuStyle
{
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 2px;
}
.StaticMenuItemStyle
{
    padding: 2px 5px 2px 5px;
}
.StaticHoverStyle
{
    color: #000000;
    background-color: #ffffff;
}
.StaticSelectedStyle
{
    color: #666699;
}
.DynamicMenuStyle
{
    background-color:#F7F6F3;
    border: solid 1px #C00000;
    padding-left:3px;
    padding-right: 3px;
    padding-bottom: 2px;
}
.DynamicMenuItemStyle
{
    padding: 2px 5px 2px 5px;
}
.DynamicHoverStyle
{
    color: #000000;
    background-color: #FFE0C0;
}
.DynamicSelectedStyle
{
    color: #CCCCCC;
}

#columnleft
{
    float: left;
    width: 150px;
    text-align: left;
    /*position: relative; */
}
#columnright
{
    margin-left: 168px;
    text-align: left;
  /*  position:relative; */
}
.leftblock
{
    border: 1px solid #DBDB79;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.leftblock h2
{
    font-size: 10pt;
}
.rightBlock
{
    /*border: 1px solid #DBDB79;*/
    margin-bottom: 10px;
    position: relative;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}
/* For itemadmin pages */
.company
{
    border-right: #cccc66 1px solid;
    border-left: #cccc66 1px solid;
    border-bottom: #cccc66 1px solid;
	padding-bottom: 10px;
}
.company p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.company table{
    width: 244px;
}
.company table tr td img
{
    padding-left: 10px;
}
.company table tr th a{
	font-family: Arial, Helvetica, sans-serif;
	color: #996633;
	font-size: 14px;
	font-weight:bold;
    text-align: left;
    vertical-align: top;
}
.company table tr th{
	font-family: Arial, Helvetica, sans-serif;
	color: #996633;
	font-size: 14px;
	font-weight:bold;
    text-align: left;
    vertical-align: top;
}

.company table tr td a{
	font-family: Arial, Helvetica, sans-serif;
	color: #996633;
	font-size: 12px;
	text-decoration:underline;
	font-weight:bold;
}
#left{
	width: 246px;
	padding-right: 10px;
	vertical-align: top;
}

#left a:hover{
	color: #000000;
	text-decoration:none;
}
.bor H3, .borTop H3{
    font-family: Verdana, Georgia, "Times New Roman" , Times, serif;
    font-size: 12px;
    width: 240px;
    height: 21px;
    font-weight: bold;
    padding: 5px 0px 0px 10px;
    color: #ffffff; /*background: url(../images/titleleft_maroon.jpg);*/
    text-align: left;
}
/*#left H3*/
.bor H3
{
    background-color: #996633;   
}
.borTop H3
{
    background-color: #B3A57E;
}
.bor H6, .borTop H6
{
    font-family: Verdana, Georgia, "Times New Roman" , Times, serif;
    font-size: 13px;
    font-style: italic;
    width: 240px;
    height: 21px;
    font-weight: bold;
    padding: 5px 0px 0px 6px;
    margin-top: 10px;
    color: #996633; /*background: url(../images/titleleft_maroon.jpg);*/
    text-align: left;
    background-color: #ffffff;
    border-top: solid 1px #cccc66;
}
#left table{
    padding-top: 5px;
}

.borTop, .bor{
	background-color: #ffffff;
	padding-bottom: 10px;
	text-align: left;
}

/* Check this one out
.bor .news h3{
    margin: 0px 2px 5px 5px;
    padding: 0px;
    display: block;
    color: #3D4140;
    font-size: 1.2em;
	text-align: left;
} */

#linkimage img
{
    padding-top: 10px;
}
#linkimage a
{
    
    text-align: left;
}

/**/
#right {
	float: right;
	/*width: 512px;*/
	width: 736px;
	vertical-align: top;
}

#right a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #701212;
}

#right a:hover {
	color: #FF6347;
	text-decoration:underline;
}
#right a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #701212;
}
#right H4 A, #right H4 A:HOVER, #right H4 A:VISITED, #right H5 A, #right H5 A:HOVER, #right H5 A:VISITED, #right H6 A, #right H6 A:HOVER, #right H6 A:VISITED {
	font-family: 'Helvetica', Verdana, Georgia, "Times New Roman", Times, Serif;
    text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
	width: 502px;
	height: 21px;
	padding-top: 5px;
	color: #ffffff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#right H4, H5, H6 {
	font-family: 'Helvetica', Verdana, Georgia, "Times New Roman", Times, Serif;
	font-size: 1.1em;
	width: 726px;
	height: 21px;
	font-weight: normal;
    padding-top: 5px;
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}
.testdiv, .testdiv table tr td h4 {
	font-family: 'Helvetica', Verdana, Georgia, "Times New Roman", Times, Serif;
	font-size: 1.1em;
	width: 736px;
	height: 21px;
	font-weight: normal;
    padding: 2px 5px 2px 5px;
	color: #ffffff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #B3A57E;
}
.testdiv, .testdiv A {
    background-color: #B3A57E;
}
#right H4, #right H4 A {
    background-color: #B3A57E;
}
#right H5, #right H5 A {
	background-color: #B3A57E;
}
#right H6, #right H6 A {
    background-color: #B3A57E;
}
#homePage H6, #right H6 A {
    background-color: #B3A57E;
}
#projectDiv, #bodyPlace_projectDiv
{
    border-bottom: solid 1px #B3A57E;
    border-left: solid 1px #B3A57E;
    border-right: solid 1px #B3A57E;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#newsDiv, #bodyPlace_newsDiv
{
    border-bottom: solid 1px #B3A57E;
    border-left: solid 1px #B3A57E;
    border-right: solid 1px #B3A57E;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#archivePageArticleDiv, #bodyPlace_archivePageArticleDiv, #archivePageReportsDiv, #bodyPlace_archivePageReportsDiv
{
    color: #B3A57E;
    font-weight: bold;
    font-size: 14pt;
    text-align: left;
    padding-left: 7px;
}
#archivePageArticleSubHeaderDiv, #bodyPlace_archivePageArticleSubHeaderDiv, #archivePageReportsSubHeaderDiv, #bodyPlace_archivePageReportsSubHeaderDiv
{
    color: #B3A57E;
    font-size: 10pt;
    text-align: left;
    padding-left: 7px;
    padding-top: 3px;
}

#searchResultsPageDiv, #bodyPlace_searchResultsPageDiv
{
    color: #666666;
    font-weight: bold;
    font-size: 14pt;
    text-align: left;
    padding-left: 7px;
}
#searchResultsPageSubHeaderDiv, #bodyPlace_searchResultsPageSubHeaderDiv
{
    color: #666666;
    font-size: 10pt;
    text-align: left;
    padding-left: 7px;
    padding-top: 3px;
}

#activitiesDiv, #bodyPlace_activitiesDiv, #articlesDiv, #bodyPlace_articlesDiv, #reportsDiv, #bodyPlace_reportsDiv
{
    border-bottom: #B3A57E 1px solid;
    border-left: #B3A57E 1px solid;
    border-right: #B3A57E 1px solid;
    padding-bottom: 10px;
}
#wimpoleDiv, #bodyPlace_wimpoleDiv, #fieldWalkingDiv, #bodyPlace_fieldWalkingDiv
{
    border-bottom: solid 1px #B3A57E;
    border-left: solid 1px #B3A57E;
    border-right: solid 1px #B3A57E;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#blogs, #bodyPlace_blogs
{
    border-bottom: #B3A57E 1px solid;
    border-left: #B3A57E 1px solid;
    border-right: #B3A57E 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.paragraphStart, .paragraphStartArchive, .paragraphSearchResults

{
    background-color: #ffffff;
    text-align: left;
}
.paragraphStart table, .paragraphStartArchive table, .paragraphSearchResults table
{
    border-collapse: collapse;
    width: 722px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}
#ProjectCell
{
    vertical-align: top;
}
#ProjectCell table
{
    width: 549px;
    margin-left: auto;
    margin-right: auto;
}
.paragraphStart table tr th
{
    color: #999999;
    font-size: 1.4em;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
    background-position: top;
    text-align: left;
}
.paragraphStartArchive table tr th
{
    color: #36648B;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    background-repeat: no-repeat;
    background-position: top;
    text-align: left;
}
.paragraphSearchResults table tr th
{
    color: #666666;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    background-repeat: no-repeat;
    background-position: top;
    text-align: left;
}
/* Had to use a non .paragraphStart as nothing left */
.subHeader, .subHeaderArchive
{
    color: #1a486f;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
}
.subHeader
{
    font-size: 1.2em;
}
.subHeaderArchive
{
    font-size: 1.1em;
}
.eventDate, .eventDateArchive
{
    color: #1a486f;
    font-weight: normal;
    font-style: italic;
    padding-top: 1px;
    padding-bottom: 1px;
}
.eventDate
{
    font-size: 1.1em;
}
.eventDateArchive
{
    font-size: 1.0em;
}
.paragraphStart table tr td
{
    text-align: left;
}
.paragraphStartArchive table tr td, .paragraphSearchResults table tr td
{
    padding-bottom: 5px;
    text-align: left;
}
.paragraphStart h1, .paragraphStartArchive h1, .paragraphSearchResults h1
{
    font-size: 1.4em;
    font-weight: bold;
    color: #1a486f;
    text-align: left;
}
.paragraphStart h1
{
    padding-top: 15px;
    padding-bottom: 5px;
}
.paragraphStartArchive h1, .paragraphSearchResults h1
{
    padding-top: 12px;
    padding-bottom: 3px;
}
.paragraphStart h2, .paragraphStartArchive h2, .paragraphSearchResults h2
{
    font-size: 1.2em;
    font-weight: bold;
    color: #1a486f;
    text-align: left;
}
.paragraphStart h2
{
    padding-top: 13px;
    padding-bottom: 5px;
}
.paragraphStartArchive h2, .paragraphSearchResults h2
{
    padding-top: 11px;
    padding-bottom: 3px;
}
.paragraphStart h3, .paragraphStartArchive h3, .paragraphSearchResults h3
{
    font-size: 1.0em;
    color: #1a486f;
    text-align: left;
    font-style: italic;
}
.paragraphStart h3
{
    padding-top: 10px;
    padding-bottom: 3px;
}
.paragraphStartArchive h3, .paragraphSearchResults h3
{
    padding-top: 9px;
    padding-bottom: 2px;
}
.paragraphSearchResults a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #701212;
}

#right a:hover {
	color: #FF6347;
	text-decoration:underline;
}
#right a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #701212;
}


.spacer, spacerSmall
{
    height: 11px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.spacerSmall
{
    padding-left: 90px;
}
.spacerNoImageSequence
{
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 300px;
    text-align: center;
    color: Lime;
}
.spacerNoImageArticle
{
    height: 1px;
    margin: 0px 20px 0px 20px;
    text-align: center;
    color: #dddddd;
}
.categories ul li a{
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-decoration:none;
}

td.italic
{
    padding-left: 10px;
}

#footer, #footerWide {
	height: 30px;
	clear: both;
	background: url(../images/footer3.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	width: 994px;
}

#footer p, #footerWide p {
	margin-top: 10px;
	padding-top: 8px;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a, #footerWide a {
	color: #ffffff;
}

/* Blog styling */
.rightblock
{
    border: 1px solid #EEE5DE;
    padding: 10px;
    background: palegoldenrod;
    position: relative;
    width: 488px;
}
.rightblock h3
{
    font-size: 1.4em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
    color: #8B0000;
}
.rightblock h2
{
    font-size: 1.4em;
    color: #EEE5DE;
    margin: 0px 2px 5px 0px;
    padding: 0px;
    display: block;
}
.rightblock p
{
    display: block;
    color: #880000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.rightblock a
{
    color: blue;
    text-decoration: none;
}
.rightblock a:hover
{
    color: teal;
    text-decoration: underline;
}
.rightblock a:active
{
    color: blue;
    text-decoration: none;
}
.comment, .commentText
{
    background-color: #FFF5EE;
    padding: 5px 5px 0px 5px;
    color: #8B0000;
}
.comment
{
    color: #8B0000;
}
.commentText
{
    color: #000000;
}
.commentBlog
{
    background-color: #FFF5EE;
    text-align: left;
    border: solid teal 1px;
    padding: 2px 5px 2px 5px;
}
.halfwidthSeperator hr
{
    height: 1px;
    width: 80%;
    color: #ccc3bc;
    text-align: center;
    margin-bottom:0px;
    margin-top:0px;
}
.fullwidthSeperator hr
{
    height: 1px;
    width: 100%;
    color: #bbb2ab;
}

table.wiki
{
    border-collapse: collapse;
    margin: 5px 0px 5px 0px;
}
table.wiki tr td
{
    vertical-align: top;
    text-align: left;
}
table.wiki tr td img
{
    border: solid 0px white;
}
#selSite
{
    font-size: 0.9em;
}
.logBox 
{
    padding-top: 10px;
}




.complete
{
    display:none;
}

.more
{
    background:lightblue;
    color:navy;
    font-size:13px;
    padding:3px;
    cursor:pointer;
}
