@charset "utf-8";
/* CSS Document */

html {
	overflow: scroll;
}

body {
	margin: 0px;
	background: #F8F8F8 url(/images/site/sll_background_3.jpg) repeat-x;
	font: 14px/18px Arial, Helvetica, sans-serif;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #111111;
	padding: 0;
}
h1 {
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 40px;
	font-size: 24px;
	line-height: 28px;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	margin-top: 16px;
	margin-bottom: 16px;
}
h1+h2 {
	margin-top: -16px;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 12px;
}
h2+h3 {
	margin-top: -4px;
}
h4 {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
}
hr {
	color: #FF9900;
	background-color: #FF9900;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}




#wrapper {
	margin: 0 auto;
	width: 870px;
	padding-bottom: 35px;
}

#container {
	margin: 0 15px;
	width: 840px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background: #FFFFFF;
}

#header {

}
#header img {
	border: none;
}
#navigation {
	background-color: #FFFFFF;
	width: 100%;
}

#content {
	padding-bottom: 25px;
	padding-top: 10px;
}

#footer {
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-weight: bold;
}

#footer p {
	font-size: 11px;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#content_data {
	display: block;
	min-height: 400px;
	padding: 10px 80px;
	/*width: 760px;*/
	background: #FFFFFF;
	margin: 0px auto;
	position: inherit;
	z-index: 50;
}
#content_data  img.tb-pad {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 1px;
	border: none;
}


#content_data img.right {
	float: right;
	padding: 1px;
	margin: 0px 0px 0px 45px;
}


#content_data p.title {
	font-size: 16px;
	margin-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFA73C;
	padding-bottom: 1px;
}

#content_data ul {

	margin-top: 18px;
	margin-bottom: 18px;

}

#content_data li {
	padding-bottom: 0;
	padding-top: 0;
	list-style-position: outside;
	list-style-type: disc;

}
#content_data li+li {
	padding-bottom: 0;
	padding-top: 16px;
	list-style-position: outside;
	list-style-type: disc;

}


#content_data a:link {
	text-decoration: none;
	color: #0099FF;
}
#content_data a:visited {
	text-decoration: none;
	color: #0099FF;
}
#content_data a:active {
	text-decoration: none;
	color: #0099FF;
}
#content_data a:hover {
	text-decoration: none;
	color: #FF6600;
}

#content_data a.emergency {
	background-color: #FF6317;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 18px;
	text-decoration: none;
	display: block;
	width: 450px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	border: 1px solid #000000;
}
#content_data a.emergency:hover {
	background-color: #FF0000;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 18px;
	text-decoration: none;
	display: block;
	width: 450px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	border: 1px solid #000000;
}
#content_data .photo_label {
	margin-top: 3px;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
}

#gallery_thumb_bar_mask {
	margin: 30px auto;
	width: 650px;
	height: 115px;
	overflow: hidden;
	border: 1px solid #999999;
}
#gallery_thumb_bar_scroller {
	width: 667px;
	height: 100%;
	overflow: scroll;
}
#gallery_thumb_bar_content {
	width: 2500px;
	height: 95px;
	background-color: #FFFFFF;
}
#gallery_thumb_bar_content img {
	padding: 1px;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 0;
	border: 1px solid #006080;
	display: inline;
}
#gallery_main_image {
	display: block;
	padding: 2px;
	border: 1px solid #999999;
	margin: 0 -30px;
}

.mini {
	font-size: 0.7em;
}
.orange {
	color: #FF6317;
}
.newsletter_num {
	font-size: 24px;
	line-height: 24px;
}
.left-text-div {
	float: left;
	width: 400px;
}
.right-img-div {
	float: left;
	margin-left: 20px;
	margin-right: -100px;
	clear: right;
}
#content_data  #gallery {
	margin-left: -30px;
	margin-right: -30px;
}
#content_data #test {
	background: #CC6633;
	height: 600px;
	width: 600px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 250;
}
table.latest-news {
	background: #FFF5F0;
	border: 1px solid #FF6317;
}
table.contact-form {
	border: 1px solid #FF6317;
}
.warning {
	font-size: 36px;
	font-weight: bold;
	color: #FF2C2F;
	line-height: normal;
}
.red_box {
	padding: 3px;
	border: 1px solid #FF0000;
	margin-right: 40px;
	margin-left: 40px;
}
.red_ast {
	color: #FF0000;
	font: bold 11px "Courier New", Courier, monospace;
}
.error {
	font-size: 12px;
	color: #FF0000;
	font-style: italic;
}
.welcome {
	font-size: 22px;
	color: #FF6600;
	line-height: 22px;
	margin-top: 15px;
}

