@charset "utf-8";


/* Dark background Color */

body {
	background-color:#515151;
	}
	
a:link, a:active {
	color:#3366cc;
	}

/* Keeps images that are links from having borders */
img {
	border-style:none;
	}
	


.header {
	height: 166px;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}


/* navigation */

	/* This makes the current page highlighted */

body.home1 #tabsJ span.home ,
body.fly1 #tabsJ span.fly ,
body.meet1 #tabsJ span.meet,
body.member1 #tabsJ span.member ,
body.gallery1 #tabsJ span.gallery ,
body.shopsNav1 #tabsJ span.shopsNav ,
body.contact1 #tabsJ span.contact {
   background-position:100% -42px;
   color:#FFF;
	
}

body.home1 #tabsJ a.home ,
body.fly1 #tabsJ a.fly ,
body.meet1 #tabsJ a.meet,
body.member1 #tabsJ a.member ,
body.gallery1 #tabsJ a.gallery ,
body.shopsNav1 #tabsJ a.shopsNav ,
body.contact1 #tabsJ a.contact {
 background-position:0% -42px;
	
}
	/* end current page indicator */
	
	
  #tabsJ {
	width:760px;
	background:#F4F4F4;
	font-size:80%;
	line-height:normal;
	border-bottom:1px solid #24618E;
	margin-right: auto;
	margin-left: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
      }
    #tabsJ ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("../images/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("../images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      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;
      }

/* End Navigation */
	  


/* Light colored background | Wrapper for all content below Navigation */
	  
.background {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f2f2f2;
	/* places the controller image in the bottom corner */
	background-image:url(../images/controller.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}


/* The tri lines that separate the Navigation and the Text */

.background .divider {
	clear: left;
	background-repeat: repeat-x;
	height: 20px;
	width: 100%;
	margin-top: 40px;
}


/* Body Text */

.background .textCapt {
	width: 525px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #000000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.background .shops {
	text-align: center;
	display: inline;
	float: left;
	width: 360px;
	margin-bottom: 30px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Styles the large letters at the beginning of the paragraph */

.background .textCapt .caps {
	font-variant: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	text-transform: none;
	line-height: 26px;
}
.contact1 .background .textCapt .Messagebox {
	background-color: #ffff99;
	border: 1px solid #666666;
	margin-left: 30px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}
#submitbutton    {
	background-color: #1E5C97;
	float: right;
	color: #FFFFFF;
}
#submitbutton:hover  {
	background-color: #FFFFFF;
	color: #000000;
}

.contact1 .background .textCapt .Messagebox a:hover {
	background-color: #f2f2f2;
	border: 1px solid #666666;
	margin-left: 30px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}
