/* =Main Nav
-----------------------------------------------------------------------------*/

#nav 
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	
	left: 0;
	
	float: left;
	border-bottom: 3px solid #4BA4C9;
	background: #00123b;
}

#nav li 
{
	float: left;
}

#nav a 
{
	font-size: 1.4em;
	display: block;
	margin-left: 13px;
	padding: 0 .5em 0 1em;
	list-style: none;
	line-height: 3.2em;
	*line-height: 2.9em;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

#nav li ul 
{
	display: none;
}

#nav li.off ul 
{
	position: absolute;
	top: 30px;
	*top: 32px;
	left: 0;
	*left: -13px;
	width: 770px;
	height: 42px;
	background: transparent;
	list-style: none;
}

#nav li a 
{
	display: block;
	float: left;
	*float: none;
}

#nav li.off ul a 
{
	float: left;
	border: 0;
	color: #00123B;
	width: auto;
	margin-right: 15px;
}

#nav li.off:hover ul, #nav li.over ul 
{
	display: block;
	z-index: 6000;
}

#nav li.off a:hover, #nav li:hover a, #nav li.over a 
{
	color: #FF7A00;
}

ul#nav 
{
	/*margin-top: 120px;*/
	padding: 0;
	list-style: none;
	float: left;
	
	/* width: 100%;Places Border On Top Home Anchor 
	border-top: #2A424B solid 1px; */
}

/* Need to cut down code */
#nav li 
{
    /*background: transparent no-repeat 0 100%; */
    /* KLUDGE: Removes large gaps from IE/Win */
    
	display: inline;
    margin: 0;
    line-height: normal;
    
	/*float: left;
	    clear: both;
	    padding: 0;
	    width: 100%; */
}

/* Places Border On Top Home Anchor */
#nav li #home 
{
	border-top: #2A424B solid 1px;
}

#nav a 
{
    display: block;
    width: 100%; /* ie5.x/Win */
    height: 3.8em;
    line-height: 3.8em;
    color: #E1EEE1;
    text-decoration: none;
    /*background: transparent no-repeat 5px 0.7em; */
    /*padding: 0 .5em 0 0; */
    border-bottom: #2A424B solid 1px;
    text-transform: uppercase;
    letter-spacing: .08em;
	font-size: 1.1em;
    }

#nav a:hover 
{
    background-color: #1A404A;
}

body.home #nav a#home, 
body.search #nav a#search1, 
body.community #nav a#community, 
body.locResources #nav a#locResources, 
body.contact #nav a#contact 
{
	color: #738084;
	cursor: default; 
}

/* May Cut Out */
body.home #nav a:hover#home, 
body.availProp #nav a:hover#availProp, 
body.community #nav a:hover#community, 
body.locResources #nav a:hover#locResources, 
body.contact #nav a:hover#contact 
{
	color: #738084;
}