﻿body {
	background:#e2e2e2 url('../images/box/page_bg.jpg') repeat-x left top;
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
	color:#333;
}

#container {
	width:760px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
}

#header {
	height:80px;
	background:#1A8229 url('../images/design/header-bg.jpg') repeat-x left top;
	border-bottom:10px solid #77a13d;
}

#header h1 {
	color: #fff;
	font-size: x-large;
	margin: 0;
	padding: 4px 4px 4px 4px;
	width: 516px;
}

#content {
	width:500px;
	padding:10px;
	float:right;
}

h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: georgia;
	font-weight: normal;
	font-style: italic;
	font-size: large;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-weight: normal;
}

#content h1 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color:#060;
	font-size:18pt;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color: #060;
	font-size: x-large;
	font-style: italic;
}
#highlight {
	width: 480px;
	height: 278px;
	margin: 10px auto 10px auto;
	position: relative;
	padding: 10px 10px 10px 10px;
	background: #f2f7e9;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.imgbox {
	padding: 2px;
	width: 150px;
	height: auto;
	border: 1px solid #77A13D;
	margin: 2px;
	float: left;
	display: inline;
	background-image: none;
}

#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: none;
	text-align: left;
	font-weight: 700;
}

#sidebar ul li a {
	display: block;
	padding: 3px;
	width: 192px;
	background: #f2f7e9 url('../images/nav/li-off.jpg') no-repeat left top;
	color: #060;
	text-indent: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

#sidebar ul li a:hover {
	background: #FFFF99 url('../images/nav/li-on.png') no-repeat left top;
}
#subbar a:hover {
	background: #FFFF99;
}
#subbar0 a:hover {
	background: #FFFF99;
}
#subbar1 a:hover {
	background: #FFFF99;
}
#subbar2 a:hover {
	background: #FFFF99;
}
.widget {
	height: auto;
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 5px;
	margin: 10px 0 0 0;
	font-size: 8pt;
}
#footer2 {
	clear: both;
	border-top: 1px solid #000;
	color: #000000;
	font-size: large;
	text-align: center;
	height: 273px; /*was 160*/
	border-top-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	clear: both;
	border-top: 1px solid #000;
	background: #1A8229;
	padding: 10px;
	color: #fff;
	font-size: 8pt;
	text-align: center;
	height: 20px;
	background-image: url('../images/design/quickbooksgreen1x1.gif');
	background-repeat: repeat;
}

a {
	color:#060;
	font-weight:bold;
}

a:hover {
	background:#FFFFDD;
}