@charset "UTF-8";
/* gallery orwick */

body  {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 1000px;
	text-align: center; /* this centers the container in IE 5* browsers. 
	                    The text is then set to the left aligned default in the 
						#container selector */
	color: #000000;
	background-color: #fdf9fd;
	/*background-image: url(linen.png);*/
}

img {
	border: 0;	
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #872187;
}

#container { 
	width: 900px;
	height: auto;
	background: #FFFFFF;
	border: 3px solid #4A9586;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 20px auto;
	text-align: left;
} 

#header {
	text-align: center;
}

#sidebar {
	float: left; 
	width: 17%; /* since this element is floated, a width must be given */
	height: 400px;
	margin: 10px 10px 0 10px;
	line-height: 1.5em;
}

#sidebar img {
	float: right;
}

#sidebar ul {
	list-style-type: none;
	display: block;
}

#mainContent { 
	margin: 20px 50px 0 10%;
}

#mainContent img { 
	padding-right: 10px;
	float: left;
}

#centeredcontent {
	margin: auto;
	text-align: center;	
}

/*#watermark {
	position: absolute;
	top: 490px;
	left: 760px;
}*/
 
#footer { 
	text-align: center;
	font-size: .85em;
	font-weight: 600;
}

#footer span {
	font-style: italic;
	font-size: .9em;
	line-height: 1.5em;
	font-weight: lighter;
}
 
#footer p {
	margin: 0;
	padding: 10px 0;
}

.navbar a {
	font-weight: bolder;
	color: #872187;
	letter-spacing: 1.1em;
}

.navbar a:hover {
	color: #4A9586;
}

.clearfloat { /* this class should be placed on a div or break element and 
			should be the final element before the 	close of a container 
			that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.gallery {
	width: 700px;
}
.gallery ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 60px;
	position: relative;
}
.gallery ul li {
	display: inline;
	width: 52px;
	height: 37px;
	float: left;
	margin: 0 0 5px 5px;
}
.gallery ul li a {
	display: block;
	width: 50px;
	height: 35px;
	text-decoration: none;
	border: 1px solid #000;
}
.gallery ul li a img {
	display: block;
	width: 50px;
	height: 35px;
	border: 0;
}
.gallery ul li a:hover {
	white-space: normal;
	border-color: #ddd;
}
.gallery ul li a:hover img {
	position: absolute; 
	top: 0px; 
	left: 65px;
	width: auto;
	height: auto;
	border: 0;
}
.gallery span {                   
	display: none;
}

.gallery a:hover span {
	display: block;
	position: absolute;
	width: 600px;
	height: 50px;
	top: 372px;
	left: 65px;
	padding: 5px;
	color: #000;
	z-index: 100;
	font-size: .9em;
}

ul#tabs {
	list-style-type: none;
	margin: 30px 0 0 100px;
	padding: 0 0 0.3em 0;
	font-size: 14px;
}
ul#tabs li {
	display: inline;
}
ul#tabs li a {
	color: #42454a;
	background-color: #fff;
	border: 1px solid #999;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom: none;
	padding: 0.3em;
	text-decoration: none;
}
ul#tabs li a:hover {
	/*background-color: #dedbde;*/
	background-image: url(wcpaperbg.jpg);
	color: #872187;
}
ul#tabs li a.selected {
	color: #000;
	background-color: #f1f0ee;
	background-image: url(wcpaperbg.jpg);
	font-weight: bold;
	padding: 0.7em 0.3em 0.38em 0.3em;
}
div.tabContent {
	padding: 0.8em 0.5em 2.5em 2.5em;
	margin-left: 55px;
	width: 750px;
	border: 1px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #f1f0ee;
	background-image: url(wcpaperbg.jpg);
}
div.tabContent.hide {
	display: none;
}
