/* layout basics */
/* ------------- */

body {
	background: #fff;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000;
}

#mastercontainer {
	width: 1006px;    /* a few px extra for buggy ie6 */
}

/* topline */
/* ------- */

#topline {
	height: 100px;
}

#logo {
	float: left;
	height: 58px;
	width: 798px;
	background-image: url(images/sdo-logo.jpg);
	background-repeat: no-repeat;
	color: #348;
	font-weight: bold;
	font-size: 130%;
	padding: 42px 0 0 58px;
	font-family: arial, sans-serif;
}	

#nhs {
	float: left;
	width: 140px;
	height: 75px;
	margin-top: 25px;
}

img.nhslogo {
	width: 140px;
	height: 49px;
	border: 0;
}

/* menus */
/* ----- */
img.menutop {
	width: 196px;
	height: 6px;
	border: 0;
}

#menus {
	background: rgb(211,230,200); 
	margin: 1.5em 0;
	float: left;
	width: 196px;
	padding: 0;
	font-size: 90%;
	margin-left: 10px;
	background-image: url(images/menubot.jpg);
	background-repeat: no-repeat;
	background-position: bottom; 
}

#menus .home {
	background: #f93;
	padding: 0.3em 1em;
	margin: 0 5px 6px 5px;
}

#menus .home a {
	color: #fff;
}

#menus .greenlink {
	background: rgb(119,178,28);
	padding: 0.3em 1em;
	margin: 0 5px 6px 5px;
}

#menus .greenlink a {
	color: #fff;
}

#menus .whitelink {
	background: #fff;
	padding: 0.3em 1em;
	margin: 0 5px 6px 5px;
}

#menus .whitelink a, #menus .r1link a, #menus .r2link a {
	color: #000;
}

#menus .r1link {
	padding: 0.3em 1em 0.3em 2em;
	margin-bottom: 6px;
	font-size: 90%;
}

#menus .r2link {
	padding: 0.3em 1em 0.3em 4em;
	margin-bottom: 6px;
	font-size: 90%;
}

#menus li { 
	color: #f93;
	margin: 0;
	list-style-position: outside;
}

#menus li b {
	color: #000;
}

/* content */
/* ------- */

#content {
	float: left;
	width: 560px;
	margin: 0.3em 25px 1.5em 25px; 
	min-height:440px;
	height:auto !important;
	height:440px;
}

#content h2 {
	color: #f93;
	font-size: 120%;
}

#content h3 {
	color: #f93;
	font-size: 110%;
}

#content h2, #content h3, #content p {
	margin: 0.7em 0;
}

/* right column */
/* ------------ */

#rightcol {
	float: left;
	width: 180px;
}

/* search box */
/* ---------- */

table.sbox {
	background: rgb(211,230,200);
	width: 180px;
	margin: 1.2em 0 0.5em 0;
}

input.sbox {
	width: 133px;
	padding: 3px 2px;
	font-size: 10pt;
	background: #fff;
	border: 0;
	margin-left: 5px;
}

input.searchbtn {
	background: #f93;
	border: 0;
	padding: 2px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

/* news */
/* ---- */

.newsitem {
	border-top: 3px solid rgb(211,230,200);
	border-left: 5px solid rgb(211,230,200);
	border-right: 5px solid rgb(211,230,200);
	border-bottom: 3px solid rgb(211,230,200);
	padding: 0.5em;
	font-size: 80%;
}

#newshdr {
	background: #f93;
	padding: 0.3em 0.5em;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid rgb(211,230,200);
	border-left: 5px solid rgb(211,230,200);
	border-right: 5px solid rgb(211,230,200);
	border-bottom: 3px solid rgb(211,230,200);
}

#morenews {
	font-size: 80%;
	background: rgb(211,230,200);
	padding: 0.3em 0.5em;
	text-align: right;
}

img.newstop {
	width: 180px;
	height: 6px;
	border: 0;
}

/* footers */
/* ------- */

#footer1 {
	clear: both;
	background: rgb(211,230,200);
	text-align: center;
	padding: 0.3em 0;
	font-size: 85%;
	font-family: arial,helvetica,sans-serif;
	width: 1000px;
}

#footer2 {
	background: rgb(119,178,28);
	text-align: center;
	padding: 0.6em 0;
	font-size: 80%;
	color: #fff;
	font-family: arial,helvetica,sans-serif;
	margin: 0.4em 0 1.4em 0;
	width: 1000px;
}

#footer1 a, #footer2 a {
	color: #000;
}

/* rounded boxes in content */
/* ------------------------ */

td.rounded-top {
	background-image: url(../images/newstop.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 1px;
	height: 6px;
}

td.rounded-bot {
	background-image: url(../images/newsbot.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 1px;
	height: 6px;
}

td.rounded-txt {
	width: 180px;
	padding: 0.4em 0;
	font-weight: bold;
	text-align: center;
	background: rgb(211,230,200);
	color: #666;
}

	
/* general formatting */
/* ------------------ */

form {
	margin: 0;
}

a {
	color: rgb(119,178,28);
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover {
	color: #35a;
}

hr {
	height: 1px;
	color: rgb(119,178,28);
	background-color: rgb(119,178,28);
	border: 0;
	margin: 0.5em 0;
}

.bgwhite {
	background: #fff;
}

.bggreen {
	background: rgb(211,230,200);
}

table.gborder {
	border: 1px solid rgb(177,210,141);
	margin-bottom: .7em;
}

table.projdet {
	border-bottom: 1px solid rgb(211,230,200);
	border-left: 1px solid rgb(211,230,200);
}

table.projdet th, table.projdet td {
	border-top: 1px solid rgb(211,230,200);
	border-right: 1px solid rgb(211,230,200);
}

table.projdet th {
	background: rgb(177,210,141);
	color: #fff;
	width: 25%;
	text-align: left;
}

table.projlst {
	border-bottom: 1px solid rgb(211,230,200);
	border-left: 1px solid rgb(211,230,200);
}

table.projlst th, table.projlst td {
	border-top: 1px solid rgb(211,230,200);
	border-right: 1px solid rgb(211,230,200);
}

table.projlst th {
	background: rgb(177,210,141);
	color: #fff;
	text-align: left;
	padding-left: 4px;
}
