/* -----------------------------------------------
 Colors
 ----------------------------------------------- */
.black  		{color: black;}
.white 			{color: white;}
.gray_lt		{color: #EEEEEE;}
.gray_medlt		{color: #AAAAAA;}
.gray_med		{color: #777777;}
.gray_dark		{color: #444444;}
.blue			{color: #004E89;}
.blue_dk  		{color: #004E89;}
.gold 			{color: #FECA1C;}	/* use on dark bkgds */
.gold_dark		{color: #CA8800;}	/* use on lite bkgds */
.ochre			{color: #D6B15E;}
.tan  			{color: #CDCFB4;}
.beige			{color: #EFF0D8;}
.green_dk		{color: #565900;}
.green_olive_dk	{color: #93976A;}
.green_olive_lt	{color: #9FA376;}
.green_lt		{color: #D4D7C0;}

/* -----------------------------------------------
 Fonts / Text
 ----------------------------------------------- */

body {
	background: #004E89 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:  #004E89;
	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:  #004E89;
	letter-spacing: 0px;
}

.subhead {
	font-family:  Georgia, Palatino, Book Antiqua, Bookman, serif;
	font-size: 18px;
	letter-spacing: 0px;
}

.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: #565900;
	font-weight: bold;
}
.dollarsign {
	color: #93976A;
	padding-right: 2px;
}

/* -----------------------------------------------
 Links and rollovers
 ----------------------------------------------- */

a  {
	border-bottom: 1px dotted;
	color: #004E89;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
	color: #800000;
}

.imagelink,
.imagelink:hover {
	border-bottom: 0px;
}

a.button {
	background-color: #004E89;
	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: #004E89;
	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: #004E89;
	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: #004E89;
	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-color: #004E89;
	padding: 10px;
	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
 ----------------------------------------------- */

.logo {
	position: absolute;
	top: 0px;
	left: 205px;
	width: 341px;
	height: 85px;
	border-bottom: 0px;
	background: url(art/mckenna_logo_ot.png) no-repeat top center;
}
.logo:hover {
	position: absolute;
	top: 0px;
	left: 205px;
	width: 341px;
	height: 85px;
	border-bottom: 0px;
	background: url(art/mckenna_logo_ov.png) no-repeat top center;
}

a.menu_item {
	background: #004E89 url(art/btn_ot.jpg) repeat-x;
	padding: 5px;
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0px;
	width: 79px;
	display: block;
}
a.menu_selected,
a.menu_selected:hover,
a.menu_item:hover {
	background: #90B0D6 url(art/btn_ov.jpg) repeat-x;
	padding: 5px;
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0px;
	width: 79px;
	display: block;
}

#menu_block	{
	position: relative;
	top: 0px;
	left: -1px;
	width: 751px;
	height: 85px;
	background: url(art/menu_bkgd.jpg) repeat-x top center;
}


/* -----------------------------------------------
 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;
}

.list_noindent {
	margin-left: 14px;
	padding-left: 0px;
}
.li_blue {
	color: #004E89;
	list-style-type: square;
}
.pad_bot_5 {
	padding-bottom: 5px;
}
.pad_bot_10 {
	padding-bottom: 10px;
}

/* -----------------------------------------------
 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;
}

/* -----------------------------------------------
 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: #004E89;
	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;
}

