@charset "utf-8";
/* CSS Document */

/* style sheet designed by Jeff McNear / Plasterdog Productions 


/* setting text align to center solves IE bug for centering wrapper_____________*/
body {
	text-align: center;
	background-image: url(jmcimages/lighthouse-3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffebca;
}


/* setting text align to left here corrects cascade for IE bug fix above_________*/
#wrapper {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(jmcimages/i-logo-85.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
/* ____________________________banner elements________________________________________ */
#wrapper #banner {
	text-align: left;
	margin-left: 35px;
}
#wrapper #banner h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #1a2924;
	font-style: italic;
	padding-left: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#wrapper #banner p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #693F29;
	font-style: italic;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
#wrapper #banner a:link, #wrapper #banner a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cc9933;
	text-decoration: none;
}

#wrapper #banner a:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cc9933;
	text-decoration: underline;
}
/* -- nav elements contained in table to simplify for IE 6 -- */
#nav {
	margin-right: auto;
	margin-left: 40px;
}

#nav a:link, #nav a:visited{
	display: block;
	height: 24px;
	background-image: url(jmcimages/nav_logo-bn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0a2113;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	list-style-type: none;
	padding-right: 20px;
}
#nav a:hover{
	display: block;
	height: 24px;
	background-image: url(jmcimages/nav_logo-bn.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 27px;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
	padding-right: 20px;
}
/* __________________________________content elements ______________________________________ */
/* note putting a footer inside content set at clear both will force div to go to end for bg */
#content {
	text-align: left;
	margin-left: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9c722d;
	margin-top: 5px;
	padding-top: 15px;

}

/* top and bottom margins adjusted to diminish gap between p tags _____*/
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.symbol a:link, .symbol a:visited{
	display: block;
	height: 24px;
	background-image: url(jmcimages/nav_logo-bn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0a2113;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	list-style-type: none;
	padding-right: 20px;
}

.symbol a:hover{
	display: block;
	height: 24px;
	background-image: url(jmcimages/nav_logo-bn.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 27px;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
	padding-right: 20px;
}
/* --- style for photo credit --  */

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #693f29;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: italic;
	text-decoration: underline;
}
#wrapper #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #693f29;
}
#content h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 30px;
}
#content h6 a:link,#content h6 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
#content h6 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}
/* split set classses */
.left-flash {
	margin-right: 440px;
	
}

.right-flash {
	float: right;
	width: 425px;

}

.left  {
	float: left;
	width: 500px;
	}
	
.right  {
	margin-left: 505px;
	margin-right: 10px;
}
.clear{
	clear: both;
}


/*_____p-dog footer  _______*/

#p-dog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: right;
	clear: both;
	font-style: italic;
}
/* links on p-dog div */

#p-dog a:link, #p-dog a:visited {
	color: #666666;
	text-decoration: none;
}

#p-dog a:hover {
	color: #666666;
	text-decoration: underline;
}

.interior {
	float: left;
	clear: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 110px;
	padding-left: 10px;
}

#wrapper #content a:link,  #wrapper #content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #693F29;
	text-decoration: none;
}
#wrapper #content a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #693F29;
	text-decoration: underline;
}

