@charset "utf-8";
/* ------------ MAIN BODY STYLE ------------ */
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background:#FFFFFF;
	margin:10px;
}

/* CELL */
.CELLright {
	padding-right:5px;
	width:240px;
}
.CELLleft {
	text-align:justify;
}
.CELLform_right {
	margin-top:10px;
	border-bottom:1px solid #75abab;
	border-top:1px solid #deeeee;
	text-align:left;
	padding:5px;
}
.CELLmenu {
	border-right:2px solid #FFFFFF;
	text-align:center;
	background:#99cccc;
}
.CELLmenu_active {
	border-right:2px solid #FFFFFF;
	text-align:center;
	background:#ff9933;
}
.CELLmenu_contact {
	text-align:right;
	background:#99cccc;
}
.CELLmenu_contact_active {
	text-align:right;
	background:#FF9933;
}

/* DIV */
.wrapper {
	width:720px;
	border:1px solid #000000;
	height:530px;
	padding:5px;
	overflow:hidden;
}
.DIVheader {	
	padding-top:5px;
	font-size:16px;
	color:#FFFFFF;
	text-align:right;
	background:#99CCCC url(../../images/layout/header_bg.gif) repeat-x top center;
}
.DIVsub_header {
	border-top:5px solid #c5d4ab;
	background:#9f9301;
	text-align:right;
	color:#FFFFFF;
	font-size:16px;
	padding:2px;
	padding-right:5px;
}
.DIVsub_header_pattern {
	background:#c4d3a8 url(../../images/layout/subheader_bg.gif) repeat-x top center;
	height:32px;
}
.DIVmenu {
	border-top:2px solid #FFFFFF;
}

.DIVbody {
	background:#99cccc;
	min-height:350px;
	overflow:hidden;
}
.DIVcontent {
	background-color:#b7dbdb;
	border:1px solid #FFFFFF;
	padding:5px;
	text-align:justify;
	margin:10px;
	height:320px;
}
.DIVscroll {
	height:320px;
	overflow:auto;
	padding-right:5px;
}
.DIVfooter {
	margin-top:5px;
	width:720px;
	text-align:center;
	font-size:10px;
	color:#999999;
}
.DIVgallery {
	background:#d1e8e8;
	width:353px;
	border:1px solid #FFFFFF;
	margin-top:15px;
	overflow:hidden;
}
.DIVgallery_menu {
	background:#99cccc;
	padding:2px;
}


/* LINK */
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#5e5701;
	text-decoration:none;
}
a.LINKsmall {
	font-size:10px;
}

/* IMAGES */
.IMGtips {
	height:110px;
	border:1px solid #FFFFFF;
	margin-right:5px;
}
.IMGmenu {
	margin-top:60px;
}
.IMGgallery {
	max-width:353px;
	height:265px;
}
	
/* INPUT */
.INPUTcontact {
	width:300px;
}
.INPUTcontact_textarea{
	width:300px;
	height:100px;
}

/*------------- LIGHTBOX STYLES --------------*/
#lightbox{
	padding: 10px;
	background:#fff;
	border:1px solid #000;
	z-index:1100;
}

#overlay{
	background-image:url(../../images/layout/overlay.png);
	z-index:1000;
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../../blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

/* TABLE */
.TABLEcontact {
	border-top:1px solid #75abab;
	border-bottom:1px solid #deeeee;
}

/* TEXT */
h5 {
	font-size:10px;
	font-weight:normal;
	margin:0px;
}
h3 {
	font-size:16px;
	margin:3px;
	margin-left:0px;
	font-weight:normal;
}
h2 {
	font-size:18px;
	font-weight:bold;
	margin:0px;
}
p {
	margin-top:12px;
	margin-bottom:12px;
}
hr {
	border:1px solid #75abab;
	border-bottom:1px solid #deeeee;
}