@charset "utf-8";

* {

margin: 0;
padding: 0px;

}

body {

	background-image: url(../images/pagebg.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;

}

p, h1, h2, h3 {

padding-bottom: 8px;

}


#maincontainer {

	width: 851px;
	margin: 0 auto;
	text-align: left;
	
}

#header {

	width: 851px;
	height: 52px;
	float: left;

}

#planarea {

width: 851px;
float: left;

}

#plan01 a {

color: #ff9600;
padding: 5px;



}

#plan01 a:hover {

background-color: #ff9600;
color: white;



}

#plan02 a {

color: #ff9600;
padding: 5px;



}

#plan02 a:hover {

background-color: #b6c479;
color: #5c8428;



}

#plan03 a {

color: #ff9600;
padding: 5px;



}

#plan03 a:hover {

background-color: #d5c349;
color: #887b1f;



}



#plan01 {

width: 260px;
padding: 10px;
background-image: url(../images/plan01.jpg);
background-repeat: no-repeat;

float: left;
}

#plan02 {

width: 260px;
padding: 10px;
background-image: url(../images/plan02.jpg);
background-repeat: no-repeat;

margin-left: 6px;
float: left;
}

#plan03 {

width: 260px;
padding: 10px;
background-image: url(../images/plan03.jpg);
background-repeat: no-repeat;

float: right;
}




#header ul {


list-style-type: none;

}

#header ul li {

display: block;
float: left;

}

#header ul li a {
	width: 120px;
	height: 32px;
	padding-top: 20px;
	float: left;
	text-align: center;
	color: WHITE;
	text-decoration: none;
	border-left: 1px solid white;
	text-transform: uppercase;
}

#header ul li a:hover {

text-decoration: underline;
background-color: #565656;

}

#footer {

float: left;
background-color: #e8e8e8;
width: 821px;
padding: 15px;

}

#copyright {

width: 851px;
padding-top: 12px;
text-align: center;
float: left;

}

a {

color: #ff9600;

}

#contentarea {

float:left;
width: 851px;
height: 190px;

}






h3 {

color: #5c8428;
font-size: 12px;
font-weight: bold;

}

h1 {

color: #ff9600;
font-size: 20px;
font-weight: bold;

}

#homecontent {

width: 851px;
float: left;
text-align: left;
padding-top: 15px;

}

#interiorcontent {

width: 575px;
float: right;
padding: 15px;

}

#interiorcontent ul {

padding-left: 25px;
padding-bottom: 12px;

}


h2 {

color: white;
font-size: 23px;
font-weight: normal;

}


form {

padding-bottom: 15px;

}
