body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333300;
	background-color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
.snapRight {
	text-align: right;
}
#Container {
	width: 100%;
}
#Content {
	padding: 20px 0 20px 20px;
	width: 990px;
	background-color: #fff;
	overflow: hidden;
	margin: 0;
}
.centered {
	text-align: center;
	margin: auto;
	padding: 0;
	overflow: hidden;
}
ul {
	margin: 0;
	padding: 0;
}
a:link {
	font-family: Arial, Verdana, sans-serif;
	color: #cc3300;
}
a:visited {
	font:Arial, Helvetica, sans-serif;
	color: #cc3300;
}
a:hover {
	font-family: Arial, Verdana, sans-serif;
	color: #993300;
}
/* BEGIN Header styles */
#Header {
	background-color: #86796c;
	height: 120px;
	width: 100%;
	padding: 0;
	margin: 0;
	background-image: url(/images/sourcebook/2009_rewrite/guildsb_hdr1.gif);
	background-repeat: no-repeat;
}
#HeaderInterior {
	background-color: #86796c;
	height: 90px;
	width: 100%;
	padding: 0;
	margin: 0;
	background-image: url(/images/sourcebook/2009_rewrite/guildsb_hdr2.gif);
	background-repeat: no-repeat;
}
#HomeAnchor {
	width: 220px;
	height: 120px;
	float:left;
}
#HomeAnchorInterior {
	width: 220px;
	height: 90px;
	float:left;
}
#HeaderNav {
	color: #ffffff;
	text-align: right;
	vertical-align: top;
	padding: 10px 10px 0 0;
}
#HeaderNav a:link {
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
}
#HeaderNav a:visited {
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
}
#HeaderNav a:hover {
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	text-decoration: underline;
}
#TopNav {
	color: #43403A;
	background-color: #433c36;
	height: 30px;
	padding: 0 0 0 5px;
}
#TopNavLinks, #TopNavLinks ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}
#TopNavLinks li {
	display: block;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	z-index: 100;
}
#TopNav a {
	text-decoration: none;
}
#TopNavLinks li ul {
	position: absolute;
	width: 26em;
	left: -999em;
	border: 1px solid #d3d3d3;
	background-color: #ece6df;
	padding: 0 0 0 0px;
	margin: 0 0 0 8px;
	z-index: 100;
}
#TopNavLinks li:hover ul, #TopNavLinks li.sfhover ul {
	left: auto;
}
#TopNavLinks li ul li {
	float: left;
	clear: both;
	padding: 3px 8px;
	z-index: 100;
}
#TopNavLinks span {
	display: none;
}
#TopNav_Find {
	background-image: url(/images/sourcebook/2009_rewrite/topnav_find.gif);
	background-repeat: none;
	width: 168px;
	height: 30px;
	display: block;
	padding: 0;
}
#TopNav_Find_On {
	background-image: url(/images/sourcebook/2009_rewrite/topnav_find_on.gif);
	background-repeat: none;
	width: 168px;
	height: 30px;
	display: block;
	padding: 0;
}
#TopNav_Find:hover {
	background-image: url(/images/sourcebook/2009_rewrite/topnav_find_on.gif);
}
#TopNav_Pro {
	background-image: url(/images/sourcebook/2009_rewrite/topnav_pro.gif);
	background-repeat: none;
	width: 186px;
	height: 30px;
	display: block;
}
#TopNav_Pro_On {
	background-image: url(/images/sourcebook/2009_rewrite/topnav_pro_on.gif);
	background-repeat: none;
	width: 186px;
	height: 30px;
	display: block;
}
#TopNav_Pro:hover {
	background-image: url(/images/sourcebook/2009_rewrite/topnav_pro_on.gif);
}
#TopNav_Artists {
	background-image: url(/images/sourcebook/2009_rewrite/topnav_artists.gif);
	background-repeat: none;
	width: 101px;
	height: 30px;
	display: block;
}
#TopNav_Artists_On {
	background-image: url(/images/sourcebook/2009_rewrite/topnav_artists_on.gif);
	background-repeat: none;
	width: 101px;
	height: 30px;
	display: block;
}
#TopNav_Artists:hover {
	background-image: url(/images/sourcebook/2009_rewrite/topnav_artists_on.gif);
}
#TopNav_About {
	background-image: url(/images/sourcebook/2009_rewrite/topnav_about.gif);
	background-repeat: none;
	width: 97px;
	height: 30px;
	display: block;
}
#TopNav_About_On {
	background-image: url(/images/sourcebook/2009_rewrite/topnav_about_on.gif);
	background-repeat: none;
	width: 97px;
	height: 30px;
	display: block;
}
#TopNav_About:hover {
	background-image: url(/images/sourcebook/2009_rewrite/topnav_about_on.gif);
}
/* Hovers for links in drop-down menus */
#FirstNav:hover ul {
	margin: 0;
	padding: 0;
	width: 168px;
	z-index: 100;
}
#FirstNav li:hover {
	font-weight: bold;
	text-decoration: underline !important;
	width: 152px;
	list-style: none;
	z-index: 100;
}
#FirstNav li a:hover {
	font-weight: bold;
	text-decoration: underline !important;
	z-index: 100;
}
.notFirstNav li:hover {
	font-weight: bold;
	text-decoration: underline !important;
	list-style: none;
	z-index: 100;
}
.notFirstNav li a:hover {
	font-weight: bold;
	text-decoration: underline !important;
	z-index: 100;
}
/* End drop-down hovers */


/* END Header styles */

/* BEGIN Footer styles */
.footer {
	background-color: #86796c;
	height: 160px;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.bottomBanner {
	background-color: #433c36;
	height: 10px;
	clear: both;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
#FooterColumn_1 {
	width: 160px;
	border-right: 1px solid #ece6df;
}
#FooterColumn_2 {
	width: 170px;
	border-right: 1px solid #ece6df;
}
#FooterColumn_3 {
	width: 160px;
	border-right: 1px solid #ece6df;
}
#FooterColumn_4 {
	width: 120px;
	border-right: 1px solid #ece6df;
}
#FooterColumn_5 {
	width: 220px;
}
.footerColumn {
	float: left;
	text-align: left;
	padding: 0 0 0 15px;
	height: 100px;
}
.footerColumn a {
	color: #fff;
	text-decoration: none;
}
.footerColumn a:visited {
	color: #fff;
	text-decoration: none;
}
.footerColumn a:hover {
	color: #fff;
	text-decoration: underline;
}
.footerColumn h2 {
	line-height: 1em;
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 11px;
	color: #fff;
}
.footerColumn ul {
	text-align: left;
	list-style: none;
}
.footerColumn ul li {
	list-style: none;
}
#FooterLinks {
	margin: 15px 0;
	padding: 10px;
}
#Copyright {
	color: #d3d3d3;
	font-size: 10px;
	line-height: 2em;
}
/* END Footer styles */

/* BEGIN home page styles */
#FrontLeft {
	width: 612px;
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
	overflow: hidden;
}
#FrontRight {
	width: 330px;
	float: left;
	margin: 0px;
	padding: 0;
	overflow: hidden;
}
#FrontFeature {
	width: 610px;
	border: 1px solid #666666;
	float: left;
	padding: 0 0 18px 0;
	margin: 0 0 15px 0;
	overflow: hidden;
	text-align: center;
}
#FrontFeatureFlash {
	border: 0;
	margin: 0;
	padding: 0;
	width: 610px;
}
#FrontFeatureText {
	width: 570px;
	margin: 0;
	padding: 0;
	text-align: left;
	margin: auto;
}
#FrontFeatureText h1 {
	margin: 0;
	padding: 0;
}
#FrontCallout {
	float: left;
	clear: both;
	width: 592px;
	border: 1px solid #666666;
	padding: 10px 8px 10px 10px;
	overflow: hidden;
}
#FrontCallout ul {
	margin: 0;
	list-style: none;
	padding: 0;
	display: inline;
}
#FrontCallout ul li {
	display:inline;
	float:left;
	padding: 0;
	margin: 0 20px 0 0;
}
#FrontCalloutLeft {
	float:left;
	width: 460px;
}
#FrontCalloutRight {
	float: right;
	width: 115px;
	padding: 0 3px 0 0;
}
.frontBox {
	float: left;
	clear: both;
	width: 305px;
	border: 1px solid #666666;
	padding: 10px 8px 10px 10px;
	background-color: #ece6df;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.frontBox h1 {
	font-weight: bold;
	font-size: 18px;
	font-family: Times, sans-serif;
	margin: 0;
	padding: 0;
	color: #333300;
	display: inline;
}
.spacer {
	height: 20px;
}
/* END home page styles */

/* Interior Page Styles */

#InteriorFull {
	width: 967px;
	overflow: hidden;
	text-align: left;
	z-index: 0;
}
#InteriorLeft {
	width: 200px;
	overflow: hidden;
	text-align: left;
	float: left;
}
#InteriorMiddle {
	float:left;
	width: 500px;
	overflow: hidden;
	text-align: left;
	border-left: 1px solid #999999;
	padding: 0 30px;
}
#InteriorSpan {
	float:left;
	width: 700px;
	overflow: hidden;
	text-align: left;
	border-left: 1px solid #999999;
	padding: 0 30px;
}
#InteriorMiddle p, #InteriorSpan p {
	margin: 0 0 15px 0;
}
#InteriorRight {
	float:left;
	width: 200px;
	overflow: hidden;
	text-align: left;
	padding: 0;
}
#Content h1 {
	font-family: times, helvetica, sans-serif;
	color: #993300;
	font-size: 24px;
	margin: 0 0 12px 0;
}
#Content h1 a {
	font-family: times, helvetica, sans-serif;
	color: #993300;
	font-size: 24px;
	margin: 0 0 12px 0;
	text-decoration: none;
}
#Content h2 {
	font-family: times, helvetica, sans-serif;
	color: #993300;
	font-size: 20px;
	margin: 0 0 12px 0;
}
#SideNav li {
	margin: 10px 0 0 0;
	list-style: none;
}
#SideNav li a:link.boldLink {
	font-weight: bold;
	text-decoration: none;
}
#SideNav li a:active.boldLink {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#SideNav li a:visited.boldLink {
	font-weight: bold;
	text-decoration: none;
}
#SideNav li a:hover.boldLink {
	text-decoration: underline;
}
#SideNav li ul {
	margin: 5px 0 0 15px;
	list-style: none;
}
.subSideNav li {
	padding-left: 30px;
	list-style: none;
}
.subSideNav li a:link {
	text-decoration: none;
}
.subSideNav li a:active {
	color: #000 !important;
	text-decoration: none;
}
.subSideNav li a:visited {
	text-decoration: none;
}
.subSideNav li a:hover {
	text-decoration: underline;
}
ul.typical {
	margin: 0 0 30px 40px;
}
ul.typical li {
	margin: 6px;
}
.breadcrumbs {
	margin: 0 0 15px 0;
	z-index: 0;
}
.aboutBox {
	border: 1px solid #666666;
	padding: 10px 8px 10px 10px;
	background-color: #ece6df;
	margin: 0 0 15px 0;
}
.browseBox {
	float: left;
	clear: both;
	width: 680px;
	border: 1px solid #666666;
	padding: 10px 8px 10px 35px;
	background-color: #ece6df;
	margin: 0 0 15px 0;
	overflow: hidden;
	text-align: center;
}
.browseBoxAlpha {
	float: left;
	clear: both;
	width: 680px;
	border: 1px solid #666666;
	padding: 10px 8px 10px 35px;
	background-color: #ece6df;
	margin: 0 0 15px 0;
	overflow: hidden;
	text-align: left;
}
.browseAlphaLetter {
	font-family: times, helvetica, sans-serif;
	color: #993300;
	font-size: 20px;
	margin: 0 0 12px 0;
	font-weight: bold;
}
.browseColumn {
	float: left;
	width: 210px;
	margin: auto;
	text-align: left;
	padding-right: 10px;
}
.browse li {
	list-style: none;
	margin: 5px 0;
}
.browseLetters {
	font-size: 13px;
}
.browseLetters a {
	font-weight: bold;
}
/* End Interior Page Styles */


/* Form Styles */

ul.loginForm {
	list-style: none;
}
ul.loginForm li {
	margin: 0 0 5px 0;
}
ul.loginForm label {
	color: #bf9682;
}
/* End Form Styles */



.sourcebooktitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #666666;
	font-style: italic;
}
.sourcebookText {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.sourcebookTextSmall {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
}
.sourcebookChapList {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
A:link.sourcetitlelink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #666666;
	font-style: italic;
	text-decoration: none;
}
A:visited.sourcetitlelink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #666666;
	font-style: italic;
	text-decoration: none;
}
A:hover.sourcetitlelink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #666666;
	font-style: italic;
	text-decoration: underline;
}
A:link.sourceChapterTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}
A:visited.sourceChapterTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}
A:hover.sourceChapterTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #666666;
	text-decoration: underline;
}
/* Search Result Page Styles */

.searchResultItemBox {
	border: 1px solid #666666;
	width: 170px;
	text-align: center;
	float: left;
	margin: 10px 20px 10px 0;
}
.searchResultItemImage {
	margin: 10px auto 10px auto;
	width: 100%;
	height: 170px;
}
.searchResultItemArtist {
	width: 100%;
	text-align: center;
	height: 1.5em;
	border-top: 1px solid #666666;
	overflow: hidden;
}
.searchResultTop {
	clear: both;
	float: left;
	width: 939px;
	margin: auto;
	padding: 0;
}
.searchResultHeading {
	font-family: times, helvetica, sans-serif;
	color: #993300;
	font-size: 24px;
	margin: 0 0 5px 0;
	float: left;
}
.searchResultPager {
	float: right;
}
#ArtistPageBox {
	text-align: left;
	width: 390px;
	margin: 0 25px 0 0;
	float: left;
	border: 1px solid #666666;
	z-index: 0;
}
#ArtistPageBox_Top {
	padding: 25px 0 10px 0;
	text-align: center;
	z-index: 0;
}
#ArtistPageBox_Caption {
	width: 300px;
	text-align: center;
	margin: 5px auto;
	font-size: x-small;
	z-index: 0;
}
#ArtistPageBox_Bottom {
	border-top: 1px solid #666666;
	text-align: left;
	padding: 2px 0 2px 7px;
	z-index: 0;
}
#ArtistPageInfo {
	clear: none;
	width: 550px;
	float: left;
	z-index: 0;
}
#ArtistPageInfo p {
	margin: 0 0 2px 0;
}
#ArtistPageInfo h1 {
	margin-bottom: 2px;
}
#ArtistPageInfo_Contact {
	margin: 20px 0 20px 0;
}
#ArtistPageInfo_Contact p {
	vertical-align: middle;
	line-height: 1.2em;
}
#ArtistPageInfo_Contact img {
	margin: 0 5px 0 0;
}
#EnlargedImage {
	display: none;
	position: absolute;
	width: 540px;
	border: 1px solid black;
	background-color: #fff;
	text-align: center;
	z-index: 1;
}
#EnlargedImage img {
	margin: 5px auto 15px auto;
}
#EnlargedImage_top_close {
	text-align: right;
	margin: 0;
	font-size: x-small;
	padding: 5px 5px 0 auto;
	overflow: hidden;
	height: 2em;
	vertical-align: middle;
}
#EnlargedImage_top_close img {
	padding: 0;
	margin: 2px 5px 0 0;
}
#EnlargedImage_bottom_close {
	text-align: left;
	margin: 0;
	font-size: x-small;
	border-top: 1px solid black;
	padding: 5px 5px 0 5px;
	overflow:hidden;
	height: 2em;
	vertical-align: middle;
}
#EnlargedImage_bottom_close img {
	padding: 0;
	margin: 2px 5px 0 0;
}
#Magnify img {
	padding-right: 5px;
}
.close_img {
	width: 9px;
	float: left;
	margin: -4px 5px 0 0;
}
.close_text {
	float: left;
	height: 9px;
	line-height: 1em;
}
#EmailThisArtist {
	border: 1px solid #666666;
	padding: 10px 8px 10px 10px;
	background-color: #ece6df;
	overflow: hidden;
}
ul.interiorForm {
	list-style: none;
}
ul.interiorForm li {
	margin: 0 0 5px 0;
}
ul.interiorForm label {
	color: #000;
	font-weight: bold;
}
.emailFormLabel {
	text-align: right;
	font-weight: bold;
	width: 110px;
	height: 1.5em;
	float: left;
	clear: left;
	padding: 5px 5px 0 0;
	vertical-align: middle;
}
.emailFormField {
	float: left;
	width: 300px;
}
#MeetTheTeam_HR {
	color: #ebebeb;
	width: 80%;
	float: left;
	clear: both;
}
.teamMemberPhoto {
	float: left;
	width: 150px;
	height: 300px;
	margin-right: 20px;
}
.teamMemberInfo {
	text-align: left;
	float: right;
	width: 320px;
	margin-bottom: 20px;
}
.bioName {
	font-family: times, helvetica, sans-serif;
	color: #993300;
	font-size: 20px;
	margin: 0 0 12px 0;
}
.bioTitle {
	text-align: left;
	font-weight: bold;
}
.teamMemberInfo p {
	padding-top: 10px;
	text-align: left;
}
.faqBlock {
	margin-bottom: 10px;
}
.faqBlock ul {
	margin-left: 30px;
}
.faqQuestion {
	font-weight: bold;
	text-align: left;
	margin: 0 0 5px 0;
}
.faqAnswer {
	text-align: left;
	margin: 0 0 15px 0;
}
