/* Parent Styles START */

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}


/* Parent Styles END */

/* Main Container Styles START */
#box-wrap {
	width: 775px;
	margin: 0px auto;
}

#box-content {
	width: 100%;
}
#left-panel {
	width: 175px;
}
#main-panel {
	width: 590px;
}
#main-panel-left {
	width: 300px;
	float: left;
}
#main-panel-left-wide {
	width: 590px;
	float: left;
}

#main-panel-right {
	width: 260px;
	float: right;
}
h1 {
	font-size: 150%;
	color: #006699;
	line-height: 1.5em;
}
#main-panel h2 {
	font-size: 0.9em;
	color: #f5990a;
	padding-top: 3px;
	padding-bottom: 7px;
}
#main-panel h3 {
	font-size: 0.8em;
	color: #f5990a;
	padding-top: 3px;
	padding-bottom: 7px;
}
#main-panel p, #main-panel ul {
	font-size: 0.75em;
	color: #000000;
	padding-bottom: 10px;
}
#main-panel ul {
	margin-left: 15px;
	list-style:none;
}
#main-panel li {
	padding-left: 14px;
	background: url(../media/bullet_blue.gif) no-repeat 0 4px;
}

#footer {
	width: 585px;
	height: 60px;
	background: #A0D751 url(../media/footer_bg.gif) repeat-x scroll left top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-size: 0.75em;
	color: #336600;
	padding-left: 5px;	
}
#footer-outer {
	width: 585px;
	text-align: right;
	font-size: 0.7em;
	color: #336600;
	padding: 10px 10px 5px;
}
.footer-left {
	float: left;
	width: 52%;
	padding-top:2px;
	padding-left: 5px;
}
.footer-image {
	padding-right: 5px;
}
.footer-right {
	float: right;
	width: 44%;
	padding-left: 5px;
	padding-top:12px;
}

.date strong {
	font-size: 120%;
}

/* Main Container Styles END */
.clear-both {
	clear: both;
	height: 1px;
}
/*main nav styles */
.mainnav {
	width: 148px;
	list-style-type:none;
	padding-bottom: 2px;
	margin-bottom: 1px;	
}
.mainnav li {
	display:block;
	width: 148px;
	font-size:90%;
	margin-bottom: 1px;
}
.mainnav a {
	min-height: 1em;
	display:block;
	text-decoration:none;
	color: #fff;
	padding: 4px 0px 5px 10px;
}

.nav1 li {
	background: transparent url(../media/nav_bg_green.jpg) repeat-x scroll left top;
}
.nav2 li {
	background: transparent url(../media/nav_bg_blue.jpg) repeat-x scroll left top;
}
.nav3 li {
	background: transparent url(../media/nav_bg_purple.jpg) repeat-x scroll left top;
}

/*sub nav styles */

.subnav {
	width: 142px;
	list-style-type:none;
	margin: 0 0 0 6px;
	padding:0;
}
.subnav li {	
	display:block;
	width: 142px;
	font-size:90%;
	margin: 0;
	padding:0;
}
.subnav a {
	min-height: 1em;
	display:block;
	text-decoration:none;
	color: #006699;
	padding: 1px 0px 5px 20px;
}
.subnav a:hover {
	color: #f5990a;
}

#subnav1 li {
	background: #ffffff url(../media/subnav_bg_white.gif) repeat-x scroll left top;
}
#subnav2 li {
	background: #ffffff url(../media/subnav_bg_white_bottom.gif) repeat-x scroll left top;
}

/*main nav styles new */
.nav {
	width: 148px;
	list-style-type:none;
}

.nav li {
	margin-bottom: 1px;
}
.nav a {
display:block;
width:148px;
height: 25px;
text-decoration:none;
color:#fff;
line-height: 25px;
text-indent:10px;
}


/*level 1*/
.menu-Hillside-level1 {
	background: url(../media/buttons/button_green.gif) no-repeat left top;
}
.menu-Services-level1 {
	background: url(../media/buttons/button_blue.gif) no-repeat left top;
}
.menu-Contact-level1 {
	background: url(../media/buttons/button_purple.gif) no-repeat left top;
}
.level1:hover {
	color: #069;
	text-decoration: underline;
	background-position: right bottom;
}
.level1 a:hover {
	color: #069;
}
/*level 2*/
.nav .level2 {
height:20px;
margin-top: -1px;
border-top: dotted 1px #069;
background: url(../media/buttons/sub_nav_bg.gif) repeat-y left top;
}
.nav .level2 a {
color:#069;
background: transparent url(../media/icons/icon_arrow2.gif) no-repeat 0 8px;
padding-left: 10px;
line-height: 22px;
}

.nav .level2 a:hover  {
color:#f90;
background: transparent url(../media/icons/icon_arrow2.gif) no-repeat  0 8px;
}
.menu-Hillside-level2 {
	
}
.menu-Services-level2 {
	
}
.menu-Contact-level2 {

}
/*Pagination Styles */

.pagination {
	float:right;
	margin: 10px 20px;
	text-align:right;
	font-size: 0.8em;	
}
#cms .pagination {
	margin-top: 0;
}





