
/* set up */
body{
margin: 0px;
text-align: center;
font-family: arial;
font-size: 14px;
}

a:link{
color: #000099;
}

a:visited{
color: #000099;
}

.heavyblue{
	font-size: 14;
	color: #000066;
	font-weight: bold;
}

#wrapper{
width: 800px;
margin-right: auto;
margin-left: auto;
text-align: left;
}


/* header file */
#topcontainer{
width: 800px;
float: left;
height: 230px;
margin-bottom: 10px;
}

#toplinksblock{
background-color: #9ECEFF;
width: 800px;
float: left;
font-size: 12px;
}

#toplinkscontent{
float: right;
margin-right: 5px;
}

#logo{
float: left;
height: 130px;
width: 800px;
background-color: #9ECEFF;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #339900;
	color: White;
	width: 100%;
	text-align: center;
	float: left;
}

#navcontainer ul li {
	display: inline;
	background-color: #339900;
}

#navcontainer ul li a{
	padding: 0.2em 1em;
	background-color: #339900;
	color: White;
	text-decoration: none;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

#navcontainer{
	width: 800px;
	height: 75px;
	margin-top: 0px;
	text-align: center;
	float: left;
	background-image: url(img/navbg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}

/* footer file */
#footer{
height: 75px;
width: 800px;
float: left;
margin-top: 50px;
color: #666666;
background-image: url(img/bottombg.gif);
background-repeat: repeat-x;
font-size: 12px;
}

/* STYLES FOR SPECIFIC PAGES */

/* INDEX */
#flash{
width: 800px;
height: 300px;
float: left;
margin-bottom: 25px;
}

#welcome{
width: 525px;
float: left;
margin-right: 25px;
}

#companies{
float: right;
border: 1px dashed #9ECEFF;
padding: 10px;
}

/* GENERIC STYLES USED ON INSIDE PAGES*/
#content{
float: left;
width: 800px;
}

#left{
float: left;
width: 300px;
}

#right{
width: 475px;
float: right;
}

/* AUTO INSURANCE PAGE */
#hints{
float: right;
border: 1px dashed #9ECEFF;
padding: 10px;
margin-top: 25px;
}

/* FARM, HOUSE, HEALTH PAGES */
#tools{
float: right;
border: 1px dashed #9ECEFF;
padding: 10px;
margin-top: 25px;
width: 450px;
}

/* BIZ PAGE */
#bizleft{
float: left;
width: 440px;
}

#bizright{
width: 340px;
float: right;
}

/* Contact page */
#contactformcontainer{
float: left;
width: 800px;
background-color: #9ECEFF;
}

#contactformbody{
width: 700px;
float: left;
padding: 10px;
}