/* @group General Styles */

body {
	color: #333;
	text-align: center;
	padding: 0;
	font: 0.85em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 20px 20px;
}

body #bodyGrad {position: absolute;top: 0;z-index: 0;width: 100%;overflow: hidden}

a:hover, a:active {text-decoration: none}
.image-left {float: left;margin: 3px 10px 3px 0;z-index: 29}
.image-right {float: right;margin: 3px 0 3px 10px;z-index: 29}
	
/* @end */

/* @group Layout */

#container {
	margin: 10px auto;
	text-align: justify;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border: 10px solid;
}

.clearer {clear: both}
#pageHeader {
	height: 203px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
	background-image: url(images/headerLogo.jpg);
}

#pageHeader #wifi {
	width: 150px;
	position: absolute;
	left: 562px;
	top: 5px;
	height: 40px;
	overflow: hidden;
}

#pageHeader #wifi img, #pageHeader #parking img{ vertical-align:middle}


#pageHeader #parking {
	width: 100px;
	position: absolute;
	left: 460px;
	top: 5px;
	height: 40px;
	overflow: hidden;
}



#pageHeader h1 {
	color: #fff;
	text-indent: -10000px;
	margin:0;
}

#pageHeader h2 {
	color: #fff;
	margin: 0;
	position: absolute;
	top: 70px;
	left: 15px;
	font-weight: normal;
	font-size: 1.2em;
	line-height: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: normal;
}

#contentContainer {
	border-width: 1px;
	margin-left:0;
	margin-right:0;
	z-index: 2;
}

#contentContainer #content {
	padding: 10px;
}


#footer {
	padding: 0;
	width: 100%;
}

#footer p {
	margin: 0;
	padding: 15px 15px 5px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	


#navcontainer {
	border-bottom: 3px solid;
	height: 30px;
	position: relative;
	z-index: 3;
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 5;
}

#navcontainer li {
	position: relative;
	display: inline;
	float: left;
}

#navcontainer a {
	display: block;
	padding: 6px 15px 10px;
	text-decoration: none;
}

#navcontainer a:hover {
	background: transparent;
}

#navcontainer a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	position: absolute;
	top: 30px;
	left: 5px;
	right: 0;
	display: none;
	z-index: 6;
	font-size: 0.9em;
	width: 100px;
	padding: 0 10px;
}

#navcontainer ul ul li {
	display: block;
}

#navcontainer ul ul a {
	padding: 5px 0;
	display: block;
	width: 110px;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul #current{
}


/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 110px;
	top: 0;
	font-size: 1em;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}
/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	line-height: 1.3;
}

h2 {
	margin: 0;
}

h3 {
}

h4 {
}

.imageStyle {

}

/* Main content area unordered list styles */
ul#hab {margin-left: 300px;}

#contentContainer #content ul {}

#contentContainer #content li {}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


#container {
	width: 700px;
}


blockquote, .standout {
	width: 450px;
}





/* Table Styles */
table {
	font-size: 1em;
}

.album-title {
	letter-spacing: 2px;
	margin-bottom: 5px;
	font: normal 2em Georgia, serif;
}

.album-description {
	font-size: 0.9em;
	margin-bottom: 75px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 18px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame img {
	margin: auto;
	border: 1px outset #515b6a;
}

.thumbnail-caption {
	color: #b3b3b3;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
}

.photo-navigation {
	height: 145px;
	position: relative;
	margin: 0 auto 20px;
	border-right: 10px solid;
	border-bottom: 10px solid;
	border-left: 10px solid;
}

.photo-links {
	border-bottom: 1px solid;
	height: 24px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	padding-top: 6px;
	text-align: left;
}

.photo-navigation a:link,
.photo-navigation a:visited {
	display: inline-table;
	padding: 0 15px 5px;
	text-decoration: none;
}

.photo-navigation a:hover {
	background: transparent;
}

.photo-frame{
	padding: 1px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}

.photo-title {
	color: #fff;
	margin: 0;
	position: absolute;
	top: 30px;
	left: 15px;
	font-size: 2.5em;
	line-height: normal;
	letter-spacing: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.photo-caption {
	margin: 0;
	position: absolute;
	top: 70px;
	left: 15px;
	font-weight: normal;
	font-size: 1.2em;
	line-height: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: normal;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
	margin: 0;
	padding: 0;
}


.message-text {
	text-align: right;
	font-size: 80%;
	margin: 0;
} 

.required-text {
} 

.form-input-field {
	background: #f4f4f4;
	width: 98%;
} 

.form-input-button { 
} 
/* galeria */
.galleria {
list-style:none;
 /*width:200px*/
}
.galleria li {
 display:block;
 width:50px;
 height:50px;
 overflow:hidden;
 float:left;
 margin:0 10px 10px 0
}
.galleria li a {
 display:none
}
.galleria li div {
 position:absolute;
 display:none;
 top:0;
 left:180px
}
.galleria li div img {
 cursor:pointer
}
.galleria li.active div img, .galleria li.active div {
 display:block
}
.galleria li img.thumb {
 cursor:pointer;
 top:auto;
 left:auto;
 display:block;
 width:auto;
 height:auto
}
.galleria li .caption {
 display:block;
 padding-top:.5em
}
* html .galleria li div span {
 width:400px
} /* MSIE bug */
.caption {
	/*font-style:italic;*/
 color:#555; font-size:80%;
}
p.nav {
clear:both;
font-size:90%;
margin:0;
text-align:center;
}

