﻿BODY{cursor: url("skeletonkey.cur"), url("skeletonkey.cur"), auto;}
HTML{cursor: url("skeletonkey.cur"), url("skeletonkey.cur"), auto;}

/* CSS layout */

@font-face {
    font-family: "BakerSignet BT" ;
    src: url(BAKERSI0.eot);
}

body{
margin:0;
padding:0;
height:100%; /* 100 % height */
font-family:  "BakerSignet BT", Arial, Helvetica, sans-serif ;
background: #DEB887;
}

#wrap {height:100%;} /* 100 % height */

#header {
width:100%;
height:3.4em;
background-color:#DC143C;
color: white;
border-bottom:  black  solid thick;
}

#header {
position:fixed;
z-index:10; /* Prevent certain problems with form controls */
}

#logo {
float:left;
margin-top:0px;
font-size: x-large;
color:#FFDEAD;
margin-left:.4em;
text-decoration:none;
}

#pageName {
float:right;
margin-top:0px;
margin-right:10px;
font-size: x-large;
color:#FFDEAD;
}
#priceBox {
margin-right:auto;
margin-left:auto;
width:600px;
border:medium maroon solid;
text-align:center;
font-size: x-large;
padding-top:3px;
padding-bottom:3px;
}
#announcement {
position: absolute;
margin-top:5px;
margin-left:19em;
font-size: small;
color: black;
background-color: orange;
border:thin black solid;
padding-left:4px;
padding-right:4px;
padding-bottom:2px;
visibility:hidden;

}

#content-wrap {height:100%;} /* 100 % height */
#content {padding:3.5em 1em;}
/* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
#content {
background-color:#FFDEAD;
border-left:thick black solid;
border-right:thick black solid;
}

#contentCenterFrame {
margin-left:auto;
margin-right:auto;
width:820px; 	
}


#PagePhotos {
position:static;
margin-top:-540px;
margin-left:370px;
padding:0px;
margin-right:0px;
z-index:-1;
}
#PagePhotos2 {
float:right;
padding-bottom:15px;
padding-left:15px;
padding-top:15px;
z-index:-1;
}

#PageNotice {
float:right;
padding-bottom:15px;
padding:15px;
width:300px;
margin-right:10px;
border:medium maroon solid;
background:orange;
}


#LeftPagePhotos {
position:static;
margin-top:.5em;
padding:0px;
margin-left:-10px;
z-index:-1;
}

#theGoogle {
float:right;
	
}



#footer {
width:100%;
height:4em;
background:#DEB887;
color: black;
text-align:center;
border-top:thick black solid;
}

#footer {

bottom:0;
z-index:10; /* Prevent certain problems with form controls */
}

#footer a { color: blue; }
#footer a:hover { color: green; text-decoration: underline; }

#calFrame {
}
#calInfo {
float:right;
margin-top:-13em;
margin-right:10px;
margin-left: 20em;	
}
#calInfoMsg {
 font-size:medium; 	
}

p {
 font-size:18px;	
}


h1 { 
font: normal 2.8em;
letter-spacing: 2px; 
color: #7D775C;
}
h2 { 
font: normal 2.5em;
letter-spacing: 2px; 
color:#7D775C ;
}
h3 { 
font: normal 2.2em;
letter-spacing: 2px; 
color: #7D775C ;
}
h4 { 
font: normal 1.9em;
letter-spacing: 2px; 
color: maroon;
}

h4 a { color: maroon; }
h4 a:hover { color: green; text-decoration: underline; }

h5 { 
font: normal 1.6em;
letter-spacing: 2px; 
color: #7D775C;
}
h6 { 
font: normal 1.3em ;
color: black; 
letter-spacing:2px;
}

a:link {
color:maroon; 
}
a:visited { 
color:maroon;
}
a:active { 
color:maroon;
}
a:hover { 
color: black;
}


/* dl */

dl { font-size : 110%; }
div.keypoint dl { display : inline-table; }

/* IE Mac, you can't see this ;)  \*/
* html div.keypoint dl { height : 1%; }
div.keypoint dl { display : block; padding : 0;
}
/* IE Mac, you can open your eyes now. */

div.keypoint dl:after {
content : "."; 
display : block; 
height : 0; 
clear : both; 
visibility : hidden;
}

/* dt */
dt { 
margin-left:2em;
margin-bottom : .1em;
font-weight : bold;
letter-spacing : 2px;
text-align: left;
}

/* dd */
dd { padding-bottom : .3em; text-align: left; margin-left:3em;  }


#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 0em;
	}

#menuh
	{
	font-size: medium ;
	width:100%;
	float:left;
	margin:.5em;
	margin-top: .7em;
	}
		
#menuh a
	{
	text-align: center;
	display: block; 
	white-space:nowrap;
	margin:0;
	padding-left:.8em;
	padding-right:.8em;
	padding-bottom:.1em;
	
}
	
#menuh a:active
	{
	color: #FFDEAD;
	background-color: #DC143C;
	text-decoration:none;
	
	}
	
#menuh a:visited
	{
	color: #FFDEAD;
	background-color: #DC143C;
	text-decoration:none;
	
	}
	
#menuh a:link
	{
	color: #FFDEAD;
	background-color: #DC143C;
	text-decoration:none;
	
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: black;
	background-color: #DC143C;
	text-decoration:none;
	}	
	
#menuh a.top_parent:hover
	{
	background-image: url(images/downarrow2.gif);
	background-position: right center;
	background-repeat: no-repeat;
	
	}
	
#menuh a.top_parent
	{
	background-image: url(images/downarrow2.gif);
	background-position: right center;
	background-repeat: no-repeat;
	
	}
	
#menuh a.parent:hover
	{
	background-image: url(images/rightarrow2.gif);
	background-position: right center;
	background-repeat: no-repeat;
	
	}

#menuh a.parent
	{
	background-image: url(images/rightarrow2.gif);
	background-position: right center;
	background-repeat: no-repeat;
	
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	
	/*width:9em; width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li li li:hover ul ul
{display:none;}

div#menuh li li:hover ul ul
{display:none;}

div#menuh li:hover ul ul
{display:none;}

div#menuh li li li li:hover ul
{display:block;}

div#menuh li li li:hover ul
{display:block;}

div#menuh li li:hover ul
{display:block;}

div#menuh li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/*Email Form */
.feedbackform{
padding: 5px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 550px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
margin-top:15px;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 150px; /*width of label (left column)*/
text-transform: uppercase;
border-bottom: 1px solid red;
margin-right: 15px; /*spacing with right column*/
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
 /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 300px;
height: 150px;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
background: #e1dfe0;
}

#ContactMessage {
float:right;
padding:2px;
margin-right:0px;
width:36%;
}
#ErrorMessage {
padding:10px;
border:thin maroon solid;
background-color:yellow;
visibility:hidden;
}


#Atables
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse:collapse;
margin-right:auto;
margin-left:auto;
width:600px;

}
#Atables td, #Atables th 
{
font-size:1em;
border:1px solid BLACK;
padding:3px 7px 2px 7px;
}
#Atables th 
{
font-size:1.1em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#DC143C;
color:#ffffff;
}
#Atables tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
text-align:center;
}
/* No border table... */

#Btables
{
border-collapse:collapse;
margin-right:auto;
margin-left:auto;
width:95%;
text-align:center;
}
#Btables td, #Btables th 
{
font-size: large;
padding:3px 3px 3px 3px;
}
#Btables th 
{
font-size:1.1em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#DC143C;
color:#ffffff;
}
#Btables tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
text-align:center;
}

#reformat
{
background:orange;
border:medium black solid;
padding:5px;
font-size:large;	
} 

#faceBook {
 text-align:center;
 border:0px;
 vertical-align:middle;
 font-family:Arial ;
 font-size:small;
 
 	
}

