/* GLOBAL HTML TAG BASED STYLES START *//*  metallic gold - color:#B0A77A; maroon - color:#AB002F; purple - color:#603064*/
body {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #003300 url(/graphics/bkgds/waterfall.jpg) center top no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

a {
	color: #fff;
	text-decoration: none;
}

a:link {
	color: #fff;
}

a:visited {
  color: 999999;
}

a:hover {
	text-decoration: underline;
	color: #B0A77A;
}

a:active {
	color: #FF0000;
}

img {
	border: none;
}
h4 {
	margin:0;
	padding:0;
}

/* GLOBAL HTML TAG BASED STYLES END */
/*------------------------------------ HEADER START ------------------------------------*/
#header {
	text-align:center;
	background: #fff url(/graphics/header/landscape.jpg) top center repeat-x;
	width: 100%;
	margin-top:8px;
	padding-top:2px;
	border-bottom: #fff 4px solid;
}

#header_bar {
    background: url(/graphics/header/tagline.jpg) center center no-repeat;
    width:100%;
    height:17px;
	border-bottom: maroon 3px solid;
}



/*--------------------------------- HEADER END - NAV START ---------------------------------*/
#navmenu {
	width: 120px;
	font-size: .9em;
	text-align: left;
	position: relative;
	top:20px;
	left:16px;
	border-top: #999999 2px groove;
}

#nav {
	float:left;
}

#nav ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#navmenu li {
	position: relative;
	padding: 6px 4px 6px 20px;
	border-bottom: #999999 2px groove;
	z-index: 90;
}

#nav .current {
	background: url(/graphics/nav/tree.gif) 4px 6px no-repeat;
	font-style:oblique;
}

#navmenu li li {
	font-size: 0.9em;
	text-align:left;
	background-color: #00853e;
	background-image: none;
	width:102px;
	padding:7px 6px 7px 10px;
	border-right: 4px solid #00853e;
}

#navmenu li li:hover {
	border-right: 4px solid #00ff00;
}

#navmenu li ul {
	display: none;
	position: absolute;
	top: 2px;
	left: 100px;
	width: auto;
	padding: 0;
}

#navmenu li>ul {
	left: 100%;
}

#nav li:hover ul {
	display: block;
}

#navmenu li.over ul {
	display: block;
}

#selected {
	background: url(/graphics/nav/tree.gif) 4px 6px no-repeat;
}

#submenu {
	font-size: .7em;
	padding: 2px;
	margin: 0;
}
	#submenu a:hover{
		color: #603064;
		padding: 0;
		margin: 0;
		text-decoration:underline;
	}

	#submenu .subselect {
		padding: 0;
		margin: 0;
	}

	#submenu .subselect a {
		color: #0033FF;
		background:#fff;
		text-decoration:underline;
	}

/*--------------------------------- NAV END - CONTENT START ---------------------------------*/
/* GENERAL CONTENT START */
#content {
	margin-top:20px;
}

#content p {
	text-align: justify;
}

#content ul {
	text-align: left;
}

#container {
    width:780px;
}

.content {
	color: #000000;
    background: #fff url(/graphics/content/content_top_left.jpg) no-repeat;
    width:500px;
}

.content a {
	color: darkred;
	text-decoration: none;
}

.content a:active {
	color: #003300;
}

.content li {
	list-style-image: url(/graphics/content/stone.jpg);
}

#upperright {
	background: url(/graphics/content/content_top_rt.gif) top right no-repeat;
	width: 100%;
	height: 20px;
	position:relative;
	top:0px;
	right:0px;
}

#lowerright {
	background: url(/graphics/content/content_bttm_rt.gif) no-repeat;
	width: 20px;
	height: 20px;
	position:relative;
	right:0;
	bottom:0;
	float:right;
}

#lowerleft {
	background: url(/graphics/content/content_bttm_left.gif) no-repeat;
	width: 500px;
	height: 20px;
	position:relative;
	left:0;
	bottom:-1px;
}

.attention {
	color:#3366cc;
}

.last {
	width: auto;
	padding: 0px 20px 0px 20px;
}

.last p {
	text-indent: 10px;
}

.last h4 {
	margin-bottom:8px;
}

.lefttopimg {
	float: left;
	margin: 10px 16px 10px 0px;
}

.centerimg {
	padding-top; 10px;
}

.righttopimg {
	float: right;
	margin: 14px 0px 10px 16px;
}

.home .righttopimg {
	margin: 4px 4px 10px 10px;
}

/* GENERAL CONTENT END */

#testimonials {
	color:#CCCCCC;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	width: 122px;
	position:relative;
	top:10px;
	right:8px;
	float:right;
}
.testimonials_box {
	width: 110px;
	margin: 2px 2px 8px 2px;
	padding:4px;
}
#testimonials h5 {
	text-align: center;
	color: #FFF;
	margin:0px;
}
#testimonials h4 {
	text-align: center;
	color: #000;
	margin:  0px 0px 6px 10px;
}

 /* FLYER STYLES END */

.break { /* FOR CLEARING FLOATING BOXES */
	width: 100%;
	height: 1px;
	clear: both;
}

.note {
	color: #ff0000;
	/*font-size: .8em;*/
	font-style: oblique;
}

/*--------------------------------- CONTENT END - FOOTER START ---------------------------------*/
#footer {
	color: #fff;
	text-align: center;
	font-size: .9em;
	padding-top: 10px;
	margin-right: 150px;
	margin-left:150px;
}

#footer sub a:link {
	color: #fff;
}

.copyright {
	font-size: .7em;
	padding: 10px;
}
/*--------------------------------- FOOTER END ---------------------------------*/
