/****** NWSADP Default Style Sheet *****/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background: #fff;
}

.clear {
	clear: both;
}

a {
	color: #401D5D;
	font-size: 1.2em;
	padding-top: 2px;
	text-decoration: underline;
}

a:hover {
	color: #221F5E;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: none;
}

img.imgright {
	float: right;
	margin: 0 0 15px 15px;
	padding: 5px;
	border: none;
}

img.imgcentre {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

abbr, acronym {
	cursor: help;
}

.centretxt {
	text-align: center;
}

.btn {
	float: left;
	clear: both;
	background: #401D5D url(../img/btn_left.png) no-repeat;
}

.btn a {
	float: left;
	height: 16px;
	background: #401D5D url(../img/btn_stretch.png) repeat-x left top;
	border-right: medium solid gray;
	border-bottom: medium solid gray;
	line-height: 18px;
	padding: 2px;
	/*margin: 5px;*/
	color: #fff;
	font-size: 100%;
	text-decoration: none;
}

.btn a:hover {
	background-color: #BED73B;
	color: #000;
	border-top: thin solid gray;
	border-left: thin solid gray;
	border-right: none;
	border-bottom: none;
	/*padding: 5px;*/
	/*margin: 5px;*/
}
.btn span {
	background: url(../img/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}

.btn_clear {
	clear: both;
}

#headercont {
	background: url(../img/sdpp_header.png) no-repeat 50% 0;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 760px;
	height: 125px;
}

#headercont p {
	position: relative;
	top: 0;
	left: 0;
	padding: 5px 0 5px 480px;
}

.plainletter {
	background-color: #fff;
	color: #401D5D;
	border: 1px solid #000;
	padding: 0 5px 4px 5px;
}

.largeletter {
	background-color: #fff;
	color: #401D5D;
	font-size: 1.6em;
	border: 1px solid #000;
	padding: 0 5px 0 5px;
}

.darkletter {
	background-color: #401D5D;
	color: #FFFF00;
	border: 1px solid #000;
	padding: 0 5px 4px 5px;
}

.darklargeletter {
	background-color: #401D5D;
	color: #FFFF00;
	font-size: 1.6em;
	border: 1px solid #000;
	padding: 0 5px 0 5px;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	/*background: #FFF url('../img/bg-container.gif') repeat-y;*/
}

/* Left Menu */
#menucont {
	float: left;
	width: 150px;
}

/* First level */
#menucont ul {
	background-color: #BED73B;
	margin: 0;
	padding: 0;
	line-height: 40px;
	list-style-type: none;
	text-transform: none;
}

#menucont li {
	border-top: 1px solid #fff;
}

#menucont ul li a {
	display: block;
	margin: 0;
	padding-left: 5px;
	/*width: 170px;*/
	/*line-height: 40px;*/
	color: #401D5D;
	text-decoration: none;
}

#menucont ul li a:hover {
	background: #401D5D;
	color: #fff;
}

/* Second level */
#menucont ul li ul {
	/*margin: 0;*/
	background-color: #DAE890;
	font-size: .9em;
}

#menucont ul li ul li a {
	display: block;
	margin: 0;
	padding-left: 10px;
	/*line-height: 2.4em;*/
	color: #401D5D;
	text-decoration: none;
}

#menucont ul li ul li a:hover {
	background: #401D5D;
	color: #fff;
	/*width: 140px;*/
}

/* Third level */
#menucont ul li ul li ul {
	margin: 0;
	background-color: #E3D93E;
	font-size: .9em;
}

#menucont ul li ul li ul li a {
	display: block;
	margin: 0;
	padding-left: 15px;
	/*line-height: 2.4em;*/
	/*width: 150px;*/
	color: #401D5D;
	text-decoration: none;
}

#menucont ul li ul li ul li a:hover {
	background: #401D5D;
	color: #fff;
	/*width: 120px;*/
}
/* End of left menu */

#menubottom {
	width: 150px;
	padding: 0 0 0 2px;
	margin: 0 0 5px 0;
	color: #000;
	line-height: 150%;
	text-align: center;
}

#maincont {
	float: left;
	width: 580px;
	line-height: 140%;
	margin: 0 0 0 10px;
}

#maincont p {
	margin: 0 0 5px 0;
}

#maincont h1, h2, h3, h4, h5 {
	margin: 0 0 15px 0;
	color: #401D5D;
	font-weight: normal;
}

#maincont h1 {
	font-size: 1.8em;
}

#maincont h2 {
	font-size: 1.2em;
	margin-top: 15px;
}

#maincont .bolder {
	font-size: 1.2em;
	font-weight: bolder;
}

#maincont ul {
	margin: 0 0 15px 30px;
	list-style-type: square;
	color: #000;
}

#maincont ul li span {
	color: #444;
}

#maincont ol {
	margin: 0 0 15px 30px;
	color: #000;
}

#maincont ol li span {
	color: #444;
}

#maincont p.blockquote {
	margin: 0 0 15px 20px;
	padding: 5px 0 5px 15px;
	border-left: 3px solid #1D96D1;
}

#maincontent .txtindent {
	/*margin-left: 100px;*/
	text-indent: 100px;
}

.mainboxr {
	float: right;
	height: auto;
	width: 150px;
	border: 1px solid #bfbfbf;
	background-color: #D5FDFE;
	margin-left: 20px;
	margin-bottom: 20px;
	padding:3px;
	text-align: center;
}

.mainboxr p {
	color: #FFF;
	font-size: 20px;
	text-transform: none;
	margin: 0;
	font-family: Arial, sans-serif;
}

#mainbottom {
	/*background: #FFF url('../img/bg-mainbottom.gif') repeat-y;*/
}

#mainleft {
	float: left;
	width: 520px;
	padding: 15px 15px 15px 15px;
	margin: 0;
}

#mainleft dl {
	line-height: 1.5em;
	padding-left: 2em;
}

#mainleft dt {
	font-size: 1.4em;
	margin-top: .5em;
}

#mainleft dd {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-left: 0;
	padding-left: 0;
}


#mainright {
	background-color: InactiveCaption;
	float: left;
	width: 140px;
	padding: 15px 15px 15px 10px;
}

#mainright ul {
	margin: 0 0 15px 15px;
}

#footercont {
	clear: both;
	border-top: 1px solid #401D5D;
	margin: 0 auto;
	width: 760px;
	color: #000;
	text-align: center;
	line-height: 20px;
	font-size: .9em;
}

#footercont ul {
	list-style-type: none;
}

#footercont ul li {
	display: inline;
	padding: 0 3px;
}

#footercont ul li a {
	color: #401D5D;
	padding: 0;
	background: none;
	text-decoration: underline;
}

#footercont ul li a:hover {
	color: #BED73B;
}

ul.sitemap {
	list-style-type: none; 
	margin-left: 0.5cm;
	padding-left: 0;
	list-style-image: url(../img/smfile.gif);
}

ul.sitemap li {
	padding-left: 1.1em;
}

/* Photo gallery */
#photo_wrapper {
	width: 400px;
}

/*Possible double margin bug - items floated with margin on side of float will double margin??
So margin: 3px 3px 3px 0; rather than margin: 3px;*/
.thumb {
	margin: 3px 3px 3px 0;
	border-top: 1px solid #A0ACC0;
	border-left: 1px solid #A0ACC0;
	border-right: 2px solid #A0ACC0;
	border-bottom: 2px solid #A0ACC0;
	height: 140px;
	width: 90px;
	float: left;
}

.thumb img{
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
	border-left: 1px solid #A0ACC0;
	border-right: 2px solid #A0ACC0;
	border-bottom: 2px solid #A0ACC0;
}

.phototitl {
	font-weight: normal;
	font-size: 10px;
	line-height: 1.2;
	margin: 0 3px 3px 0;
	text-align: center;
} 

/**** Forms CSS */
/*body { font:75%/1.5em "Lucida Grande", Arial, Verdana, sans-serif; }
.cleanform * { margin:0; padding: 0 }	*/

   
/* CLEAN FORM */

.cleanform {
	font-size: 1em;
	width: 500px;
	color: #1b1b1b;
	text-align: left;
	position: relative;
	margin: 1em auto;
}

/* Elements */
.cleanform  label,.cleanform legend {  
	padding: 0;
	margin: 0.2em 0;
}

.cleanform fieldset { 
	padding: 0.7em;
	border: 1px solid #ddd;
	margin: 0 0 0.5em 0;
}
      
.cleanform label {
	font-weight: bold;
}

.cleanform fieldset input {
	width: 70%;
	line-height: .8em;
	padding: 0.15em;
}

.cleanform .radio input, .cleanform .checkbox input {
	width: auto;
	border:none;
 }

.cleanform input, .cleanform textarea, .cleanform select {
	display: block;
	margin-bottom: .5em;
	font-size: 1em;
	border: 1px solid #bbb;
	padding: 0.15em;
	margin-right: 1em;
}

.cleanform .radio label, .cleanform .radio input,
.cleanform .checkbox label, .cleanform .checkbox input {
	display: inline;
	margin: 0 .5em 0 0;
}


.cleanform .radio input, .cleanform .checkbox input {
	margin: 0 0.3em 0 0;
}

/* Button */
.cleanform button {
	margin: 0.3em 0;
	border: 1px solid #3F3F3F;
	background-color: #401D5D;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
	padding: 0.5em;
}

.cleanform button:hover {
	background-color: #BED73B;
	border: 1px solid #3F3F3F;
	color: #fff;
}

.cleanform button:active {
	background-color: #333;
	color: #fff;
	border: 1px solid #000;
}

/* information */
.cleanform .formInfo {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 0.1em solid #ddd;
}

.cleanform .formInfo h2 {
	color: #401D5D;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: .3em;
}

.cleanform .formInfo p{
	text-align: left;
}

.cleanform .required {
	color: #ff3838;
	font-weight: bold;
	font-size: 0.9em;
}
/* End of Forms CSS*/

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
