/* Defaults */

* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

.font-face {
  font-family: "London1970";
  src: url("fonts/london1970.otf") format("opentype");
}

h1,h2,h3,h4,h5,h6 {
	font-family: "London1970", sans-serif;
}

a img,a[href] img {
	border-width: 0;
}


/* //debug

* {
	border: 1px solid red;
}

* * * * * * * {
	background-color: #888;
}

* * * * * * {
	background-color: #999;
}

* * * * * {
	background-color: #aaa;
	
}

* * * * {
	background-color: #bbb;
}

* * * {
	background-color: #ccc;
}

* * {
	background-color: #ddd;
}

* {
	background-color: #eee;
}

*/

.noBackground {
	background-image: none;
}

.debug {
	border: 1px solid red;
}

a {
	opacity: 1;
	-webkit-transition: opacity 1s linear;
}

a:hover {
	opacity: 0.2;
	color: #f80;
}

h1,h2,h3,h4,h5,h6,p,td,th,div,span {
	color: #888;
}

a:link {
	color: #5a5;
}

a:visited {
	color: #696;
}

a:active {
	color: #f00;
}

h1,h2,h3,h4,h5,h6 {
	padding-top: 50px;
}

h2 {
	text-transform: lowercase;
}

p {
	font-size: 13px;
	line-height: 15px;
	padding-bottom: 10px;
}

p.footnote {
	font-size: 11px;
}

p.subhead {
	font-size: 110%;
	line-height: 120%;
}

th {
	color: #aaa;
	font-size: 80%;
}

/* end Defaults */

/* Constraints */

.centerer {
	display: block;
	margin: 0 auto;
}

div.centerer {
	width: 850px;
}

/* end Constraints */

/* Header */

/* end Header */

/* HeadlINE */

#headline h1 {
	display: none;
	height: 0;
	overflow: hidden;
	padding: 0;
}

#headline h1.visible
{
	display: block;
	height: auto;
	overflow: auto;
	clear: both;
	font-size: 80px;
	font-weight: lighter;
	text-transform: lowercase;
	color: #aaaaaa;
	word-spacing: -20px;
}

#headline h1.visible b
{
	color: #666666;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: bold;
}

#greeting
{
	font-size: 10px;
	top: -26px;
	left: 87px;
	position: relative;
	height: 20px;
	width: 763px;
}

#greeting a.email {
	display: block;
	width: 150px;
	text-align: right;
	text-decoration: none;
	color: #888;
	height: 13px;
	padding: 0 22px 0 0;
	overflow: hidden;
	float: right;
	background: url(media/envelope.png) 100% 0 no-repeat;
}

#greeting a.email:hover {
	float: right;
	color: #484;
	text-decoration: underline;
	opacity: 1.0;
	background: url(media/envelope-hover.png) 100% 0 no-repeat;
}

/* end HeadLINE */

/* Rounded WideBoxes */

.wideBox {
	clear: both;
	background: url("/db/handlers/Global/media/widebox/top-white.png") no-repeat 0 0 !important;
	padding: 10px 0 0 0;
	overflow: hidden;
	height: auto;
}

.wideBox div.bot {
	background: url("/db/handlers/Global/media/widebox/bot-white.png") no-repeat 0 bottom;
	padding: 10px 0 12px 0;
	z-index: 1;
}


.wideBox div.mid {
	background: url("/db/handlers/Global/media/widebox/mid-white.png") repeat-y 0 0;
	padding: 3px 10px 0 10px;
	margin: 9px 0 0 0;
	overflow: hidden;
	z-index: 1;
}

fieldset.wideBox {
	border-width: 0;
	position: relative;
	padding-top: 60px; /* animate */
	margin: 20px 0 10px 0;
}


fieldset.wideBox legend
{
	padding: 0 ;
	margin: 0 ;
	display: block ;
	position: absolute;
	top: 14px ; /* animate */
	left: 8px ;
	font-weight: normal;
	font-size: 30px; 
	height: 56px; /* animate */
	width: 99%;
	z-index: 2;
}

fieldset.wideBox.collapsed {
	padding-top: 24px; 
	/* anim */
	padding-top: 59px;
}

fieldset.wideBox.collapsed div.mid {
	height: auto;
	/* anim */
	height: 0;
}

fieldset.wideBox.collapsed legend {
	top: 40px ;
	height: 63px;
	/* anim */
	top: 27px ; 
	height: 21px;
}

fieldset.wideBox legend b
{
	display: block;
	width: 71px;
	height: 29px;
	float: left;
	color: #fff;
	padding: 13px 0 18px 0;
	background-image: url("media/forms/badge.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
}

fieldset.wideBox legend b.small {
	padding-top: 24px;
	font-size: 15px;
}

fieldset.wideBox legend span
{
	display: block;
	float: left;
	width: 760px;
	padding: 10px 0 0 0;
	text-transform: lowercase;
	color: #aaa;
}

/* end Rounded WideBoxes */

/* special links */

.pillbox
{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

.pillbox span
{
	background-image: url("/db/handlers/Global/media/pillbox-r.png");
	background-position: right 0;
	background-repeat: no-repeat;
	padding: 5px 22px 5px 0;
}

.pillbox span span {
	background-image: url("/db/handlers/Global/media/pillbox.png");
	background-position: left 0;
	background-repeat: no-repeat;
}

.pillbox span span,
.pillbox span span a {
	color: #fff;
	padding: 5px 0 5px 22px;
	text-decoration: none;
}

.pillbox span span a {
	padding-left: 0;
}

.pillbox.disclosure span span:after,
.pillbox.disclosureCustom span span:after{
	content: "  ▼";
	color: #fff;
}
.pillbox.disclosure.opened span span:after,
.pillbox.disclosureCustom.opened span span:after{
	content: "  ▲";
}

.pillbox.disclosure:hover span span:after,
.pillbox.disclosure.opened:hover span span:after,
.pillbox.disclosureCustom:hover span span:after,
.pillbox.disclosureCustom.opened:hover span span:after{
	color: #666;
}

.disclosureCustom {
	display: block;
	margin: 20px 20px 20px 0;
	padding: 0;
}

.pillbox:hover {
	opacity: 1.0;
}

/* help links */

p.help {
	margin: 10px 0 0 0;
}

p.help .message {
	display: none;
}

/* end special links */

/* FORMs */

form label {
	font-size: 12px;
}

form p.help .message
{
	margin: 10px 0 0 5px;
	color: #000;
}

tr.input {
	font-size: 12px;
	color: #000;
	padding: 0 0 10px 0;
}

tr.input label {
	color: #888;
}

form .checkbox {
	margin: 0 0 0 0 !important;
}

form .grouper {
	color: #000;
}

.auto {
	width: auto !important;
}

form .nobr {
	display: -moz-inline-block;
	display: inline-block;
	width: 48%;
	margin-right: 10px;
}

.grouper {
	_width: 74.5%;
	_float: right;
	_display: block;
}

form .fieldSetInner {
	padding: 0 0 0 70px;
}

form p.help {
	font-size: 10px;
	padding: 0 0 15px 0;
}

form input.btnInput {
	margin: 0 auto;
	background-color: #ffffff;
	color: #aaaaaa;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 6px;
	border: 2px solid #aaaaaa;
}

form input.btnInput:hover {
	cursor: pointer;
	background-color: #444444;
	color: #ffffff !important;
	border-color: #444444 !important;
}
form label.section {
	_clear: both;
}

form input.text,form input[type="text"] {
	font-size: 16px;
}

form input.btnSubmit
{
	background-image: url("media/submit.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 195px;
	height: 31px;
	font-size: 17px;
	padding: 5px 0 9px 0;
	color: #fff !important;
	border-width: 0;
	background-color: transparent;
	cursor: pointer;
}
form input.btnSubmit:hover {
	color: #222 !important;
}

form input.btnSmall,
form input.btnSmallGreen,
form input.btnSmallRed {
	width: 127px;
	font-size: 14px;
	margin-right: 7px !important;
	padding-top: 7px;
	padding-bottom: 10px;
}
form input.btnSmall {
	background-image: url("media/submitSmall.png");
}
form input.btnSmallGreen {
	background-image: url("media/submitSmallGreen.png");
}
form input.btnSmallRed {
	background-image: url("media/submitSmallRed.png");
}
form input.btnSmallGreen:hover {
	color: #282 !important;
}
form input.btnSmallRed:hover {
	color: #922 !important;
}

form .descriptive,form .swatchCont {
	padding: 5px 0 0 0;
	line-height: 19px;
}
form .descriptive em {
	font-size: 120%;
	color: #555;
	font-style: normal;
}
form .aboveButton {
	padding-bottom: 20px;
}

form .primaryService {
	font-size: 17px;
	color: #777777 !important;
	line-height: 22px;
}

form .secondaryService {
	font-size: 11px;
	line-height: 15px;
}

table.inputs { border-collapse: collapse; border-spacing: 0; width: 100%; margin: 30px 0 10px 0; }

table.inputs td.label {
	width: 25%;
}

table.inputs td.labelPaddedTop {
	padding-top: 18px;
}

tr.input td {
	padding: 2px 0 10px 0;
	vertical-align: top;
}

tr.input input {
	margin: 0 10px 0 0;
}
tr.input input + input {
	margin-top: 10px;
}
tr.input input.nomargin {
	margin-right: 0;
}

input.hasDefault {
	color: #888;
}

input.hasDefault.realText {
	color: #000;
}

tr.input .large {
	width: 398px;
}
tr.input .medium {
	width: 190px;
}
tr.input .firstName,
tr.input .lastName {
	width: 137px;
	margin-right: 2px;
}
tr.input .lastName {
	margin-right: 0;
}
tr.input .prefix {
	width: 58px;
	margin-right: 1px;
}
tr.input .prefix,
tr.input .suffix {
	font-size: 16px !important;
}
tr.input .suffix {
	width: 50px;
	margin-right: 0;
}
tr.input .small {
	width: 87px;
}
tr.input .auto {
	width: auto;
}
tr.input .smallText {
	font-size: 12px;
}

/* end FORMs */

.clearLeft {
	clear: left !important;
}

.clearRight {
	clear: right !important;
}

.clearBoth { clear: both !important; }

/* Error Messages */

.errorMsg {
	font-size: 120%;
	color: #f00;
}

.important {
	color: #f80;
}

#mahaloNui .important {
	font-size: 120%;
	line-height: 120%;
	padding: 20px 0;
}

/* Footer */

#footer {
	clear: both;
	padding-top: 30px;
	font-size: 9px;
	color: #888;
	text-align: center;
}

#footer strong {
	font-size: 16px;
	color: #844;
}

#footer a {
	color: #888;
}

a.kamaaina
{
	display: block;
	height: 0;
	padding: 54px 0 0 0;
	overflow: hidden;
	background-image: url("/db/handlers/Global/media/kamaaina.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/* End Footer */

/* no break */

.nobr { white-space: nowrap; }

/* End no break */

/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: -moz-inline-block;
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* End Clearfix */

/* general utility font styles */

.desc {
	font-size: 80%;
}

/* End general utility font styles */

/* details widgets */

a.detailsBtn {
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	width: 80px;
	height: 24px;
	padding: 10px 10px 20px 10px;
	background: none no-repeat 50% 50%;
	color: #fff;
	text-decoration: none;
	z-index: 20;
}

a.detailsBtn.detailsShow {
	background-image: url("media/detailsShow.png");
}
a.detailsBtn.detailsHide {
	background-image: url("media/detailsHide.png");
}
