<!--
@import url(nav.css);
-->	


/*header area */

#header {
	text-align: center;
	padding: 0;
	background: url(../images/borders/header.gif) top center no-repeat ;
	margin: 0;
	width: 750px;
	height: 144px;
	/*must be floated or the body bg goes crazy*/
	float: left;
	position: relative;
}

#header img {
	position: absolute;
	top: 25px;
	left: 130px;
}

/* content */

#content {
	float: left;
	width: 750px;
	background: url(../images/borders/bg.gif) center repeat-y;
}


#flash {
	margin: 0 0 0 33px;
	background: url(images/borders/bdr_dn.gif) left top no-repeat;
	padding: 30px 0 20px 0;
	clear: left;
	float: left;
	width: 685px;
	display: inline;
}

/* this is for the alternate content */
.image {
	width: 228px;
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;

}
.text {
	width: 228px;
	text-align: center;
	float: left;
	margin: 20px 0 20px 0;
	padding: 0;
	display: inline;
}
.text span{
	color: #999999;
}

/*********/

#wrapper {
	float: left;
	width: 685px;
	margin: 0 0 0 33px;
	background: url(../images/borders/bdr_home_wrapper.gif) #ffffff left top no-repeat;
	display: inline;
}
#left, #middle, #right {
	float: left;
	width: 228px;
	margin: 30px 0 0 0px;
	display: inline;
	padding: 0px 0 20px 0;
	font-family: "Helvetica", Georgia, Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;

}

 #middle h2 {
 font-family: "Helvetica", Georgia, Trebuchet MS, Arial, Verdana, sans-serif;
 }

#middle div {
	margin: 20px 0px 20px 0px;
	padding: 5px 0 0 0;
	background-color:#fafafa;
	border: dotted 1px #cccccc;
}
#middle div h3 {
	margin: 0px 0px 10px 10px;
}

#left h3, #middle h3, #right h3 {
	font-family:  "Helvetica", "Times New Roman", Times, serif;
	line-height: 1.3em;
	font-size: 1.6em;
	margin-bottom: 0;
}

#left p {
	margin: 0px 40px 20px 20px;
}
#left h3 {
	margin: 0px 35px 0 20px;
	font-size: 1.4em;
	line-height: 1.3em;	
	font-family:  "Helvetica", "Georgia", "Trebuchet MS", "Arial", "Verdana", sans-serif;
}
#middle p {
	margin: 0px 0px 20px 10px;

}
#middle h3 {
	margin: 0px 0px 20px 10px;
}
#right p {
	margin: 0px 10px 20px 40px;

}
#right h3 {
	margin: 0px 20px 20px 40px;
}
input, select {
	margin: 0px 0 5px 0;
	padding: 0px;
	font-size: 1em;
	background-color: #fafafa;
}

#main {
	float: left;
	width: 484px;
	margin: 0px;
	font-size: 1.1em;
	line-height: 1.8em;
	display: inline;
	padding: 0 0 20px 0;
	/* this removes the line between sections on home page 
	background-image:url(images/bdr_side.gif);
	background-position:left top;
	background-repeat: repeat-y;
	*/
}
#main p {
	margin: 10px 20px 0 50px;
}

.submit {
	font-size: 9px;
	background-color:#FFFFFF;
	letter-spacing: 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0;
	margin: 0;
	line-height: 0;
}


/* not working in IE
.submit {
	background-image:url(../images/submit.gif);
	border: none;
	font-size: 10px;
	height: 22px;
	width: 58px;
}
*/

#footer {
	clear: both;
	margin: 0 0 0 0;
	/*
	background-image:url(images/bdr_btm.gif);
	*/
	background: url(../images/borders/footer_home.gif) 1px bottom no-repeat;
	padding: 30px 0 30px 0;
	text-align:center;
	width: 750px;
	float: left;
	display: inline;
	font-family: "Georgia", "Trebuchet MS", "Arial", "Verdana", sans-serif;
	font-size: 1.1em;
	
}
#footer span {
	padding-right: 5px;
	padding-left: 5px;
}
.clear {
	clear: left;
	height: 1px;
	margin: 0;
	line-height: 0;
}



	

	

