@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#252525; outline: none;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1, h1 .bigpurp, h1 a.bigpurp 		{font:23px Arial, Helvetica, sans-serif;margin:0;padding:0;color:#53355F;}
h2, h2 .bigpurp, h2 a.bigpurp		{font:18px Arial, Helvetica, sans-serif;margin:0;padding:0;color:#53355F;}
h3			{font:1.4em Arial, Helvetica, sans-serif;margin:0;padding:0}

.pad5		{padding:5px;}
.sm9		{font-size:0.63em;}
.sm10		{font-size:0.69em;}

img {behavior: url(inc/pngbehavior.htc);}
#map img {behavior:none !important;}
#map {line-height:15px;}


.purple
a.purple,
a.purple:link,
a.purple:visited,
a.purple:hover,
a.purple:active,
#topheader a	{color:#3c0360; outline: none;}

.blue
a.blue,
a.blue:link,
a.blue:visited,
a.blue:hover,
a.blue:active	{color:#6b487a; outline: none;}

#fllogo	{margin: 15px 0 0 15px;}

.footerlocations {
	text-align:center;
	margin:0 auto;
	width:800px;
	height:60px;
	}
	
#footer .footerlocations a,
#footer .footerlocations a:link,
#footer .footerlocations a:visited,
#footer .footerlocations a:hover,
#footer .footerlocations a:active{
	font: 11px/18px Arial, Helvetica, sans-serif;
	padding: 0 5px;
	text-decoration:underline;
	}

/******   LAYOUT   ******/
* {outline-style: none;}

html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
	
body	{
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #252525;
	background:#613b71 url(../images/bg.jpg) repeat-x;
	}
	
#wrapper	{ 
	width:966px;
	height:auto;
	margin: 15px auto 0 auto;
	padding: 0 17px;
	text-align:left;
	background: url(../images/wrapperbg.png) repeat-y;
	behavior: url(inc/pngbehavior.htc);
	font: 1.3em/1.5em Verdana, Arial, Helvetica, sans-serif;
	}

html>/**/body #wrapper {width:966px;} /* FF */
* html #wrapper	 {width:966px;padding:0 17px 0 17px;}
	
#header	{
	height:129px;
	margin:0 auto;
	background:#f8f8fe;
	border-top:2px solid #613b71; 
	}

#header	.emailsignup { 
	float:right;
	width:347px;
	height:125px;
	text-align:right;
	background:url(../images/Subscribebg.jpg) no-repeat;
	}

#topheader {
	width:745px;
	height:24px;
	font:13px Arial, Helvetica, sans-serif;
	background:url(../images/headingbg.jpg);
	color:#3c0360;
	float:left;
	margin-top:16px;
	padding: 6px 0 0 0;
	}

html>/**/body #topheader  {height:24px;}

#content	{
	width:733px;
	margin:0px;
	float:right; 
	margin-right:12px; 
	}
	
.locations	{
	width:241px;
	height:310px;
	background:url(../images/locations.jpg) no-repeat;
	float:right;
	padding: 0 0 0 8px;
	}

body #PurchaseLogo	{display:none}

body div.purchasearea #PurchaseLogo	{
	position:relative;
	display:block;
	margin: 5px 0px 0 30px;
	float:left;
	width:160px;
	z-index:1;
	}

.purchasearea #fllogo	{position:relative;top:0;left:0;width:300px;float:left;}

/******* FOOTER *******/
#footer	{
	height:200px;
	font-size:.85em;
	line-height:1.3em;
	color:#fff;
	background:url(../images/footerbg.jpg) no-repeat;
	clear:both;
	width:1000px;
	margin:0 auto;
	text-align:left;
	padding: 4px 0 0 0px;
	}
#footer a	{text-decoration:none;color:#fff;}

#footer #credit				 {float:right;width:115px;margin-right:10px;}
#footer #credit a 	 		 {color:#ad7ec1;text-decoration:none;}
#footer #credit a:hover 	 {color:#fff;text-decoration:none;}




/******* HORIZONTAL NAV MENU  ***********/

ul#hrznav {
  margin: -3px 0 0 0;
  border: 0 none;
  padding: 0;
  width: 740px; /*For KHTML*/
  list-style: none;
  height: 28px;
	}

ul#hrznav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 28px;
	}

ul#hrznav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
	}

ul#hrznav ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	}

/* Root Menu */
ul#hrznav a {
  border-right: 1px solid #8281ac;
  border-left: 1px solid #bfc0dd;
  padding: 0 20px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color:#3c0360;
  font: 13px/24px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#hrznav a:hover,
ul#hrznav li:hover a,
ul#hrznav li.iehover a {
  background: #9190ba;
  color: #FFF;
	}

/* 2nd Menu */
ul#hrznav li:hover li a,
ul#hrznav li.iehover li a {
  float: none;
  background: #9190ba;
  border:1px solid #737298;
  border-top:1px solid #aaa9d3;
  line-height:26px;
  color: #3c0360;
	}

/* 2nd Menu Hover Persistence */
ul#hrznav li:hover li a:hover,
ul#hrznav li:hover li:hover a,
ul#hrznav li.iehover li a:hover,
ul#hrznav li.iehover li.iehover a {
  background: #a7a6d4;
	}

/* 3rd Menu */
ul#hrznav li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#hrznav li:hover li:hover li a:hover,
ul#hrznav li:hover li:hover li:hover a,
ul#hrznav li.iehover li.iehover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 4th Menu */
ul#hrznav li:hover li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 4th Menu Hover */
ul#hrznav li:hover li:hover li:hover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
	}

ul#hrznav ul ul,
ul#hrznav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#hrznav li:hover ul ul,
ul#hrznav li:hover ul ul ul,
ul#hrznav li.iehover ul ul,
ul#hrznav li.iehover ul ul ul {
  display: none;
	}

ul#hrznav li:hover ul,
ul#hrznav ul li:hover ul,
ul#hrznav ul ul li:hover ul,
ul#hrznav li.iehover ul,
ul#hrznav ul li.iehover ul,
ul#hrznav ul ul li.iehover ul {
  display: block;
	}





/******* VERTICAL NAV MENU  ***********/
#nav	{
	width:165px;
	float:left;
	background:url(../images/navbg.jpg);
	}


ul#vrtnav,
ul#vrtnav li,
ul#vrtnav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 165px; /*For KHTML*/
  list-style: none;
  float:left;
	}
ul#vrtnav {padding-top:10px;}	
ul#vrtnav li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
  z-index:500;
	}

/* Root Menu */
ul#vrtnav a {
  padding: 0.20em 6px 0.20em 6px; 
  display: block;
  color: #1174b2;
  font: 14px/26px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  position: relative;
  z-index:500;
	}

/* Root Menu Hover Persistence */
ul#vrtnav a:hover,
ul#vrtnav li:hover a,
ul#vrtnav li.iehover a {
  background:url(../images/navhover.jpg);
  color: #1d95e3;
	}

/* 2nd Menu */
ul#vrtnav li:hover li a,
ul#vrtnav li.iehover li a {
  background: #bde6f9;
  color: #1d95e3;
  padding: 1px 6px;
  font: 14px/26px Arial, Helvetica, sans-serif;
  border:1px solid #daeff9;
  width:180px;
  position: relative;
  z-index:500;
  }

/* 2nd Menu Hover Persistence */
ul#vrtnav li:hover li a:hover,
ul#vrtnav li:hover li:hover a,
ul#vrtnav li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover a {
  background: #d4eefa;
  color: #1174b2;
	}

/* 3rd Menu */
ul#vrtnav li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#vrtnav li:hover li:hover li a:hover,
ul#vrtnav li:hover li:hover li:hover a,
ul#vrtnav li.iehover li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 4th Menu */
ul#vrtnav li:hover li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 4th Menu Hover */
ul#vrtnav li:hover li:hover li:hover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
	}

ul#vrtnav ul,
ul#vrtnav ul ul,
ul#vrtnav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 165px;
  z-index:500;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#vrtnav li:hover ul ul,
ul#vrtnav li:hover ul ul ul,
ul#vrtnav li.iehover ul ul,
ul#vrtnav li.iehover ul ul ul {
  display: none;
	}

ul#vrtnav li:hover ul,
ul#vrtnav ul li:hover ul,
ul#vrtnav ul ul li:hover ul,
ul#vrtnav li.iehover ul,
ul#vrtnav ul li.iehover ul,
ul#vrtnav ul ul li.iehover ul {
  display: block;
	}







/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0;
	padding:2px;
	float:right;
	width: 250px;
	}	

#contact label,#contact input {
	display: block;
	width: 140px;
	float: left;
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 65px;
	padding-right: 5px;
	}

#contact br {clear: left;}

#contact fieldset	{
	background: #bebddc;
	border: 1px solid #9290ba;	
	margin:0px 0px 10px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#613a71;
	font-variant:small-caps;
	font:bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;  
	left: -7px;  
	top: -0.75em;
	}

#contact fieldset ol {  
	padding-top: 0.25em;
	}
	
#contact span.state	{width:120px;float:left;text-align:right;}
	
#contact #zip {
	width: 50px;
	margin-right:12px;
	float: left;
	}
#contact #zipname	{width:27px;margin-left:13px;float:left;}
	
#contact #comments	{
	display: block;
	width: 220px;
	height:70px;
	margin-bottom: 15px;
	}

textarea{overflow:auto;}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}
	
#contact .shhhh, .shhhh {display:none;}

span.faq{color: #3c0360; font-style:italic; }