/* Start of CMSMS style sheet 'homepage' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1em;
}

div {
	font-size: 1em;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #61b7e3;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #666666;
	background: #87b62e url(images/cms/pagebackground.gif) repeat-x left top;
}

div#pagewrapper {
	max-width: 960px;
	margin: 0 auto;
	color: 666666;
	background: #ffffff url(images/cms/homepagebg.gif);
}

div#header {
	height: 155px;
	margin: 0;
	padding: 0;
}

div#header h1 a {
	background: url(images/cms/header.jpg) no-repeat left top;
	display: block;
	height: 155px;
	text-indent: -999em;
	text-decoration: none;
	margin-bottom:-10px;/* garys hack to clear gap in IE6 */
}

div#header h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

div#search {
	float: right;
	width: 940px;
	text-align: right;
	height: 34px;
	background: url(images/cms/searchbar.gif);
	padding-top: 4px;
	padding-right: 20px;
}

div#pagetitle{
	height: 31px;
        padding-top: 18px;
	clear: both;
        background: #ffffff;
}

div#pagetitle h2{
	color: #87b62e; 
	font-size: 100%; 
	text-align: left; 
	padding-left: 10px;
}

input.search-button {
	border: none;
	height: 20px;
	width: 20px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
	cursor: pointer;
	background: url(uploads/ngrey/go.gif) no-repeat center center;
}

div#content {
	padding: 0px;
}

div#main {
	margin-right: 10px;
	margin-left: 230px;
}

div#maintext {
   width: 225px;
   float: left;
}

div#homepictures {
   margin-left: 20px;
   width: 200px;
   float: left;
}

div#homenews {
   margin-left: 20px;
   width: 254px;
   float: left;
}

div#newsheader {
   width: 254px;
   height: 115px;
   background: url(images/cms/newsheader.jpg);
}

div#newsfooter {
   width: 244px;
	height: 22px;
	background: url(images/cms/newsfooter.gif);
	text-align: right;
	padding-right: 10px;
	padding-top: 36px;
}

div#newsmain {
	width: 232px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #61b7e3;
	border-left-color: #61b7e3;
	padding-right: 10px;
	padding-left: 10px;
}

div#newsmain a {
	font-weight: bold;
	color: #87b62e;
}

div#newsmain a:hover {
	font-weight: bold;
	color: #61b7e3;
}

div#newsfooter a {
	font-weight: bold;
	color: #FFFFFF;
}

div#newsfooter a:hover {
	font-weight: bold;
	color: #000000;
}

div#sidebar {
	float: left;
	width: 200px;
	display: inline;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

div#yoursay {
	height: 188px;
	width: 200px;
}

div#bottomnav {
	clear: both;
	background: url(images/cms/bottomfooter.gif);
	height: 24px;
	color: #FFFFFF;
	padding-top: 28px;
	padding-right: 10px;
	padding-left: 10px;
}

div#bottomnavleft {
	float: left;
	height: 22px;
}

div#bottomnavright {
	float: right;
	height: 22px;
}

div#bottomnav a {
	text-decoration: none;
	color: #61b7e3;
}

div#bottomnav a:hover {
	text-decoration: none;
	color: #f3d829;
}

div#footer {
	clear: both;
	color: #000000;
	background: #cce07d url(images/cms/footer.gif);
	height: 122px;
}

div#footer p {

	margin: 0;
}
div#footer p a {
	color: #666666;
}

div#footer p a:hover {
	color: #000000;
}

div#footerone {
   width: 190px;
   float: left;
   margin-top: 15px;
   padding-left: 50px;
}

div#footertwo {
   width: 240px;
   float: left;
   margin-top: 15px;
   text-align: center;
}

div#footerthree {
   width: 240px;
   float: left;
   margin-top: 15px;
   text-align: center;
}

div#footerfour {
   width: 230px;
   float: left;
   margin-top: 15px;
   padding-left: 10px;
}

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #87b62e;
	font-size: 100%;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #61b7e3;
	font-size: 100%;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #87b62e;
	font-size: 100%;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #87b62e;
	font-size: 100%;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #87b62e;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}

div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */

div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}

div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}

/*contact form message box width - gary's hack */
.contactform textarea{
width:250px;
height:100px;
border: 1px solid #CCCCCC;
}

.contactform input {
   border: 1px solid #CCCCCC;
   width:250px;
}

#cntnt01searchinput {
   margin-top: 4px;
   border: 2px solid #ffffff;
}

/* END LISTS */
/* End of 'homepage' */

