/* CSS Document
452a03 brown
c57c14 orange
127830 darkgreen
0ac441 light green
502185 purple

 */


* {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}

body  {
	margin: 0;
	padding: 0;
	height:100%;
	text-align: center;
	background-color: #452a03;
	font-family: Palantino, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/tileback.png);
}


p	{
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
a{ text-decoration: none; }
ul{
	list-style: none;
}
									


a:link {
	color: #502185;

}
a:visited {
	color: #502185;
}
a:hover {
	color: #127830;
}
a:active {
	color: #502185;
}


#container {
	width: 968px;
	text-align: left; 
	background-image: url(images/whiteback.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
} 


/* header */


#header {
	padding-bottom: 0;
	margin-top: 15px;
	background-image: url(images/headerback.png);
	background-repeat: no-repeat;
	height: 98px;
	padding-right: 4px;
	padding-left: 4px;
	position: relative;
	z-index: 10;
} 

#logo {
	height: 145px;
	width:286px;
	position: absolute;
	left: 20px;
	top: 0px;
	background-image: url(images/logohead2.png);
	background-repeat: no-repeat;
	z-index: 15;
}


#nav {
	float:right;
	margin-right:14px;
	margin-top: 74px;
	z-index: 1;
	
}


/* 
	LEVEL ONE
*/
ul.dropdown                         {
	position: relative;
	z-index: 15;
}
ul.dropdown li                      {
	color:#FFF
	font-weight: bold;
	float: left;
	zoom: 1;
	color: #FFF;
}


ul.dropdown a:hover                {
	color: #502185;
}

ul.dropdown li a                    {
	display: block;
	color: #127830;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	font-weight: bold;		
}
ul.dropdown li a:hover                    {
	color: #502185;
}




ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover                {
	color:#FFFFFF;
	position: relative;
}
ul.dropdown li.hover a              {
	color: #fff;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{
	width: 145px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #502185;
	border-left-color: #502185;
}

ul.dropdown ul li 					{
	font-weight: normal;
	background-color: #502185;
	color: #FFFFFF;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #502185;
}

ul.dropdown ul li:hover 			{
	background-color: #127830;
	color: #FFFFFF;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	border-right: none;
	width: 100%;
	display: inline-block;
	color: #FFFFFF;	 
} 

ul.dropdown ul li a:hover                    {
	color: #FFFFFF;
}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* content */

#content {
	background-image: url(images/bodyback.png);
	background-repeat: repeat;
	padding-right: 4px;
	padding-left: 4px;
	margin: 0px;
	z-index: 1;
} 

#content h2 {
	font-size: 250%;
	color: #127830;
	margin-bottom: 15px;
	font-weight: normal;
}

#content h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #333333;
	font-size: 115%;
}

#content p {
	margin-top: 4px;
	font-size: 13px;
}


#contentlist ul {
	margin-bottom: 5px;	
}

#contentlist li {
	list-style-type: circle;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 13px;
}


#subpagehead {
	width:960px;
	height: 74px;
	background-color: #0AC441;
}

#featureleft {
	float:left;
	width:627px;
	margin-top: 0;
	height: 375px;
	padding-right: 5px;
	margin-bottom: 20px;
}

#featureright {
	float:left;
	width:288px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(images/featruedright.jpg);
	height: 105px;
	padding-top: 270px;
	padding-right: 20px;
	padding-left: 20px;
}

#featureright h3 {
	color: #fff;
}

#featureright p {
	margin-top: 2px;
	color: #006600;
	font-size: 12px;
}


#featured {
	background-image: url(images/featuredback.jpg);
	height: 375px;
	z-index: 1;
	background-repeat: no-repeat;
}



/*--BAR STRIP--*/
.barNav {
	display: block !important;
	height: 15px !important;
	width: 272px !important;
	position: absolute !important;
	top: 360px !important;
	left: 632px !important;
	font: 10px arial !important;
	font-weight: bold !important;
	text-transform: uppercase;
	color: #ffffff;
	text-align: right;
	background-color: #159B3F;
	background-image: url(images/bottomnavback.gif);
}

.barNav span{
	display: block;
	padding: 1px 8px 0 0;
}

#barLink{
	display: block;
	width: 56px;
	height: 15px;
	font: bold 10px arial;
	color: #ffffff;
	position: absolute;
	top: 360px;
	z-index: 15;
	text-decoration: none;
	letter-spacing: 0px;
	text-align: right;
	right: 0px;
	background-image: url(images/next.gif);
	background-color: #197A30;
	background-repeat: no-repeat;
	background-position: left top;
}

#barLink:hover, .barLink:hover{
	background-image: url("images/next_hover.gif");
}

#barLink2:hover, .barLink2:hover{
	background-image: url("images/next_hover.gif");
}

#barLink span, .barLink2 span{
	display: block;
	padding: 1px 11px 0 0;
}

.barLeft{
	float: left;
	font: bold 10px "arial";
	color: #ffffff;
	padding: 0 0 0 0;
	text-decoration: none;
}

.barCenter{
	padding: 1px 0 0 0;
}

.barNav2 {
	display: block;
	width: 415px;
	height: 15px !important;
	background: #AEAEAE;
	font: bold 10px arial;
	text-transform: uppercase;
	color: #ffffff;
	text-align: right;
	letter-spacing: 0px;
	padding: 0px 0px 0px 5px;
}

.barLink2{
	display: block;
	width: 56px;
	height: 15px;
	background: url("images/next.gif") center right no-repeat;
	font: bold 10px arial;
	color: #ffffff;
	text-decoration: none;
	float: right;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

.barNav3 {
	display: block !important;
	height: 15px !important;
	width: 205px;
	float: right;
	background: #AEAEAE;
	font: bold 10px arial;
	text-transform: uppercase;
	color: #ffffff;
	text-align: right;
	letter-spacing: 0px;
	padding: 0px 0px 0px 5px;
 }

/*--FEATURED BOX--*/
#slideshowC {
	position: relative;
	display: block;
	width: 960px;
	height: 375px;
	margin-bottom: 16px;
	float: left;
	z-index: 1;
}



#slideshow {
	position: relative;
	display: block;
	width: 960px;
	height: 375px;
	overflow: hidden;
	background-repeat: repeat-y;
	z-index: 1;
}

#slideshow h3 {
	color: #065D21;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-bottom: 4px;
	font-size: 110%;
	font-weight: bold;
}

#slideshow p {
	color: #000000;
}



#slideshow div {
	position: relative;
	z-index: 0;
	display: block;
	width: 960px;
	height: 375px;
	top: 0px;
	left: 0px;
}

.featWrap {
	position: relative;
	display: block;
	float: left;
	width: 840px;
	height: 375px;
	overflow: hidden;
	background-image: url("images/slide_bg.gif");
	background-repeat: repeat-y;
	margin-bottom: 16px;
}

.featuredImg{
	display: block;
	width: 627px !important;
	height: 375px;
	position: absolute;
	left: 0px !important;
	top: 0px !important;
	z-index: 2;
}

.featuredImg img{
	width: 627px !important;
	height: 375px;
}

.featuredImg img.vid{
	width: 560px !important;
	height: 332px;
}

.featured{
	display: block;
	width: 295px !important;
	height: 100px !important;
	position: absolute !important;
	left: 631px !important;
	top: 252px !important;
	z-index: 10;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
}

.featured a {
	font: normal 11px "arial";
	color: #8B8BCC;
	line-height: 16px;
	text-decoration: none;
}

.featured a:hover {
	color: #ffffff;
}

.featured p {
	font: normal 11px;
	color: #0B5221 !important;
	line-height: 16px;
	margin-bottom: 8px;
}

.featured h2 {
	font: normal 22px;
	color: #ffffff;
	letter-spacing: -1px;
	line-height: 23px;
}

.featured h3 {
	font: normal 13px "Helvetica";
	letter-spacing: -1px;
}

.dotsBlack{
	display: block;
	float: left;
	width: 250px !important;
	height: 17px !important;
	background-image: url("images/dots_black.gif");
	background-repeat: repeat-x;
	background-position: center;

}



#frontleft {
	float:left;
	width:293px;
	margin-top: 15px;
	padding-left: 20px;
}

#frontright {
	float:left;
	width:607px;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

#subleft {
	float:left;
	width:293px;
	margin-top: 0;
	padding-left: 20px;
	padding-top: 20px;
}

#subleft p {
	
	padding-right: 20px;
	
}


#subright {
	float:left;
	width:607px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0px;
	padding-left: 20px;
	margin-bottom: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #127830;
}

#sideNav{
	width: 273px;
	
	border-bottom-width: 4px;
	
	border-bottom-style: solid;
	border-bottom-color: #127830;
	
	vertical-align: middle;
	
}

#sideNav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

.organizationURL {
	display: block;
	width: 100%;
	height: 26px;
	vertical-align: middle;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #127830;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 130%;
	color: green !important;;
}

.organizationURL a:hover
{
	background-color: #502185;
	text-decoration:underline;
}

#sideNav a
{
	display: block;
	width: 265px;
	height: 26px;
	background-color: #FFFFFF;
	vertical-align: middle;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #127830;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 120%;
}

#sideNav a:link, #navlist a:visited
{
	color: #127830;
	text-decoration: none;
}

#sideNav a:hover
{
	background-color: #502185;
	color: #FFFFFF;
	background-image: url(images/sidenavback3.jpg);
}

#col_about {
	float:left;
	width:280px;
	margin-top: 5px;
	margin-left: 0;
	padding-left: 0px;
	text-align: left;
	padding-bottom: 20px;
}


#col_about h3 {
	
	margin-bottom: 6px;
}

#col_priority {
	float:left;
	width:190px;
	margin-top: 5px;
	margin-left: 0;
	padding-left: 8px;
	text-align: center;
	padding-bottom: 20px;
}


#col_priority h3 {
	text-align: center;
	margin-bottom: 6px;
}



#blink {
	margin-bottom: 25px;
	margin-top: 15px;
}

#blink a:link {
	text-decoration : none;
	padding : 5px;
	background-color: #007830;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #0AC441;
}
#blink a:hover {
	background-color: #502185;
	border-top-color: #127830;
	border-right-color: #127830;
	border-bottom-color: #127830;
	border-left-color: #127830;
}

/* form */



.input
{
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	border: 1px solid #148B3D;
}


.textarea
{
	color: #294359;
	background-color: #F5F1E1;
	margin-bottom: 0px;
	border: 1px solid #B5B3A7;
	margin-top: 12px;
}




.submit 
{
	color: #FFFFFF;
	background-color: #148B3D;
	margin-top: 5px;
	margin-right: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 4px;
	border: 1px solid #54D679;
} 




/* footer */


#footer {
	background-image: url(images/footerback.png);
	background-repeat: no-repeat;
	height: 54px;
	padding-right: 24px;
	padding-left: 4px;
	padding-top: 14px;
	text-align: right;
} 

#footer p {
	font-size: 95%;
	color: #666666;
	padding-top: 0px;
	margin-top: 0px;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.listspace {
	margin-bottom: 2px;	
}

.listspace4 {
	pading-bottom: 4px;	
}

.margintop {
	margin-top: 3px;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #127830;
}

.greenBorder {

	border:1px solid green;

}
