body{
	margin:0;
	padding:0;
	background-image: url(../images/bg.gif);
	background-color: #CC0000;
}



#maincontainer{
	width: 840px; /*Center container on page*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/contentbg.gif);
}

#topsection{
	height: 125px;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#navstrap{
	height: 22px;
	background-color: #999999;
}

#contentwrapper{
	float: left;
	width: 100%;
	height: 100%;
}

#contentcolumn{
	margin-left: 200px;
	width: 600px;
	vertical-align: top;
	height: 100%;
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../images/contentbg.gif);
	padding: 20px;
}

#indexnav{
	background-color: #FFFFFF;
	height: 400px;
	width: 600px;
	background-image: url(../images/flowerpanel.jpg);
	
}

#leftcolumn{
	float: left;
	margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
	padding: 0px;
	width: 200px;
	height: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-repeat: repeat-x;
	background-color: #990066;
}

#services{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #0068C9;
	background-color: #CCCCCC;
	height: 40px;
	width: 170px;
	padding: 5px;
	margin-bottom: 15px;
}

#leftcolumncontent{
	position: relative;
	width: 160px;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/leftbg.gif);
	background-repeat: repeat-x;
	height: 100%;
}

#footer{
	clear: left;
	color: #FFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #360034;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}



img.border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;
}


/* Drop nav 

a.dropnav:link, a.dropnav:active, a.dropnav:hover, a.dropnav:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCFF33;
	text-decoration: none;
	font-weight: normal;
}

a.dropnav:active
{
	color: #CCFF33;
}

a.dropnav:hover
{
	color: #CCFF99;
}

a.dropnav:visited 
{
	color: #CCFF33;
}
*/


/* Tree Menu */

.treemenu ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.treemenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #330033; /*overall menu background color*/

}

/*Top level menu link items style*/
.treemenu ul li a{
	display: block;
	width: 93px;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 4px;
	color: #FFFF99;
}
	
/*1st sub level menu*/
.treemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	border: 0px solid #FFFFFF;
	visibility: hidden;
	background-color: #FFFFFF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.treemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.treemenu ul li ul li ul{ 
left: 249px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.treemenu ul li ul li a{
display: block;
width: 140px; /*width of sub menu levels*/
text-decoration: none;
padding: 3px 5px;
border: 1px solid #FFFFFF;
}

.treemenu ul li a:hover{
	background-color: #660066;
	color: white;
}

/*Background image for top level menu list links */
.treemenu .mainfoldericon{
	background-color: ##330033;
	background-image: url(../images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/*Background image for subsequent level menu list links */
.treemenu .subfoldericon {
background: #cccccc url(../images/arrow-right.gif) no-repeat center right;
}


	
/* Holly Hack for IE \*/
* html .treemenu ul li { float: left; height: 1%;}
* html .treemenu ul li a { height: 1%;}
* html .treemenu ul li ul li { float: left;}
/* End */
