@charset "utf-8";
/* CSS Document */
body
{
	margin:10px 0px 0px 0px;
	padding:0px;
	background:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.top_nav
{
	background:url(../images/bg.jpg);
	background-repeat:repeat-x;
	height:40px;
}
.top_nav_link
{
	font-size:14px;
	display:block;
	font-weight:bold;
	color:#3f3e3e;
	padding:5px 0px 5px 0px;
	text-decoration:none;
}
.top_nav_link:link
{
	font-size:14px;
	display:block;
	font-weight:bold;
	color:#3f3e3e;
	padding:5px 0px 5px 0px;
	text-decoration:none;
}
.top_nav_link:active
{
	font-size:14px;
	display:block;
	font-weight:bold;
	color:#3f3e3e;
	padding:5px 0px 5px 0px;
	text-decoration:none;
}
.top_nav_link:visited
{
	font-size:14px;
	display:block;
	font-weight:bold;
	color:#3f3e3e;
	padding:5px 0px 5px 0px;
	text-decoration:none;
}
.top_nav_link:hover
{
	font-size:14px;
	font-weight:bold;
	background-color:#878787;
	display:block;
	padding:5px 0px 5px 0px;
	color:#ffffff;
	text-decoration:none;
}
.left_column
{
	background-color:#ffffff;
}
.read_more
{
	color:#2a7eb1;
	text-decoration:underline;
	font-weight:bold;
}
.read_more:link
{
	color:#2a7eb1;
	text-decoration:underline;
	font-weight:bold;
}
.read_more:active
{
	color:#2a7eb1;
	text-decoration:underline;
	font-weight:bold;
}
.read_more:visited
{
	color:#2a7eb1;
	text-decoration:underline;
	font-weight:bold;
}
.read_more:hover
{
	color:#2a7eb1;
	text-decoration:none;
	font-weight:bold;
}
.left_nav
{
	background-color:#84c7ef;
	color:#ffffff;
	padding:5px 0px 5px 0px;
}
.left_nav_link
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
.left_nav_link:link
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
.left_nav_link:active
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
.left_nav_link:visited
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
.left_nav_link:hover
{
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;

}
.textbox
{
	background:url(../images/form_bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	border:1px solid #e3e0e0;
	color:#464646;
	width:215px;
	height:20px;
	padding:5px 5px;
}

.textbox2
{

	background-color:#ffffff;
	border:1px solid #ccc;
	color:#464646;
	width:215px;
	height:20px;
	padding:5px 5px;
	font-family:lucida console, courier new;
	font-size:16px;
}

.textboxLabel {
	padding-left: 5px;
	color:#888;
}


.message-box
{
	background:url(../images/form_bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	border:1px solid #e3e0e0;
	color:#464646;
	width:222px;
	height:50px;
	padding:5px 5px;
}
.submit
{
	background:url(../images/submit.jpg);
	background-repeat:no-repeat;
	width:76px;
	height:21px;
	border:0px;
	cursor:pointer;
}
.address_section
{
	background-color:#eff8ff;
}
.address_header
{
	color:#429bd4;
	font-weight:bold;
}
.footer
{
	background-color:#dfecf6;
	color:#216ebd;
	padding:5px 0px 5px 0px;
}
.inner_pages_header
{
	font-size:18px;
	color:#2a7eb1;
	font-weight:bold;	
}
.contact_header
{
	font-size:18px;
	color:#616160;
	font-weight:bold;	
}
#gallery {position:relative; width:496px; margin:10px auto; padding:10px; border:6px solid #fff; background:#84c7ef;}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:482px; height:265px; padding:5px; border:2px solid #666; background:#FFF url(../images/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {margin-top:10px; padding:5px 0; width:496px; height:100px; border:2px solid #666; background:#FFF}
#thumbarea {position:relative; overflow:hidden; height:100px; width:496px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:100px; width:10000px; border-right:5px solid #FFF}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:265px; width:20%; z-index:100; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(../images/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(../images/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
.background-form
{
	background:url(../images/contact-form.png);
	background-repeat:repeat-x;
	border:1px solid #dad9d9;
	height:226px;
}