

body {
	background: #93751F url(../images/html_bg.gif) no-repeat left top;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:small;
}




body {
	/* use keywords, since pixels are not sizable in ie win */
	/*background: #666666 url(Images/html_bg.gif) repeat-y center top;*/
	font-size: small;
}

* html body{	/*  * html - servers ie browsers only  */
	font-size: x-small; /* for IE5/win - browser displays keywords one step larger */
	font-size: small;	/* for other IE versions */

}



#pagecontainer{
	color: #FDFDFD;
	font-size:92%;
}




#header{
	height:200px;
	width:800px;
	z-index: 1;
}

#linkarea{
	background: url(../images/linkarea_bg.gif) no-repeat left top;
	height:240px;
}

#buscontent{
	height: 120px;
	width: 200px;
	position: absolute;
	z-index: 3;
	left: 45px;
	top: 260px;
}


#vanpoolcontent{
	height: 72px;
	width: 230px;
	position: absolute;
	z-index: 4;
	left: 290px;
	top: 270px;

}

#carpoolcontent{
	height: 72px;
	width: 230px;
	position: absolute;
	z-index: 5;
	left: 552px;
	top: 252px;
}

.content{
	width:800px;
	z-index: 1;

	
}

#customplantitle{
	z-index:20;
	position:absolute;
	top:130px;
	left:120px;
	width:182px;
	height:73px;
}

#calculator{
	width:620px;
	margin:1em auto;
}



/* =bottom area
------------------------------------------  */

#bottom{
	height: 215px;
	width:800px;
	position:relative;
	left: 0px;
	background: url(../images/bottom_bg.gif) no-repeat left top;	

}

#customplan{
	height: 220px;
	width:155px;
	position:absolute;
	left: 500px;
	top: 40px;

}

#footer{
	position:absolute;
	height: 20px;
	width:750px;
	left: 15px;
	top: 200px;
	font-size:90%;

}

/* =links
------------------------------------------------------*/

 a:link,  a:visited{
	color: #FFFF00;
	text-decoration: underline;
	font-weight:bold;
	
}

 a:hover,  a:active	/* Netscape 4 ignores hover and active states */ {
	color: #fff;
	
	}
	


 #customplan a img{ 
	
	border-bottom: 0px none #fff;
	background:none;
	
	}
	
	
h1 {
	font-size: 1.5em;
	letter-spacing: 1px;
	margin: 0 0 .25em 0;
	color: #E68E0C;
}



	


/* =form

-------------------------------------------------------*/





.planform{
	width:550px;
	margin:1em auto;
}

.row{
	border-bottom: 1px dotted #fff;
	padding:.25em;
	clear: both;
	height:20px;
	line-height:20px;
	vertical-align:center;
}

.submitrow{
	border-bottom: 1px dotted #fff;
	padding:.25em;
	clear: both;
	height:40px;
	line-height:20px;
	vertical-align:center;
}

fieldset{
	padding:1em;
	border: 1px dotted #fff;
}

legend{
	color:#E68E0C;
	
 	font-size: 120%;
	font-weight: bold;	

}


label{
	float:left;
	font-weight:bold;
 	 width: 300px;
 	 text-align: right;
}

input, select{
	float:right;
}

span.radio
{
	float:right;
}

span.radio label
{
	float: none;
}

span.radio input
{
	float: none;
}

.required{
	color: #F00;
}



.textboxsm{
	width: 30px;
	
}


.fieldinputmed{
	width:200px;
}


.textboxlarge{
	/*margin: 0px;
	padding: 0px;
	height:18px;
	border: 1px solid #646263;
	width:auto;*/
	background:#eee;

}

p.orange{
	color:#E68E0C;

}

	

