/*   CSS3  stylesheet */

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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
	content: "\e600";
}
.icon-phone-hang-up:before {
	content: "\e601";
}
.icon-envelop:before {
	content: "\e602";
}
.icon-search:before {
	content: "\e603";
}
.icon-menu:before {
	content: "\e604";
}
.icon-menu3:before {
	content: "\e605";
}
.icon-circle-up:before {
	content: "\e610";
}
.icon-mail:before {
	content: "\e606";
}
.icon-mail2:before {
	content: "\e607";
}
.icon-mail3:before {
	content: "\e608";
}
.icon-mail4:before {
	content: "\e609";
}
.icon-facebook:before {
	content: "\e60a";
}
.icon-facebook2:before {
	content: "\e60b";
}
.icon-facebook3:before {
	content: "\e60c";
}
.icon-twitter:before {
	content: "\e60d";
}
.icon-twitter2:before {
	content: "\e60e";
}
.icon-twitter3:before {
	content: "\e60f";
}
.icon-youtube3:before {
	content: "\e611";
}
.icon-linkedin:before {
	content: "\e612";
}
.icon-linkedin2:before {
	content: "\e613";
}
.icon-pinterest:before {
	content: "\e614";
}
.icon-pinterest2:before {
	content: "\e615";
}



body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.85em; 
	color: #555555;	
	background-image:  ; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center center;
	background-attachment:fixed;
}

html {
	margin: 0;
	padding: 0;
	height: 110%;	/* hack for android/chrome */
}

#banner-wrapper {
	width: auto; 
	color: #FFF;
	background: url(images/body-bg.png) repeat-x;
	background-size: contain;
}
#banner-wrapper a {
	color: #FFF;
}
#banner-wrapper a:hover {
	color: #FFF;
	text-decoration: none; 
}
#banner {
	margin: 0 auto;
	width: 74%; 	
}
#logo {
	font-size: 1.8em; 
	color: #fffefe; 
	text-decoration: none; 
	padding: 10px 0 10px 0;
}
#banner-image {
	text-align: center;
}
#banner-image img {
	border: 5px solid #FFF;
	margin: 20px -5px 40px -5px;
}
#main-nav {
	font-size: 1.2em;
	padding-bottom: 10px; 
}
#main-nav a {
	color: #CCC;
}
#main-nav a#selected {
	color: #FFF;
}
#main-nav a:hover {
	color: #FFF;
}
#main-nav img {
	margin: 0 0 -4px 10px;
}
#banner-clear {
    content: " "; 
    display: table; 
	clear: both;
	margin-bottom: 60px;	
}

#container {
	position: relative;
	margin: 0 auto;
	width: 74%; 
	min-height: 100%;
}
#content {
	background: rgba(255, 255, 255, 0.9);
	padding : 20px;
	margin: 0 0 40px 0;
	border-radius: 10px;
}
#full-width img {
	float: right; 
	max-width: 25%;
	max-width: none\9; /* hack for IE8 and earlier */
	margin-left: 1%;
}
#left-column {
	float: left;
	width: 76%;
	padding-right: 1%;
}
#search {
	display: none;
	float: right;
	margin-top: 15px;
}
#right-column {
	float: left;
	width: 23%;
	font-size: 0.85em;
}
#right-column img {
	padding: 1px;
	border: 1px solid #C0C0C0;
	margin-bottom: 10px;
}
#right-column p {
	margin: 0;
}

#footer-wrapper {
	position: relative;
	float: left;
	min-width: 100%; 
	font-size: 0.9em;
	text-align: center;
	color: #DCDCDC;
	background: rgba(0, 0, 0, 0.6);
	padding: 20px 0;
}
#footer {
	margin: 0 auto;
	width: 74%;
}
#footer a {
	color: #DCDCDC;
}
#footer a:hover {
	color: #FFF;
}

a { 
	color: #4682B4;
	text-decoration: none;
}
a:hover { 
	color: #B0C4DE;
	text-decoration: underline;
}
ul { 
	list-style-type: square;
	padding: 0;
	margin-left: 15px;
}
ol {
	list-style-type: lower-roman;	
	padding: 0;
	margin-left: 15px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
hr {
	color: #DCDCDC; 	
	background: #DCDCDC; 
	border: 0;
	height: 1px;
}
h1 {
	font-size: 1.4em;
	line-height: 1.3; 
	color: #888888;
	padding: .5em 0 .2em 0;
}
h2 {
	font-size: 1.2em;
	line-height: 1.3; 
	color: #888888;
	padding: .5em 0 .2em 0;
}
h3 {
	font-size: 1.1em;
	color: #888888;
}
p {
	line-height: 1.5; 
	padding: .5em 0;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
	max-width: none\9; /* hack for IE8 and earlier */
}
iframe {
	border: 0;
}

.subheader {
	font-size: 1.3em;
	font-weight: normal;
	color: #228B22;
}
.boldtext {
	font-size: 1.1em;
	color: #228B22;	
}
.smalltext {
	font-size: 0.8em;
}

#slideshow {
	padding: 5px 0;
}
a.slideshow img {
	border: 1px solid #DCDCDC;
	padding: 2px;
}

a.slideshow:hover img {
	border: 3px solid #808080;
	padding: 0;
}

.cartoons-wrapper {
	float: right;
	margin-left: -10px\9; margin-right: -10px\9; /* hack for IE8 and earlier */
}
.cartoon450 {
	max-width: 51.5%;
	max-width: none\9; /* hack for IE8 and earlier */
}
.cartoon200 {
	max-width: 23%;
	max-width: none\9; /* hack for IE8 and earlier */
}

.cf:before,
.cf:after {
    content: " "; 
    display: table; 
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1; /*  For IE 6/7 only */
}

.icon-search {
	font-size: 1.1em;
	margin: 0 0 0 1%;
}
.search-button a:hover {
	text-decoration: none;
}


.img-expand {
	position: relative;
	margin: 20px auto;
	overflow: hidden;
	width: auto;
	border-radius: ;
}
.img-expand img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
}

.top-link {
	position: fixed;
	display: none;
	bottom: 10px; right: 1%;
}
.top-link a {
	color: #000;
}
.top-link a:hover {
	color: #A9A9A9;
	text-decoration: none;
}
.icon-circle-up {
	font-size: 2em;
	cursor: pointer;
}


@media screen and (max-width: 1100px) {
	#banner, #container, #footer {
		width: 90%;
	}
	#main-nav {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 900px) {
	html {
		font-size: 0.9em;
	}
}
@media screen and (max-width: 900px) {
	#banner, #container, #footer {
		width: 95%;
	}
	.cartoons-wrapper {
		float: none;
	}
	.cartoon450, .cartoon200 {
		display: block;
		max-width: 100%;
	}
}
@media screen and (max-width: 850px) {
	#left-column {
		float: none;
		width: auto;
		padding-right: 0;
	}
	#right-column {
		float: none;
		width: auto;
	}
	#right-column img {
		max-width: 47%;
	}	
}
@media screen and (max-width: 600px) {
	#content {
		padding : 20px 10px 20px 10px;
	}
}
@media screen and (max-width: 450px) {
	#banner-image img {
		border: 5px solid #FFF;
		margin: 30px -5px 30px -5px;
	}
	#main-nav {
		padding-bottom: 2px; 
	}
}

@media screen and (min-width: 1285px) {
	#container {
		width: 890px;
	}	
}

@media print {
	#main-nav, #footer-nav {
    	display: none;
	}
}
