/* CSS Document */

@charset "utf-8";


/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #99CC99;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
	color: #3d3d3d;
	background-image: url(img/marks_bg.jpg);
	background-repeat: repeat;
}

/******** Layout Elements ********/

.wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 525px;
}

.header {
	height: 65px;
	width:100%;
	padding: 5px;
	text-align: center;
	line-height: 50px;
	background-image: url(img/barbara.png);
	_background-image: url(img/barbara_8.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-position: center;
}

.content {
	margin: 0 0 10px 200px;
	padding: 5px 5px 5px 15px;
	min-height: 520px;
}

.navItem {
	float:left;
	clear:left;
	width:160px;
	height:50px;
	background-repeat:no-repeat;
}

#navHome {
	background-image:url(img/home.png);
	_background-image:url(img/home_8.png);
}


#navBio {
	background-image:url(img/bio.png);
	_background-image:url(img/bio_8.png);
}


#navGalleries {
	background-image:url(img/galleries_nav.png);
	_background-image:url(img/galleries_nav_8.png);
}


#navContact {
	background-image:url(img/contact.png);
	_background-image:url(img/contact_8.png);
}

.gallerymenu {
	float: left;
	width: 225px;
	margin: 5px;
}

.gallerycontent {
	float: right;
	width: 450px;
	margin: 5px;
	background: url(img/gallery_bg.png) no-repeat center top;
	_background: url(img/gallery_bg_8.png) no-repeat center top;
	height: 515px;
}

.slideshow {
	width: 450px;
	margin: 5px;
	background: url(img/gallery_bg.png) no-repeat center top;
	_background: url(img/gallery_bg_8.png) no-repeat center top;
	height: 515px;
}

.slideshowbg{
	width: 500px;
	margin: 5px;
	height: 515px;
	padding-left: 50px;
}

.menu {
	margin: 0 0 10px;
	float: left;
	padding: 15px 10px 10px;
	background-image: url(images/menu_divide.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.footer {
	margin: 0 0 10px 0;
	padding: 5px;
	clear: both;
	text-align: center;
}

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #CCCCCC;
	text-transform: uppercase;
	text-align: right;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
	color: #686868;
}	

a, a:active, a:visited {
	color: #336666;
	text-decoration: none;
}

a:hover {
	color: #336666;
	text-decoration: none;
}

.menu a:hover {
	color: #336666;
	text-decoration: none;
}

.header a, .header a:active, .header a:visited {
	color: #999999;
	text-decoration: none;
}

.header a:hover {
	color: #999999;
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
	color: #666666;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	color: #686868;
}

.left {
	float: left;
	margin: 0 0 10px 0;
	padding: 8px;
}

.right {
	float: right;
	margin: 0 0 10px 0;
	padding: 8px;
}

/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}
