/* Top-Level Styles */
* { margin: 0; padding: 5; border: 0; border-style: none; }
table input { margin: 3px; padding: 3px;}
html { height: 100%; }
body {
	font: 0.8em Tahoma, Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	background: url(bg_left.gif) repeat-y #FFFFFF;
}

/* PNG Alpha Behavior Fix for IE5+ */
img {
   behavior: url("/includes/pngbehavior.htc");
}

/* Wrapper for Background */
#header {
	/* background: url(bg_main.gif) repeat-x; */
	background: #fff;
	width: 100%;
	height: 100%;
}

/* Title & Logo */
#title {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

/* Main Navigation */
#nav {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 28px;
	background: url(bar_green.png) repeat-x;
	z-index: 2;
}

/* Left Sidebar */
#content_left {
	position: absolute;
	top: 100px;
	left: 0;
    width: 167px;
	height: 100%;
	border-right: 1px solid #3b6914;
	background: url(bg_left.gif) repeat-y;
	font-size: 100%;
	z-index: 1;
}
#slogan {
	padding-top: 30px;
	padding-bottom: 5px;
	font-size: 85%;
	font-weight: bold;
	color: #3b6914;
	text-align: center;
}

#content_main {
	position: absolute;
	top: 135px;
	left: 168px;
	font-size: 100%;
	padding: 15px;
	z-index: 0;
}


img.left {
	float: left;
	padding-right: 5px;
}
a:link {
	color: #130d89;
}
.center {
	text-align: center;
}
.large {
	font-size: 120%;
}
.copyright {
	font-size: 85%;
	text-align: center;
}
input,textarea,select {
	border: 1px solid #999999;
	padding: 2px;
}
input[type="radio"],input[type="checkbox"],input[type="image"] {
	border: 0;
	padding:0;
}

/* Wrappers */
#content_right {
	float: right;
}

/* Side Box */
.sidebox {
	margin: 8px 0 8px 8px;
	background: url(box_bottom_right.gif) no-repeat bottom right;
	font-size: 100%;
	width: 23.5em;
}
.boxhead {
	background: url(box_top_right.gif) no-repeat top right;
}
#content_main .boxhead h3 {
	background: url(box_top_left.gif) no-repeat top left;
	padding: 4px 7px;
	margin-bottom: 0;
	color: #3b6914; 
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	border: 0;
}
.boxbody {
	background: url(box_bottom_left.gif) no-repeat bottom left;
	padding: 7px 8px 3px;
	font-size: 85%;
}
#content_main .boxbody p {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
.boxbody ol {
	margin-left: 25px;
}
.boxbody ol li {
	margin-bottom: 3px;
}
.boxbody img {
	padding-right: 10px;
	text-align: left;
	padding-top: 5px;
}

/* Note Box */
.notebox {
	background: url(note_bottom_right.gif) no-repeat bottom right;
}
.notehead {
	background: url(note_top_right.gif) no-repeat top right;
}
#content_main .notehead h3 {
	background: url(note_top_left.gif) no-repeat top left;
	padding: 5px 8px 0;
	color: #3b6914; 
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	margin-bottom: 0;
	border: 0;
}
.notebody {
	background: url(note_bottom_left.gif) no-repeat bottom left;
	padding: 4px;
	font-size: 85%;
}
.notebody p {
	margin-bottom: 5px;
}

/* Left Column */
#content_left h1.red {
	background: url(head_red.png) repeat-x;
	height: 28px;
	width: 167px;
	padding: 3px 0 0 7px;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 1px;
	color: white;
}
#content_left h1.blue {
	background: url(head_blue.png) repeat-x;
	height: 28px;
	width: 167px;
	padding: 3px 0 0 7px;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 1px;
	color: white;
}
#content_left p {
	padding: 0px 5px 5px;
	text-align: left;
	font-size: 85%;
}
#content_left ol {
	text-align: left;
	margin-left: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px;
}
#content_left ol li {
	font-size: 85%;
	font-weight: bold;
}

/* Main Content */
#content_main h1 {
	font-size: 140%;
	font-weight: bold;
	color: #2d500f;
	margin-top: 10px;
}
#content_main h2 {
	font-size: 120%;
	font-weight: bold;
	color: #2d500f;
}
#content_main h3 {
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 8px;
	color: #2d500f;
}
#content_main p {
	font-size: 100%;
	margin-bottom: 15px;
}
#content_main ul {
	font-size: 100%;
	margin-bottom: 15px;
}
#content_main li {
	font-size: 100%;
	margin-left: 30px;
}
.photo_box_l {
	float: left;
	border: 1px solid #2d500f;
	background: #cae09d;
	font-size: 85%;
	padding: 5px;
	margin-right: 10px;
}
.photo_box_r {
	float: right;
	border: 1px solid #2d500f;
	background: #cae09d;
	font-size: 85%;
	padding: 5px;
	margin-right: 10px;
}
.photo_box_l img, .photo_box_r img {
	border: 1px solid #000;
	margin-bottom: 3px;
}

/* MISCELLANEOUS CLASSES AND TAGS */
.noborder {
	border: 0; padding: 0;
}
.blackborder {
	border: 1px solid #000;
}
.red {
	color: #990000;
}
blockquote{
	padding-left: 30px; padding-top: 10px; padding-bottom: 10px;
}

/* STATE PAGES */
#st_contact {
	width: 370px;
}

#st_contact h2 {
	font-size: 125%;
	padding: 10px 0;
	color: #3B3E8E;
}
#st_contact h3 {
	font-size: 105%;
	font-weight: bold;
	font-style: normal;
	padding: 3px;
	margin-bottom: 5px;
	margin-left: -25px;
	background: #2D500F;
	color: #fff;
}
#st_contact h4 {
	margin-top: 10px;
}
#st_contact strong {
	display: block;
	float: left;
	font-weight: normal;
	width: 48px;
	color: #6E9C47;
	margin: 0 4px 0 0;
	padding: 0 4px 0 0;
	border-right: 1px dotted #96C555;
}
#st_contact .org {
	margin-top: 10px;
	margin-left: 18px;
	border-right: 2px dotted #96C555;
	border-left: 2px dotted #96C555;
	border-bottom: 2px dotted #96C555;
	padding-left: 7px;
}
#st_contact .item {
	padding: 0 0 3px 3px;
	margin: 5px 3px;
	width: 240px;
}
.states_pages .sidebox {
	width: 200px;
}

/* SWIM2.0 :: Simple website menu
****************************************************************
* DOM scripting by brothercake -- http://www.brothercake.com/
* Licensed under GPL -- http://www.gnu.org/copyleft/gpl.html
****************************************************************
* For professional menu solutions visit -- http://www.udm4.com/ 
****************************************************************
*/

ul.horizontal, ul.horizontal li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:100%;
	}

ul.horizontal {
	position:absolute;
	left:0;
	width:100%;
	cursor:default;
	z-index:2000;
	top:0;
	}

ul.horizontal li {
	width:auto;
	float:left;
	position:relative;
	cursor:pointer;
	cursor:hand;
	text-align:left;
	left:167px;
	margin:0;
	}
	
* html ul.horizontal li {
	margin:0 -167px 0 167px;
	}

ul[class^="horizontal"] li {
	margin:0 -167px 0 167px;
	left:0.1em;
	}

ul.horizontal ul {
	z-index:2020;
	padding:0;
	cursor:default;
	position:absolute;
	top:auto;
	width:13em;
	margin:0 0 0 0;
	left:-10000px;
	}
	
ul.horizontal ul li {
	width:13em;
	left:auto;
	margin:0;
	}

ul.horizontal ul.wider, ul.horizontal ul.wider li {
	width:12.2em;
	}

ul.horizontal ul ul {
	margin:-0.45em 0 0 7.65em;
	}

@media Screen, Projection { 
	ul.horizontal li:hover > ul { left:auto; }
	ul.horizontal ul li:hover > ul { top:0; }
	}

ul.horizontal a, ul.horizontal a:visited {
	display:block;
	cursor:pointer;
	cursor:hand;
	padding: 6px;
	font-weight: bold;
	letter-spacing: 1px;
	color: white;
	text-decoration: none;
	font-size: 11px;
	border-left: 1px solid #9ac962;
	border-right: 1px solid #5b8c22;
	background: url(bar_green.png) repeat-x;
}

ul.horizontal a.red, ul.horizontal a.red:visited {
	border-left: 1px solid #ff7d44;
	border-right: 1px solid #b85012;
	background: url(bar_red.gif) repeat-x;
}
ul.horizontal a.blue, ul.horizontal a.blue:visited {
	border-left: 1px solid #a4a8d9;
	border-right: 1px solid #676a89;
	background: url(bar_blue.gif) repeat-x;
}
	
ul.horizontal a:hover, ul.horizontal a:focus, ul.horizontal a.rollover, ul.horizontal a.rollover:visited {
	background:#689434;
	color:#FFFFCC;
	}

ul.horizontal a.blue:hover, ul.horizontal a.blue:focus {
	background:#3a3d8d;
	color:#FFFFCC;
	}
	
ul.horizontal a.red:hover, ul.horizontal a.red:focus {
	background:#b31f00;
	color:#FFFFCC;
	}
	
ul.horizontal ul a, ul.horizontal ul a:visited {
	display:block;
	cursor:pointer;
	cursor:hand;
	padding: 2px 6px 3px;
	font-weight: normal;
	letter-spacing: normal;
	color: #130d89;
	text-decoration: none;
	font-size: 100%;
	border-left: 1px solid #5b8c22;
	border-right: 0;
	border-bottom: 1px solid #5b8c22;
	background: url(bg_left.gif) repeat-y right #cae09d;
}

ul.horizontal a { float:left; }
@media Screen, Projection { ul.horizontal a { float:none; } }
ul.horizontal a:not(:nth-child(n)) { float:left; }
ul.horizontal ul a { float:none !important; }
@media screen, projection {
	* html ul.horizontal li {
		display:inline; 
		f\loat:left; 
		background:#ffffff; 
		}
	}
* html ul.horizontal li { position:static; }
* html ul.horizontal a { position:relative; }
ul[class^="horizontal"] ul { display:none; }
ul[class^="horizontal"] ul { displa\y:block; }

