@charset "utf-8";
/* CSS Document */
/* 2containerBG2choice.jpg containerBG2CC.jpg*/

body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#946DAB;
	font-size:16px;
}
#container1{
	background: #FFFFFF url(img/css/containerBG1.jpg) repeat-y;
	width:980px;
	padding:0px 10px 0px 10px;
	margin-left:auto;
	margin-right:auto;
}
#container2{
	background: #FFFFFF url(img/css/2containerBG2choice.jpg) no-repeat;
	width:980px;
}
#container2b{
	background: #FFFFFF url(img/css/containerBG2b.jpg) no-repeat;
	width:980px;
}
#header{
	width:980px;
	height:152px;
}

#flashnav{
	float:left;
	width:200px;
	height:321px;

}
#lefttext{
	padding:0px 0px 0px 10px;
}
#content{ 
	width:300px;
	height:320px;
	margin-left:200px;
	padding:0px 10px 0px 10px;
	
}
#content a{
	color:#732F8E;
	text-decoration:none;
	
}
#contentinterior{ 
	width:700px;
	margin-left:200px;
	padding:0px 40px 0px 40px;
	
}
#contentinterior2{ 
	width:780px;
	margin-left:200px;
	padding:0px 0px 0px 0px;
	
}
#contentinterior a{
	color:#732F8E;
	text-decoration:none;
	
}
#panels{ 
	background:url(img/css/containerBGbottom.jpg) no-repeat;
	width:980px;
	height:179px;
}
#panels2{ 
	background:url(img/css/containerBGbottom2.jpg) no-repeat;
	width:980px;
	height:109px;
}
#footer{
	background:url(img/css/footerBG.jpg) repeat-x;
	width:980px;
	height:15px;
	font-size:10px;
	text-align:center;
	padding:7px 0px 3px 0px;
}
#footer a:link{
	color: #000000;
	text-decoration:none;
}
#footer a:hover {
	color:#732F8E;
	text-decoration:underline;
}
#footer a:visited {
	color: #000000;
	text-decoration:none;
}
#form_sign_up{
	background:url(img/css/price_sheet_bg.jpg) no-repeat;
	width:200px;
	height:159px;
	padding:65px 0px 0px 0px;
}
#route_locator{
	background: url(img/css/route_locator_bg.jpg) no-repeat;
	width:200px;
	height:201px;
	padding:55px 0px 0px 0px;
}	
.style1{
	font-size:28px;
	color:#4C0C73;
}
.style2 {
	color: #999999;
	font-weight: bold;
}
.style2b {
	color: #999999;
	font-size:12px;
	font-weight: bold;
}
.style3{
	font-size:18px;
	color:#4C0C73;
}
.style4{
	font-size:16px;
	color:#4C0C73;
}
.style5{
	font-size:10px;
	color:#4C0C73;
}
.textfield_effect{      
	border-width: 0px;         
	background:transparent url(img/form_field.png) no-repeat;   
	font-family: Arial, Helvetica, sans-serif;     
	font-size: 12px;    
	color: #000000;    
	width: 220px;
	padding:5px 5px 0px 5px;    
	height: 35px;    
}
.textfield_effect:hover{   
	/*background: #9BADBB;*/
	  
} 
.textfield_effect:focus {    
	/*background:#CBD5DC;*/ 
}
