html {
	color: #613D18;
	font: 13px Union, Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #f7f4dd;
	background-image: url(../g/bk.gif);
	background-repeat: repeat-y;
	background-position: center; 
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0 12px;
}

h1 {
	color: #3AA6ED;
	font: 13px Union, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-indent: -5000px;
	height: 37px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 12px;
}

#work { margin-top: 30px; background-image: url(../g/h1/work.gif); }
#about { margin-top: 10px; background-image: url(../g/h1/about.gif); }
#contact { margin-top: 30px; background-image: url(../g/h1/contact.gif); }
#privacy { margin-top: 10px; background-image: url(../g/h1/privacy.gif); }

.firstline {
	height: 22px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	display: block;
}

#logo {
	position: relative;
}

h2 {
	margin: 20px 0 4px 8px;
	color: #9C0;
	font: 13px Union, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-indent: -5000px;
	height: 14px;
	background-repeat: no-repeat;
	position: relative;
	left: -22px;
}

#nonprofit { background-image: url(../g/h2/nonprofit.gif); }
#forprofit { background-image: url(../g/h2/forprofit.gif); }

a:link {padding: 1px 3px; color: #9C0; text-decoration:none; background-color: #fff;} 
a:visited {padding: 1px 3px; color: #9C0; text-decoration:none; background-color: #fff;} 
a:hover {padding: 1px 3px; color: #fff; text-decoration:none; background-color: #9C0;}   
a:active {padding: 1px 3px; color: #fff; text-decoration:none; background-color: #9C0;}   

em {
	color: #3AA6ED;
	font-weight: normal;
	font-style: normal;
}

#workdisplay {
	width: 580px; 
	height: 220px; 
}

#workdisplaynoflash {
	border: 10px solid #fff;
}

#container {
	width:800px;
	margin: 0 auto; 
	position: relative;
}

#header {
	float: left;
	height: 100px;
	background-color: #9CD2F6;
}

.defaultheader {
	width: 200px;
	height: 50px;
}

.vertheader {
	width: 250px;
	background-image:url(../g/v_edge.gif);
	background-position:right;
	background-repeat:repeat-y;
	min-height: 800px;
}

.horheader {
	width: 100%;
	background-image:url(../g/h_edge.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#content {
	float: left;
	width: 580px; 
	background-color: #f7f4dd;
	padding-left: 20px;
}

table {
	width: 580px;
	border-collapse: collapse;
	line-height: 1em;
}

td {
	padding: 5px 8px 4px 8px;
}

.defaultrow {
	background-color: #f7f4dd;
}

.altrow {
	background-color: #FAF8EB;
}

.overrow {
	background-color: #FFF;
	color: #3AA6ED;
}

.colwho {
	width: 350px;
}

.colwhat {
	width: 175px;
}

.colwhen {
	width: 55px;
}

table a:link {padding: 0; color: #613D18; text-decoration:none; background: transparent;} 
table a:visited {padding: 0; color: #613D18; text-decoration:none; background: transparent;} 
table a:hover {padding: 0; color: #613D18; text-decoration:none; background: transparent;} 
table a:active {padding: 0; color: #613D18; text-decoration:none; background: transparent;}

#feet {
	margin-top: 50px;
	font-size: 9px;
}

#emailform {
	background-image: url(../g/happybee.gif);
	background-position: 455px bottom;
	background-repeat: no-repeat;
}

#messagetxt {
	width: 430px;
	height: 120px;
	color: #613D18;
}

#emailtxt {
	width: 290px;
	color: #613D18;
}

#emailtxterror,#messagetxterror {
	color: #F54F00;
	font-weight: bold;
}

.thanks {
	color: #4EAEEF;
	font-weight: bold;
}

#submitbutt {
	background-color: #9cd2f6;
	border: 1px solid #4EAEEF;
	color: #fff;
	margin-left: 20px;
	padding: 2px 8px;
}

.formtxt_default {
	padding: 3px;
	border: 1px solid #bbab8f;
	background-color: #faf8eb;
}

.formtxt_active {
	padding: 2px;
	border: 2px solid #9CD2F6;
	background-color: #fff;
}