@charset "utf-8";
/* CSS Document */

/* navigation */
	
	#nav {
		float: left;
		width: 100%;
		position:relative;
		list-style: none;
		background: #ccc;
		border-bottom:0px;
		margin: 0 0 0 0;
		font-size:13px;
		}
	
	#nav me { 
		float: left;
		margin: 0;
		padding: 0;
		}
	
	#nav a {
		float: left;
		display: block;
		padding: 6px 25px 6px 5px;
		text-decoration: none;
		font-weight: bold;
		font-size: 75%;
		color: #666;
		background: #ccc url(../Images/nav_slant.gif) no-repeat top right;
		}
	
	#nav #nav-1 a {
		padding-left: 5px;
		}
		
	#nav #nav-1 {
		padding-left:17px;
		}
	
	#nav a:hover {
	color:#000;
		}

/*End Nav*/
	
	
	/*image menu setup*/ 
/**************************************************************/
 
 
#imageMenu {
    margin-left: 8%;
	margin-right: 8%;
	position: relative;
    width:auto;
    height: 320px;
    overflow: hidden;
	padding:5px;
	}
 
#imageMenu ul {
    list-style: none;
    margin: 0px;
    display: block;
    height: 320px;
    padding: 10px;
    }
 
#imageMenu ul li {
    float: left;}
 
#imageMenu ul li a {
    text-indent: -1000px;
    background:#FFFFFF none repeat scroll 0%;
    border-right: 2px solid #fff;
    cursor:pointer;
    display:block;
    overflow:hidden;
    width:75px;
    height: 320px;
	}
 
#imageMenu ul li.item1 a {
    background: url("../Images/ImageMenu/IMG (1).jpg") repeat scroll 0%; }
 
#imageMenu ul li.item2 a {
    background: url("../Images/ImageMenu/IMG (2).jpg") repeat scroll 0%; }
 
#imageMenu ul li.item3 a {
    background: url("../Images/ImageMenu/IMG (3).jpg") repeat scroll 0%; }
 
#imageMenu ul li.item4 a {
    background: url("../Images/ImageMenu/IMG (4).jpg") repeat scroll 0%; }
 
#imageMenu ul li.item5 a {
    background: url("../Images/ImageMenu/IMG (5).jpg") repeat scroll 0%; }
	
#imageMenu ul li.item6 a {
    background: url("../Images/ImageMenu/IMG (6).jpg") repeat scroll 0%; }

#imageMenu ul li.item7 a {
    background: url("../Images/ImageMenu/IMG (7).jpg") repeat scroll 0%; }

#imageMenu ul li.item8 a {
    background: url("../Images/ImageMenu/IMG (8).jpg") repeat scroll 0%; }
	
#imageMenu ul li.item9 a {
	background: url("../Images/ImageMenu/IMG (9).jpg") repeat scroll 0%; }

.clear {
    clear: both;
}
 
/*************************************************************/  

body {
	background:url(../Images/burgandy_motherboard.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height:100%;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
}
	
#maintext{
	background-color: #FFFFCC;
	margin-top:10px;
	padding:15px;
	font-size:16px;
	text-align:justify;
	}
	
#gradient{
	width:100%;
	height: 150px;
/*	background: url(../Images/gradientbandw.png) 0% 0% repeat-x;		****Black and White Grad****
	background: url(../Images/gradientrandt.png) 0% 0% repeat-x;		****Tan to Red to Tan***
	background: url(../Images/gradienttandr.png) 0% 0% repeat-x;        ****Red to Tan to Red smaller 100px***/
	background: url(../Images/gradienttandrlarge.png) 0% 0% repeat-x;
	color: #fc2;
	}
		
#footer{
	position:relative;
	bottom:-5px;
	font-size:13px;
	border-top:thin dashed;
	padding:5px;
	text-align:right;
}

a:visited, a:active, a:link {
	text-decoration: underline;
	color: #000099;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
	padding: 10px;
}


#logohead{
	margin-left:10px;
	width: 100%;
}

h1  {
	text-align:center;
	}

h2  {
	font-size: 125%;
	font-style: italic;
	text-align:center;
	}

h3 {
	font-size:105%;
	font-style:italic;
	text-align:center;
	}
	
#map_canvas{
    margin-left:0px;
	width:50%;
	height:100%;
	}

#directionsPanel{
	}
	/*Fixes text overflow on long directions*/
#directionsPanelContainer{
	overflow:auto;
	height:600px;
	width:400px;
	position:relative;
	left:460px;
	bottom:600px;
	}
	
.rounding {
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   -khtml-border-radius: 20px;
    border-radius: 20px;
}

.rounding-top {
 	-moz-border-radius: 20px 20px 0 0;
   -webkit-border-radius: 20px 20px 0 0;
   -khtml-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}

.rounding-bottom {
 	-moz-border-radius: 0 0 20px 20px;
   -webkit-border-radius: 0 0 20px 20px;
   -khtml-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}

.hgrad{
background-image:url(../Images/gradhoriz.png);
background-repeat:repeat-x;
}

.vgrad{
background-image:url(../Images/gradvert.png);
background-repeat:repeat-y;
}

#autospace{
background:#FFFFCC;
width:100%;
height:500px;
}

#bottomspace{
margin-bottom:15px;
padding:5px;
}

#randomImgRight{
	float:right;
	margin: 0 0 15px 15px;
	padding:10px;
}

#randomImgLeft{
	float:left;
	margin: 0 15px 15px 0;
	padding:10px;
}
