body {
	margin: 0 auto 0 auto;
	padding: 9px 0 9px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	background-color: #FFFFCC;
	color: #333333;
	text-align: left;
}
img {
	border: none;
	display: block;
}
a {
	text-decoration: underline;
	background-color: inherit;
	color: #333333;
}
h1, h2 {
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: inherit;
	color: #F6E2D7;
	font-size: 22px;
	font-weight: normal;
}
form {
	margin: -2px 0 0 0;
	padding: 0 30px 0 0;
	text-align: left;
}
label {
	font-size: 12px;
	padding: 0 0 0 2px;
}
input {
	width: 496px;
	height: 23px;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 15px;
	background-color: #FFFFFF;
	color: #333333;
	margin: 2px 0 4px 0;
	padding: 5px 0 1px 4px;
	border: 0;
	opacity: .7;
	filter: alpha(opacity=70);
}
input#submit-button {
	width: 78px;
	height: 33px;
	background-color: transparent;
	color: #333333;
	margin: 18px 0 0 422px;
	padding: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
#container {
	width: 950px;
	height: 800px;
	margin: 0 auto 0 auto;
	background-color: #DD8448;
	color: inherit;
	background-image: url('../images/bg-home.jpg');
	background-repeat: no-repeat;
}
.testimonials #container {
	height: 1200px;
	background-image: url('../images/bg-testimonials.jpg');
	background-repeat: no-repeat;
}
.resources #container {
	background-image: url('../images/bg-resources.jpg');
	background-repeat: no-repeat;
}
.designelements #container {
	background:#d5763e url('../images/bg-designelements.jpg') no-repeat 0 28px;
	height: 1300px;
}
#header {
	height: 118px;
}
#logo {
	float: left;
	padding: 45px 0 0 88px;
	background-color: inherit;
	color: #006857;
	font-size: 25px;
}
#logo img {
	padding: 2px 4px 2px 4px;
}
#navbar {
	float: right;
	padding: 0 40px 0 0;
	height: 118px;
	text-align: right;
}
#navbar img {
	opacity: .8;
	filter: alpha(opacity=80);
}
#navbar ul {
	margin: 0;
	padding: 1px 0 0 0;
	list-style-type: none;
	height: 118px;
}
#navbar ul li {
	float: left;
	margin: 0 2px 0 2px;
}
#navbar ul li a {
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
	color: #FAEBDE;
}
#navbar ul li a:hover {
	background-color: inherit;
	color: #FEFC97;
}
#flash {
	height: 356px;
	clear: both;
	background-color: #E7DB80;
	color: inherit;
	position: relative;
	z-index: 2;
	border-top:1px solid #ec9e60;
}
p#flash-update {
	margin: 0;
	padding-top: 160px;
	background-color: inherit;
	color: #006857
}
#content {
	padding-top: 43px;
}
#content p {
	margin: 0 0 20px 0px;
	padding: 0;
	line-height: 21px;
	text-align: left;
	margin-right: 0px;
}
#content img.first-letter {
	display: inline;
}
#content div.four-column {
	float: left;
	width: 210px;
	text-align: left;
}
#content div.six-column {
	float: left;
	margin: 0 18px 0 0;
	text-align: left;
}
#content div.four-column img, #content div.six-column img {
	display: block;
	margin-bottom: 7px;
}
#content div.four-column p {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 16px;
}
#content div.six-column p {
	line-height: 20px;
	margin-bottom: 14px;
	margin-right: 0;
}
#content div#roundbox {
	float: left;
	text-align: left;
	margin: 0;
	padding: 7px 0 0 12px;
	background-color: transparent;
	color: #FFFFCC;
	font-size: 13px;
	font-weight: bold;
}
#content div#roundbox p {
	line-height: 18px;
	margin-bottom: 15px;
}
#content div#roundbox ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
#content div#roundbox ul li {
	margin: 0 0 15px 20px;
	padding: 0;
	line-height: 18px;
}
#content p#definition {
	text-align: right;
	padding: 0 20px 0 0;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}
#content #definition a:hover {
	text-decoration: underline;
}
.definition {
	font-family: Georgia;
	font-size: 13px;
	line-height: 15px;
	color: #333333;
	text-align: left;
}
.tip {
	font-size: 13px;
	border: solid 1px #666666;
	width: 410px;
	margin: -200px 0 0 -400px;
	padding: 0 5px 0 5px;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	color: #333333;
	background-color: #ffffcc;
	layer-background-color: #ffffcc;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 15px;
}
/*-----New styles for the top bar -----*/
.top {
	background: #be7542;
	height:28px;
	text-align:right;
	padding-right:20px;
}
.top ul {
	display:inline;
	list-style:none;
	width:150px;
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing: .2em;
	margin-right: 10px;
}
.top li {
	float:right;
	line-height:28px;
	background:url(../images/topbar_bg.gif) no-repeat left center;
	vertical-align:middle;
	padding-left: 35px;
}
.top li a {
	color:#fff;
	text-decoration:none;
}
.top li a:hover {
	color:#666666;
	text-decoration:none;
}

/*Begin Bonsai Additions*/
#content div
{
    float:left;   
}
#content h2
{
    margin:0 0 0 25px;   
}

#content ul
{
    margin:5px 0 0 25px;
    line-height:125%   
}

.top h3
{
    float:left;
    margin:4px 0 0 10px; 
    color:#F6E2D7;
    font-style:italic;  
}

.top ul
{
    padding:-15px 0 0 0;
}

address
{
    text-align:center;
    margin:40px 0 0 0;
    color:#F6E2D7;   
}
/*End Bonsai Additions*/
