/* Body */

body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

img {
	position: relative;
	z-index: 60;
	border: none;
	margin: 0;
}

p a {
	color: #0056BF;
	text-decoration: none;
	border-bottom: 1px dotted #0E479C;
}

p a:hover {
	color: #1a1aff;
	border-bottom: 1px solid #1a1aff;
}

/* Layout */

#mainWrapper {
	width: 958px;
	height: 500px;
}

#mainWrapper2 {
	width: 958px;
	height: 600px;
}

a#homeLink {
	width: 222px;
	height: 160px;
	display: block;
	margin: 33px 20px 0px 58px;
}

a#homeLink h1 {
	display: none;
}

#mainNav {
	width: 305px;
	background-image: url(images/nav_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	text-align: left;
	height: 580px;
	margin-bottom: -10px;
}

#borderTop {
	height: 35px;
	background-image: url(images/top_border.jpg);
	display: block;
	background-position: right;
}

#contentFrame {
	width: 653px;
	float: right;
	position: relative;
	height: 550px;
	background-color: #FFFFFF;
	background-image: url(images/layout_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#contentWrapper {
	margin: 34px 33px 3px 21px;
	text-align: left;
}

#mainContent {
	margin-left: 0px
}

/* Menu */

.glossymenu{
	margin: 30px 0px 0px 57px;
	padding: 0;
	width: 222px;
	border-bottom: 1px solid #e9e1da;
	text-align: left;
}

.glossymenu a.menuitem{
	font: 15px Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	position: relative; 
	width: auto;
	padding: 7px 0;
	padding-left:5px;
	text-decoration: none;
	border-top: 1px solid #e9e1da;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #000000;
}

.glossymenu a.menuitem .statusicon{
	position: absolute;
	top: 9px;
	right: 110px;
	border: none;
}

.glossymenu a.menuitem:hover{
	color: #842e0d;
	background-color: #fcd9c1;
	border-top: 1px solid #000000;
}

/* Submenu */

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	padding-left: 17px;
}

.glossymenu div.submenu ul li a:hover{
	color: #df5700;
	background-color: #f0e6df;
}

/* Nav Selector */

body#p1 center div div div a.menuitem#a1,
body#p2 center div div div a.menuitem#a2,
body#p4 center div div div a.menuitem#a3,
body#p5 center div div div a.menuitem#a3,
body#p6 center div div div a.menuitem#a3,
body#p7 center div div div a.menuitem#a3,
body#p8 center div div div a.menuitem#a3,
body#p4 center div div div div ul li a#a4,
body#p5 center div div div div ul li a#a5,
body#p6 center div div div div ul li a#a6,
body#p7 center div div div div ul li a#a7,
body#p8 center div div div div ul li a#a8,
body#p9 center div div div a.menuitem#a9,
body#p10 center div div div a.menuitem#a10,
body#p11 center div div div a.menuitem#a11,
body#p12 center div div div a.menuitem#a12{
	color: #CC0000 !important;
}

/* Footer */

#footer {
	clear: both;
	margin-top: 20px;
}

.copyright {
	margin: 12px 0 0 0;
	padding: 0;
	color: #787878;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
}

blockquote {
	text-align: left;
	margin: 0px 17px 0px 30px;
	width: 520px;
	clear: both;
}

p.quote {
	font-size: 13px;
	color: #9F2800;
	line-height: 15px;
	margin-bottom: 0;
	font-style: italic; 
}

p.author {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 10px;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 0;
	padding-left: 50px;
}

/* Content */

p, .vcard {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 22px;
	padding: 0;
	text-align: justify; 
}

abbr:hover {
	cursor: help;
	border-bottom: 1px solid #932800;
}

div.vcard {
	margin-bottom: 25px;
}

.drop {
	float: left;
	font-size: 450%;
	line-height: 0.5em;
	margin: 0px 3px 6px 0;
	padding: 12px 0px 8px 0px;
	color: #9F2800;
}

#mainContent h2 {
	font: normal 28px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #9F2800;
	line-height: 1em;
	letter-spacing: 2px;
}

#mainContent h3 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 10px 0;
}

#mainContent h4 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 10px 0;
}

.larger {
	font-size: 115%;
	line-height: 25px;
	margin: 0 0 15px 0;
	text-align: center;
}

.rightSide {
	float: right;
}

.leftSide {
	float: left;
}

ol li {
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	line-heigh: 16px;
	margin-bottom: 10px;
	color: #6A2E00;
}

.centerBlock {
	text-align: center;
	margin: 15px 0;
	display: block;
}

.centerBlock span.caption {
	display: block;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

body#p11 center div div div div dl dd p strong {
	color: #bc3700;
}

body#p11 center div div div div dl dd p {
	text-align: left;
}

/* Contact Page */

body#p12 center div div div div h4 {
	margin-top: 30px;
}

p.contactLinks {
	text-align: center;
	margin: 30px 0 250px 0;
	font-size: 18px;
}

p.contactLinks a {
	margin: 0 16px;
}

body#p12 center div div div div div h2 {
	margin-top: 130px;
	font-size: 36px;
}

/* Commissions */

ul#alphabet {
	margin: 21px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border-top: 1px dotted #944A01;
	border-bottom: 1px dotted #944A01;
	padding: 3px;
	width: 98%;
	background-color: #faf6f1;
}

ul#alphabet li {
	display: inline;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	padding: 3px 0;
}

ul#alphabet li span {
	padding: 0 4px 0 3px;
}

ul#alphabet li a {
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	color: #DF5400;
	text-decoration: none;
	padding: 0 4px 0 3px;
}

ul#alphabet li a:hover {
	background-color: #DF5400;
	color: #FFFFFF;
}

ul#commissions {
	margin: 25px 0 0 0;
	list-style: none;
	padding: 0;
}

ul#commissions li {
	display: block;
	padding-bottom: 10px;
	margin: 0;
	display: block;
}

ul#commissions li div.commDiv {
	border-top: 2px dotted #d1c0b9;
	background: url(images/commissions_bg.gif) repeat-x top;
	padding: 4px 0 0 8px;
	clear: both;
	width: 98%;
	display: block;
}

ul#commissions li div h5 {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #932800;
	margin: 0;
	font-style: italic;
	display: inline;
}

ul#commissions li h5 strong {
	font-style: normal;
	font-weight: normal;
	font-size: 140%;
	color: #000;
}

ul#commissions li p {
	margin: 0 0 3px 34px;
	color: #666666;
	font: 14px/17px Georgia, "Times New Roman", Times, serif;
}

ul#commissions li ul {
	list-style: none;
	margin: 0 0 0 34px;
	padding: 0;
	display: block;
}

ul#commissions li ul li {
	margin: 1px 0 0 0;
	float: left;
	display: inline;
	border: none;
}  

ul#commissions li ul li a img {
	margin: 1px 0 0 0;
	float: left;
	display: inline;
	border: none;
	border: 1px solid #666666;
	padding: 2px;
}  

ul#commissions li ul li div {
	background: url(images/small_thumb_bg.gif) no-repeat bottom right;
	padding-bottom: 6px;
	padding-right: 6px;
	margin-right: 0px;
	height: 57px;
	float: left;
}  

ul#commissions li ul li div a:hover img{
	background-color: #e3c5b9; 
	border-color: #da3c00;
}  

/* Bottom Align */

#wrapper {
	height: 470px;
	padding: 0;
}

#floating {
	height:100%;
	position:relative;
}

#floating div p {
	width: 285px;
}

#floating div {
	position:absolute;
	bottom:-15px;
	left:0;
	margin-right: 19px;
}

/* Expand Collapse */

.glossymenu2{
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

.glossymenu2 a.menuitem{
	font: 18px Arial, Helvetica, sans-serif;
	color: #be3501;
	display: block;
	position: relative; 
	width: auto;
	padding: 7px 0 2px 0;
	text-decoration: none;
	border-bottom: 1px dotted #DDDDDD;
	margin-bottom: 5px;
	cursor: pointer;
}

div.space {
	padding-left: 16px;
	display: inline;
}

div.readMore {
	text-align: right;
	margin-top: 3px;
	padding: 0 0 2px 0;
	height: 9px;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	z-index: 70;
	position: relative;
	bottom: 2px;
	right: 0;
	display: block;
	background: url(images/icon_readmore2.gif) no-repeat right -11px;
	overflow: hidden;
}

.glossymenu2 a.menuitem:visited{
	color: #be3501;
}

.glossymenu2 a.menuitem .statusicon{
	position: absolute;
	top: 11px;
	left: 4px;
	border: none;
	padding-left: 0 !important;
}

.glossymenu2 a.menuitem:hover {
	color: #842e0d;
	border-bottom: 1px dotted #000000;
	background-color: #F3F3F3;
}

.glossymenu2 a.menuitem:hover div.readMore {
	color: #FF0000;
	background-position: top right;
}

.glossymenu2 div.submenu p{
	display: block;
	padding-left: 25px;
	margin-top: 0;
}

/* Definition List */

dl {
	margin-top: 30px;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
}

dl.thumbs dt {
	width: 154px;
	height: 108px;
	margin: 0 8px 0 0;
	float: left;
	display: block;
	clear: both;
	padding-bottom: 15px;
	background: url(images/thumb_bg.gif) top left no-repeat;
}

dl.thumbs dd {
	height: 108px;
	margin: 0 0 0 0;
}

dl.contactForm dt {
	float: left;
	width: 140px;
	padding-top: 5px;
	color: #bd3500;
	font-size: 18px;
}

dl.contactForm dd {
	margin: 0;
	padding-bottom: 5px;
}

dt.text, dd.text {
	height: 35px;
}

dt.message, dd.message {
	height: 150px;
}

dl.contactForm input {
	width: 370px;
	height: 18px;
	font: 15px normal Arial, Helvetica, sans-serif;
	padding: 5px;
}

dl.contactForm textarea {
	width: 370px;
	height: 150px;
	font: 15px normal Arial, Helvetica, sans-serif;
	padding: 5px;
}

dl.contactForm input#submit {
	margin-top: 18px;
	width: 100px;
	padding: 0;
	height: 30px;
	background-color: #bd3500;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #000000;
	cursor: pointer;
}

/* Overlay Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 732px; height: 500px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 14px Arial, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
