body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(graphics/bg-tile.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
	color: #51544c;
	background-color: #FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #F57F20;
	margin-left: 25px;
	margin-top: 25px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #333333;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-right: 30px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 30px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #A5CF4D;
	margin-left: 25px;
	margin-top: 25px;
}
p {
	font-size: 100%;
	margin-left: 25px;
	margin-right: 30px;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: justify;
}
.highlight {
	background-color: #F7F7F4;
	margin: 20px;
	padding: 20px;
	line-height: 160%;
	font-size: 14px;
}
.lead {
	line-height: 160%;
	font-size: 14px;
	font-weight: bold;
}
ul {
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 35px;
	padding: 0px;
}
li {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(graphics/flower-li.gif);
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 15px;
	line-height: 140%;
	padding-left: 15px;
}
a {
	color: #F57F20;
	text-decoration: none;
}
a:link {
	text-decoration: underline;
	color: #51544C;
}
a:hover {
	text-decoration: underline;
	color : #F57F20;
}
a:visited {
	text-decoration: underline;
}
a:active {
color: #272959;
}
a.footer:link { 
text-decoration: underline; 
color : #D9D9E3; 
}
a.footer:visited { 
text-decoration: none; 
color : #D9D9E3; 
}
a.footer:hover { 
text-decoration: none; 
color : #FFFFFF; 
}
a.footer:active {
color: #FFFFFF;
}
/* =Main Menu (Global)
-----------------------------------------------------------------------------*/

.nav_main {
	height: 35px;
	font-size:11px;
	border-right:1px solid #fff;
	list-style-type: none;
	font-weight: bold;
}
.nav_main_special {
	height: 35px;
	border-right:1px solid #F57F20;
}
.nav_sub {
	border-top:1px solid #fff;
}
/* all lists */

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	background-image: url('graphics/bg-nav.gif');
	background-repeat:repeat-y;
	z-index:1;
	list-style:none;
	height: 35px;
}

ul#nav {
	width: 802px !important;
}

#nav a {
	display: block;
	background-image: url(graphics/bg-nav.gif);
	background-repeat: repeat-x;
	text-decoration:none;
	padding: 10px 12px;
	text-decoration:none;
	color: #898d8a;
}

#nav a:hover {
	color: #f57f20;
	background-color: #000;
	cursor: hand;
}

/* Extra padding on last element to align nav */

 #nav .nav-last { border-right: none; width: 88px; }

/* all list items */

#nav li {
	float: left;
	padding:0;
	margin:0;
	list-style-type: none;
	list-style-image: none;
}

/* second-level lists */

#nav li ul { 
	position: absolute;
   width: 170px;
	line-height: 1.2em;
	margin-top: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#nav li ul li {
   text-align:left;
   width: 170px;
	height: 35px !important;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
   border-bottom: 1px solid #fff;
	color: #898d89;
}

#nav li ul > a {
	color: #898d89;
	list-style:none;
	height: 1%;
	padding: 10px 12px;
	display: block;
}

#nav li ul li a:hover {
	color: #f57f20;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	left: auto;
	display: block;
	*top: 135px;
	_top: auto;
}

.footer {
	color: #D9D9E3;
}
#quick ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	list-style: none;
	text-decoration: none;
}
#quick ul li { list-style: none; margin: 5px 0 0 0; }

#quick li a {
	color: #333333;
	padding-left: 35px;
	margin-bottom: 0px;
	text-decoration: none;
	background-image: url(graphics/flower-sprite.gif);
	background-position: left top;
	height: 28px;
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	background-repeat: no-repeat;
	list-style-type: none;
	line-height: 28px;
}
#quick ul li a:hover {
	color: #f67a26;
	text-decoration: underline;
	background-position: 0px -28px;
}

.palebg {
	background-color: #eeefea;
}
.testimonials {
	background-color: #EEEFEA;
	width: 200px;
}
.sidebar {
	background-color: #eeefea;
	font-size: 120%;
}
.navbg {
	background-image: url(graphics/bg-nav.gif);
	background-repeat: repeat;
}
.orangetext a {
	color: #F57F20;
}

