body {text-align: center;
background: #e5f6ff;
color: #47568f;
font: .7em verdana, arial, sans-serif; line-height: 20px;
margin-top: 20px; }

img {border: 0; } 

#wrapper { width: 963px; margin: 0 auto; text-align: left; position: relative;  background:#fff; border: 1px solid #c1dce5; }
#top { clear: both; padding: 20px 0 20px 40px; background-color: #5f7ba3; color: #fff; }
#left { width: 525px; float: left; }
#right { width: 195px; float: left; padding-top: 32px; }
#offers { width: 242px; float: left; }
#footer { clear: both; background: #7f96c8; color: #fff; height: 105px; padding: 5px 0 0 40px; }
img { border: 0; }

#firstcolumn {  width: 661px; float: left; padding: 0 30px 30px 30px; }
#secondcolumn { width: 242px; float: left; background: #cbd5df; margin: 20px 0 0 0; }
#onecolumn { width: 743px; padding:  0 30px 30px 30px; }

h1 { font: 2em arial, verdana, sans-serif; font-weight: 700; color: #6a8b9e; }
h2 { font: 1.5em arial, "trebuchet ms", verdana, arial, sans serif; color: #7f96c8; font-weight: 700; }
h3 { font: 16px "trebuchet ms", verdana, arial, sans serif; color: #fff; padding: 5px 0 0 5px; background-image: url(../images/bluefade.jpg); background-repeat: repeat-x; height: 30px; font-weight: 700; margin: 0; }

.paddingpic { padding: 6px 0 0 0; }


div#nav a { font: 1.3em arial, verdana, sans-serif; color:#fff; text-decoration: none; font-weight: 700; }
div#nav a:visited { font: 1.3em arial, verdana, sans-serif; color:#fff; text-decoration: none; font-weight: 700; }
div#nav a:hover { font: 1.3em arial, verdana, sans-serif; color:#6a8b9e; background: #a9e3f3; text-decoration: none; font-weight: 700; }


a:link { color: #5393b7; text-decoration: underline;  font-weight: 700; }
a:visited { color: #5393b7;  font-weight: 700;}
a:hover { color: #5393b7; background: #f2f2de; font-weight: 700; }

a.link2:link { color: #94a324; text-decoration: none; background: transparent; font-size:10px; font-weight: 500; }
a.link2:visited { color: #94a324; background: transparent; text-decoration: none; font-weight: 500; }
a.link2:hover { color: #94a324; background: transparent;  text-decoration: underline; font-weight: 500; }

a.link3:link { color: #94a324; text-decoration: none; background: transparent;  font-weight: 500; }
a.link3:visited { color: #94a324; background: transparent; text-decoration: none; font-weight: 500; }
a.link3:hover { color: #94a324; background: transparent;  text-decoration: underline; font-weight: 500; }

a.link4:link { color: #fff; text-decoration: underline; background: transparent;  font-weight: 700; }
a.link4:visited { color: #fff; background: transparent; text-decoration: underline; font-weight: 700; }
a.link4:hover { color: #40ffff; background: transparent;  text-decoration: underline; font-weight: 700; }

.nolink { color: #800000; text-transform: uppercase; background: transparent; font-weight: 700; }

.dark { font-weight: 700; }
.dots { background-image: url(../images/dots.gif); background-repeat: repeat-x; height: 1px; }

.clear { clear: both; }

table tr td { border: solid 1px #d3d9c3; padding: 10px; }
.row { background-color: #dee2ce; }
.table { background-color: #f1f3eb; }
.red { color: #800000; }
.gallery { float: left; margin: 8px; border: solid 1px #fff; }
.paleblue { background: #c5d4db; margin: 8px; }
.paleblueipix { background: #c5d4db; margin: 8px; padding: 10px; }
.panorama { margin-left: 70px; }
.rightpic { float: right; }
.rightpicwidth { float: right; width: 200px; text-align: center; }
.leftpicwidth { float: left; width: 200px; text-align: center; margin-right: 15px; }
.border { border: solid 1px #5393b7; }
.leftline { border-left: 1px solid #c8d5dd; padding-left: 10px; font-style:italic; }
.offers { background: #c7d7dd; padding: 10px; line-height: 25px; }
.festive { border: 1px solid #1a8827; padding: 10px; color: #bf2525; }
.festive1 { color: #bf2525; font-weight: 700; font-size: 1.3em; }
.important {  background: #cbdff5 url(../images/fade.jpg) repeat-x;  border: solid 1px #abccf1; padding: 0 10px; }
.facebook { position: absolute; top: 10px; left: 810px; }
.twitter { position: absolute; top: 10px; left: 850px; }
.linkdin {  float: right; margin: 20px 40px 0 0; }

/*Lightbox enlarging images effect */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

