/* CSS Document */
/* ----- HEADER ----- */

#headTop {
width:850px;
background-color:#cc0000;
min-height:3px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:3px; /* for IE5.x and IE6 */
margin-top:0px;
font-size:1px;
}

#headBot {
width:850px;
background-color:#cc0000;
min-height:4px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:4px; /* for IE5.x and IE6 */
margin-top:0px;
padding:0;
margin-bottom:0px;
font-size:4px;
position:absolute;
top:351px;
left:inherit;
z-index:5;
}





#headerContainer {
width:850px;
background-color:#eaeaea;
min-height:349px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:349px; /* for IE5.x and IE6 */
margin-top:0px;
padding-top:0px;

background-image: url(images/nav/headerFill.jpg);


}

/* ----- NAVIGATION ----- */

 
	
#Tnavigation {
width:191px;
min-height:349px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:349px; /* for IE5.x and IE6 */
float:left;
margin: 0px;
border:0px;
outline: none;
/*position:relative*/
 

}

#myImgs {
width:659px;
min-height:349px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:349px; /* for IE5.x and IE6 */
float:right;
margin: 0px;
border:0px;
outline: none;
background-image: url(images/nav/fadeImg1.jpg) ;

 background-color:#ffffff;

/*position:relative*/
 

}

#Logo
{
    width:190px;
min-height:89px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:89px; /* for IE5.x and IE6 */
margin-top:0px;
margin: 0px;
border:0px;
outline: none;
    
    }



#button 
{
    min-height:245px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:245px; /* for IE5.x and IE6 */
	width: 190px;
	
	padding: 0 0 1em 0;
	margin-bottom: 0;
	margin-top:0px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	  font-size:14px;
	  font-weight:bold;
	 letter-spacing:1px;
	background-color: #003399;

	
	}


#button ul {
		list-style: none;
		min-height:245px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:245px; /* for IE5.x and IE6 */
		margin: 0;
		padding: 0;
		border: none;
	background-color: transparent;

		}
		
	#button li {
		border-bottom: 1px solid #003399;
		margin: 0; 
			/*background-image:url(images/nav/over.jpg);
			 
		background-image: url(images/nav/navigation.jpg);*/
		background-color: transparent;
		}


#button li a {
		display: block;
		padding: 3px 0px 3px 0px;
	
		
		background-color: transparent;
		background-image:url(images/nav/up.jpg);
		color: #fff;
		text-decoration: none;
		width: 100%;
	text-indent: 25px;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		
background-color: transparent;
			background-image:url(images/nav/over.jpg);
		text-indent: 40px;
		color: #fff;
		}


