/* set the page background color and margins. */
body {
	margin: 0px; 
	/*background: #3D1F00; */
	background-image: url(../images/bg_pg.jpg); background-repeat: repeat-y; background-position: top center; 
	
	/* scrollbar colors */
	/* outer lines */
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	/* inner lines */
	scrollbar-highlight-color: #bdbdbd;
	scrollbar-shadow-color: #bdbdbd;
	/* face, arrow and track */
	scrollbar-face-color: #30445F;
	scrollbar-arrow-color: #a3a3a3;
	scrollbar-track-color: #a3a3a3;
}

body.bodyindex {
	background-image: url(../images/bg_i-pg.jpg); background-repeat: repeat-y; background-position: top center; 
}

/* set the page font formatting. */
body, p, table, td {font-family: verdana, sans-serif; font-size: 11px; line-height: 18px; }

/* default link colors - this is the default link color for the page */
a:link { font-weight: normal; text-decoration: none; color: #CE4331; } /* unvisited link color */
a:hover { font-weight: normal; text-decoration: none; color: #FF1D00; } /* hover over an unvisited link color */
a:active { font-weight: normal; text-decoration: none; color: #FF1D00; } /* hover over an unvisited link color */
a:visited { font-weight: normal; text-decoration: none; color: #CE4331; } /* visited link color*/
a:visited:hover { font-weight: normal; text-decoration: none; color: #FF1D00; } /* visited link hover color*/

a.afoot:link { font-weight: normal; text-decoration: none; color: #ffffff; }
a.afoot:hover { font-weight: normal; text-decoration: none; color: #A6A6A6; }
a.afoot:visited { font-weight: normal; text-decoration: none; color: #ffffff; }
a.afoot:visited:hover { font-weight: normal; text-decoration: none; color: #A6A6A6 }

a.areadmore:link { font-weight: bold; color: #01887A; }
a.areadmore:hover { font-weight: bold; color: #41B8AA; }
a.areadmore:visited { font-weight: bold; color: #01887A; }
a.areadmore:visited:hover { font-weight: bold; color: #41B8AA; }

a.amapquest:link { font-weight: bold; color: #B68F63; }
a.amapquest:hover { font-weight: bold; color: #DD892A; }
a.amapquest:visited { font-weight: bold; color: #B68F63; }
a.amapquest:visited:hover { font-weight: bold; color: #DD892A; }

a.amouse:link { font-weight: normal; color: #666666; }
a.amouse:hover { font-weight: normal; color: #DD892A; }
a.amouse:visited { font-weight: normal; color: #666666; }
a.amouse:visited:hover { font-weight: normal; color: #DD892A; }

h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }
h1 { 
	position: relative; height: 46px; overflow: hidden;
	font-size: 10px; font-weight: bold; color: #CE4331; }
/* h1 spans for graphic headers */
	h1 span { position: absolute; left: 0px; top: 0px; width: 447px; height: 100%; }
	h1 span.h1home { background-image: url(../images/hl_index.jpg); background-repeat: no-repeat; }
	h1 span.h1gallery { background-image: url(../images/hl_gallery.jpg); background-repeat: no-repeat; }
	h1 span.h1contact { background-image: url(../images/hl_contact.jpg); background-repeat: no-repeat; }
	h1 span.h1contact2 { background-image: url(../images/hl_contact2.jpg); background-repeat: no-repeat; }
	h1 span.h1prints { background-image: url(../images/hl_prints.jpg); background-repeat: no-repeat; }
	h1 span.h1notecards { background-image: url(../images/hl_notecards.jpg); background-repeat: no-repeat; }
	h1 span.h1originals { background-image: url(../images/hl_originals.jpg); background-repeat: no-repeat; }
	h1 span.h1new { background-image: url(../images/hl_new.jpg); background-repeat: no-repeat; }
	h1 span.h1cart { background-image: url(../images/hl_cart.jpg); background-repeat: no-repeat; }
	h1 span.h1search { background-image: url(../images/hl_search.jpg); background-repeat: no-repeat; }
	h1 span.h1framing { background-image: url(../images/hl_framing.jpg); background-repeat: no-repeat; }
	h1 span.h1personal-portraiture { background-image: url(../images/hl_personal-portraiture.jpg); background-repeat: no-repeat; }
	h1 span.h1personal { background-image: url(../images/hl_personal-collection.jpg); background-repeat: no-repeat; }
	
h2 { font-size:11px; font-weight: bold; color: #001A63; margin-top: 20px; }
h2.h2gallery { font-size:14px; font-weight: bold; color: #001A63; margin-top: 20px; }
h3 { font-size:11px; font-weight: bold;  margin-top: 20px; }
h4 { font-size:18px; font-weight: bold; }
h5 { font-size:18px; font-weight: bold; }
h6 { font-size:18px; font-weight: bold; }
h7 { font-size:18px; font-weight: bold; }

li { font-size: 11px; }
img.imgrt { margin-top: 5px; margin-right: 15px; margin-bottom: 10px; }

/* set all H tags to 0 margin. This allows another element to be directly below it on the page */

div.divicontent { margin-right: 165px; margin-bottom: 40px; margin-left: 55px; text-align: left; }
div.divcontent { margin-right: 113px; margin-bottom: 40px; margin-left: 55px; text-align: left; }
div.divcontent3 { margin: 0px 70px 40px 25px; text-align:left; }

#vacaMsg {
		width:192px;
		margin:0px 12px 0px 0px;
		border:#344982 solid 2px;
		padding:10px;
		background-color:#536EB7;
		font-weight:bold;
		color:#ffffff;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		text-align:left;line-height:14px;
  }

table.tabmain { background-image: url(../images/bg_well.gif); background-repeat: repeat-y; background-position: top left; }
table.tabtopform { 
	width: 165px; background-color: #ffffff; padding: 16px; 
	border-color: #C0883C; border-width: 1px; border-style: solid; }
table.tabmappop { border-style: solid; border-width: 1px; border-color: #8C6633; }
		td.tdmappop-label { padding-top: 2px; height: 25px; background-color: #8C6633; color: #ffffff; font-weight: bold; font-size: 12px; }
		td.tdmappop-item { border-top-style: solid; border-top-width: 1px; border-top-color: #E2CCAE; }
		td.tdmappop-info { 
			border-top-style: solid; border-top-width: 1px; border-top-color: #E2CCAE; 
			background-color: #F7F7EF; }
		
td.tdwell {	background-image: url(../images/bg_well.gif); background-repeat: repeat-y; background-position: top left; }
td.tdfoot {	background: url(../images/bg_ifoot-x.jpg) top left repeat-x; height: 100px; }
	p.pfoot { margin-left: 389px; margin-top: 15px; line-height: 13px; font-size: 10px; color: #ffffff; text-align: left; }
td.tdtopform { 
	height: 152px; 
	background-image: url(../images/nav_util-bot.jpg); background-repeat: no-repeat; background-position: top left; }
	
td.tdmapquest-box {
	height: 100px; width: 150px;
	background-image: url(../images/box_mapquest.jpg); background-repeat: no-repeat; background-position: top left;}
		td.tdmapquest-but { 
			text-align: center; font-weight: bold; color: #B68F63;
			background-color: #F7F7EF; border-style: solid; border-width: 1px; border-color: #E2CCAE;
			padding: 2px; height: 24px; }
td.tdmapquest-banner {
	height: 35px; background-image: url(../images/bg_mapquest.gif); background-repeat: repeat-x; background-position: left top; }

td.gallery-init01 { padding-bottom: 10px; padding-top: 20px; font-weight: bold; line-height: 12px; }
td.gallery-init02 { background-image: url(../images/bg_gallery-thumb.jpg); background-repeat: repeat-x; background-position: left top; height: 180px; width: 180px; }
td.gallery-init03 { padding-bottom: 20px; }

td.tdpricingpic {
	width: 200px; padding: 6px; padding-top: 15px; }
	
td.tdgaldet-cat { border-top: solid 1px #B4B4B4; width: 60px; }
td.tdgaldet-buy { border-top: solid 1px #B4B4B4; width: 70px; }
td.tdgaldet-spacer { border-top: solid 1px #B4B4B4; width: 5px; }
td.tdgaldet-desc { border-top: solid 1px #B4B4B4; }

td.tdgalpg01 { border: 1px #000000 solid; border-right: 0; border-bottom: 0; padding: 8px; padding-right: 0; padding-bottom: 0; }
td.tdgalpg02 { border: 1px #000000 solid; border-bottom: 0; border-left: 0; padding: 8px; padding-bottom: 0; padding-left: 0; }
td.tdgalpg03 { border: 1px #000000 solid; border-top: 0; border-bottom: 0; padding-bottom: 8px; padding-bottom: 0; margin-bottom: 0; }
td.tdgalpg035 { border: 1px #000000 solid; border-bottom: none;}
td.tdgalpg04 { border: 1px #000000 solid; border-top: 0; border-bottom: none; padding-top: 8px; }
td.tdgalpg05 { border: 1px #000000 solid; border-top: 0; border-right: 0; padding: 8px; padding-top: 0; padding-right: 0; }
td.tdgalpg06 { border: 1px #000000 solid; border-left: 0; border-top: 0; padding: 8px; padding-left: 0; padding-top: 0; }
	
p.psubcathd { 
	font-size: 14px; font-weight: bold; color: #2D357E;
	margin: 40px 0 10px 124px; }
p.psnav {
	border-bottom-color: #000000; border-bottom-width: 1px; border-bottom-style: solid;
	font-size: 10px; padding: 5px; margin-bottom: -10px; }
p.ptightheight {
	line-height: 15px; margin-bottom: 5px;}
p.ppagenumbers { padding: 8px; background-color: #ffffff; border: #999999 solid 1px; margin-bottom: 10px; }
p.pletterselect { padding: 8px; background-color: #d8d8d8; border: #999999 solid 1px; margin: 0px; }
.fmouse { font-size: 9px; color: #666666; line-height: 13px; }

.divmore {
	visibility:hidden;
	display:none;
}

/* only custom styles below this line */
.redfont{
	color: #ff0000;
}
/* form fields */
.formbutton {
	margin: 10px;
	width: 125px;
	border-width: 1px; border-style: solid; border-color: #000000;
	background-color: #61A142;
	color: #ffffff; font-size: 12px; font-weight: bold;
}
.formbutton2 {
	width: 35px;
	border-width: 1px; border-style: solid; border-color: #000000;
	background-color: #FCEEEA;
	font-size: 9px; font-weight: bold;
}

.formbold { 
	width: 225px;
	height: 15px;
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana;
	border: 1px solid #000000;
}

.formboldtall { 
	width: 250px;
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana;
	border: 1px inset #000000;
}

.formsmall { 
	font-size: 9px;
	padding: -2px;
	font-family: Verdana;
	border: 1px inset #000000;
}

.formnormal { 
	width: 225px;
	height: 17px;
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana;	
	border: 1px inset #000000;
}
.formsearch {
	font-size : 12px;
	width: 100px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #ffffff;	
	border: 1px inset #000066;
	margin-top: 5px; margin-bottom: 5px;
}
.formsearchdrop {
	font-size : 12px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #ffffff;	
	border: 1px inset #000066;
	margin-top: 5px; margin-bottom: 5px;
}
.formmore { visibility:hidden; display:none; }
.formmore2 { visibility:visible; display:block; }

