/*NOTE from Rodney - Sidebar width change effected by changing width values from 300px to 270 px and from 295px to 265px, and background images changed to images/red2.gif and ../images/quotes2.gif (adding a "2" to filenames) resetting these values will revert to original sidebar width */

/* site-wide styles */
body {
	background: #fff;
	background-image: url('../images/red2.gif');
	background-repeat: repeat-y;
	}

/* Styles for Header */
#headblock {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	}
#sitehead {
	display: block;
	position: absolute; 
	top: 0; 
	left: 0;
	width: 270px;
	height: 300px;
	background-image: url('../images/quotes2.gif');
	background-repeat: no-repeat;
	background-position: top;
	}
#sitehead h1 {
	display: block;
	position: relative; top: 0; right: 5px;
	width: 295px; height: 250px;
	text-align: right;
	font-size: xx-large;
	font-weight: normal;
	text-transform: uppercase;
	}
#sitehead h1 a {
	display: block;
	position: relative; top: 0; right: 0;
	width: 265px; height: 250px;
	line-height: 250px;
	padding-top: 100px;
	color: #fff;
	}
#sitehead h1 a:link, #sitehead h1 a:visited, #sitehead h1 a:hover, #sitehead h1 a:active {
	color: #fff;
	}
.subhead {
	display: block;
	position: relative; top: 250px; right: 5px;
	width: 265px;
	text-align: right;
	color: #fff;
	font-size: medium;
	font-weight: normal;
	text-transform: uppercase;
	}

#subhead2 {
	position: relative; 
	top: 50px; 
	left: 275px;
	width: 500px;
	}

.head_title{
	font-size: 36px;
}

#subhead2 p{
	font-size: 16px;
	color: #5a8000;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* Styles for Nav-Menu */
#navigation {
	position: relative; top: 132px; right: 5px; left: 20px;
	width: 240px;
	text-align: right;
	font-weight: bold;
	}
#navigation ul li {
	color: #fff;
	margin: 10px 0;
	font-size: 14px;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	}
#navigation a {
	font-size: 13px;
	}
#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	}
#navigation ul li ul#submenu li {
	margin: 1px 0;
	color: #000;
	}
#navigation ul li ul#submenu li a {
	color: #000;
	}
#submenu li a:link, #submenu li a:visited, #submenu li a:hover, #submenu li a:active, #submenu li {
	text-decoration: none;
	color: #000;
	font-size: 13px;
	font-weight:300;
	}

#subnav {
	position: absolute; top: 0; left: 320px;
	width: 460px;
	text-align: right;
	}
#subwrap {
	display: inline;
	padding-bottom: 2px;
	border-right: 1px dashed #ccc;
	}
#subnav a:link, #subnav a:visited, #subnav a:hover, #subnav a:active {
	padding: 0 20px 2px 20px;
	border-left: 1px dashed #ccc;
	font-size: 12px;
	text-decoration: none;
	color: #c00;
	}
#textarea.test {
  width: 350px;
  height: 50;
  border: none;
}


/* Styles for Main Area */
#main {
	position: absolute; top: 210px; left: 290px;
	width: 450px;
	}

/* Styles for Content */


#content {
	position: relative; top: 0; left: 0;
	width: 450px;
	height: auto;
	font-size: 12px;
	}
	
#content ul, #content ol {
	margin-bottom: 10px;
	}
#content ul li, #content ul, #content ol li, #content ol {
	list-style-position: outside;
	margin-left: 10px;
	}
#content ul li, #content ul {
	list-style-type: disc;
	}
#content ol li, #content ol {
	list-style-type: decimal;
	}
	
#content p {
	margin: 10px 0;
	}

#content a {
	font-size: inherit;
	text-decoration: none;
	color: #c00;
	margin: 0 0px;
	border: 0;
	border-bottom: 1px dashed #c00;
	}
#content a.external {
	background: url('../images/icon_externallink.gif') no-repeat center right;
	padding-right: 16px;
	}
#content ul li a.external {
	line-height: 30px;
	}
#content a:link { text-decoration: none; color: #c00; border-bottom: 1px dashed #c00; }
#content a:visited { text-decoration: none; color: #333; border-bottom: 1px dashed #333; }
#content a:hover { text-decoration: none; color: #999; border-bottom: 1px solid #999; }
#content a:active { text-decoration: none; color: #999; border-bottom: 1px solid #999; }

#content img {
	border: 1px solid #999;
	margin-left: 15px;
	margin-top: 2px;
	float: right;
	
	}
.largepic {
	border: 1px solid #999;
	margin-left: 0px !important;
	float: none !important;
	
}

h3, p a.toplink, {
	clear: both;
	}
#content h3 {
	padding-top: 10px;
	}

#content ul.newslist li h3, #content ul.newslist li h3 a {
	font-size: 12px;
	line-height: 1.5;
	}
#content ul.newslist li {
	list-style-type: none;
	}
#content ul.newslist li ul.thismonth, #content ul.newslist li ul.prevmonth {
	display: block;
	}

#content ul.newslist li ul {
	padding-left: 15px;
	}
#content .newslist li ul li {
	list-style-type: none;
	list-style-image: url('../images/icon_pdf.gif');
	list-style-position: outside;
	padding: 3px;
	}
#content .newslist li a.pdf {
	font-size: inherit;
	line-height: 1.35;
	border: 0;
	}
#adobelink {
	padding: 10px 0;
	}
#adobepic a img, #adobepic a:link img, #adobepic a:visited img, #adobepic a:hover img, #adobepic a:active img {
	border: 0 !important;
	}

/* General Classes */
.hide { display: none; }

h2, h3.h2 {
	color: #99cc00;
	font-size: 14px;
	margin-top: 10px;
	}
#testimonials {
	color: #ffffff;
	font-size: 14px;
	margin-top: 10px;
	}
h3.h2 {
	margin-bottom: 10px;
	}

h1 {
	display: none;
	}

.pic {
	margin-right: 10px;
	}

#mainpic {
	position: absolute;
	height: 427px;
	width: 640px;
	left: 275px;
	top: 0px;
	/*background-image: url(../images/home/2.jpg);*/
	background-repeat:no-repeat;
}
