@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #45188b;
	background-image: url(../images/bkg_slice.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
input {
	color: #333;
	background-color: #BECA88;
	border: 1px solid #666;
	margin-bottom: 2px;
}
input a{
	color: #333;
	background-color: #BECA88;
	border: 1px solid #666;
	margin-bottom: 2px;
}
input a:hover{
	color: #000;
	background-color: #BECA88;
	border: 1px solid #333;
	margin-bottom: 2px;
}
input[type=text] {
	color: #000;
	background-color: #eff1de;
	border: 1px solid #666;
	margin-bottom: 2px;
}
input[type=radio] {
	color: #000;
	background-color: #fff;
	border: none;
}
.MyRasRadioButton, tr, td, input[type=radio] {
      background:#FFFFFF;
      border:none;
}

.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #45188b;
	height: 215px;
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-left: 40px;
}
.twoColFixLtHdr #ad-padd {
	margin: -30px 0px 50px 0px;	
}
.twoColFixLtHdr #sidebar1 h4{
	margin-top: 0px;
	color: #666;
	font-size: 1.1em;
	font-weight:bold;
	text-transform:uppercase;	
}
.twoColFixLtHdr #sidebar1 p{
	margin-top: 0px;
	color: #333;
	font-size: 0.8em;
	font-weight:normal;	
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 270px;
	padding-top: 13px;
	padding-right: 70px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-left: #ccc 1px solid;
} 
.twoColFixLtHdr #mainContent p{
	font-size: 0.8em;
	color: #333;
}
.twoColFixLtHdr #mainContent {
	font-size: 100%;
	color: #333;
}
.twoColFixLtHdr #mainContent ul,li,ol {
	font-size: 0.9em;
	color: #333;
}
#mainContent .smalltext{
	font-size: 0.7em;
	color: #333;
	
}
.twoColFixLtHdr #mainContent a{
	color: #ff6600;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent a:hover{
	color: #ff6600;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent h3{
	margin-top: -26px;
	margin-bottom: -10px;
	color: #829140;
	font-size: 1.6em;
	line-height: 1.8em;
	text-transform: capitalize;	
}
.twoColFixLtHdr #mainContent h4{
	margin-top: -10px;
	margin-bottom: -0px;
	color: #829140;
	font-size: 1.3em;
	line-height: 1.5em;
	text-transform: capitalize;	
}
.twoColFixLtHdr #mainContent h5{
	margin-top: 8px;
	margin-bottom: 0px;
	color: #333;
	font-size: 1.2em;
	line-height: 1.3em;
	text-transform: capitalize;	
}

.twoColFixLtHdr #footer {
	padding: 0px;
	height: 198px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999;
	font-size: 0.7em;
	text-align:center;
	padding-top: 30px;
	padding-right: 120px;
	padding-bottom: 20px;
	padding-left: 120px;
}
.twoColFixLtHdr #footer p a{
	color: #ff6600;
	text-decoration:none;
}
.twoColFixLtHdr #footer p a:hover{
	color: #ff6600;
	text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#statemap { 
    display:none; 
	font-family: Verdana, Geneva, sans-serif;
    background:transparent url("../images/white_arrow_big.png"); 
    font-size:9.5px; 
    height:165px;  
    padding:25px; 
    color:#fff; 
	margin-left: 100px;
}

#statemap2 { 
	font-family: Verdana, Geneva, sans-serif; 
    font-size:10px; 
    height:165px;  
    padding:0; 
	padding-bottom: 280px;
	text-align: center;
    color:#fff; 
	margin: 0 auto;
}
#sidebar3 h4{
	margin-top: 0px;
	color: #666;
	font-size: 1.1em;
	font-weight:bold;
	text-transform:uppercase;	
}
#sidebar3 p{
	margin-top: 0px;
	color: #333;
	font-size: 0.8em;
	font-weight:normal;	
}
#sidebar3 .sidemenu {
	margin: 0;
	padding: 0;
	color: #FF6600;
	font-size: 0.9em;
	font-weight:normal;
}
#sidebar3 .sidemenu a{
	display: block;
	color: #FF6600;
	padding-left: 8px;
	text-decoration: none;
	background-image: url(../images/menu-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
#sidebar3 .sidemenu a:hover{
	color: #333;
	text-decoration: none;	
}
a[href$='.pdf'] {
    display:inline-block;
    padding-left:20px;
	padding-right:20px; 
    line-height:20px;
	height: 18px;
    background:transparent url(../images/pdf.gif) center left no-repeat;
    }
	
.twoColFixLtHdr #mainContent .home-vet-nav {
	color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent .home-vet-nav ul{
	line-height: 14pt;
	list-style:none;
}
.twoColFixLtHdr #mainContent .home-owner-nav p{
	color: #ffffff;
	font-size: 9pt;
	line-height: 9pt;
}
.twoColFixLtHdr #mainContent .home-owner-nav {
	color: #ffffff;
	margin-left: 146px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent .home-owner-nav ul{
	line-height: 14pt;
	list-style:none;
}
.twoColFixLtHdr #mainContent .home-vet-nav p{
	color: #ffffff;
	font-size: 9pt;
	line-height: 9pt;
	padding: 0px;
	
}
.twoColFixLtHdr #mainContent .home-nav a{
	color: #ffffff;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent .home-nav a:hover{
	color: #FF6600;
	text-decoration:none;
}
	
	
.twoColFixLtHdr #mainContent2 .home-vet-nav {
	color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent2 .home-vet-nav ul{
	line-height: 14pt;
	list-style: none;
}
.twoColFixLtHdr #mainContent2 .home-owner-nav p{
	color: #ffffff;
	font-size: 9pt;
	line-height: 9pt;
}
.twoColFixLtHdr #mainContent2 .home-owner-nav {
	color: #ffffff;
	margin-left: 146px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent2 .home-owner-nav ul{
	line-height: 14pt;
	list-style: none;
}
.twoColFixLtHdr #mainContent2 .home-vet-nav p{
	color: #ffffff;
	font-size: 9pt;
	line-height: 9pt;
	padding: 0px;
	
}
.twoColFixLtHdr #mainContent2 .home-nav a{
	color: #ffffff;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent2 .home-nav a:hover{
	color: #FF6600;
	text-decoration:none;
}
twoColFixLtHdr #sidebar4 { /* since this element is floated, a width must be given */
	 /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	 /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.twoColFixLtHdr #sidebar4 h4{
	color: #666;
	font-size: 1.1em;
	font-weight:bold;
	text-transform:uppercase;	
}
.twoColFixLtHdr #sidebar4 p{
	color: #333;
	font-size: 0.8em;
	font-weight:normal;	
}
.twoColFixLtHdr #mainContent2 {
	width: 580px;
	margin: 0px 340px 0px 20px; /* the right margin on this div element creates the column down the right side of the page - no matter 				how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 13px 20px 30px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	border-right: #ccc 1px solid;
	
} 
.twoColFixLtHdr #mainContent2 p{
	font-size: 0.9em;
	color: #333;
	
}
.twoColFixLtHdr #mainContent2 a{
	color: #ff6600;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent2 a:hover{
	color: #ff6600;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent2 h3{
	margin-top: -26px;
	margin-bottom: -10px;
	color: #829140;
	font-size: 1.6em;
	line-height: 1.8em;
	text-transform: capitalize;	
}
.qtip .qtip-content{
   padding: 10px;
   overflow: hidden;
}
   
   .qtip .qtip-content .qtip-title,
   .qtip-cream .qtip-content .qtip-title{
      background-color: #F0DE7D;
   }
   
   .qtip-light .qtip-content .qtip-title{
      background-color: #f1f1f1;
	  font-family:Verdana, Geneva, sans-serif;
	  font-size: 0.9em;
	  font-color: #333;
   }
      .mapstyle{
      background-color: #f1f1f1;
	  font-family:Verdana, Geneva, sans-serif;
	  font-size: 0.9em;
	  font-color: #333;
   }

   .qtip-dark .qtip-content .qtip-title{
      background-color: #404040;
   }

   .qtip-red .qtip-content .qtip-title{
      background-color: #F28279;
   }
   
   .qtip-green .qtip-content .qtip-title{
      background-color: #B9DB8C;
   }