@charset "utf-8";
/* CSS Document */
<style type="text/css">

MainFont {font-family: Geneva, Arial, Helvetica, sans-serif; color: #666666; font-weight: bold; }

body {
	background-image: url(../images/honeycomb.png);
	background-repeat: repeat;
}

a:size:large;cursor: auto}

a {font-family:Geneva, Arial, Helvetica, sans-serif; color: #666666; font-weight: bold;;font-size:large;cursor: auto}

a:link {
	font-weight:bold
	text-decoration: none;
	color:#666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
	font-weight:bold;
}
a:active {color: #ff0000;text-decoration: none}
	text-decoration: none;

#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:161px;
	height:81px;
	z-index:10;
}
#apDiv2 {
	position:absolute;
	left:193px;
	top:0px;
	width:8px;
	height:163px;
	z-index:2;
	background-image: url(../images/Main_02.png);
}
#apDiv3 {
	position:absolute;
	left:201px;
	top:0px;
	width:21px;
	height:131px;
	z-index:3;
	background-image: url(../images/Main_03.png);
}
#apDiv4 {
	position:absolute;
	left:222px;
	top:0px;
	width:800px;
	height:131px;
	z-index:4;
	background-image: url(../images/Main_04.png);
}
#apDiv5 {
	position:absolute;
	left:201px;
	top:131px;
	width:42px;
	height:32px;
	z-index:5;
	background-image: url(../images/Main_08.png);
}
#apDiv6 {
	position:absolute;
	left:243px;
	top:131px;
	width:747px;
	height:32px;
	z-index:6;
	background-image: url(../images/Main_09.png);
}
#apDiv7 {
	position:absolute;
	left:0px;
	top:131px;
	width:66px;
	height:54px;
	z-index:7;
	background-image: url(../images/Main_06.png);
}
#apDiv8 {
	position:absolute;
	left:0px;
	top:185px;
	width:66px;
	height:550px;
	z-index:8;
	background-image: url(../images/Main_12.png);
}
#apDiv9 {
	position:absolute;
	left:66px;
	top:131px;
	width:125px;
	height:32px;
	z-index:9;
}

#apDiv10 {
	position:absolute;
	left:0px;
	top:0px;
	width:193px;
	height:131px;
	z-index:11;
	background-image: url(../images/Main_01.png);
}

#apDiv11 {
	position:absolute;
	left:66px;
	top:165px;
	width:950px;
	height:535px;
	z-index:12;
}

.style2 {
	font-size: 36px;
	color: #999999;
}
.style3 {
	font-size: 24px;
	color: #999999;
}
.style4 {
	font-size: 30px;
	color: #999999;
}
.style7 {
	font-size: 18px;
	color: #999999;
}

.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
/* CONTACT FORM CODE */

/* for main form wrapping div */
div#gb_form_div { 
  /* not styled on demo page */
}

/* id for the form itself */
form#gb_form { 
  /* not styled on demo page */
}

/* form and results heading size */
.main_formhead, .formhead { 
  font-size : 1.4em; 
  color : #cc9900; 
}

/* outer fieldset - it's common to make this border : 0; */
fieldset#formwrap { 
  background-color : #fefefe; 
}

/* section fieldsets - it's common to make this border : 0; */
fieldset { 
  background-color : #fafafa; 
}

/* form legends and dt "heading" */
legend, dt { 
  font-weight : bold; 
  color : #666;
}

/* main legend at top of the form */
legend#mainlegend {
	font-size : 1.2em;
	color : #CC0000;
}

/* form label text */
label {
	color : #CC0000;
}

/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  font : 80% 'Trebuchet MS', sans-serif; 
  color : #666; 
  padding : 2px; 
  border : 1px solid #cc9000;
  background-color : #fffffa;
}

/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}

/* for the checkbox input */
input.checkbox {
  /* not styled on demo page */
}

/* error heading weight and color - bold is for the error reason text */
span.error, dt.error, strong.error { 
  color : #cd0000; 
  font-weight : bold; 
}

/* success heading color */
span.success {
	color : #CC0000;
	font-weight : bold;
}

/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size : 80%; 
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : 0.95em;
}

small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 

/* hide the Why? text span */
small.whythis a span { 
  border : 1px solid #fafafa; 
  background-color : #fafafa; 
  padding : 0 4px 0 4px; 
  color : #fafafa;
  text-decoration : none; 
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  border : 1px solid #000; 
  background-color : #eecc11; 
  color : #000;
  padding : 0 4px 0 4px; 
  text-decoration : none; 
}

/* the link back to me for form credit */
p.creditline { 
  float : right; 
  margin : -17px 0; 
  padding-bottom : 1px; 
  font-size : 80%; 
}

/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}

/* set result color for blockquote dt "heading" */
dl#result_dl_blockq dt, dl.result_dl_blockq dt {
  color : #669900;
}

/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {
  margin-left : 0;
}

/* style the input names in the result */
div#hf_form_div span.items {
  font-weight : bold;
  color : #cc9900;
}
</style>
