 body {
    margin:0;
    padding:0;
	font: 11px/1.5em Verdana;		
}

#clear {
	clear: both;
	}

div {
	margin: 0;
	padding: 0;
	}

strong.underline {
	text-decoration: underline;
	}
	
p.big {
	font-size: 1.3em;
	text-align: center;
	color: #083d65;
	border-bottom: 1px dotted #083d65;
	padding-bottom: 10px;
	}
	
.red {
	color: #ef3123;
	}
	
.red2 {
	color: #ef3123;
	text-decoration: underline;
	}
	
h1 {
	color: #083d65;
	font-size: 1.5em;
	}
	
h2 {
	color: #083d65;
	font-size: 1.3em;
	font-weight: normal;
	}
	
#footer {
	width: 800px;
	margin: 0 auto;
	}
	
#page {
	width: 800px;
	margin: 0 auto;
	}
	
#header {
	width: 750px;
	margin: 20px auto 0px auto;
	}

#content {
	width: 780px;
	padding: 10px;
	border:1px solid #24618E;
	margin-top: -1px;
	background: #fff url(back.jpg) right bottom no-repeat;	
	}
	
#content_noback {
	width: 780px;
	padding: 10px;
	border:1px solid #24618E;
	margin-top: -1px;
	background: #fff;	
	}
	
#left {
	float: left;
	width: 165px;
	padding-right: 5px;
	margin-right: 10px;
	border-right: 1px solid #000;
	}
	
#middle {
	float: left;
	width: 170px;
	margin-right: 10px;
	}

#right {
	float: left;
	width: 165px;
	padding-left: 10px;
	border-left: 1px solid #000;

	}
	
#bottom {
	clear: both;
	text-align: center;
	padding-top: 10px;
	width: 520px;
	}
	
#top_home {
	text-align: center;
	width: 500px;
	}
	
#left_home {
	float: left;
	width: 220px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #083d65;
	}
	
#right_home {
	float: left;
	width: 220px;
	}
	
#right_home .big {
	padding-bottom: 26px;
	}
	
.p_left {
	float: left;
	}
	
.p_right {
	float: right;
	}
	
#cards {
	width: 520px;
	}
	
#news {
	width: 520px;
	}
	
#news h2 {
	margin: 0;
	padding: 0;
	}
	
#contactinfo {
	position: relative;
	top: -340px;
	left: 400px;
	}
	
#adult {
	font-size: 1.5em;
	color: #083d65;
	}

#adult strong {
	color: #ef3123;
	}
	
/*- Menu Tabs J--------------------------- */

    #tabsJ {
	font-weight: bold;
	position: relative;
	top: -2px;
	left: 69px;
      width:661px;
	  height: 20px;
      background:#F4F4F4;
      font-size:93%;
      line-height:normal;	  
      }
    #tabsJ ul {
        margin:0;
        padding:0px 10px 0 65px;
        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: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;
      }

        #tabsJ #current a {
                background-position:0% -42px;
        }
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#FFF;
        }
		
/* Lightbox CSS */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/* Contact Form CSS */
#contact {
	width: 400px;
	margin-top: 100px;
	margin-left: 350px;
	}
	
.text {
	padding-left: 4px;
	float: left;
	width: 100px;
	height: 22px;
	background-color: #eaeaea;
}

.text2 {
	padding-left: 4px;
	float: left;
	width: 100px;
	height: 54px;
	background-color: #eaeaea;
}

.input {
	margin-left: 10px;
	width: 250px;
	background-color: #fce6e4;
	border: 1px solid #fcc6c2;
	}

.input2 {
	margin-left: 10px;
	width: 250px;
	background-color: #fce6e4;
	border: 1px solid #fcc6c2;
	}
	
.input3 {
	margin-left: 114px;
	width: 250px;
	background-color: #fce6e4;
	border: 1px solid #fcc6c2;
	}

.star {
	color: #ee3123;
	width: 4px;
}

.star2 {
	color: #ee3123;
	width: 4px;
}

#flashcontent {
	margin-left: 170px;
}