/* ------------- font styling -------------*/
body {
	background-color: #006699;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
}
h1 {
	color: #CCCCCC
	}
h2 {
	color: #CCCCCC
	}
h3 {
	color: #CCCCCC
	}
h4 {
	color: #000000
	}
	
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	
}
.footer {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: .75em;	
	color: white
	}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: white;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: white;
}

.small a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: white;
	margin-left: 15px;
	text-decoration: underline;
	
}
/* ---------- layout ---------- */

#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border: 2px solid white;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
}

#bannerS {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #006699;
	height: 65px;
	background: url(images/wistorage.gif) no-repeat left;
}
#bannerH {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #006699;
	height: 65px;
	background: url(images/wihomes.gif) no-repeat left;
}

#content {
			padding: 5px;
			margin-right: 315px;
			background-color: #006699;
		}

#column-a {
			float: right;
			width: 300px;
			\width: 310px;
			w\idth: 300px;
			margin: 0;
			margin-left: 5px;
			padding: 5px;
			background-color: #006699;
		}
#column-a img {
	border: 2px solid White;
}
#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
			background-color: #006699;
		}
/* ---- lead in page layout ---- */
#horizon        
	{
	color: white;
	background-color: #006699;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
#horizonC        
	{
	color: white;
	background-color: #006699;
	text-align: left;
	position: absolute;
	top: 30%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#horizon-content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #006699;
	margin-left: -232px;
	position: absolute;
	top: -162px;
	left: 50%;
	width: 464px;
	height: 324px;
	visibility: visible;
}		
/* --------- navigation --------- */
#navcontainer
{
	margin: 0;
	padding: 0 0 0 12px;
	float: right;
	
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
color: #ffffff;
display: block;
width: auto;
text-decoration: none;
background: #006699;
margin: 0;
padding: 2px 10px;
}

#navcontainer A:hover, #navcontainer A:active {
	background: White;
	color: #006699;
}

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: 600;
}

#subnav
{
position: relative;
z-index: 101;
margin-top: 40;
padding: 0px 0 3px 0;
background: #BBBBBB;
}

#subnav UL
{
	list-style: none;
	padding: 0px;
	
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 8;
float: left;
width: auto;
}

#subnav A
{
color: white;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
background: #006699;
font-weight: normal;
font-size: 90%;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }
