/* CSS Document */
body {
	margin-top: 0px;
	background-color: #999999;
	
}
#container {
	text-align: center;
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;

}

#header {
	width: 800px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 118px;
}
#leftPanel {
	float: left;
	height: 406px;
	width: 380px;
	margin-left: 17px;
	border-top: 1px dotted #999999;
	border-right: #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px dotted #999999;
	display: inline;
	text-align: right;
}
#rightPanel {
	background-repeat: no-repeat;
	float: right;
	height: 406px;
	width: 380px;
	
	margin-right: 17px;
	display: inline;
	border-top: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: #999999;
}
/*Stess Rollover Class*/
.stessRollover {
	display:block;
	width:381px;
	_width:380px;
	height:406px;
	background:url(images/art_portfolio.jpg) no-repeat;
	text-indent:-9999px;
}
/*Turn off all browser outlines*/
a {
	outline:none;
}
a.stessRollover:link, a.stessRollover:visited, a.stessRollover:active {
	background:url(images/stessRollover.gif) no-repeat;
}

a.stessRollover:hover {
	background-position:-381px 0;}





/*Art Rollover Class*/
.artRollover {
	display:block;
	width:381px;
	height:406px;
	background:url(images/art_portfolio.jpg) no-repeat;
	text-indent:-9999px;
}
/*Turn off all browser outlines*/
a {
	outline:none;
}
a.artRollover:link, a.artRollover:visited, a.artRollover:active {
	background:url(images/art_portfolio.jpg) no-repeat;
}

a.artRollover:hover {
	background-position:-381px 0;

}
/*Nuptial Rollover Class*/
.nupRollover {
	display:block;
	width:381px;
	height:406px;
	background:url(images/nuptial_portfolio.jpg) no-repeat;
	text-indent:-9999px;
}
/*Turn off all browser outlines*/
a {
	outline:none;
}
a.nupRollover:link, a.nupRollover:visited, a.nupRollover:active {
	background:url(images/nuptial_portfolio.jpg) no-repeat;
}

a.nupRollover:hover {
	background-position:-381px 0;
}




/*Gallery Rollovers*/

.artGalleryRollover {
	display:block;
	width:271px;
	height:45px;
	background:url(images/art-gallery-button.jpg) no-repeat left top;
	text-indent:-9999px;
	vertical-align: top;

}
a.artGalleryRollover:link, a.artGalleryRollover:visited, a.artGalleryRollover:active {
	background:url(images/art-gallery-button.jpg) no-repeat left top;
	vertical-align: top;
}
#artButtonStatic {
	background-image: url(images/artButtonStatic.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 271px;
	background-color: #767676;
}

a.artGalleryRollover:hover {
	background-position:-271px 0;

}

.nupGalleryRollover {
	display:block;
	width:271px;
	height:45px;
	background:url(images/nup-gallery-button.jpg) no-repeat;
	text-indent:-9999px;

}
a.nupGalleryRollover:link, a.nupGalleryRollover:visited, a.nupGalleryRollover:active {
	background:url(images/nup-gallery-button.jpg) no-repeat;
}

a.nupGalleryRollover:hover {
	background-position:-271px 0;



}
#artGalleryButton {
	width:271px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	float: left;
	height: 206px;


}
#nupGalleryButton {
	width:271px;
	float: left;
	
}

/*------------------*/


#footer {
	text-align: center;
	width:800px;
	background-position: center;
	height: 38px;
	clear: both;
	background-color: #999999;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align:center;
	line-height: 38px;
	border-top-color: #999999;
}

.copyright a:link, .copyright a:visited, .copyright a:active {
	color:#333333;
	text-decoration: none;
}

.copyright a:hover {
	color:#9F6C44;
	text-decoration: none;
}


/*Menus*/

#mainMenu {
	width: 630px;
	height: 106px;
	float: left;
	padding-top: 0px;
	margin-left: 17px;
	padding-right: 12px;
	margin-top: 17px;
	display: inline;
	border: 1px dotted #999999;
	
}
#mainMenu ul {
	list-style:none;

	
}

#mainMenu li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	line-height: 17px;
	


}
#mainMenu a {
	text-decoration:none;
	color:#666666;
		
	
}
#mainMenu a:hover {
	color:#bc5a27;
text-decoration:none;
}
#current a {
	color:#bc5a27;
}


#subMenu {
	width:101px;
	height: 106px;
	text-align: left;
	float: left;
	margin-top: 17px;
	padding-right: 5px;
	border: 1px dotted #999999;
	margin-left: 13px;
}

#subMenu ul {
list-style:none;

	
}

#subMenu li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-position: left;
	line-height: 17px;
	margin-left: -20px;
	list-style:none;

}
#subMenu a {
	text-decoration:none;
	color:#666666;
		
	
}
#subMenu a:hover {
	color:#bc5a27;
text-decoration:none;
}
#currentsub a {
	color:#bc5a27;
	text-align: left;
	border-top: #999999;
	border-right: #999999;
	border-bottom: #999999;
	border-left: #666666;

	
}
#contentContainer {
	text-align: center;
	margin-right: 17px;
	width: 764px;
	margin-left: 17px;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	height: 100%;
	display: inline;
	float: left;
	margin-bottom: 17px;
}
#spacer {
	height: 17px;
	width: 800px;
	float: left;
	clear: both;
}
#leftPanelBio {
	background-repeat: no-repeat;
	float: left;
	height: 406px;
	width: 271px;
	background-image: url(images/stessPortraitserious.jpg);
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#copyandbarBio {
	float: left;
	width: 492px;
	background-color: #D27700;
	background-image: url(images/approach.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 17px;
	text-align: left;
	list-style-type: disc;
}

.bodycopy a:link, .bodycopy a:visited, .bodycopy a:active {
	color:#bc5a27;
	text-decoration: none;
}

.bodycopy a:hover {
	color:#555555;
	text-decoration: none;
	
}
.bodycopyboldblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 17px;
	list-style-type: none;

	
}
.bodycopyboldblack a:link, .bodycopyboldblack a:visited, .bodycopyboldblack a:active {
	color: #555555;
	text-decoration: none;
}

.bodycopyboldblack a:hover {
	color:#000000;
	text-decoration: none;
	




}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #bc5a27;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	line-height: 18px;


}
#copyDiv {
	width: 335px;
	text-align: left;
	background-color: #E9E9E9;
	padding-right: 20px;
	background-repeat: repeat-y;
	background-position: left top;
	border-top: #000000;
	border-right: 1px dotted #999999;
	border-bottom: #999999;
	border-left: #999999;
	background-image: url(images/leftSpacer.jpg);
	padding-left: 30px;
	height: 100%;
	clear: both;
	float: left;


}
.bodycopyboldblacksmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
}
#leftPanelArticles {
	background-repeat: no-repeat;
	float: left;
	height: 406px;
	width: 270px;
	background-image: url(images/girlBasket.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#copyandbarArticles {
	float: left;
	width: 492px;
	background-color: #96794D;
	background-image: url(images/articles.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top: #999999;
	border-right: #999999;
	border-bottom: #999999;
	border-left: #999999;
}
#leftPanelExhib {
	background-repeat: no-repeat;
	float: left;
	height: 406px;
	width: 271px;
	background-image: url(images/man.jpg);
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#copyandbarContact {
	float: left;
	width: 492px;
	background-color: #4a4a4a;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftPanelContact {
	background-repeat: no-repeat;
	float: left;
	height: 406px;
	width: 271px;
	background-image: url(images/raindrops.jpg);
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#copyandbarArt {
	width: 493px;
	background-color: #bc5a27;
	background-image: url(images/art.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-left-color: #999999;
	float: right;
}
#leftPanelArt {
	background-repeat: no-repeat;
	width: 271px;
	background-image: url(images/boys.jpg);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-position: center bottom;
	height: 617px;
	float: left;

}
#copyandbarNup {
	float: left;
	width: 492px;
	background-color: #bc5a27;
	background-image: url(images/nuptial.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftPanelNup {
	background-repeat: no-repeat;
	float: left;
	height: 467px;
	width: 271px;
	background-image: url(images/glove.jpg);
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-position: center bottom;
	margin-bottom: 17px;
}
#copyandbarExhib {
	float: left;
	width: 492px;
	background-color: #bc5a27;
	background-image: url(images/exhib_and_collec.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#copyandbarColl {
	float: left;
	width: 492px;
	background-color: #BC5B28;
	background-image: url(images/collections.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#topspacer {
	height: 17px;
	width: 800px;
	float: left;
}
#leftPanelColl {
	background-repeat: no-repeat;
	float: left;
	height: 406px;
	width: 271px;
	background-image: url(images/manBuckets.jpg);
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#copyandbarSitemap {
	float: left;
	width: 492px;
	background-color: #4a4a4a;
	background-image: url(images/sitemap.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}



.bodycopySC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333
	
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 0.2em;
	line-height: 18px;
}

.bodycopySC a:link, .bodycopySC a:visited, .bodycopySC a:active {
	color: #333333;
	text-decoration: none;
}


.bodycopySC a:hover {
	color:#bc5a27;
	text-decoration:none;
	border-top: #999999;
	border-right: #999999;
	border-bottom: #999999;
	border-left: #999999;
	background-repeat: no-repeat;
	background-position: -5px center;

}
#smallpic {
	background-image: url(images/stess.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 145px;
	width: 100px;
	margin-top: 260px;
	margin-right: 15px;
	margin-left: 50px;
}
.bodycopyItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 17px;
	text-align: left;
	list-style-type: disc;
	font-style: italic;
	font-weight: normal;
}
.bodycopyboldblackItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 17px;
	list-style-type: none;
	font-style: italic;
}
#topspacer2 {
	height: 17px;
	width: 250px;
	float: left;
}
#topspacer3 {
	height: 17px;
	width: 385px;
	float: left;
	background-color: #E9E9E9;
	margin-top: -17px;
	border-left-color: #999999;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	background-image: url(images/leftSpacer.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#footerGalleries {
	text-align: center;
	width:800px;
	background-position: center;
	height: 38px;
	clear: both;
}
