BODY 
{
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
background-color: #036;
}

* html body  {
        behavior:url("../css/csshover.htc");
    }
    
#master {
position:relative;
width: 780px;
margin: 0 auto;
background-color: #036;}


#nav {
position:relative;
left: -80px;
background-image: url(../images/yellowbox.gif);
background-repeat: repeat-y;
margin-top: 3px;
width: 150px;
height: 170px;
color: #036;
font-weight: bold;
}

#nav P {padding: 5px 0 5px 5px;
margin: 0 2px 0 2px;
border-bottom: 1px solid #036;
background-image: url(../images/greenarrow.gif);
background-repeat: no-repeat;
background-position: center right;
}

#nav P:hover {padding: 5px 0 5px 5px;
margin: 0 2px 0 2px;
border-bottom: 1px solid #696;
background-image: url(../images/bluearrow.gif);
background-repeat: no-repeat;
background-position: center right;
}

#nav A  {color: #036;
text-decoration: none;
}

#nav A:hover {color: #696;}

.homepage #nav {
top: 20px;
margin-top: -20px;}

*html .homepage #nav {
top: 20px;
margin-top: -80px;}

.homepage #nav IMG
{
	height: 12px;
	position: relative;
	
}

#nav IMG
{
	height: 12px;
	}

#box {
	width: 655px;
	background-color: transparent;
	margin: 0px auto;
}

.content {
	height: auto;
	margin: -3px 1px;
	padding: 20px;
	width: 603px;
	background-color: #fff;
	border-right: 3px solid #696;
	border-left: 3px solid #696;
	min-height: 150px;
}

.homepage .firstpara {
width: 520px; 
float: right; 
margin-top: -80px;
}

*html .homepage .firstpara {
margin-top: -90px;
}

.subcontent {
	width: 500px;
	margin-top: -130px;
	margin-left: 100px;
}

.phone {
	position: absolute;
	float: right;
	width: 300px;
	font-size: 16px;
	color: rgb(252,210,74);
	top: 4em;
	left: 470px;
}

#footer_left {
	width: 460px;
	padding-top: 20px;
	color: rgb(252,210,74);
}

#footer_right {
	padding-top: 20px;
	color: rgb(252,210,74);
}

A {color: #696;}

H1 {
	font-size: 14px;
	color: #696;
}

H2 {
	font-size: 12px;
	color: #036;
}

H3 {
	font-size: 11px;
	color: #696;
}	

