/* Code copyright Mountain Graphics Inc and Cindy Massolin 2009.  Not to be used without prior written permission.  License for use of this code is for this one web site only
Light My Fire Document - copyright Mountain Graphics Inc 2009
This code is the property of Mountain Graphics Inc and Cindy Massolin.
It is authorized for one site license for the site created by Mountain Graphics Inc.
It cannot be sold or used on ANY other site without obtaining a second site license and thru written permission of Cindy Massolin*/


/*--------------General info--------------*/
body {
	margin: 0;
	padding: 0px;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: black;
	background-color:#C2B59B;
}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
/*	border: none;
*/	font-weight: normal;
}

#container{
	text-align: left;
	margin-left: -475px;
	margin-top: 2px;
	position: absolute;
	left: 50%;
	width: 953px;
	height: 645px;
	background: url(Images/background3.gif) no-repeat;
}

/*--------------Page Header--------------*/
#pageHeader {
	height: 75px;
	width: 265px;
	border: none;
	margin-top: 108px;
	margin-left: 118px;
}

#pageHeader h1 {
	font-size: 35px;
	text-align: center;
	visibility: hidden ;
}


/*----- navigation -----*/

div#navigation {
	position: absolute;
	top: 90px;
	left: 470px;
	background-color: transparent;
	height: 90px;
	width: 360px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.2em;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	font-weight:700;
}

div#navigationA {
	margin-top: 0px;
	margin-left: 90px;
}


div#navigationD  {
	margin-top: -14px;
	margin-left: 334px;
}

div#navigationB {
	margin-top: -8px;
	margin-left: 3px;
}

div#navigationC {
	margin-top: -12px;
	margin-left: 216px;
}

div#navigationI  {
	margin-top: 25px;
	margin-left: 89px;
}

div#navigationH  {
	margin-top: -15px;
	margin-left: 331px;
}

div#navigationE  {
	margin-top: 13px;
	margin-left: 1px;
}

div#navigationG  {
	margin-top: -26px;
	margin-left: 180px;
}

div#navigationF  {
	margin-top: -10px;
	margin-left: 75px;
}

div#navigationJ  {
	margin-top: -14px;
	margin-left: 302px;
}

div#navigation a {
	font-size: 12px;
	color: #023B22 ;
	font-weight:bold;
}

div#navigation a:hover {
	font-size: 12px;
	color:#666666;
	font-weight:700;
}


div#navigation a:visited {
	font-size: 12px;
	color:black;
	font-weight:700;
}


/*--------------The Left Column--------------*/
#leftcol {
	position: absolute;
	top: 240px;
	left: 475px;
	width: 391px;
	height: 315px;
	overflow:auto;
}


#leftcol h1 {
	font-size: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}


#leftcol h3 {
	padding-bottom: 10px;
	padding-top: 3px;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: normal;
	margin-left: 0px;
		
}

#leftcol h4 {
	padding-bottom: 10px;
	padding-top: 3px;
	font-size: 15px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal ;
	font-weight: bold;
	margin-left: 0px;
		
}

#leftcol p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	line-height: 1.5em;
	font-weight: normal;
	margin-right: 10px;
	margin-top: 8px;
}

#leftcol a {
	font-style:italic;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00320D ;
	text-decoration: none;
}	
	
#leftcol a:hover {
	color:#666666;
	font-style:italic;
	font-weight: bold;
}


#leftcol a:visited {
	color:  black;
	font-style:italic;
	font-weight: bold;
}

/*--------------Footer--------------*/

#footer {
	position: absolute;
	top: 625px;
	width: 950px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C2B59B;
}

#footer p	{
	font-weight: bold;
}

#footer	a:link{
	color:#BDA96A;
	font-size: 10.5px;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style:italic;
}

#footer a:hover {
	font-size: 10.25px;
	color: rgb(185,171,150);
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style:italic;
}

#footer a:visited {
	font-size: 10.25px;
	color: white;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style:italic;
}

/*--------------Spans--------------*/

.b	{
	font-weight: bold;
}
	
.bi	{
	font-weight: bold;
	font-style: italic;
}

.bigeorgia	{
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, serif;
}

.i	{
	font-style: italic;
}

