/***********************************************/
/* Started with the Dreamweaver 8
2col_leftNav.css  */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	 background-color:#ccf;
	line-height: 150%;
	width: 845px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-left: #00CC00 thick solid;
	border-right: #00CC00 thick solid;
	height: 850px;	
}
html {
	padding: 0px;
	margin:0px;
}
wrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin: 0px;
	padding: 0px;

}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#header{
	background-color: #039;
	width: 845px;
	height: 135px;
	margin: 0px;
	border: 0px;
	background-image: url(images/2nd_Pair_of_Hands.png);
	background-repeat: no-repeat;
	background-position: center center;

}

#contactLine {
	background-color:#FFFFFF;
	width: 845px;
	height: 30px;
	border-bottom: #039 solid 5px;
	margin: 0px;
	padding:5px 0px;
	font: Georgia, "Times New Roman", Times, serif bold 85%;
	text-align: center;
	color: #039;
	letter-spacing: .01em;
	border-bottom: solid 5px #039;
}

#navBar {
	position: static;
	margin: 0px;
	padding-right: 100px;
	font-size: 90%;
	background: #FFFFFF;
	width: 100px;
	color: #039;
	vertical-align: middle;
}
#navBarArt{
	margin: 0px 20px 0px 0px;
	background: #FFFFFF;
	position: static;
	width: 200px;
	height: 480px;
}
#navBarArtLady{
	margin: 0px 20px 0px 4px;
	padding-right: 40px;
	padding-left: 10px;
	padding-top: 20px;
	width: 146px;
	position: static;
	background: #FFFFFF;
}

#navBarArtCards{
	margin: 0px 0px 0px 20px;
	padding-top: 20px;
	width: 146px;
	background: #FFFFFF;
}

#content{
	float:right;
	width: 640px;
	height: 615px;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	border-left: #039 solid 5px;
}

#contentArt {
	float: right;
	margin-top: 15px;
	background: #FFFFFF;
	margin-right: 10px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

h1{ /*used as top line on all pages */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #039;
	font-weight: bold;
	margin-left: 100px;
	margin-top: 15px;
	line-height: 75%;
}

h2{ /* sub header see Home page */
	font-size: 150%;
	color: #039;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	margin-left: 100px;
	line-height: 75%;
}

h3 { /* on Contact page */
 	font-size: 140%;
	color: #039;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	line-height: 125%;
	margin-top: 5px;
}

h4{ /* on home page above table */
 	font-size: 150%;
	color: #039;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
	line-height: 125%;
	text-align: center;
}

h5{ /*used in ContactLine below header all pages  */
 	font-size: 150%;
 	color: #039;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

h6{ /* on Rates pages - Cancellation Policy */
 	font-size: 125%;
	color:#FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	margin: 15px;
}
caption { /*see Services Page top info lines in table top */
 	font-size: 120%;
	color: #039;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
	line-height: 125%;
	text-align: center;
}
ul{
	list-style-type: square;
	text-decoration: none;
	background: #FFFFFF;
	text-indent: 10px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 00px 10px;
	border-bottom: solid 5px #039;
		background: #FFFFFF;
}

/************** .feature styles ***************/

.feature{
	font-size: 100%;
	margin-left: 15px;
	background: #FFFFFF;
}

.feature img {
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	background: #FFFFFF;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #039;
	padding: 10px 10px 10px 10px;
	margin-top: -10px;
	background-color: #FFFFFF;
	width: 825px;
	height: 25px;
	border-top: 5px solid #039;
	border-bottom: 5px solid #039;
	text-align: center;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	margin-right: 0px;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 125px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html body #navBar li {border-bottom: none;}
