@charset "utf-8";
/* CSS Document */

@font-face
{
	font-family: sunvilHeader;
	src: url( "../fonts/Altoysitalic.ttf" );
}


*
{
	padding: 0;
	margin: 0;
	position: relative;
	box-sizing: border-box;
}

.flag
{
	overflow: auto;
	width: 100%;
	text-align: center;
}

.imageBorderCenter
{
	margin: 0 auto;
	margin-bottom: 1em;
	padding: 2px;
	background-color: #2a5128;
	
	border: 1px solid #F2BE61;
	
	border-top-color: #ffab34;
	border-left-color: #ffab34;
	
	border-bottom-color: #271908;
	border-right-color: #271908;
}
.imageBorderRight
{
	margin-left: 10px;
	margin-bottom: 1em;
	float: right;
	padding: 2px;
	background-color: #2a5128;
	
	border: 1px solid #F2BE61;
	
	border-top-color: #ffab34;
	border-left-color: #ffab34;
	
	border-bottom-color: #271908;
	border-right-color: #271908;
}
.imageBorderLeft
{
	margin-right: 10px;
	margin-bottom: 1em;
	float: left;
	padding: 2px;
	background-color: #2a5128;
	
	border: 1px solid #F2BE61;
	
	border-top-color: #ffab34;
	border-left-color: #ffab34;
	
	border-bottom-color: #271908;
	border-right-color: #271908;
	
}



body
{
	background-color: #fffbe4;
	width: 100%
}

#Sunvil
{
	position: relative;
}
#Sunvil .frame
{
	position: absolute;
	
	/* background-color: #f4f49e; */
}

#Page
{
	width: 100%;
}

#Sunvil.page
{
	margin: 0 auto;
	width: 1000px;
	height: 800px;
	
	background-color: #EADA96;
	
}

.indexStuff
{
	padding: 0 1.5em;
	text-align: center;
	font-size: 1.0em;
	margin-top: 0.5em;
}

.hdrImage
{
	width: 100%;
	text-align: center;
}

.image
{
	padding-left: 1em;
	position: relative;
}

#googlemap
{
	position: relative;
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

#Header
{
	width: 525px;
	height: 135px;
	left: 200px;
	
	margin-top: 20px;
	margin-left: 80px;
	overflow: hidden;
	
	background: url( "../images/Header.png" ) no-repeat;
	
	border: 3px solid #592711;
	
	border-bottom-color: #3A190B;
	border-right-color: #3A190B;
	
	border-top-color: #d59653;
	border-left-color: #d59653;
	
	background-color: #FFF7C3;
}

#Header .text_overlay
{
	padding: 10px;
	padding-left:  100px;
	
	font-family: sunvilHeader;
	color: #2A5128;
}
#Header .text_overlay .main
{
	margin-bottom: 3px;
	font-size: 60px;
	margin-left: 20px;
	padding-top: 25px;
	font-weight: normal;
}
#Header .text_overlay .sub
{
	padding-top: 5px;
	margin-bottom: 3px;
	font-size: 25px;
	margin-left: 80px;
	font-weight: lighter;
	padding-bottom: 2px;
}
#Content
{
	width: 820px;
	min-height: 600px;
	overflow: auto;
	left: 180px;
	top: 160px;
	
	padding: 15px;
	
}



#Content .copy
{
	width: 100%;
	min-height: 550px;
	overflow: auto;
	padding: 1.25em;
	
	font-family: Georgia;
	font-size: 16px;
	color: #3E3E3F;
	line-height: 1.5;
	
	border: 3px solid #592711;
	
	border-bottom-color: #3A190B;
	border-right-color: #3A190B;
	
	border-top-color: #d59653;
	border-left-color: #d59653;
	
	background-color: #FFF7C3;
}

#main
{
	width: 100%;
	padding-left: 200px;
}

#content
{
	min-height: 800px;
	max-width: 1000px;
	background: url( "../images/backdrop-large.png" );
}

#sidebar
{
	width: 200px;
}
#sidebar .logo
{
	width: 200px;
	height: 200px;
	margin: 0;
	
	background-image: url( "../images/Sun200.png" );
}
#header
{
	height: 165px;
	background-image: url( "../images/photos/Header800.jpg" );
}


#sidebar .menu ul li
{
	width: 158px;
	border-width: 4px;
	font-size: 1.4em;
	height: 2.8em;
	padding-top: 0.7em;
	border-width: 2px 0;
}



#body .copy
{
	padding: 15px;
}

#body .copy div
{
	padding-bottom: 1em;
	text-indent: 1.25rem;
}

#body .copy h1
{
	padding-top: 0.2rem;
	padding-bottom: 0.1rem;
	padding-left: 0.2rem;
	font-size: 1.3em;
	font-family:  Georgia;
	font-weight: normal;
}

p
{
	padding-bottom: 1em;
}

.sitemap
{
	text-align: center;
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;
}

.google
{
	text-align: center;
}