* {
	margin: 0;
	padding: 0;
}

html, body {
	 min-height:100%; margin-bottom:1px;
}

body {
	text-align: center;
	font-size: 84%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(images/main-bkg.jpg) repeat-x #fff;
	margin-top: 0; 
	color: #545454;
}

body.home {
	background: url(images/front-bkg.jpg) repeat-x #fff;
}

a:link, a:visited {
   color: #D5612B; 
  /* color: #99DA4C; */
   text-decoration: none;
}

a:hover, a:active {  
  color: #72B024;
  text-decoration: none;
}

#container {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto; 
	text-align: left;
	background-color: #fff;
	display: block;
}

#header {
	height: 103px;
	display: block;
	position: relative;
}

#header img {
	margin-top: 20px;
	border: none;
}

#masthead {
	height: 68px;
	background: url(images/pencils.jpg) no-repeat;
	border: 1px solid #fff;
}

body.home #masthead {
	background: url(images/pencil-splash.jpg) no-repeat;
   height: 242px;
}

#masthead h1 {
	font-size: 1.5em;
	margin-top: 20px;
	margin-left: 16px;
	font-weight: normal;
	color: #72B024;
}

body.home #masthead h1 {
	margin-top: 50px;
}

body.home #masthead h2 {
	margin-top: 10px;
	font-size: 1.3em;
	font-weight: normal;
	width: 220px;
	line-height: 1.4em;
	color: #72B024;
}

#masthead h2 {
	font-size: 1.3em;
	margin-top: 30px;
	margin-left: 16px;
	line-height: 1.6em;
	font-weight: normal;
	color: #72B024;
}

#content {
	color: #626262;
	padding-top: 20px;
	margin-left: 200px;
	margin-bottom: 10px;
	width: 520px;
   line-height: 1.3em; 
   min-height:400px;
   height:auto !important;
   height:400px;
}

h1, h2 {
	/*color: #E76004; */
	color: #72B024;
	margin-bottom: 4px;
	font-weight: bold;
}

h1 {
	font-size: 1.1em;
}

h2 {
	clear: both;
	font-size: 1em;
	margin-top: 10px;
}

p {
	margin-bottom: 10px;
}

#content ul {
	list-style-image: url(images/bullet.gif);
	margin-left: 30px;
	margin-bottom: 10px;
}

#content li {
	padding-top: 4px;
}

#contentleft {
	float: left;
	width: 340px;
	padding: 20px 20px 20px 20px;
}

#contentright {
	float: left;
	width: 340px;
	padding: 20px 20px 20px 20px;
}

#topnav {
	position: absolute;
	text-align: left;
	top: 72px;
	/*left: 450px;*/
	right:0px;
	width: 320px;
	font-weight: bold;
}

#topnav ul {
	margin: 0;
  padding: 0;
}
#topnav li, #topnav ul {
	list-style-type: none;
	display: inline;
}
#topnav li a {
	float: left;
	padding: 0 0 0 22px;
}

#globalnav {
	position: absolute;
	top: 10px;
	right: 10px;
	color: Silver;
	font-size: .7em;
}

/* sub navigation on the left */
#subnav {
	float: left;
	width: 180px;
	text-align: left;
	margin-top: 20px;
	margin-left: 0px;
}

#subnav ul {
	margin-left: 0px;
	padding-left: 0;
	list-style: none;
}

#subnav li {
	margin-top: 0px;
	margin-bottom: 6px;
}

#subnav li a {
	padding: 0px 0px 0px 26px;
	color: #EC5D01;
	font-size: 1em;
	text-decoration: none;
}

#subnav ul ul {
	margin-left: 10px;
	margin-bottom: 10px;
}

#subnav ul ul li {
	margin-top: 2px;
	margin-bottom: 2px;
}

#subnav ul ul li a:hover {
	background-image: none; 
}

#subnav li a:hover {
	background-image: url(images/curr-arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	color: #0097C2; 
		color: #72B024; /* green */
}

#subnav li a.current {
	background-image: url(images/curr-arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	color: #72B024; /* green */
}

#subnav h2 {
	font-weight: bold;
	color: #0097C2;
	text-align: center;
	font-size: 14px;
}

#subnav p {
	text-align: center;
}

#subnav img {
	margin-bottom: 10px;
}

img.portfolioright {
	float: right;
	margin: 0 0 6px 6px;
	border: 1px solid silver;
}

img.portfolioleft {
	float: left;
	margin: 0 6px 6px 0;
	border: 1px solid silver;
}

#footer {
	clear: both;
	font-size: .8em;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 10px;
	padding-right: 10px;
	color: #626262;
}

#footer p {
	margin: 6px 0 2px 0;
}

hr {
	color: #91DA43;
	height: 1px;
	width: 80%;
	text-align: center;
}

/* forms */
td.formlabel {
	color : #72B024;
	font-weight: bold;
	font-size: .8em;
	padding-right: 10px;
	vertical-align: top;
}

table.contact td {
	padding: 4px 4px 4px 0; 
}

td.formsection {
	color: #72B024;
	font-weight: bold;
	padding-left: 10px;
}

input.submit {
    background-color: #F09100;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : White;
	padding: 2px;
}

input.checkbox {
	border: 1px solid silver;
}

.textbox {
	background : #F9E3C5;
	font-size : 12px;
	font-family: arial, sans-serif;
	border: 1px solid silver;
}

ol.numbered {
	list-style: decimal;
	margin-left: 30px;
}