@charset "UTF-8";

/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }



/************************************************************************/
/* Main */ 
/************************************************************************/


* { 
	margin: 0; padding: 0;
}


a { 
	outline: none; 
}


a img { 
	
	border: none; 	
}


h1 {

	font-family:Tahoma,Arial,Helvetica,sans-serif;

	font-size: 20px;
	
	font-weight: bold;
	
	background: url(../!images/h1-bg.jpg) top left no-repeat;
	
	padding-left: 24px;
	
	margin-top: 5px;
	

}

h2 {

	font-family:Tahoma,Arial,Helvetica,sans-serif;

	font-size: 18px;
	
	font-weight: bold;
	
	background: url(../!images/h1-bg.jpg) top left no-repeat;
	
	padding-left: 24px;
	
	margin-top: 5px;
	
	color: #ca6f14;
	

}

h3 {

	color:#003366;
	
	font-size:20px;
}


h4 {

	color: #ca6f14; 
	
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	
	font-size: 14px;
	
	font-weight: bold;
}

h5 {

	color:#003366;
	
	font-size:14px;
	
	padding-left: 45px;
}


html, body {

	height: 100%;
}


body { 

	background: url(../!images/bg-strip.jpg) repeat-x; 

	background-color: #c1e25f; 

	font-family: Arial, Geneva, Helvetica, sans-serif; 

	color: #000; 

	font-size: 13px; 
}	

a.wlink	{ 

	color: white; 
	text-decoration: underline; 
}


a.wlink:hover	{ 

	color: #ca6f14; 
	text-decoration: none; 
}


/************************************************************************/
/* Structure */ 
/************************************************************************/

#wrapper { 
	
	min-height: 100%; 
	
	height: auto !important; 
	
	height: 100%;
	
	width: 874px; 
	
	position: relative; 
	
	margin: 0 auto;
	 
}

#header {
	
	height: 168px;
	
	background-image: url(../!images/header-bg.jpg);
	
}

#navigation {

	position: absolute; 
	
	top: 127px;
	
	width:818px; 
	
	margin: 0 auto;
	
	padding-left: 28px;

}


#content {

	background-image: url(../!images/content-bg.jpg);
	


}


#main {

	background-image: url(../!images/main-bg.jpg); 
	
	padding-top: 4px;	

	position: relative;


}


#int-main {

	background: url(../!images/main-bg.jpg) no-repeat; 
	
	padding-top: 4px;	
	
	padding: 5px 0 0 30px;
	
	overflow: hidden;
	
	position: relative;
	

}

#int-main a	{ 

	color: #5a9b43; 

	text-decoration: underline; 
}


#int-main a:hover	{ 

	color: #ca6f14; 

	text-decoration: none; 
}


#int-wrap {

	background: url(../!images/int-bottom-rt-bg.gif) bottom right no-repeat;

	padding-bottom: 20px;
	

}

#int-wrap p, h3, h4 {

	margin: 10px 230px 0 5px;
	
	line-height:135%;
}

#int-wrap img {

	margin: 4px 10px 10px 0;
	
	position: relative;
}

#int-wrap ul, ol {
	
	margin: 10px 230px 0 45px;
	
	line-height:135%;
}


#int-wrap ul {

	list-style-type: square;
}


#int-wrap ol {

	list-style-type:decimal;
}


#int-wrap p {

	color:#333333;
}

#mp-green {

	background-color: #5b9b43;
	
	width: 818px;
	
	height: 189px;
	
	margin: 0 auto;
	
	overflow: hidden;

}

#mp-white {
	
	background-image: url(../!images/mp-white-bg.jpg);
	
	height: 193px;	

}

#mp-maintext {

	width: 353px;
	
	margin: 0 0 0 32px;
	
	padding-top: 45px;

}

#quote-mp {

	position:absolute;

	width:176px;

	height:61px;

	background:url("../!images/quote.jpg")   0px 0px no-repeat;
	
	top: 199px;
	
	right: 35px;

	}

		

#quote-mp a:hover {

	background:url("../!images/quote.jpg") -176px 0 no-repeat;

	}

		

#quote-mp a {

	position:absolute;

	width:176px;

	height:61px;


	}
	
#quote-mp span {

	display:none;
}


#quote-int {

	position:absolute;

	width:176px;

	height:61px;

	background:url("../!images/quote.jpg")   0px 0px no-repeat;
	
	top: 13px;
	
	right: 35px;

	}

		

#quote-int a:hover {

	background:url("../!images/quote.jpg") -176px 0 no-repeat;

	}

		

#quote-int a {

	position:absolute;

	width:176px;

	height:61px;


	}
	
#quote-int span {

	display:none;
}


#int-nav {

	position: absolute;

	top: 85px;
	
	right: 57px;
	
	font-size: 16px;
	
	font-weight: bold;
	
	text-align: center;
	
	line-height: 150%;

}

#int-nav ul {

	list-style-type: none;
	
	
}


#footer {

	height: 69px;
	
	background-image: url(../!images/footer-bg.jpg);
	
	color: white!important; 
	
	margin: 0 auto; 
	
	text-align: center; 

	
}	

#footer a	{ 

	color: white; 
	text-decoration: none; 
}


#footer a:hover	{ 

	color: #ca6f14; 
	text-decoration: none; 
}


#navlist {

	padding-left: 15px;

}

	
#navlist li	{ 

	color: white;
	
	display: inline;
	
	list-style-type: none;
	
	padding-right: 15px;
	
	margin-top: 5px;
	
	font-weight: bold;
	
}

#footernav {

	padding-top: 12px;
	line-height: .9em;
	
}

/************************************************************************/
/* Utility */ 
/************************************************************************/

.floatleft {
	
	float: left;

}


.headerpic {

	position: absolute; 

	top: 102px;

	right: 28px;
}



.whitetext {

	color: #fefcf1;
	
	margin: 0 20px 0 380px;

}

.whitetextbold {

	color: #fefcf1;

	line-height: 1em;
	
	margin: -150px 250px 0 500px;

}


.whitetextbold2 {

	color: #fefcf1;
	
	line-height: 1em;	
	
	margin: 10px 250px 0 500px;

}

.clear { 

	clear: both; 
}

.mp-link {

	margin-right: 240px;

	padding-top: 10px;
}

.contact-text {

	margin-left: 24px;
	
	font-size: 14px;
}

#contact-form {

	margin-left: 24px;
	
	font-size: 14px;
	
	font-weight: bold;
	
	border-spacing: 10px;
}

#contact-form td {

	padding: 5px;
}


/************************************************************************/
/* horizontal sprite nav */ 
/************************************************************************/

#nav { 

	background:url("../!images/nav.jpg") no-repeat; 

	width:818px; 

	height:41px; 

	margin: 0 auto;

	padding:0;
	

	}



#nav span { display: none; }



#nav li, #nav a { height:41px; display:block; } /* change height here also */



#nav li { float:left; list-style:none; display:inline; position:relative; }



#nav-01 { width: 69px; margin-left:0px;}

#nav-02 { width: 64px; margin-left:1px;}

#nav-03 { width: 103px; margin-left:1px;}

#nav-04 { width: 171px; margin-left:1px;}

#nav-05 { width: 171px; margin-left:1px;}

#nav-06 { width: 122px; margin-left:1px;}

#nav-07 { width: 112px; margin-left:1px;}





/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */

#nav-01 a:hover { background:url("../!images/nav.jpg")  0px -41px no-repeat; }

#nav-02 a:hover { background:url("../!images/nav.jpg") -70px -41px no-repeat; }

#nav-03 a:hover { background:url("../!images/nav.jpg") -135px -41px no-repeat; }

#nav-04 a:hover { background:url("../!images/nav.jpg") -239px -41px no-repeat; }

#nav-05 a:hover { background:url("../!images/nav.jpg") -411px -41px no-repeat; }

#nav-06 a:hover { background:url("../!images/nav.jpg") -583px -41px no-repeat; }

#nav-07 a:hover { background:url("../!images/nav.jpg") -706px -41px no-repeat; }
