/* CSS Document */

body {
	margin:0 auto;
	padding:0;
	color:#333;
	font-size:65%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background: transparent url(tile.jpg) repeat;
}

body h2 {
color: #1c0964;
}

body a {
color: #1c0964;
}
	
#container{
    width: 800px;
	height: 600px;
    background: transparent url(banner.gif) no-repeat top left;
	position:relative;
    margin: 0px auto; 
	z-index:0;
	margin-top:10px;
	
}
	
#content{
width: 705px;
height:480px;
background:#b0d8f9;
position:relative;
margin: 0px auto;
border-right: solid #265984 5px;
top:114px;
z-index:1;
float:left;
overflow:auto;
padding:0;

}
	
#divNav {
	width: 85px;
	height: 480px;
	background: #005eac;
	position:relative;
	margin: 0px auto;
	z-index:90;
	text-align:left;
	top:114px;
	border-left: solid #265984 5px;
	float:left;
   }

#divNav ul { /* all lists */
	padding: 0;
	margin-left:0px;
	list-style: none;
	z-index:99;
	position:relative;
	margin-top:0px;

	
}

#divNav li{ /* all list items */
	float: none;
	position: relative;
	width: 83px;
	top:30px;
	z-index:99;
	background:#005eac;
	border: solid #265984 2px;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left:0px;
}

#divNav li a{
	display: block;
	padding-left:5px;
	padding-top:5px;
	height: 14px;
	font-size:9px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:left;
	text-decoration:none;
	color: #e4e6e8;
	background:#005eac;
	}

#divNav li ul { /* second-level lists */
	display: none;
	margin-left: -26px;
	margin-top: -16px;
	position: absolute;
	width: auto;
	float:left;
	top: 0px;
	left: 0px;
	*top: 0px;
	z-index:99;

}

#divNav li ul li ul { /*third-level lists*/
	display: none;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	width: auto;
	float:left;
	top: 0px;
	left: 0px;
	*top: 0px;
	z-index:99;

}

#divNav li ul li, #divNav li ul li ul li {
	top: -3px;
	left: 1px;
	z-index:99;
	width:110px;
		}

#divNav li ul li a, #divNav li ul li ul li a {
	background: #005eac;
	color: #e4e6e8;

	}

#divNav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
	
  #liHome{width: 110px; z-index:99;}	
  #liProducts {width: 110px; z-index:99;}
  #liServices {width: 110px; z-index:99;}
  #liNews {width: 110px; z-index:99;}
  #liAboutUs{width: 110px; z-index:99;}
  #liContactUs {width: 110px; z-index:99;}
  
  #liHome a:hover{background: transparent url(button.jpg) 0px 0px no-repeat;}
  #liProducts a:hover{background: transparent url(button.jpg) 0px 0px no-repeat;}
  #liServices a:hover{background: transparent url(button.jpg) 0px 0px no-repeat;}
  #liNews a:hover{background: transparent url(button.jpg) 0px 0px no-repeat;}
  #liAboutUs a:hover{background: transparent url(button.jpg) 0px 0px no-repeat;}
	#liContactUs a:hover{background: transparent url(button.jpg) 0px 0px no-repeat;}

#nav li:hover ul{ /* lists nested under hovered list items */
	display: block;
	left:110px;

}

#divNav li a:hover, #divNav li ul li a:hover {
	background: #e4e6e8;
	color: #005eac;
	}

#divNav li ul li a:hover, #liProducts ul li a:hover, #liServices ul li a:hover, #liNews ul li a:hover, #liAboutUs ul li a:hover, #liContactUs ul li a:hover{
	background: #e4e6e8;
	color: #005eac;
	}





#contentclear {clear:both;font-size:.1em;}

.clear {clear:both;font-size:.1em;}
#footer {
	background: transparent url(footer.gif) no-repeat top left;
	margin:auto;
	width:800px;
	height:75px;
	line-height:15px;
	font-size:0.8em;
	margin-top:-10px;
	padding-top:5px;
	


	
}


* html #footer {width:770px; wid\th:770px;}


#gallery{
position: relative;
float:left;
padding:2px;
padding-left:5px;
text-align:center;
width: 410px;
font:large white small-caps;
}

#gallery2{
list-style:none;
width:400px;

text-align:left;
padding-left:2px;

}



#gallery2 li {
display:block;
background: #005eac;
height:115px;
text-align:left;
font:small bold;
color: #ffffff;
margin-top:4px;
padding-left:3px;
}

#gallery2 li ul li{
height:auto;
padding:0px;
margin-right:5px;
}




/*Add a height attribute and set to largest image's height to prevent overlaying*/



.main {
width: 250px;
height: 480px;
float:left;
position:relative;

}

.mainsub {

color:#000033;
width: 240px;
height:345px;
position: relative;
padding:2px;
top:2px;
left:2px;

}

#front{
position:relative;
border: #005eac solid 2px;
background: white;
width:230;
margin:5px;
padding:3px;
color: #005eac;
font-size:large;
}

#front a{
color: #003366;
padding:3px;
}
