/* CSS Document */


/******************************layout divs */
#container{
	width: 760px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	margin: 0 auto;
	padding: 0px;
	background-image:url(images/stripe.gif);
	}
	
#masthead{
	width: 760px;
	padding: 0px;
	margin: 0px;
	clear: both;
		}
		
#pageTitle{
	width: 600px;	
	float: right;
	background-color: #ffffff;
	margin: 0;
	font-size: 16px;
	/*clear: none;*/
	}
#pageTitle h1{
	font-size: 25px;
	color: #336699;
	font-weight:bolder;
	font-style:normal;
	padding: 0.5em 1.0em 0em 1.0em;
	}
#content{
	width: 600px;
	padding: 1em 0em 1.0em 0em;
	float: right;
	background-color: #ffffff;
	margin: 0;
	/*clear: none;*/
	
	}
	
#content p {
	padding: 0 2em 0 2em;
	}
	
#content img{
	border-width: 5px;
	border-color: #666666;
	border-style: solid;
	margin: .5em 1.5em 1.0em 1.5em; 
	caption-side:bottom;
}	

.galCapVert {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
.galCapHor {
	margin: 0px;
	padding: 0px 0px 0px 80px;
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
	

#navBar{
	width: 160px;
	margin-top: -3px;
	padding: 0;
	float: left;
	background-color:#999999;
		
	}

#navBar a:link{
	color:#ffffff;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	}
	
#navBar a:visited{
	color:#ffffff;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	
}

#navBar a:active{
	color: #ffffff;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

#navBar a:hover{
	color: #66ff99;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	}
	
#navBar ul {list-style: none; margin: 0; padding: 0;}

#sectionLinks{
	width: 140px;
	padding: 0px 5px 0px 15px;
	background-color:#999999;
	line-height: 1.8;
	margin: 0px;
	
}

#sectionLinks a:link{
	color: #ffffff;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	}
	
#sectionLinks a:visited{
	color:#ffffff;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	
}

#sectionLinks a:active{
	color: #ffffff;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

#sectionLinks a:hover{
	color: #336699;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

#address{
	width: 760px;
	background-color:#336699;
	color: #FFFFFF;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	clear: both;
	text-align: center;
	

	}
	
#address h2{
	color:#ffffff;
	font:"Georgia", "Times New Roman", "serif";
	font-size: 18px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	}

#address a:link{
	color: #ffffff;
	text-decoration: none;
	
	}
#address a:visited{
	color: #ffffff;
	text-decoration: none;
	
	}

#address a:hover{
	color:#ffffff;
	text-decoration: underline;
	}
	
#address img{
	border: none;
	}
	
	
/*****************************html styles */

body{
	background-color:#660033;
	color:#000000;
	font-family:"Georgia", "Times New Roman", "serif";
	font-size: 13px;
	margin: 0 auto;
	}

	
a:link{
	color: #336699;
	text-decoration:underline;
	}
	
	
a:visited{
	color: #336699;
	text-decoration: underline;
	
	}
	
a:hover, a:active{
	text-decoration: none;
	color: #336699;
	
	}
	
h1{
	color:#009933;
	font:"Georgia", "Times New Roman", "serif";
	font-size: 23px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}	
	
h2{
	color:#663399;
	font:"Georgia", "Times New Roman", "serif";
	font-size: 18px;
	font-weight:normal;
	margin: 0px;
	padding: .5em 0px .4em 1.5em;
	}
	
h3{
	color:#663333;
	font: "Georgia", "Times New Roman", "serif";
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}


p img{
	border-width: 5px;
	border-color: #666666;
	border-style: solid;
}
blockquote{
	padding-left: 2em;
}

table{
	border-collapse:collapse;
	border: none;
}
td {
	text-align: center;
}

/*class to control Google Map */

.map {
	padding-left: 30px;
}

