﻿body {
 	background-color: #ffffff;
 	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
	background-position: center top;

  }
	
.pagebg{
 	background-color: #ffffff;
 	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
	background-position: center top;

  }
	
.left {
    background-color: transparent;
	background-image: url(images/lefttop.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
}
	
.right {
    background-color: transparent;
	background-image: url(images/righttop.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
}

.arial3 {
	font-family: Arial;
	font-size: 3px;
}

.arial8 {
	font-family: Arial;
	font-size: 8px;
}

.arial11 {
	font-family: Arial;
	font-size: 11px;
	}
.arial12 {
	font-family: Arial;
	font-size: 12px;
	}
.verdana11 {
	font-family: Verdana;
	font-size: 11px;
	
}
.verdana12 {
	font-family: Verdana;
	font-size: 12px;
	
}
.arial13 {
	font-family: Arial;
	font-size: 13px;
}
.arial16 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
.arial18 {
	font-family: Arial;
	font-size: 18px;
}
.arial17 {
	font-family: Arial;
	font-size: 17px;
}
.arial15 {
	font-family: Arial;
	font-size: 15px;
}
.arial14 {
	font-family: Arial;
	font-size: 14px;
}
.arial10 {
	font-family: Arial;
	font-size: 10px;
}
.arail11bold {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.arial12bold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.arail16bold {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
A:link { text-decoration: none; color: #A8A5A5; }
A:visited {text-decoration: none; color: #A8A5A5; }
A:hover {text-decoration: none; color: #999999; }

A.C:link { text-decoration: none; color: #878787; }
A.C:visited {text-decoration: none; color: #878787; }
A.C:hover {text-decoration: underline; color: #0D8FFF; }

A.s1:link { text-decoration: none; color: #0D8FFF; }
A.s1:visited {text-decoration: none; color: #0D8FFF; }
A.s1:hover {text-decoration: underline; color: #3BA4FF; }
A.s1:active {text-decoration: none; color: #0D8FFF; }

A.s2:link { text-decoration: bold; color: #660000; }
A.s2:visited {text-decoration: bold; color: #660000; }
A.s2:hover {text-decoration: bold; color: #646464; }
A.s2:active {text-decoration: bold; color: #660000; }

A.s3:link { text-decoration: none; color: #232323; }
A.s3:visited {text-decoration: none; color: #232323; }
A.s3:hover {text-decoration: none; color: #E8E8E8; }
A.s3:active {text-decoration: none; color: #232323; }

A.s4:link { text-decoration: underline; color: #434141; }
A.s4:visited {text-decoration: underline; color: #434141; }
A.s4:hover {text-decoration: underline; color: #FF6600; }
A.s4:active {text-decoration: underline; color: #1166B3; }

A.s5:link { text-decoration: none; color: #FFFFFF; }
A.s5:visited {text-decoration: none; color: #FFFFFF; }
A.s5:hover {text-decoration: none; color: #2B74F1; }
A.s5:active {text-decoration: none; color: #FFFFFF; }

A.s6:link { text-decoration: none; color: #8B0C14; }
A.s6:visited {text-decoration: none; color: #8B0C14; }
A.s6:hover {text-decoration: none; color: #CCCCCC; }
A.s6:active {text-decoration: none; color: #8B0C14; }

A.s7:link { text-decoration: none; color: #CCCCCC; }
A.s7:visited {text-decoration: none; color: #CCCCCC; }
A.s7:hover {text-decoration: underline; color: #808080; }
A.s7:active {text-decoration: none; color: #CCCCCC; }

A.s8:link { text-decoration: none; color: #CCCCCC; }
A.s8:visited {text-decoration: none; color: #CCCCCC; }
A.s8:hover {text-decoration: none; color: #970000; }
A.s8:active {text-decoration: none; color: #CCCCCC; }


.carlinks1{ /*primary photo border*/
  border-color: black ;
  border-style: inherit  ;
}


/*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:100%;
      line-height:normal;
          border-bottom:1px solid #24618E;
      }
    #tabsJ ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("tabrightJ.gif") no-repeat right top;
      padding:12px 12px 8px 8px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

        #tabsJ #current a {
                background-position:0% -42px;
        }
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#FFF;
        }
        
        
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* smart image enlarger starts here */
/* If your images are not linking to other pages leave the links as <a href="#nogo"> Otherwise enlarger won't work in IE6 */

.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
}

.ienlarger a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	border: 1px solid gray;
	position: absolute;
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span { 
	display:block;
	top: 50px; /* means the pop-up's top is 50px away from thumb's top */
	left: 90px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 100px; /* enter desired thumb width here */
	height : auto;
}

/* smart image enlarger ends here */