/* Global Classes */
* {padding: 0px; margin: 0px;}
.clear         {clear: both; height: 0px;}
.float-left    {float: left; margin-right: 10px; margin-bottom: 10px;}
.float-right   {float: right; margin-bottom: 10px; margin-left: 10px;}
.text-left     {text-align: left;}
.text-right    {text-align: right;}
.text-center   {text-align: center;}
.text-justify  {text-align: justify;}
.bold          {font-weight: bold;}
.italic        {font-style: italic;}
.underline     {border-bottom: 1px solid;}
.highlight     {background: #ffc;}
.img-left      {float: left; margin-right: 10px; margin-bottom: 10px;}
.img-right     {float: right; margin-bottom:10px; margin-left: 10px;}
.nobullet      {list-style: none; list-style-image: none;}
.error, .red {background:#FFEBE8 none repeat scroll 0%; border:1px solid #DD3C10; margin:0px 10px 10px; padding:10px; display: block;}
.correct, .green {background:#E6FCE6 none repeat scroll 0%; border:1px solid #84DB12; margin:0px 10px 10px; padding:10px; display: block;}
.info {background:#FBFCE6 none repeat scroll 0%; border:1px solid #D9B411; margin:0px 10px 10px; padding:10px; display: block;}
.required_fields {color:red;}
/* End Global Classes */

body.editor {
background-color: #fff;
min-height: 450px;
}

body.body {
background-color: #FFFFFF;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
font-size: 62.5%;
}

#header {
background-repeat: no-repeat;
background-image: url(../images/sce/header.jpg);
width: 696px;
height: 114px;
padding-bottom: 2px;
}

#container {
background-color: #FFFFFF;
width: 686px;
margin: 0 auto 0 auto;
padding: 0;
}

/* Menu Styles */
#menu {
background-color: #4358ab;
position: relative;
width: 696px;
height: 24px;
z-index: 600;
margin: 0;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
height: 23px;
font-weight: bold;
}

#menu li {
position: relative;
display: block;
list-style: none;
float: left;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #FFFFFF;
height: 24px;
}

#menu a {
font: 1em Verdana;
display: block;
position: relative;
margin: 0;
padding: 5px 8px 0px 8px;
height: 20px;
color: #FFFFFF;
text-decoration: none;
text-align: left;
font-weight: bold;
}

#menu a:hover {
text-decoration: underline;
}

#top_nav {
margin: 0;
padding: 0;
}
/* End Menu Styles */

#content {
width: 686px;
margin: 1px 0 0 0;
padding: 0 0 0 10px;
min-height: 401px;
}

#content-left {
width: 350px;
}

#content-left-2 {
width: 686px;
}


#content-left-2 img{
float:right;
margin: 0 0 10px 10px;
}

#footer {
background: #8492CF;
padding-top: 5px;
margin: 2px 0 0 0;
width: 696px;
height: 20px;
text-align: center;
color: #FFFFFF;
}

#footer a {
font: 1em Verdana;
color: #FFFFFF;
text-decoration: none;
padding: 0 2px;
margin: 0;
}

#footer a:hover {
text-decoration: underline;
}

p {
font-family: arial, helvetica, san serif;
font-size: 1.3em;
color: #000000;
line-height: 125%;
margin: 0px;
padding: 3px 0 3px 0;
}

a {
font-family: arial, helvetica, san serif;
text-decoration: underline;
}

h1 {
font-family: arial, helvetica, san serif;
font-size: 2.3em;
font-weight: bold;
color: #4358AB;
line-height: 105%;
padding-top: 10px;
}


h2 {
font-family: arial, helvetica, san serif;
font-size: 1.7em;
font-weight: bold;
color: #4358AB;
line-height: 105%;
}

h3, h4, h5, h6 {
font-family: arial, helvetica, san serif;
font-size: 1.5em;
font-weight: bold;
color: #4358AB;
line-height: 115%;
margin: 5px 0 0 0;
}

.floatright {
float: right;
margin: 0px 0px 5px 5px;
padding: 0px;
}

.floatleft {
float: left;
margin: 0px 5px 8px 0px;
padding: 0px;
}

#home a {
background-image: url(../images/sce/home-link.gif);
background-repeat: no-repeat;
padding-left: 12px;
}

#homeright {
width: 312px;
margin: 0 10px 0 0;
padding: 0 0 0 10px;
float: right;
}

#homeright2 {
width: 323px;
margin: 0;
padding: 2px 0 0 0px;
float: right;
}



/*td {
font-family: arial, helvetica, san serif;
font: 1.3em;
color: #000000;
line-height: 120%;
margin: 0px;
padding: 3px 0 3px 0;
}*/

.contacttable {
font-family: arial, helvetica, san serif;
font-size: 1.2em;
position: top;
color: #000000;
margin: 0px;
padding: 3px 0 3px 0;
}

/*Gallery Pages*/
#local-attractions-gallery {
padding-bottom: 10px;
float: left;
text-align: center;
height: 150px;
width: 150px;
margin: 0 0 20px 0px;
}

#local-attractions-gallery a {
text-align: center;
}

#local-attractions-gallery-2 {
padding: 10px;
float: left;
text-align: center;
height: 150px;
width: 150px;
margin: 0 0 25px 0px;
}

.facilities{ 
height: 150px;
margin: 10px 0 0 0;
}

.facilities img{
display: block;
float: left;
position: relative;
margin: 0 5px 5px 0;
}

/* Lightbox CSS */

#lightbox{	
	position: absolute;
	left: 0; 
	width: 100%;
	z-index: 700;
	text-align: center;
	line-height: 0;
}

#lightbox img { 
	width: auto;
	height: auto;
}

#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-image: url(data:image/gif;base64,AAAA); /* 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; 

	outline: none;
}	 	

#overlay{ position: absolute; 
	top: 0; left: 0; 
	z-index: 690; 







	width: 100%; 
	height: 500px; 
	background-color: #000; 
}


/*End*/

/*home images*/






.home-images {
float: left;
width: 172px;
height: 80px;
margin: 5px 7px 0 0;
}

.home-images2 {
float: left;
width: 172px;
height: 80px;
margin: 5px 0 0 0;
}

.home-images3 img{
border: none; 
margin-bottom:10px;
}

.home-images3 {
float: left;
width: 172px;
height: 40px;
margin: 5px 0 0 0;
}

#home-images-wrap {
padding-top: 1px;
}

/*end home images*/

.image-padding {
padding-top: 3px;
}

#left-column {
float:left;
width:350px;
margin-top:10px;
}

#right-column {
float:right;
width:323px;
margin-top:10px;
}

.review {
color:#4357ab;
font-size: 16px;
font-style: italic;
font-weight: bold;
margin: 10px 0 0 10px;
display:block;
float:left;
}

.review a{
color:#4357ab;
text-decoration: none;
}

.review a:hover{
color: #8492cf;
text-decoration: underline;
}

.facebook {
height:64px;
float:left;
display:block;
margin: 0 80px;
}

.facebook img {
margin-top:10px;
float:left;
}

.facebook p, .twitter p {
color:#4357ab;
font-size: 16px;
font-style: italic;
font-weight: bold;
margin: 10px 0 0 10px;
display:block;
float:left;
}

.twitter p {
float: none;
margin: 0px;
}

.facebook a, .twitter a {
color:#4357ab;
text-decoration: none;
}

.facebook a:hover, .twitter a:hover {
color: #8492cf;
text-decoration: underline;
}

.twitter {
height:64px;
float:left;
display:block;
margin-top: 3px;
}

.TA_logoWidget {
float:left;
margin-left:30px;
margin-bottom:10px;
}

#contactform div {
width: 668px;
padding: 2px 0 0 0;
}

#contactform label {
font-family: Arial;
font-size: 1.2em;
font-weight: bold;
}

#contactform .form_element {
float: left;
padding-right: 10px;
width: 78px;
font-size: 1.2em;
font-weight: bold;
text-align: left;
margin: 0;
}

#label {
float: left;
margin-right: 0.5em;
width: 8em;
text-align: right;
display: block;
}

#guestbook_manager .form_element {
float: left;
padding-right: 10px;
width: 700px;
font-size: 1.2em;
font-weight: bold;
text-align: left;
margin: 5px 0;
}

#guestbook_manager {
font-family: Verdana;
font-size: 1.2em;
line-height: 120%;
padding: 0;
margin: 0;
}


#guestbook_manager .subcat{
font-weight: bold;
color: #4358ab;
}

span.linkRating {
background-image: url(../images/linkManager/16-star-hot.png);
background-repeat: repeat;
height: 16px;
text-indent: -9000px;
}

