

*{
	margin:0;
	padding:0;
}

img
{
	border:none;
}

html
{
font-size: 16px;	margin: 0;
	padding: 0;
}

body
{
	text-align: left;
	margin: 20px auto;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1rem;
	color: black;
}

#Container
{
	width: 100%;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	background-color: white;
}

#HeaderContainer
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#Header
{
	float: left;
	width: 100%;
	text-align: left;
	font-size: 1rem;
	font-style: italic;
	font-weight: 500;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: white;
    z-index: -10;
}

#Header a
{
	color: white;
}

#Header a
{
	color: white;
}

#Header a:hover
{
	color: #C03;
}

#HeaderImgage
{
 	position: relative;
    top: 0;
    left: 0;
    width: 100%;
	max-height: 600px;
	min-height: 200px;
}

#HeaderImgage img
{
	float: left;
	width: 100%;
	max-height: 600px;
	min-height: 200px;
}

#TownNavigation
{
 	position: absolute;
    top: 40px;
    left: 40px;
    width: 40%;
	font-family: Georgia, Times, "Times New Roman", serif;
	line-height: 1.9rem;
	z-index: 10;
}

#Content
{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	padding-bottom: 3rem;
}

#Footer
{
	float: left;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	line-height: 2rem;
	color: white;
	text-align: center;
	background-color: #333333;
}

#Footer a
{
	color: white;
}

#Copyright
{
	float: left;
	width: 100%;
	max-width: 1200px;
	color: black;
	text-align: center;
	padding-top: 1rem;
	background: url(images/layout/background.gif) left top repeat;
}

.NarrowColumn
{
	float: left;
	width: 90%;
	margin-left: 5%;
	padding-top: 1rem;
}

/* navigation */
.TopNavigation
{
	float: left;
	width: 100%;
	text-align: center;
	background-color: #000;
	font-size: 1.1rem;
	line-height: 1.9rem;
	padding-top: .3rem;
	padding-bottom: .3rem;
	font-family: Georgia, Times, "Times New Roman", serif;
	background-color: black;
	border-color: black;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.TopNavigation a
{
	padding-left: 1rem;
	padding-right: 1rem;
	text-decoration: none;
	color: white;
	text-align: center;
	font-stretch: condensed;
}

.TopNavigation a:hover
{
	color: #C03;
	text-decoration: underline;
}

.LatestBlogPosts
{
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.LatestBlogPostsEntries
{
	float: left;
	width: 40%;
	margin-right: 10%;
	margin-bottom: 1rem;
}

.TheButton
{
	float: right;
	background-color: #3366cc;
	border: none;
	color: white;
	padding: 15px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1rem;
	cursor:pointer;
}

.TheButton:hover
{
	background-color: #6699ff;
	color: white;
}

.ButtonWrapper
{
	float: right;
	width: 40%;
	padding-top: 1rem;
	padding-right: 2rem;
}


.NewWrapper
{
	float: left;
	width: 100%;
	padding-bottom: 4rem;
}


.NewLayoutImage
{
	float: left;
width: 45%;
max-width: 500px;
	padding-right: 2%;
}

.NewLayoutImage img
{
	float: left;
	width: 100%;
}

.NewLayoutText
{
	float: left;
width: 50%;
	margin-top: 0px;
	padding-left: 2%;
}
				
.NewLayoutText h2
{
	font-size:130%;
	color: #34788f;
	margin: 0px 0px 1rem 0px;
	text-align: left;
	font-family: "Martel", Monaco, monospace, serif;
}
				
.NewLayoutText h2:hover
{
	color: black;
}
				
.NewWrapperStandard
{
	float: left;
width: 45%;
max-width: 600px;
	margin-right: 2%;
}

.NewLayoutImageStandard
{
	float: left;
	width: 100%;
}

.NewLayoutImageStandard img
{
	float: left;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
}

.NewLayoutTextStandard
{
	float: left;
	width: 96%;
	margin-top: 0px;
	padding-left: 2%;
	padding-right: 2%;
}
				
.NewLayoutTextStandard h2
{
	font-size: 100%;
	color: #34788f;
	margin: 0px 0px 1rem 0px;
	text-align: left;
	font-family: "Martel", Monaco, monospace, serif;
	font-weight: bold;
	text-decoration: underline;
}

.StandardRow
{
	float: left;
	width: 100%;
	border-top: 1px solid #69F;
	border-bottom: 1px solid #69F;
	margin-bottom: 2rem;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.LinkRow
{
	float: left;
	width: 100%;
	text-align: left;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.VacationRow
{
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.StandardGroup
{
	float: left;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	box-shadow: 0 0 3px #ccc;
	padding-top: 1rem;
	padding-bottom: 2rem;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.StandardGroup:hover
{
	box-shadow: 0 0 3px #000;
}	


.StandardAd
{
	float: left;
width: 20%;	min-width: 120px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 0px;
	padding-right: 2%;
	margin: 0px;
	text-align: center;
}

.StandardAd img
{
	width: 100%;
max-width: 175px;	min-width: 100px;
	padding: 0px;
	margin: 0px;
}

.StandardText
{
	float: left;
width: 70%;	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-right: 1%;
	margin-left: 1%;
}

.StandardText a
{
	font-size: 1.2rem;
	color: #336699;
}

.LinkAd
{
	float: left;
	width: 200px;
	height: 30px;
	padding: 1%;
	text-align: center;
}


.LinkText
{
	float: left;
	width: 70%;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 10px;
}

.VacationText
{
	float: left;
	width: 90%;
	padding-top: 1rem;
	padding-right: 2%;
	padding-left: 2%;
	margin-left: 3%;
	font-size: 1.5rem;
	text-align: left;
	color: #336699;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.VacationText a
{
	color: #336699;
}

.ImageOnlyRow
{
	float: left;
width: 185px;height: 300px;	padding-top: 4%;
	padding-bottom: 4%;
	padding-left: 2%;
	padding-right: 2%;
	font-size: 1rem;
	margin: 0px;
	text-align: center;
}

.ImageOnlyRow a
{
	font-size: 1rem;
}

.ImageOnlyRow img
{
	width: 100%;
max-width: 175px;	padding: 0px;
	margin: 0px;
}

.PageBannerWideAd
{
	float: left;
	width: 100%;
	padding-bottom: 3rem;
}

.PageBannerWideAd img
{
	width: 100%;
	max-width: 430px;
}

.LargePhoto
{
	float: left;
	width: 96%;
	margin-top: 5px;
	margin-left: 2%;
	margin-bottom: 2rem;
}

.LargePhoto img
{
	float: left;
	width: 100%;
}


.ArticlePhoto
{
	float: left;
	width: 400px;
	height: 266px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}

.ArticlePhotoFull
{
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 2rem;
}

.ArticlePhoto2
{
	float: left;
	width: 300px;
	height: 450px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.ArticlePhoto3
{
	float: left;
	width: 400px;
	height: 161px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}

@media all and (max-width : 1000px)
{
	.NewLayoutImage
	{
		float: left;
		width: 90%;
		max-width: 700px;
		padding-right: 1%;
	}
	
	.NewLayoutText
	{
		float: left;
		width: 90%;
		padding-left: 1%;
	}

	.LatestBlogPostsEntries
	{
		float: left;
		width: 90%;
		margin-right: 10%;
		margin-bottom: 1rem;
	}


}

@media all and (max-width : 768px)
{
	
	.NewWrapperStandard
	{
		float: left;
		width: 90%;
		padding-right: 2%;
		padding-bottom: 5rem;
	}

}


@media all and (max-width : 785px)
{
	
	.NewWrapperStandard
	{
		float: left;
		width: 90%;
		padding-right: 2%;
		padding-bottom: 5rem;
	}

}


/* tags */
h1
{
	font-size: 2rem;
	color: #000;
	margin:0px 0px 10px 0px;
	text-align: center;
	padding-top: 1rem;
}

h1 a
{
	color: #000;
}

h2
{
	font-size: 1.1rem;
	color: #000;
	margin:5px 0px 5px 0px;
	text-align: left;
	padding-top: 1rem;
}

h2 a
{
	color: #000;
}

h3
{
	font-size: 1.1rem;
	color: #003800;
	margin:0px 0px 5px 0px;
	text-align: center;
}

h4
{
	font-size: 1.1rem;
	color: #FF0;
	margin:0px 0px 5px 0px;
}

h5
{
	font-size: 2rem;
	color: #F00;
	margin:0px 0px 10px 0px;
	text-align: center;
	padding-top: 1rem;
}

h6
{
	font-size: 2rem;
	color: #FFF;
	margin:0px 0px 10px 0px;
	text-align: center;
	padding-top: 1rem;
}


p
{
	margin: 1rem 0px 2rem 0px;
}

a
{
	color:#000000;
	font-family: Georgia, Times, "Times New Roman", serif;
}

li
{
	list-style: disc;
	margin-left: 3rem;
	margin-right: 3rem;
}





.NavDiv
{ 
	margin: 0;
	padding: 0;
	padding-left: 3%;
	padding-top: 10px;
	width: 97%;
	background-color: #000000;
}




/* CSS Menu Code */

.toggle,
[id^=drop]
{
	display: none;
}

/* Giving a background-color to the nav container. */
nav
{ 
	margin: 0;
	padding: 0;
	background-color: #000000;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after
{
	content: "";
	display: table;
	clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position: relative" */
nav ul
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
	
/* Positioning the navigation items inline */
nav ul li
{
	margin: 0px;
	display: inline-block;
	float: left;
	background-color: #000000;
}

/* Styling the links */
nav a
{
	display: block;
	padding: 14px 10px;	
	color: #FFF;
font-size: 1rem;	font-weight: bold;
	font-family: Georgia, Times, "Times New Roman", serif;
	list-style: none;
	text-decoration: none;
}


nav ul li ul li:hover
{
	background: #222222;
	list-style: none;
}

/* Background color change on Hover */
nav a:hover
{ 
	background-color: #222222; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul
{
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 45px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul
{
	display: inherit;
}
	
/* First Tier Dropdown */
nav ul ul li
{
	float: none;
	display: list-item;
	position: relative;
	list-style: none;
}
	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ''; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 720px){	nav
	{
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu
	{
		display: none;
	}

	/* Styling the toggle label */
	.toggle
	{
		display: block;
		background-color: #000000;
		padding: 14px 20px;	
		color: #FFF;
font-size: 1rem;		font-weight: bold;
		font-family: Georgia, Times, "Times New Roman", serif;
		text-decoration: none;
		border: none;
	}

	.toggle:hover
	{
		background-color: #222222;
	}

	/* Display Dropdown when clicked on Parent Label */
	[id^=drop]:checked + ul
	{
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li
	{
		display: block;
		width: 100%;
	}

	nav ul ul .toggle,
	nav ul ul a
	{
		padding: 0 40px;
	}

	nav ul ul ul a
	{
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a
 	{
		background-color: #333333;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
	nav ul ul ul a
	{
		padding:14px 20px;	
		color: #FFF;
font-size: 1rem;	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a
	{
		background-color: #222222; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul
	{
		float: none;
		position: static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul
	{
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li
	{
		display: block;
		width: 100%;
	}

	nav ul ul ul li
	{
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */

	}

}
@media all and (max-width : 330px)
{

	nav ul li
	{
		display: block;
		width: 94%;
	}

}

