body {
margin: 0px;
padding: 0px;
font-family: Arial, Verdana, Helvetica, sans-serif;
background-color: #355471;
width: 1050px;
font-size: 16px;
}

html {
margin: 0px;
padding: 0px;
}

A:link { color:blue; background:transparent; text-decoration: none; }
A:visited { background:transparent; color:purple; text-decoration: none; }
A:hover,A:active { background:transparent; color:red; text-decoration: none; }

#container {
position: relative;
float: left;
background-color: #FBFBFB;
border: solid 2px;
border-color: black;
width: 970px;
margin: 10px 0px 0px 10px;
}

#banner { 
position: relative; 
width: 970px; 
height: 124px;
border-bottom: 2px;
border-color: black;
} 

#searchmls  {
width: 365px;
height: 170px;
position: relative;
float: left;
border: solid 0px;
border-color: blue;
margin: 50px 0px 5px 5px;
}

#searchmls  a {
text-decoration: underline;
}

#logo {
width: 325px;
position: relative;
text-align: left;
float: left;
border: solid 0px;
border-color: red;
margin: 50px 0px 10px 50px;
}

#weather  { 
position: relative;
float: right;
width: 162px;
border: solid 0px;
border-color: green;
height: 625px;
margin: 50px 0px 0px 0px;
}

.frame {
position: relative;
float: left;
width: 150px;
clear: right;
margin: 0px 25px 5px 0px;
border-color: red;
border-style:solid;
border-width: 0px;
}

.frame img {
position: relative;
float: left;
background-color: #fbfbfb;
border: 2px solid #a9a9a9;
width: 150px;
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
}

#kevinphoto {
	position: relative;
	float: right;
	font-size: 16px;
	border: solid 0px;
	border-color: green;
	margin: 25px 50px 5px 5px;
	width: 175px;
    height: 425px;
	}

#thumbbox {
position:relative;
float: left;
border: solid 0px;
border-color: green;
padding: 0px 0px 0px 0px;
margin: 5px 0px 0px 25px;
width: 875px;
}

.spacebar{
position: relative;
float: left;
width: 800px;
height: 100px;
position: relative;
border: solid 0px;
border-color: black;
margin: 0px 0px 0px 25px;
}

#sitemeter {
	position: relative;
	float: left;
	text-align: right;
	border: solid 0px;
	border-color: blue;
	font-size: 16px;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	width: 875px;
	height: 100px;
}

#caption{
position: relative;
float: left;
width: 525px;
height: 125px;
line-height: 125%;
position: relative;
border: solid 0px;
border-color: black;
margin: 0px 0px 0px 25px;
}

.largefont
{
font-size: 24px;
}

.font18
{
font-size: 18px;
}

.spacebar  a {
text-decoration: underline;
}

.slideframe {
position: relative;
float: left;
clear: left;
margin: 25px 0px 0px 25px;
border-color: red;
border-style:solid;
border-width: 0px;
}

.slideframe img {
position: relative;
float: left;
background-color: #fbfbfb;
border: 2px solid #a9a9a9;
height: 375px;
width: 500px;
padding-top: 6px;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 6px;
margin-right: 10px;
}

.thumbframe {
float: left;
margin: 0px 0px 0px 0px;
border-color: red;
border-style:solid;
border-width: 0px;
margin: 10px 0px 0px 4px;
}

.thumbframe img {
background-color: #fbfbfb;
border: 2px solid #a9a9a9;
height: 150px;
width: 200px;
margin: 0px 0px 0px 0px;
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
}



/* Begin CSS Drop Down Menu       sperling.com/examples/menuh/  */

#menuh
	{
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	/* width:100%;*/
	float:left;
	margin: 0px 0px 0px 100px;

	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border-width: 1px 1px 1px 1px;
    border-style: solid;
	border-color: black;
	white-space:nowrap;
	margin: 0px;
	padding: 5px 25px 10px 10px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: black;
	/* background-color: #3E5F70;*/
	background-color: white;
	text-decoration:none;
	}	
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: black;
	background-color: palegoldenrod;
	/*background-color: #6D8786;*/
	text-decoration:none;
	}		
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_black.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh a.top_parentgreen, #menuh a.top_parentgreen:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_black.gif);
	background-position: right center;
	background-repeat: no-repeat;
    background-color: #3eff06;
	}
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/* width:105px;	 width of all menu boxes   */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menuh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}	


#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1px 1px 1px 1px;
	margin:-1px 0 0 -1px;
	}	

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{	
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */