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

* {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
}

html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
}

body {
	behavior: url(Scripts/csshover2.htc);
	margin:0px 0px 40px 0px;
	background-image:url(images/bg2.gif);
	background-repeat:repeat-x;
	background-color:#2466AF;
	
}

img, div {
	behavior: url(pngfix/iepngfix.htc);
	border:none;
	margin:0px;
	padding:0px;
}

p {
	margin-top:0px;
}

hr {
	border:none;
	border-top:#FFFFFF 1px dashed;
}

#wrapper {
	width:900px;
	position:relative;
	margin:0px auto;
}

a.link-on-dark-bg:link {
	color:#F90;
	text-decoration:none;
}

a.link-on-dark-bg:hover {
	color:#FF0;
}

a.link-on-dark-bg:visited {
	color:#F90;
}

a.link-on-dark-bg:visited:hover {
	color:#FF0;
}

.navbar {
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	z-index:2;
}

.navbar a div {
	float:left;
}

.navbar div {
	float:left;
}

.navbutton {
	height:45px;
	overflow:hidden;
}

a:hover .navbutton .rolloverimage {
	position:relative;
	top:-45px;
}

.rightcolumn {
	margin:0px 50px 0px 35px;
	vertical-align:top;
}

.leftcolumn {
	margin:0px 0px 0px 50px;
	text-align:left;
}

.bgmain {
	position:absolute;
	z-index:-5;
	display:inline;
}

.generic-background {
	position:absolute;
	top:0px;
	left:0px;
	z-index:-5;
}

.whitetext {
	color:#FFFFFF;
}

a:link {
	color:#0066CC;
}

a:hover {
	color:#CC6600;
}

td input {
	width:168px;
	border:#F67B0D 1px solid ;
	background-color:#FFFFFF;
}

textarea {
	border:1px solid #F67B0D;
	background-color:#FFFFFF;
}

.submit {
	border:1px outset;
	background-color:#FFBF00;
	width:100px;
	vertical-align:middle;
}

/* GALLERY */

.imagebutton img {
	margin:5px;
}

.imagebutton:hover img {
	margin:3px;
	border:solid 2px #FF9933;
}

.gallery-image-box {
	position:absolute;
	width:447px;
	height:446px;
	left: 57px;
	top: 145px;
}

/* DROP MENU */

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 1px;
	font:10px Verdana;
	line-height:18px;
	padding:0px 8px -1px 8px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px dotted black;
	padding:8px 0px 8px 0px;
	text-decoration: none;
	color:#333333;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #F8F1DC;
}

.menu_sub_item {
	font-style:italic;
}

/* BEFORE AND AFTER PAGE */

a.before-and-after-previous-button {
	display:block;
	width:56px;
	height:82px;
	background-image:url(images/previous.gif);
	position:absolute;
	top: 105px;
	left:0px;
}

a.before-and-after-previous-button:hover {
	background-image:url(images/previous-b.gif);
}

a.before-and-after-previous-button span {
	display:none;
}

a.before-and-after-next-button {
	display:block;
	width:56px;
	height:82px;
	background-image:url(images/next.gif);
	position:absolute;
	right:0px;
	top: 105px;
}

a.before-and-after-next-button:hover {
	background-image:url(images/next-b.gif);
}

a.before-and-after-next-button span {
	display:none;
}

a.contact-us-link {
	color:#FFFFFF;
}

a.contact-us-link:hover {
	color:#FFCC00;
}

a.contact-us-link:visited {
	color:#FFFFFF;
}

a.contact-us-graphic {
	width:200px;
	height:70px;
	background-image:url(images/contact-us.jpg);
	display:block;
}

a.contact-us-graphic span {
	display:none;
}

a.contact-us-graphic:hover {
	background-image:url(images/contact-us-b.jpg);
}

#footer {
	width:850px;
	position:absolute;
	top:650px;
	left:0px;
	padding:0px 0px 50px 50px;
}
