body
{
background-color: #FFF;
background-image: url(../i/home_bg.gif);
background-repeat: repeat-x;
color: #666600;
padding:0;
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .7em;
line-height: 1.3em;
}

img
{
	border: 0;
}

#frame
{
width: 760px;
}

#frame img.center
{
position: absolute;
top: 96px;
left: 144px;
}

#sidecol
{
background-image:url(../i/sidecol_home_bg.jpg);
background-repeat: no-repeat;
height: 560px;
padding-left: 420px;
}

#contentwrapper
{
border-right: 1px solid #FFF;
width: 338px;
}
#header
{
background-image:url(../i/home_quote_bg.jpg);
background-repeat: no-repeat;
}

#content
{
background-color:#CDD04A;
height: 100px;
padding: 5px 20px 7px 20px;
}

#content p
{
margin-top: 5px;
margin-bottom: 0;
}

#content h1
{

}

#content h2
{

}

#content h3
{

}
#content a, #content a:visited
{
text-decoration: none;
font-weight: bold;
color: #666600;
}	

/* navigation: styling for nav bar buttons and drop down menus*/ 

#navigation
{
position: relative;
width: auto;

}

#navigation ul
{
	position: absolute;
	left: 0;
	padding: 0;
	margin: 0;
	border: 0;
	display: inline;
}

#navigation img
{
	border-width: 0;
} 

#navigation li
{
	float: left;
	position: relative;
	list-style: none;
}
 
#navigation li ul
{
	display: none;
	position: absolute; 
	top:26px;
	left:0px;
	background-color: #fff;
}

#navigation li ul li
{
clear: left;
display: block;
}

#navigation li:hover ul, #navigation li.over ul
{
	display: block;
}

#footer
{
color: #B7B7B7;
}

#footer p
{
text-align: center;
}

#footer a, #footer a:visited
{
text-decoration: none;
font-weight: bold;
color: #ADB600; 
}	

#footer a.sitecred, #footer a.sitecred:visited
{
text-decoration: none;
color: #B7B7B7;
font-weight: normal;
}

/* Part of the Skip Navigation stuff for the benefit of screenreaders*/
p.hide 
{
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}

div.clearing
{
	clear:both;
}


