/* ----------------------------------------------------------
title: Caddo Kiowa (IE/Win hacks)

created: 10/29/09
last updated: 2/15/09
---------------------------------------------------------- */



/* IE does not support the "min-height" property but it 
treats the "height" property like the min-height property
-----------------------------------------------------------*/

#content-main {_height: 400px;}
#content-sub {_height: 130px;}
#homePage #content-main {_height: 121px;}
#homePage #content-sub {_height: 121px;}



/* Explorer 6 Duplicate Characters Bug 
http://www.positioniseverything.net/explorer/dup-characters.html 

absolute next to a float may disappear
http://www.brunildo.org/test/IE_raf3.html
-------------------------------------------------------------------*/
#footer {_margin-right:-3px;}



/* Explorer 6 Doubled Float-Margin Bug 
http://www.positioniseverything.net/explorer/doubled-margin.html 
-------------------------------------------------------------------*/
#header,
#footer,
#feature,
#crumbs,
#homePage #content-main,
#homePage #content-sub,
#homePage #content-extra,
#homePage #content-extra-extra {_display:inline;}



/* 
IE has a z-index bug -
http://www.quirksmode.org/bugreports/archives/2006/01/Explorer_z_index_bug.html
http://aplus.co.yu/lab/z-pos/
*/

.util-nav {
	clear: right;
	width: 310px;
	}


.search {
	
	}

.search .searchButton {
	height: 24px;
	}



#nav {
	clear: both;
	}
	
#content .secondary-nav li a:visited {
	_color: #2b88be;
	_text-decoration: none;
	_font-weight: normal;
	}

#content .secondary-nav li a:hover {
	_color: #77b8de;
	}

.secondary-nav .level2 li a:visited {
	_color: #2b88be;
	_text-decoration: none;
	_font-weight: normal;
	}

.secondary-nav .level2 li a:hover {
	_color: #77b8de;
	_text-decoration: none;
	}

.secondary-nav .level2 li.selectedPage a:visited {
	_color: #222;
	_text-decoration: none;
	_font-weight: bold;
	}




.breadcrumb-nav a:visited {
	_color: #a9a9a9;
	_text-decoration: none;
	_font-weight: normal;
	}

.breadcrumb-nav a:hover {
	_color: #a9a9a9;
	_text-decoration: underline;
	}


