/* -----------------------------------------------
 Colors
 ----------------------------------------------- */
.black  		{color: black;}
.white 			{color: white;}
.gray_lt		{color: #EEEEEE;}
.gray_medlt		{color: #AAAAAA;}
.gray_med		{color: #777777;}
.gray_dark		{color: #444444;}
.eggplant		{color: #0E0A2D;}
.eggplant_dk	{color: #393653;}
.eggplant_med	{color: #5D5A72;}
.eggplant_lt	{color: #9C9BA9;}
.eggplant_xlt	{color: #CECDD4;}

/* -----------------------------------------------
 Fonts / Text
 ----------------------------------------------- */

body {
	background-color: #0E0A2D;
	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:  #0E0A2D;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

.whitehead {
	color:  white;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px;
}

.headline {
	font-size: 24px;
	color: #0E0A2D;
	letter-spacing: 0px;
}

.subhead {
	font-size: 18px;
	color: #0E0A2D;
	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-style: italic;
	font-size: 12px;
}

.align_right {
	text-align: right;
}

.fullheight {
	height: 100%;
}

/* -----------------------------------------------
 Effects
 ----------------------------------------------- */

.frostbyte {
	background-image: url(/art/frost.jpg);
	background-repeat: repeat;
	background-position: center center;
}

.embossed {
	background-color: #393653; 
	border-top: 1px solid #5D5A72; 
	border-left: 1px solid #5D5A72; 
	border-bottom: 1px solid black;
	border-right: 1px solid black;>
}

/* -----------------------------------------------
 Links and rollovers
 ----------------------------------------------- */

a  {
	border-bottom: 1px dotted;
	color: #0E0A2D;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
	color: #800000;
}

a.lightlink {
	border-bottom: 0px;
	color: #CECDD4;
	text-decoration: none;
}
a.lightlink:hover {
	border-bottom: 1px solid;
	color: white;
}

.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_light {
	font-size: 9px;
	background-color: #CECDD4;
	border-bottom: 0px;
	color:  black;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}
a.mini_btn_light:hover {
	font-size: 9px;
	background-color: #393653;
	border-bottom: 0px;
	color: white;
	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;
}

/* -----------------------------------------------
 Menus
 ----------------------------------------------- */
a.menu_item {
	color: #9C9BA9;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px;
	border-style: none;
}

a.menu_item:hover,
a.menu_item_selected,
a.menu_item_selected:hover {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px;
	border-style: none;
}

a.menu_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 440px;
	height: 180px;
	background-image: url(/art/ice_logo.jpg);
	background-repeat: no-repeat;
	border-bottom: none;
	border: 0px;
}

a.menu_logo:hover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 440px;
	height: 180px;
	background-image: url(/art/ice_logo_ov.jpg);
	background-repeat: no-repeat;
	border-bottom: none;
	border: 0px;
}

/* -----------------------------------------------
 Copyright
 ----------------------------------------------- */
.copyright_block {
	background: url(art/footer_gradient.jpg) repeat;
	padding: 5px;
	margin: 0px 20px 0px 20px;
}
.caption,
.copyright_text,
.copyright_link {
	color: #5D5A72;
	font-size: 9px;
	text-transform: uppercase;
	border-bottom: 0px;
}

.copyright_link {
	color: #5D5A72;
	font-size: 9px;
	text-transform: uppercase;
	border-bottom: 1px dotted;
}
.copyright_link:hover {
	color: white;
	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;
}

/* -----------------------------------------------
 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: #0E0A2D;
	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;
}

