@charset "utf-8";
/* CSS Document */

/* structure */

body{
	
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#90C000;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin-bottom:40px;
}


td{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

a{
	color:#CB3398;
	outline:none;
}

a:hover{
	text-decoration:none;
}

h1{
	margin:0px;
	font-weight:normal;
	font-size:24px;
	color:#00A5F0;
}


h2{
	margin-top:0px;
	font-weight:normal;
	font-size:16px;
	color:#9966CC;
}

h3{
	margin-top:0px;
	font-weight:normal;
	font-size:16px;
	color:#333;
}


hr{
	background-color:#CCCCCC;
	height:1px;
	border:none;
	margin-top:20px;
	margin-bottom:20px;
}

.clear{
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;
}

.site{
	width:900px;
	margin:0 auto;
	background-color:#fff;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	padding-top:20px;
}


/* header */

.header{
	height:100px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	width:960px;
	margin:0 auto;
}

.nav{
	background-image:url(../images/nav.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:36px;
	padding:10px;
	margin-bottom:10px;
}

.nav a{
	display:block;
	float:left;
	margin-right:2px;
}

/* home page */

.graphic{
	background-image:url(../images/graphic.jpg);
	background-repeat:no-repeat;
	height:240px;
	margin-bottom:10px;
}

.home_1{
	float:left;
	width:330px;
	height:363px;
	margin-right:10px;
}

.home_2{
	float:left;
	width:560px;
	height:178px;
	background-image:url(../images/home_2.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
}

.home_3{
	float:left;
	width:275px;
	height:165px;
	background-image:url(../images/home_3.gif);
	background-repeat:no-repeat;
	margin-right:10px;
}

.home_4{
	float:left;
	width:275px;
	height:165px;
	background-image:url(../images/home_4.gif);
	background-repeat:no-repeat;
}

.home_2 .copy{
	float:left;
	width:335px;
	min-height:70px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:20px;
	margin-top:55px;
	margin-left:10px;
}

.home_2 .more{
	width:60px;
	height:22px;
	display:block;
	margin-left:257px;
	margin-top:-8px;
}

.directions{
	float:right;
	display:block;
	width:140px;
	height:150px;
	margin-right:20px;
}

.home_3 .copy{
	width:245px;
	min-height:70px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:20px;
	margin-top:45px;
	margin-left:10px;
}

.home_3 .more{
	width:60px;
	height:22px;
	display:block;
	margin-left:185px;
	margin-top:125px;
}


.home_4 .copy{
	width:245px;
	min-height:70px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:20px;
	margin-top:45px;
	margin-left:10px;
}

.home_4 .more{
	width:60px;
	height:22px;
	display:block;
	margin-left:185px;
	margin-top:125px;
}

/* content */

.copy{
	float:left;
	width:500px;
	min-height:300px;
	margin-top:30px;
}

.small_copy{
	float:left;
	width:500px;
	min-height:150px;
	margin-top:30px;
}

.right{
	float:right;
	width:330px;
	min-height:300px;
	margin-top:30px;
}

.form{
	float:left;
	background-color:#f1f1f1;
	padding:10px;
	margin-top:10px;
}

/* footer */

.footer{
	width:960px;
	margin:0 auto;
	padding-top:10px;
	font-size:10px;
	color:#fff;
	text-align:right;
}

.footer a{
	
	font-size:10px;
	color:#fff;

}


