/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	line-height: 1.166;	
	width: 670;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#000000;
}

a{
	color:;
	text-decoration: none;
}

a:link{
	color: #FFFFFF;
	text-decoration:underline;
}

a:visited{
	color: #FFFFFF;
	text-decoration:underline;
}

a:hover{
	color:#3366FF;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 110%;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 130%;
 color:#ffffff;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color:#FFFFCC;
 margin: 0px;
 padding: 0px;
}



ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#head{
	padding: 10px 0px 0px 0px;
	float: center;
	width: 669px;
}

#nav{
	position: relative;
	top: -60px;
	float: center;
	width: 669px;
	height:40px;
	background:url(file:///C|/Documents and Settings/Devin/My Documents/ZVisionTours/Sites/Site/images/navbg.jpg) repeat-x;
	border-top: 1px #ffffff;
	border-bottom: 1px #0099FF;
	z-index: 100;
}

#menu_right {
	position: relative;
	top: 5px;
	bottom: 5px;
	float: right;
	width: 148px;
	padding-right: 10px;
}

#content{
	position: relative;
	float: center;
	top: -60px;
	width: 669px;
	height: auto;
	background-color:#0099FF;
}
#info {
	position: relative;
	float: left;
	top: 5px;
	width: 490px;
	height: auto;
	background-color:#0099FF;
	text-align:justify;
	padding: 10px 10px 10px 10px;
}
#concierge {
	position: relative;
	float:right;
	left: 10px;
	top: -87px;
	width: 390px;
	height: auto;
	background-color:#0099FF;
	text-align:justify;
	padding: 10px 10px 10px 10px;
}
/*************Heading Styles****************/

.head{
	position: relative;
	top: -45px;
	width: 669px;
	
}

.head_bg{
	background:url(...images/metrodome.jpg) left top no-repeat;
	position: relative;
	top: -55px;
	float:inherit;
	width: 669px;
	height: 130px;
}
.logo{
	position: relative;
	float: left;
	top: 50px;
	left: 0px;
	height: 50px;
	z-index: 10;
}

/******Top Nav Bar*********/
.nav_text{
	position: relative;
	float: left;
	padding: 10px 10px 10px 10px;
	font-size: 90%;
}


/**********Body Styles*************************/






.footer_body{
	position: relative;
	top: -60px;
	width: 669px;
	
}

.divide{
	position: relative;
	top: 10px;
	left: 0px;
	padding: 0px 10px 10px;
}
	
/************* #siteInfo styles ***************/

#siteInfo{
	position: relative;
	bottom: -100px;
	float:center;
	width:754px;
	background-color:#000000;
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
