/* -------------------------------------------------- */

/*	Blue BG & Text - #074CA3;  Red - #C33532;  Tan - #D1A664; Dk Tan - #996633;  Yellow - #F8E190;  Lt Yellow - #FA#9AD;	*/




body	{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:12px; color:#074CA3; font-weight:normal; font-style:normal;
			background-color:#074CA3; background-image: url('/images/gradient_bg.gif'); background-repeat: repeat-x; }

td		{ font-size:0.8em;	}

p			{ text-align: justify; line-height:1.8em; margin-bottom:30px; }		/* margin:0px; padding:0px; */

em			{ font-family:Times New Roman; font-size:1.2em; font-weight:bold; font-style:italic; }

H1			{ font-family:Times New Roman; font-size:20px; color:#C33532; font-weight:bold; font-style:italic; letter-spacing: 0.1em; margin-top: 10px; } 
H2			{ font-family:Times New Roman; font-size:14px; color:#074CA3; letter-spacing:1px; line-height:18px; font-weight:bold; font-style:normal; } 
H3			{ font-size:14px; color:#C33532; font-weight:bold; } 

H4			{ font-size:16px; letter-spacing:1px; color:#C33532; font-weight:bold; font-style:normal; margin:0px; padding:0px; }
H5			{ font-size:12px; color:#C33532; font-weight:bold; font-style:italic; } 
H6			{ font-size:10px; color:#C33532; font-weight:normal; font-style:none; text-decoration:underline; } 

a			{ color:#074CA3; font-weight:bold; font-style:italic; text-decoration:underline; }
a:Link		{ color:#074CA3; }
a:Visited	{ color:#074CA3; }
a:Hover		{ color:#C33532; }

H2 a			{ font-size:14px; color:#FFFFFF; font-weight:bold; }
H2 a:Link		{ font-size:14px; color:#FFFFFF; font-weight:bold; }
H2 a:Visited	{ font-size:14px; color:#FFFFFF; font-weight:bold; }
H2 a:Hover		{ font-size:14px; color:#B4CDD0; font-weight:bold; }

div.hr			{ background-image:url('/images/line_bg.gif'); background-repeat:repeat-x; height:2px; margin:20px 0px; }

/* HR			{ background-image: url('/images/line_bg.gif'); border:none 0; height:2px; } */

ul { 
	list-style-type: none;
	padding: 0;
	margin-left: 20px;
	line-height:2em; 
}

li {
	background-image: url('/images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 0.7em;
	padding-left: 1.2em;
}

ul.facilities li { margin-bottom:15px; }

ul a			{ color:#074CA3; font-size:0.85em; font-style:italic; text-decoration:underline; }
ul a:Link		{ color:#074CA3; }
ul a:Visited	{ color:#074CA3; }
ul a:Hover		{ color:#C33532; }


ul.things_to_do { 
	list-style-type: none;
	padding: 0;
	margin-left: 20px;
	line-height:2em; 
}

ul.things_to_do li {
	margin-bottom: 20px;
}

ul.things_to_do a			{ color:#074CA3; font-size:0.85em; font-style:italic; text-decoration:underline; }
ul.things_to_do a:Link		{ color:#074CA3; }
ul.things_to_do a:Visited	{ color:#074CA3; }
ul.things_to_do a:Hover		{ color:#C33532; }

/* ********************************************** */

table.content		{ width: 530px; }

.footer				{ font-size:0.6em; font-weight:bold; color:#D1A664; padding-top:5px; text-decoration:none; }
.footer	p			{ color:#D1A664; text-decoration:none; }
.footer a:Link		{ color:#D1A664; text-decoration:none; }
.footer a:Visited	{ color:#D1A664; text-decoration:none; }
.footer a:Hover		{ color:#C33532; text-decoration:underline; }

/*
.footer .sml_lk					{ font-size:9px; color:#305766; font-weight:normal; text-decoration:none; }
.footer .sml_lk a:Link			{ font-size:9px; color:#305766; font-weight:normal; text-decoration:underline; }
.footer .sml_lk a:Visited		{ font-size:9px; color:#305766; font-weight:normal; text-decoration:underline; }
.footer .sml_lk a:Hover			{ font-size:9px; color:#B4CDD0; font-weight:normal; text-decoration:underline; }
*/

.sml_lk					{ color:#C33532; font-weight:normal; font-style:normal; text-decoration:none; }
.sml_lk a:Link			{ color:#C33532; font-weight:normal; font-style:normal; text-decoration:underline; }
.sml_lk a:Visited		{ color:#C33532; font-weight:normal; font-style:normal; text-decoration:underline; }
.sml_lk a:Hover			{ color:#D1A664; font-weight:normal; font-style:normal; text-decoration:underline; }

.sml					{ color:#D1A664; font-size:10px; font-weight:normal; font-style:normal; }


/* ********************************************** */

div#main_menu { 
	width:180px;
}

#main_menu ul {
	margin: 0;
	padding-left: 20px;
	list-style-type: none;
	list-style-image: none;
	line-height:1.5em;
}

#main_menu li { 
	background-image:none;
	width: 160px;
	height: 38px;
}

#main_menu a {
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	display: block;
	background-image: url(/images/menu_bg_0.gif);
	background-repeat: no-repeat; 
	height: 40px;
	padding-left: 30px;
	padding-top: 5px;
}

#main_menu a:link, #main_menu a:visited {
	color: #C33532;
}

#main_menu a:hover {
	background-image: url(/images/menu_bg_1.gif);
	background-repeat: no-repeat; 
	color: #D1A664;
}


/* ********************************************** */
table.webform {
	width:100%;
	border-spacing:3px;
}

.form_header {
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	background-color:#0015B9;
	padding:3px;
	margin:3px;
}

.label {
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	width:180px;
	padding:5px;
	margin:5px;
}

.input {
	text-align:left;
	vertical-align:top;
	padding:5px;
	margin:5px;
}

.detail {
	text-align:left;
	vertical-align:top;
	font-size:10px;
}

.input_text {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#996633;
	font-weight:normal; 
	font-style:none;	
	border:1px solid #D1A664;
	background-color:#FAE9AD;	
}

.input_select {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#D1A664;
	font-weight:normal; 
	font-style:none;	
}

.message {
	background-color:#074CA3;
	color:#FAE9AD;
	text-align:center;
	font-weight:bold;
	font-size:0.8em;
	padding:3px;
	margin:3px;
	
}

.main_error {
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
}

.error {
	color:#CC0000;
	font-size:1em;
}


#feature_box {
	display:block;
	background-image: url(/images/feature_box.gif);
	background-repeat: no-repeat; 
	padding-top:28px;
	text-align:center;
	width:341px;
	height:115px;
}


/* ----------------------------------------------------------------------------------------------
	Photo Gallery
 ----------------------------------------------------------------------------------------------*/

.photo_gal_txt {
	color:#D1A664;
	font-style:italic;
}

.main_photo {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-color:#305766;
	border-style: solid;
	border-width: 2px; 
	text-align: center;
	vertical-align: middle;
}

.thumblist {
	float: left;
	clear: left;
}

.thumb {
	width: 100px;
	height: 100px;
	background-color:#FAE9AD;
	border-color: #D1A664;
	border-style: solid;
	border-width: 1px; 
	cursor: pointer;
}

div.thumbDiv {
	width: 130px;
	text-align: center;
	vertical-align:middle;
	cursor: pointer;
}

.thumb img {
	border:2px solid #FFF;
	margin-left:auto;
	margin-right:auto;
}

/* For non-javascript popup window */
.main_photo_popup {
	margin: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	border-color:#D1A664;
	border-style: solid;
	border-width: 2px; 
}

.thumb_index_popup {
	margin: 5px;
	padding: 5px;
	background-color: #FAE9AD;
	border-color: #D1A664;
	border-style: solid;
	border-width: 1px; 
}

a.thumb_index_popup, a.thumb_index_popup:visited {
	color:#996633;
	text-decoration:none;
}

a.thumb_index_popup:hover {
	color:#D1A664;
	text-decoration:none;
}

.thumb_index_popup_focus, a.thumb_index_popup_focus:visited {
	margin: 5px;
	padding: 5px;
	background-color: #FAE9AD;
	border-color: #996633;
	border-style: solid;
	border-width: 2px; 
	color:#996633;
	text-decoration:none;
}


/* ----------------------------------------------------------------------------------------------
	Showcase
 ----------------------------------------------------------------------------------------------*/
.sc_image {
	width:260px;
	vertical-align:top;
	border:0px;
}

.sc_text {
	width:340px;
	float:left;
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size:0.75em;
	line-height:1.5em;
	color:#996633;
	text-align:justify;
}

.sc_text a:link, .sc_text a:visited {
	color:#996633;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}

.sc_text a:hover {
	color:#D1A664;
}


.jcarousel-container {
	position: relative;
	clear:both;
	width:580px;
	margin: -8px;
	padding:0 20px;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-item {
	float: left;
	list-style: none;
	background-image:none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width:87px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
	display:none;
/*	position:absolute;
	top:20px;
	right:5px;
	width: 14px;
	height: 15px;
	cursor: pointer;
	background:  transparent url(/images/showcase/arrow_right.gif) no-repeat 0 0; */
}
/*
.jcarousel-next-horizontal:hover {
	background-position: -32px 0;
}
.jcarousel-next-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
*/
.jcarousel-prev-horizontal {
	display: none;
/*	position:absolute;
	top:20px;
	left:5px;
	width: 14px;
	height: 15px;
	cursor: pointer;
	background: transparent url(/images/showcase/arrow_left.gif) no-repeat 0 0; */
}
/*
.jcarousel-prev-horizontal:hover {
	background-position: -32px 0;
}
.jcarousel-prev-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
*/
#feature_gallery {
	height:212px;
	width:626px;
	display:block;
	background-image: url(/images/showcase/showcase_bg.gif);
	background-repeat: no-repeat; 
	padding: 10px;
}
ul#feature_gallery_pager {
	display:block;
	margin:auto;
	overflow:hidden;
}
#feature_gallery ul.menu li a:hover {
}
ul#feature_gallery_pager li a {
	overflow:hidden;
	width:80px;
	height:48px;
	padding:2px;
	float:left;
	display:block;
}
ul#feature_gallery_pager li {
	margin:2px;
	padding: 2px;
}
#feature_gallery ul.menu a.activeSlide {
	border:1px solid #D1A664;
}
#feature_gallery .bigimgs {
	overflow:hidden;
	background-color:#FAE9AD;
	height:140px;
	width:610px;
	position:relative;
	margin:0px;	 
}
#feature_gallery img.change {
	width:600px;
	position:relative;
	
}
#feature_gallery img.thumb {
	width:80px;
	height:48px;
	border:0px;
}
