/* CSS Document */
/* West Chester Cottage */
body {
	margin:0 0 0 0;
	background-color:#f4f4f4;
	background-image:url(../images/mastbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;	
	}
	
h1 {
	margin:20px 0 10px 0;
	
	font-size:2em;
	color:#277aa3;
	font-family:"Times New Roman", Times, serif;	
	border-bottom:1px solid #e2e2e2;
	}
	
.space {
	margin:0 0 50px 0;
	}
	
#main {
	margin:0 auto;
	width:960px;
	}
	
#mast {
	margin:20px 0 0 0;
	height:436px;
	background-image:url(../images/mast.gif);
	background-repeat:no-repeat;
	}
	
#nav {
	margin:20px 0 0 0;
	width:400px;
	height:30px;
	float:right;
	
	text-align:right;
	word-spacing:2.3em;
	}
	
#nav a {
	font-size:1.6em;
	text-decoration:none;
	}

#nav a:link, #nav a:visited {
	color:#f7d5b8;
	}

#nav a:hover {
	color:#fff;
	background-color:#505050;
	}

#nav a:active {
	color:#f7d5b8;
	}
	
#phone {
	/*float:right;
	margin:360px 0 0 300px;*/
	
	position:relative;
	top:358px;
	left:578px;
	
	width:300px;
	height:30px;	
	}

#phone a {
	color:#277aa3;
	font-weight:bold;
	}
	
#phone a:link, #phone a:visited {
	text-decoration:none;
	}

#phone a:hover {
	text-decoration:underline;
	}

#phone a:active {
	text-decoration:none;
	}



#content {
	margin:70px 0 0 0;
	}
	
#content p {
	font-size:1em;
	}
	
#content a {
	color:#277aa3;
	}
	
#content a:link, #content a:visited {
	text-decoration:none;
	}

#content a:hover {
	text-decoration:underline;
	}

#content a:active {
	text-decoration:none;
	}

#content li {
	list-style-image:url(../images/bullet.gif);
	}
	
/* Javascript image gallery */
#images {
	margin:0 auto;
	height:420px;
	}

#mImage
{
		width:490px;
		height:370px;
		float:left;
		
		border:solid #277aa3 10px;
}

#caption
{
		width:400px;
		float:left;
}

#caption p
{
		color:#000;
		font-size:.8em;
}

#zoom
{
		width:110px;
		padding-top:5px;
		float:left;
		text-align:right;
}

#tImage
{
		margin-right:250px;
		width:150px;
		height:390px;
		float:right;
		text-align:left;
		
		overflow:auto;

}

#tImage img
{
		margin:0 5px 12px 0;
		border:solid #277aa3 2px;
		
}

	