@charset "UTF-8";
*{
	margin:0px;
	padding:0px;
}

/*html5 display rule*/
address, article, aside, canvas, content, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('../fonts/Chunkfive-webfont.eot');
    src: url('../fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Chunkfive-webfont.woff') format('woff'),
         url('../fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('../fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'AmaranthRegular';
    src: url('../fonts/Amaranth-webfont.eot');
    src: url('../fonts/Amaranth-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Amaranth-webfont.woff') format('woff'),
         url('../fonts/Amaranth-webfont.ttf') format('truetype'),
         url('../fonts/Amaranth-webfont.svg#AmaranthRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(../images/background1.gif);
}

h1, h2, h3 {
	font-family:Verdana, Geneva, sans-serif;
	}

.container {
	width: 960px;
	margin-top:20px;
	margin-right:auto;
	margin-bottom:10px;
	margin-left:auto;
	position:relative;
}

.header {
	display:block;
	margin-bottom:30px;
}

.header h1 {
	text-align:left;
	margin-left: 20px;
	color:#006600;
	font-size:46px;
	text-shadow: 2px 2px 0px #f60, 2px 2px 0px #f60;
	}

.header p {
	text-align:right;
	color:#006600;
	font-family: Verdana, Geneva, sans-serif;
	font-size:26px;
	position:absolute;
	right:0px;
	top:0px;
}


.image {
	height:100px;
	width:960px;
	}
	
nav {
	width:940px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	margin-bottom:5px;
}

nav li{
	float: left;
	list-style: none;
	margin-top:10px;
}

nav li a{
	font-family: Verdana, Geneva, sans-serif;
	text-decoration:none;
	display:block;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
	font-size:20px;
}

nav li a:link{
	color:#333;
	
}
nav li a:visited{
	color:#333;
}
nav li a:hover{
	font-family: Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color: #006600;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	box-shadow: 0px 0px 5px #353535;
	-webkit-box-shadow: 0px 0px 5px #888; /* Safari */
}
nav li a:active{
	color:#333;
	background-color:#003300;
}

hr {
	color: #82b0e0;
	width:700px;
	margin-left:10px;
}

.border {
	height: 3px;
	border-top: 1px solid #006600;
}
.border2 {
	height: 3px;
	clear: both;
	border-top: 1px dashed #006600;
}
.border3 {
	height: 3px;
	clear: both;	
	border-bottom: 1px solid #006600;
	border-top: 1px dashed #006600;
}
.border4 {
	height: 3px;
	clear: both;
	width:90%;
	margin: 0 auto;
	border-top: 1px dashed #006600;
}

#gallery {
		background-color: #FFF;
		padding: 10px;
		width: 900px;
		margin-left:20px;
	}

#gallery ul { 
		list-style: none; 
	}
	
#gallery ul li { 
		display: inline; 
	}
	
#gallery ul img {
		border: 5px solid #006600;
		border-width: 5px 5px 5px;
	}
	
#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 5px;
		color: #fff;
	}
	
#gallery ul a:hover { 
		color: #fff;
}

article {
	width:960px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	}

article h2, h3, h4, p {
	margin-left:20px;
	margin-right:20px;
	padding-top:10px;
	}
	
article p {
	font-size:14px;
	padding-top:4px;
	padding-bottom:10px;
	line-height:18px;
	}
		
article h2{
	color:#353535;
	font-size:28px;
	text-transform: capitalize;
}

article h3{
	color:#353535;
	font-size:20px;
	text-transform: capitalize;
}

article h4{
	color:#353535;
	font-size:18px;
	text-transform: capitalize;
}

article .leftfloat{
	width:50%;
	float:left;
	}
	
article .rightfloat{
	width:50%;
	float:right;
	}

article img.right {
	float: right;
	background-color:#f2f3ed;
	padding: 5px 5px 5px 5px;
	margin-right:10px;
	margin-left:10px;
	}

article img.left {
	float: left;
	background-color:#f2f3ed;
	padding: 5px 5px 5px 5px;
	margin-right:10px;
	margin-left:10px;
	}

article p img.right {
	float: right;
	background-color:#f2f3ed;
	padding: 5px 5px 5px 5px;
	-moz-box-shadow: 3px 6px 8px -2px #006600;
	-webkit-box-shadow: 3px 6px 8px -2px #006600;
	box-shadow: 3px 6px 8px -2px #006600;
	}

article p img.left {
	float: left;
	background-color:#f2f3ed;
	padding: 5px 5px 5px 5px;
	margin-left:0px;
	-moz-box-shadow: 3px 6px 8px -2px #006600;
	-webkit-box-shadow: 3px 6px 8px -2px #006600;
	box-shadow: 3px 6px 8px -2px #006600;
	}

article p a:link {
	color:#333;
}

article p a:visited {
	color:#333;
}


footer {
	width:960px;
	margin: 0 auto;
	clear: both;
}
	
footer section.first {
	float:left;
	width:280px;
	padding-top:5px;
	padding-bottom:5px;
	}

footer section.first p {
	font-family:font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#333;
	line-height: 14px;
	}
	
footer section.first p a:link {
	color:#333;
}

footer section.first p a:visited {
	color:#333;
}
	
footer section {
	float:left;
	width:330px;
	padding-top:5px;
	padding-bottom:5px;
	color:#333;
	}
footer section h3 {
	font-family:font-family: Verdana, Geneva, sans-serif;
	color:#333;
	font-size:12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 0px;
	text-transform: capitalize;
	font-weight:normal;
	}
	
		
footer section p {
	color: #333;
	font-size: 12px;
	line-height: 14px;
	}
footer section p a:link {
	color:#333;
}

footer section p a:visited {
	color:#333;
}

.clearing {
	clear:both;
}
