/* -----------------------------------------------
 Colors
 ----------------------------------------------- */
.black  		{color: black;}
.white 			{color: white;}
.gray_lt		{color: #EEEEEE;}
.gray_medlt		{color: #AAAAAA;}
.gray_med		{color: #777777;}
.gray_dark		{color: #444444;}
.green			{color: #017C67;}
.green_dk		{color: #00392B;}
.green_olive_dk	{color: #93976A;}
.green_olive_lt	{color: #9FA376;}
.green_lt		{color: #D4D7C0;}
.brown			{color: #555435;}
.gold 			{color: #FECA1C;}	/* use on dark bkgds */
.beige			{color: #EFF0D8;}

/* -----------------------------------------------
 Fonts / Text
 ----------------------------------------------- */

body {
	background: #00392B url(art/background.gif) repeat fixed 50%;
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}

.body_popup {
	background-color: white;
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}

b,p,td,ul,ol,li,div,form {
	font-size: 11px;
}

.bodytext {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -2px;
}

.redhead {
	color:  #00392B;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

.whitehead {
	color:  white;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px;
}

.headline {
	font-family:  Georgia, Palatino, Book Antiqua, Bookman, serif;
	font-size: 24px;
	color: #017C67;
	letter-spacing: 0px;
	font-style: italic;
}

.subhead {
	font-family:  Georgia, Palatino, Book Antiqua, Bookman, serif;
	font-size: 18px;
	color: #017C67;
	letter-spacing: 0px;
	font-style: italic;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.boldtight {
	font-weight: bold;
	letter-spacing: -1px;
}

.boldgray {
	color: #555;
	font-weight: bold;
}

.boldgrayital {
	color: #555;
	font-weight: bold;
	font-style: italic;
}

.grayitalic {
	color: #555;
	font-style: italic;
}

.italic {
	font-family:  Georgia, Palatino, Book Antiqua, Bookman, serif;
	font-style: italic;
	font-size: 14px;
}

.align_right {
	text-align: right;
}

.attraction {
	color: #00392B;
	font-weight: bold;
}
.dollarsign {
	color: #93976A;
	padding-right: 2px;
}

/* -----------------------------------------------
 Links and rollovers
 ----------------------------------------------- */

a  {
	border-bottom: 1px dotted;
	color: #00392B;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
	color: #800000;
}

.imagelink,
.imagelink:hover {
	border-bottom: 0px;
}

a.button {
	background-color: #00392B;
	border-bottom: 0px;
	color:  white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
}
a.button:hover {
	background-color: black;
	border-bottom: 0px;
	color: #FECA1C;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
}

a.mini_btn {
	font-size: 9px;
	background-color: #00392B;
	border: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}
a.mini_badge_btn {
	font-size: 9px;
	background-color: #EFF0D8;
	border-bottom: 0px;
	color: #00392B;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}
a.mini_badge_btn:hover {
	font-size: 9px;
	background-color: #9FA376;
	border-bottom: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}
a.mini_btn_selected,
a.mini_btn_selected:hover,
a.mini_btn:hover {
	font-size: 9px;
	background-color: black;
	border: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn_beige {
	font-size: 9px;
	background-color: #EFF0D8;
	border-bottom: 0px;
	color:  #93976A;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}
a.mini_btn_beige:hover {
	font-size: 9px;
	background-color: black;
	border-bottom: 0px;
	color: #FECA1C;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn_red {
	font-size: 9px;
	background-color: #00392B;
	border-bottom: 0px;
	color:  white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}
a.mini_btn_red:hover {
	font-size: 9px;
	background-color: black;
	border-bottom: 0px;
	color: #FECA1C;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

/* -----------------------------------------------
 Copyright
 ----------------------------------------------- */
.copyright_block {
	background: url(art/footer_gradient.jpg) repeat;
	padding: 5px;
	margin: 0px 20px 0px 20px;
}
.caption,
.copyright_text,
.copyright_link {
	color: #D9E3EE;
	font-size: 9px;
	text-transform: uppercase;
	border-bottom: 0px;
}

.copyright_link {
	color: white;
	font-size: 9px;
	text-transform: uppercase;
	border-bottom: 0px;
}
.copyright_link:hover {
	color: white;
	font-size: 9px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Menus
 ----------------------------------------------- */

a.menu_item {
	background: url(art/btn_ot.png) no-repeat center center;
	color: #555435;
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	border-bottom: 0px;
	height: 14px;
	padding: 10px;
	display: block;
}
a.menu_selected {
	background: url(art/btn_dn.png) no-repeat center center;
	color: white;
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	border-bottom: 0px;
	height: 14px;
	padding: 10px;
	display: block;
}
a.menu_selected:hover,
a.menu_item:hover {
	background: url(art/btn_ov.png) no-repeat center center;
	color: white;
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	border-bottom: 0px;
	height: 14px;
	padding: 10px;
	display: block;
}
.wallpaper {
	background: url(art/wallpaper.jpg) repeat;
}

/* -----------------------------------------------
 Rates
 ----------------------------------------------- */

.rates_header {
	background-color: #777777;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
}

.td_rates_divider {
	background-color: #EEEEEE;
	padding-right: 5px;
}

/* -----------------------------------------------
 Columns
 ----------------------------------------------- */

.col_left {
	padding-right: 10px;
}

.col_left_ruled {
	padding-right: 10px;
	border-right: 4px solid #CCC;
}

.col_middle_ruled {
	padding-left: 10px;
	padding-right: 10px;
	border-right: 4px solid #CCC;
}
.col_right {
	padding-left: 10px;
}

.col_right_padded {
	padding: 0px 10px 0px 10px;
}

.list_noindent {
	margin-left: 14px;
	padding-left: 0px;
}
.li_blue {
	color: #00392B;
	list-style-type: square;
}
.pad_bot_5 {
	padding-bottom: 5px;
}
.pad_bot_10 {
	padding-bottom: 10px;
}
.col_sqft_left {
	text-align: right;
	padding-right: 5px;
}
.col_sqft_right {
	text-align: left;
	padding-left: 5px;
}
.col_sqft_total {
	padding-top: 4px;
	border-top: 1px solid #017C68;
}

/* -----------------------------------------------
 Badges
 ----------------------------------------------- */

.badge {
	border: 1px solid #999;
	font-size: 9px;
	padding: 2px 10px 2px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.badge_addendum {
	color: #777;
	font-size: 9px;
	padding: 2px 10px 2px 4px;
	text-transform: uppercase;
}

.smallbadge {
	color: #777;
	font-size: 9px;
	text-transform: uppercase;
	padding: 1px;
	border: 1px solid #999;
}

.smallcaps {
	font-size: 9px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Pictures
 ----------------------------------------------- */

.floatpixright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.floatpixleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* -----------------------------------------------
 Interface Elements
 ----------------------------------------------- */

.small_controls {
	color: black;
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
}

.capitals_caption {
	color: #333;
	font-size: 9px;
	text-transform: uppercase;
}

.gradient_vert {
	background: url(art/gradient_vert) repeat-x;
}

.gradient_horz {
	background: url(art/gradient_horz) repeat-y;
}
/* -----------------------------------------------
 Contact Us Form
 ----------------------------------------------- */
 
.input_form_text {
	font-size: 10px;
}

.inputform_required {
	background-image: url(/images/asterisk_gold.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	color: #017C67;
	font-weight: bold;
	letter-spacing: -1px;
	padding-right: 10px;
}

.inputform_prompt {
	color: #777;
	font-weight: bold;
	letter-spacing: -1px;
	padding-right: 10px;
}

.inputform_problem {
	background-image: url(/images/asterisk_red.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	color: #C20029;
	font-weight: bold;
	letter-spacing: -1px;
	padding-right: 10px;
}

.inputform_hint {
	color: #777;
	font-weight: normal;
}

.inputform_comments {
	color: #555;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 10px;
}

.inputform_instrux {
	margin-top: 10px;
}

.subhead_error {
	color:  #C20029;
	font-weight: bold;
	letter-spacing: -1px;
}

.inputform_errorhead {
	background-color: #C20029;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	padding: 5px;
}


/* -----------------------------------------------
 Misc
 ----------------------------------------------- */
.invisible {
	display: none;
}

.visible {
	display: block;
}

