/* CSS Document */

html, body {
  width: 100%;
  margin: 0 auto;
  background-color:#f2edd9;
  background-repeat: repeat-x;
  background-position: left top;
  background-image: url(../images/mainBackground.jpg);
  border: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 76%;
  color: #000000;
}

/** Layout **/

#container {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
}

#content {
  text-align: left;
  padding: 15px;
}

#columns {
  width: 732px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 20px;
  padding: 0 10px 10px 0;
  text-align: center;
  clear: both;
}

#column1 {
  width: 230px;
  height: 200px;
  float: left;
  text-align: left;
  margin-right: 21px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#column2 {
  width: 230px;
  height: 200px;
  float: right;
  text-align: left;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#column3 {
  width: 230px;
  height: 200px;
  float: right;
  text-align: left;
  margin-left: 21px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.dohtopnav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#fff;
  text-transform:none;
  padding: 5px;
}
.dohtopnav a {
  text-decoration: none;
  color: #fff;
  padding: 0 5px 0 5px;
}
.dohtopnav a:hover {
  text-decoration: none;
  color: #ffcc00;
}
.footer {
  color:#CCCCCC;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  text-align:center;
}
.footer a {
  color:#CCCCCC;
  text-decoration:underline;
}
.footer a:hover {
  color:#CCCCCC;
  text-decoration:underline;
}
.hawaiigov {
	background-image: url(../images/hawaiigovbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
	background-color: #14a414;
}

.hawaiigov a {
	color:#FFFFFF;
}

.hawaiigov a:hover {
	color:#FFFF99;
	text-decoration:none;
}
/** General **/

.red3 {
  color: #cc0000;
  font-size: 11px;
  font-weight: bold;
}

h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2em;
  color: #333333;
  font-weight: normal;
  margin: 0 auto 20px auto;
  text-align: left;
}

h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4em;
  color: #000099;
  margin: 0 auto 10px auto;
  text-align: left;
  border-bottom: 1px dotted #cccccc;
  padding: 5px 0 5px 0;
  font-weight: normal;
  display: block;
}

.smalltext {
  font-size: 0.9em;
  color: #444444;
}

.form-element {
  font-size: 0.9em;
  color: #444444;
  font-weight: bold;
}

.form-elementError {
  font-size: 0.9em;
  color: #444444;
  font-weight: bold;
  background-color: #fffed6;
  color: #000;
  font-weight: normal;
}


/** Links **/

a:link, a:visited {
  color: #000099;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #ff6600;
}

a.menu:link, a.menu:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

a.menu:hover {
  text-decoration: underline;
}

a.smlink:link, a.smlink:visited {
  font-size: 0.8em;
  text-decoration: none;
  font-weight: bold;
  color: #666666;
  text-transform: uppercase;
}

a.smlink:hover {
  color: #ff6600;
}

a.footer:link, a.footer:visited {
  font-size: 0.9em;
  color: #999999;
  text-decoration: none;
  font-weight: normal;
}

a.footer:hover {
  color: #ff6600;
}

a.edit:link, a.edit:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  text-decoration: none;
  font-weight: bold;
  color: #ff6600;
}

a.edit:hover {
  color: #999999;
}

a.update:link, a.update:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  text-decoration: none;
  font-weight: bold;
  color: #ff6600;
}

a.update:hover {
  color: #999999;
}




/** Global Classes **/

.clear { clear: both; }

.float-left { float: left; }
.float-right { float: right; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { border-bottom: 1px solid; }
.highlight { background: #ffffcc; }

.wrap { width:960px;margin:0 auto; }

.img-left { float:left;margin:4px 10px 4px 0; }
.img-right { float:right;margin:4px 0 4px 10px; }

.nopadding { padding: 0; }
.noindent { margin-left: 0; padding-left:0; }
.nobullet { list-style: none; list-style-image: none; }



/** Forms **/

form {
  margin: 0;
  padding: 0;
  display: inline;
}

input, select, textarea {
  font-size:1.0em;
  font-family: Arial, Helvetica, sans-serif;
}

textarea {
  line-height: 1.50em;
}

label {
  cursor: pointer;
}

input.button {
  font-size: 0.9em;
  font-weight: bold;
  color: #444444;
  background-image: url(../images/bg-button.gif);
  border: 1px solid #b3b3b3;
  padding: 5px;
  width: 100px;
}

input.buttondisabled {
  font-size: 0.9em;
  font-weight: bold;
  color: #bbbbbb;
  background-image: url(../images/bg-button.gif);
  border: 1px solid #b3b3b3;
  padding: 5px;
}

.longField {
  width: 300px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  padding: 2px;
  border: 1px solid #bbbbbb;
}

.longFieldError {
  width: 300px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  padding: 2px;
  border: 1px solid #bbbbbb;
  background-color: #fffed6;
  color: #000;
  font-weight: normal;
}

.mediumField {
  width: 200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  padding: 2px;
  border: 1px solid #bbbbbb;
}

.mediumFieldError {
  width: 200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  padding: 2px;
  border: 1px solid #bbbbbb;
  background-color: #fffed6;
  color: #000;
  font-weight: normal;
}

.lotSizeField {
  width: 64px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  padding: 2px;
  border: 1px solid #bbbbbb;
}

.lotSizeFieldError {
  width: 64px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  padding: 2px;
  border: 1px solid #bbbbbb;
  background-color: #fffed6;
  color: #000;
  font-weight: normal;
}

.smallField {
  width: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  padding: 2px;
  border: 1px solid #bbbbbb;
}

.smallFieldError {
  width: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  padding: 2px;
  border: 1px solid #bbbbbb;
  background-color: #fffed6;
  color: #000;
  font-weight: normal;
}

.smallestField {
  width: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  padding: 2px;
  border: 1px solid #bbbbbb;
}

#requiredField {
  background-color: #ffffcc;
  padding: 2px;
  border: 1px solid #bbbbbb;
}





/** Misc **/

.imgborder {
  border: 1px solid #cccccc;
  padding: 5px;
  margin: 0 10px 0 0;
}

img a {
  border: 0;
}

.designernote {
  font-size: 0.9em;
  color: #ff3399;
  font-style: italic;
}

#steps {
  width: 300px;
  float: right;
  text-align: right;
  margin: 15px 0 15px 0;
  padding: 5px 0 5px 0;
}

.steps-grey {
  color: #aaaaaa;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4em;
  font-style: italic;
  padding: 3px;
  line-height: 1.5em;
}

.steps-selected {
  color: #555555;
  background-color: #eeeeee;
  background-image: url(../images/bg-grey.gif);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4em;
  font-style: italic;
  padding: 3px;
  line-height: 1.5em;
  border: 1px solid #dddddd;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

select.error, textarea.error, input.error {
  background-color: #fffed6;
  color: #000;
  font-weight: normal;
}

#cities_autocomplete, #codes_autocomplete {
  width:15em;
  padding-bottom:2em;
}
#cities_autocomplete, #codes_autocomplete {
  z-index:9000;
}
#city,
#zipCode {
  _position:absolute;
}

span.fileinputs {
  position: relative;
}

span.fakefile {
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 1;
}

input.file {
  position: relative;
  -moz-opacity:0 ;
  filter:alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
}

label.fl {
  width: 20px;
}
