/* CSS Document */

/*General Style Rules*/
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	background-image: url(../images/008cb2-2-0a085e-bkgrd.gif);
	background-color: #018CB2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}
	
/* Virtual Tour Link */
.virtual-tour a:link {
	color:#990033;
	font-weight:bold;
	text-decoration: underline;
	
	 }

a:link {
	color:#006666;
	text-decoration: underline;
	}
a:visited {
	color: #006666;
	text-decoration: underline;
	}
a:hover {
	color:#006666;
	text-decoration: underline;
	}
.link a:link {
	color:#006666;
	text-decoration: underline;
	}
.link a:visited {
	color: #006666;
	text-decoration: underline;
}
.link a:hover {
	color:#006666;
	text-decoration: underline;
	}
#container .content .content2 a {
	color: #006666;
	text-decoration: underline;
}
#container .content .content2 a:visited {
	color: #006666;
	text-decoration: underline;
}
#container .content .content2 a:hover {
	color: #006666;
	text-decoration: underline;
}
	
	
th  {
	text-align: center;
	}
h1  {
	font-size: 130%;
	}
h2 {
	font-size: 110%;
}
/* h3 used for locallistings page */
h3  {
	font-size: 130%;
	line-height: 1em;
	}

#container {
	margin: 0;
	padding: 0;
	width: 950px;
	/*background-color: #018CB3;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid thin #ffffff;
		}
	
#header {
	background-color: #018CB3;
/*	border-bottom: #ffffff 2px solid;
	border-right: #ffffff 2px solid;*/
	color: #ffffff;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	}
#header a:link, a:visited, a:hover {
	color:#ffffff;
	text-decoration: none;
	}
.content {
	margin: 0;
	padding: 4px;
	width: 740px;
	color: #000C74;
	background-color: #e6e6e6;
	border-left: #ffffff solid thin;
	border-bottom: #ffffff thin solid;
		}	

.content2 {
	margin: 0;
	padding: 4px;
	width:740px;
	}
.idx {
	margin: 0;
	padding: 0;
	width: 755px;
	color: #000C74;
	background-color: #e6e6e6;
	border-left: #ffffff solid thin;
	border-bottom: #ffffff thin solid;
	}
.idx2 {
	margin: 0;
	padding: 4px;
	width:755px;
}
.content2 img {
	border: thin solid #000000;
	margin: 5px;
	}

	
.weather {
	position: absolute;
	top: 220px;
	left: 720px;
}

/*Horizontal Rule styling*/
.line {
	background-color:#000C74;
	color: #000c74; 
	font-size: 50%;
	}	


/*Left Navigation Box Styling*/
#navbox {
	width: 210px;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	min-width: 210px;
	}
#navbox ul {
	margin-left: 0;
	padding-left: 12px;
	}
/*Left Navigation Bar - Text Styling*/
.main {
	font-size: 110%;
	font-weight: bold;
	color: 	#e6e6e6;
	}
.sub {
	font-size: 90%;
	font-weight: bold;
	}	
.nav li {	
	list-style: none;
	padding: 4px 2px;
	}	
.nav a:link, a:visited {
	color: 	#e6e6e6;
	text-decoration: none;
	}
.nav a:hover {
	color:#abfa9a;
	border-bottom:3px solid #ffffff;
	}


/*Footer section styling*/
#footer {
	padding: 10px;
	color:#FFFFFF;
	}
#footer img {
	padding: 0 5px;
	}
