body{
	font-family:"Charcoal CY", "Trebuchet MS Bold", sans-serif;
	font-color: #000;
	background-color: #517d97;
	font-size:20px;}
	
.container {
	width:100%;
	font-size: 30px;}
.header{
	margin-top: 150px;}

.logoContainer{
	width:45%;
	float:left;
	color:#fff;}
.name{
	margin-left:15%;}
.navbar{
	margin-top: 20px;}
.navbar ul{
	list-style-type: none;
	text-align:left;
	font-size:14px;
	padding:0;
	margin:17%;}
.navbar ul li{
	display:inline;}
.navbar ul a{
	text-decoration:none;
	padding: .2em 1em;
	color: #fff;}
.navbar ul a:hover{
	color: #232828;}
	
/* index page only*/
#textBox{
	font-size:24px;
	color:#2c3539;
	margin-top: 80px;
	margin-left: 15%;
	width:350px;}
	
#ListBox{
	width:55%;
	float:left;
	min-width:500px;}
#ListBox li {
	list-style-type:none;
	color:#000;
	padding-bottom: 25px;}
.photoNarrow{
	width:500px;
	height:100px;}

/* location page only */
.locationContainer{
	width:45%;
	float:left;
	color:#fff;}
#locationBox{
	font-size:20px;
	margin-left: 15%;
	margin-top:80px;
	margin-bottom:30px;}
#locationBox ul{
	padding:0px;
	list-style:none;}
.box{
	font-size:20px;
	padding:5px;
	width: 300px;
	background-color: #54545e;
		}
#locationBox li {
	color:#FFF;
	margin-top: 10px;}
#locationBox a {
	color: #fff;
	text-transform: none;
	text-decoration:none;}
#location Box a:hover{color:#C03;}

#mapContainer{
	width:55%;
	float: left;
	}
#map{/*border-style: solid;
	border-width:5px;
	border-color:#232828;
	width:87.3%;
	width: 504px;
	height: 503px;*/
	
}
/*ul#maplocations {
	list-style: none;
	background: url(Graphics/wayfareMap.jpg) no-repeat 0 0;
	position: relative;
	width: 504px;
	height: 503px;
	margin: 0;
	padding: 0;
	border-width:10px;
	border-color:#232828;
	border-style:solid;}
ul#maplocations li {
	position: absolute;}
ul#maplocations li a{
	display: block;
	height: 100%;
	text-indent: -9000px;}	

#moore {
	width: 40px;
	height: 40px;
	top: 530px;
	left: 560px;}
#westward {
	width: 40px;
	height: 40px;
	top: 320px;
	left: 735x;}
#scarborough {
	width: 40px;
	height: 40px;
	top: 475px;
	left: 665px;}
#circle {
	width: 40px;
	height: 40px;
	top: 213px;
	left: 389px;}*/
	
/* contact page only */
#contactBox{
	width:55%
	font-size:25px;
	float:left;}
#contactBox ul li a{
	text-decoration:none;}
#contactBox li {
	list-style-type:none;
	color:#FFF;
	margin-top: 10px;}
#contactBox a {
	color: #fff;
	text-transform: none;}
#contactBox a:hover{color:#C03;}

/* gallery pages only*/
.title{
	background-color:#54545e;
	font-size:36px;
	color:#FFF;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 20px;}
.galleryContainer{
	width:65%;
	float: left;}
.marketingContainer{
	width:35%;
	float: left;
	font-size:18px;}
.marketing{
	margin-left:7%;
	max-width: 400px;}
.marketingList li {
	margin-top: 20px;
	margin-left:10%;
	width:90%;
	max-width:400px;}
.marketingList ul {
	padding-left:0px;}
.galleryNav ul{
	width:75%;
	margin-left:10%;
	margin-top:75px;
	padding:5px;
	list-style-type: none;
	text-align:center;
	font-size:14px;}
.galleryNav ul li{
	display:inline;}
.galleryNav ul li a{
	text-decoration:none;
	padding: .2em 1em;
	color: #fff;}
.galleryNav ul li a:hover{
	color: #232828;}
