/* 
Script Created by: Larry Daughenbaugh [ www.systemsynapse.com ] for Travel Sentry [ www.travelsentry.org ]
*/													
body  {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
}
.large { font-size: 14px; font-weight: bold; }
td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 34px;
	font-weight: bold;
	color: #4E2A2C;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #563335;
}
td.divider {
	height: 10px;
	background-image: url(/img/divider-bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.separator {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #563335;
	border-top: 1px dotted #333333;
}
.separator-nobrd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #563335;
}
table tr.even td {
	background-color: #E5E1E1;
}
.callout {
	background-color: #E5E1E1;
	margin: 15px 0px 8px 0px;
	padding: 10px;
	border: 1px dotted #44292B;
}

a:link, a:visited {
	color: #4E2A2C;
 text-decoration: underline;
}
a:active, a:hover {
	color: #92575C;
 text-decoration: none;
}
.member {
	margin: 10px 0px;
	padding: 10px;
	border-bottom: 1px dotted #333333;
}
.member-nobrd {
	margin: 10px 0px;
	padding: 10px;
}
.hdr {
	margin: 0px;
	padding: 0px;
	background: url(/img/hdr-bg.gif) repeat-x;
}
.logo {
	margin: 0px 0px 5px 0px;
	padding: 0px;
 text-align: center;
}
.footer {
	margin: 15px 0px 10px 0px;
	padding: 15px 0px 0px 0px;
	border-top: 1px dotted #333333;
	font-size: 11px;
}
ol {
	margin: 10px 0px 0px 30px;
	padding: 0px;
}
ul {
	margin: 10px 0px 0px 30px;
	padding: 0px;
	list-style-type: square;
}
ol li, ul li {
	margin: 0px;
	padding: 0px 4px 4px 5px;
}
img { border: none; }

.gallery td  {
	font-size: 10px;
	line-height: 12px;
}
.gallery td a img {
	border: 2px solid #4E2A2C;
}
.gallery td a:hover img, .gallery td a:active img {
	border: 2px solid #563335;
}
/* ********************************* [ LIGHTBOX STYLES ] ************************************* */
#lightbox {
	background-color:#eee;
	padding: 10px;
	border: 3px solid #4E2A2C;
	}
#lightboxDetails{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #4E2A2C;
	padding-top: 0.4em;
	}	
#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#lightbox img { border: 1px solid #4E2A2C; clear: both;} 
#overlay img { border: none; }
#overlay { background-image: url(/img/lb_overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}