/* CSS Document */
.white{
	color: #FFF;
}
.clear{
	clear: both;
}
.bigger{
	width: 17%;
}
.line{
	height: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#menu a:link{
	color: #FFF;
	text-decoration: none;
}
#menu a:visited{
	color: #FFF;
	text-decoration: none;
}
#menu a:hover{
	color: #32a0d9;
	text-decoration: underline;
}
#menu a:active{
	color: #000;
}

#footer{
	color: #FFF;
	background-color: #333333;
	width: 100%;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
}
#footercontent{
	width: 100%;
	max-width: 1250px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 0.875em;
}

.footerm a:link{color: #32a0d9;
	text-decoration: none;
}
.footerm a:visited{color: #32a0d9;
	text-decoration: none;
}
.footerm a:hover{
	color: #CCC;
	text-decoration: underline;
}
.footerm a:active{color: #CCC;
	text-decoration: none;
}




.footerlinks{
	color: #CCC;
	text-decoration: none;
	font-size: 0.875em;
}
.footerlinks a:link{color: #CCC;
	text-decoration: none;
}
.footerlinks a:visited{color: #CCC;
	text-decoration: none;
}
.footerlinks a:hover{
	color: #32a0d9;
	text-decoration: underline;
}
.footerlinks a:active{color: #CCC;
	text-decoration: none;
}
.f32black{
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
}
.f26black{
	font-family: 'Oswald', sans-serif;
	font-size: 1.375em;
}
.f20black{
	font-family: 'Oswald', sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
}
.f20blackindent{
	font-family: 'Oswald', sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
	margin-left: 2em;
}

.f24green{
	color: #99CC00;
	font-size: 1.5em;
	text-transform: uppercase;
}
.f22green{
	color: #99CC00;
	font-size: 1.375em;
	text-transform: uppercase;
}
.extra{
	background-image: url(../images/extra-bkg.jpg);
	background-repeat: repeat;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
}
.extracontent{
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.imgb3{
	border: 0.125em solid #FFF;
}
.btn{
	font-family: 'Oswald', sans-serif;
	background-color: #32a0d9;
	padding: 0.875em;
	text-align: center;
	font-size: 1.25em;
	color: #FFF;
}
.imgleft{
	float: left;
}
.imgright{
	float: right;
	margin: 1em;
	border: 0.250em solid #FFF;
}
.imgleft2{
	float: left;
	border: 0.250em solid #FFF;
	margin: 1em;
}

#content a:link{
	color: #000;
	text-decoration: none;
}
#content a:visited{
	color: #000;
	text-decoration: none;
}
#content a:hover{
	color: #32a0d9;
	text-decoration: underline;
}
#content a:active{
	color: #000;
	text-decoration: underline;
}







.extracontent a:link{
	color: #000;
	text-decoration: none;
}
.extracontent a:visited{
	color: #000;
	text-decoration: none;
}
.extracontent a:hover{
	color: #32a0d9;
	text-decoration: underline;
}
.extracontent a:active{
	color: #000;
	text-decoration: underline;
}






.btn a:link{
	color: #FFF;
	text-decoration: none;
}
.btn a:visited{
	color: #FFF;
	text-decoration: none;
}
.btn a:hover{
	color: #000000;
	text-decoration: underline;
}
.btn a:active{
	color: #FFF;
	text-decoration: underline;
}



#toTop {
	width: 100px;
	text-align: center;
	padding: 5px;
	position: fixed; /* this is the magic */
	bottom: 10px; /* together with this to put the div at the bottom*/
	right: 10px;
	cursor: pointer;
	display: none;
	color: #333;
	font-family: verdana;
	font-size: 11px;
}
.xline{
	background-color: #333333;
	width: 100%;
	padding-top: 1px;
}
.blue{
	color: #32a0d9;
	font-family: 'Oswald', sans-serif;
}

.homepic{
	border-radius: 0.3em;
	border-top-left-radius: 0.3em;
	border-top-right-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
	box-shadow: 0px 1px 4px 2px #999;
	}