@charset "utf-8";

/* Page background */
*
	{
	font-family:Arial, Helvetica, sans-serif;
	}

body
	{
	background:#dcdccc;	
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:0px;
	font-size:12px;
	}

/* Headings */
h1
	{
	font-family: inherit;
	font-size: 2.3em;
	color: #222222;
	}

h2
	{
	font-family: inherit;
	font-size: 1.8em;
	font-style:italic;
	color: #222222;
	}

/* Links */
a:link
	{
	text-decoration: underline;
	color: #114488;
	background-color: inherit;
	}

a:hover
	{
	text-decoration: none;
	color: #004477;
	background-color: inherit;
	}

a:visited
	{
	text-decoration: underline;
	color: #003300;
	background-color: inherit;
	}

a:visited:hover
	{
	text-decoration: none;
	color: #004477;
	background-color: inherit;
	}

.noborder
	{
	border: none;
	}

hr
	{
	width: 50%;
	height: 2px;
	background-color:#440000;
	color:#440000;
	border:0px;
	}

/* Various text styles */
.normal 
	{
	font-family: inherit;
	font-size: 1em;
	color: #222222;
	}

.big 
	{
	font-family: inherit;
	font-size: 1.5em;
	color: #111111;
	}

.verybig
	{
	font-family: inherit;
	font-size: 2em;
	color: #111111;
	}

.small
	{
	font-family: inherit;
	font-size: 0.8em;
	color: #334433;
	}

.error
	{
	font-family: inherit;
	font-size: 1.2em;
	font-style:italic;
	color: #CC2222;
	}

/* Divs */
div.cat1
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	width:60%;
	padding:10px;
	}

div.cat2
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:50%;
	padding:10px;
	}

div.cat3
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	width:45%;
	padding:10px;
	}

div.cat4
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:30%;
	padding:10px;
	}

div.cat1 img,
div.cat2 img,
div.cat3 img,
div.cat4 img
	{
	border:none;
	}

div.topmenu
	{
    	margin-top:0px;
	text-align:center;
	}
	
div.photosdiv
	{
	text-align:center;
	padding:5px;
	width:100%;
	font-family:inherit;
	font-style:italic;
	}
	
div.Exifinfo
	{
	font-family:inherit;
	font-size:0.9em;
	color:inherit;
	display:block;
	width:690px;
	padding:5px;
	line-height:20px;
	vertical-align:middle;
	text-align:left;
	background-color:#bbbbcc;
	}

div.photocomment
	{
	display:block;
	top:70px;
	width: 694px;
	overflow:hidden;
	text-align:left;
	font-family:inherit;
	font-size:1em;
	color:inherit;
	line-height:15px;
	vertical-align:middle;
	padding:3px;
	background-color:#aaaabb;	
	}

div.photodim
	{
	visibility:hidden;
	font-size:1.2em;
	}
	
input,
textarea
	{
	border: 1px solid gray;
	color: #222266;
	font-size: 0.9em;
	background-color:white;
	}

tr#thumbshead
	{
	background:url(images/layout/thumbtop.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:18px;
	}

td.thumbsleft
	{
	width:120px;
	height:80px;
	text-align:center;
	background:url(images/layout/thumbleft.png);
	background-repeat:repeat-y;
	background-position:left;
	}

td.thumbsright
	{
	width:120px;
	height:80px;
	text-align:center;
	background:url(images/layout/thumbright.png);
	background-repeat:repeat-y;
	background-position:right;
	}
	
tr#thumbsfooter
	{
	background:url(images/layout/thumbbottom.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:25px;
	}
	
img.thumb
	{
	border-width:3px;
	border-color:#222233;
	padding:0px;
	}

img.currentThumb
	{
	border-width:3px;
	border-color:#EEAA00;
	padding:0px;
	}
	
img.thumb:hover
	{
	border-width:3px;
	border-color:#0066CC;
	padding:0px;
	}

.newlbl
	{
	color: red;
	font-weight: bold;
	font-style: normal;
	}

.comment1
	{
	display:block;
	background-color:#AAAAAA;
	width:700px;
	margin:auto;
	padding:10px;
	}

.comment2
	{
	display:block;
	background-color:#CCCCCC;
	width:700px;
	margin:auto;
	padding:10px;
	}

.starscontainer
	{
	position:relative;
	}

.stars
	{
	display:block;
	position:absolute;
	background-image:url("star.gif");
	background-repeat:repeat-x;
	height:20px;
	}

.starsbw
	{
	display:block;
	position:absolute;
	right:0;
	background-image:url("starbw.gif");
	background-repeat:repeat-x;
	height:20px;
	width:100px;
	}

#addcomment
	{
	display:block;
	width:700px;
	margin:auto;
	}

.error
	{
	display:block;
	background-color:#880000;
	color:white;
	font-weight:bold;
	text-align:center;
	width:700px;
	margin:auto;
	}

.mapMe
	{
	display:inline-block;
	width:100px;
	height:53px;
	cursor:pointer;
	vertical-align:middle;
	}

#theMap
	{
	display:none;
	width:700px;
	height:400px;
	}

#mapInstructions
	{
	display:none;
	width:700px;
	background-color:#aaaabb;
	}

.IE6
	{
	display:block;
	background-color:#FFC629;
	text-align:center;
	font-size:1em;
	}