/**************Paste into very top of css stylesheet*********/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of css reset*/
img { 
	max-width: 100%; 
}
body {
	font-family: 'ABeeZee', sans-serif;
	margin-top: 20px;
	color: #333333;
}
h1, h2, h3 {
	font-family: 'Cabin Sketch', cursive;
}
h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 4.2rem;
}
.pink {
	color: #EE409B;
}
.green {
	color: #61B821;
}
.blue{
	color: #29ABE2;
}
.orange {
	color: #EA891C;
}
.bg-pink {
	background-color: #EE409B;
}
.bg-green {
	background-color: #61B821;
}
.bg-blue{
	background-color: #29ABE2;
}
.bg-orange {
	background-color: #EA891C;
}
.pink-hover a:hover{
	color: #EE409B !important;
}
.green-hover a:hover{
	color: #61B821 !important;
}
.blue-hover a:hover{
	color: #29ABE2 !important;
}
.orange-hover a:hover{
	color: #EA891C !important;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#container h2 {
	font-size: 1.8rem;
}
#header {
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#logo-container {
	width: 420px;
	float: none;
}
#logo {
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}
#top-text {
	float: left;
	width: 500px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#top-nav {
	float: right;
	width: 420px;
	margin-top: 15px;
	height: auto;
}
#top-nav li {
	float: right;
	width: 140px;
	font-size: 22px;
	line-height: 22px;
}
.top-nav-subheader {
	font-size: 10px;
	font-style: normal;
	letter-spacing: -0.05em;
}
#top-nav a, #top-nav a:link, #top-nav a:visited {
	text-decoration: none;
	color: #333333;
	display: block;
}
.top-nav-subheader-about {
	font-size: 10px;
	font-style: normal;
	letter-spacing: -0.05em;
	padding-left: 30px;
}
.top-nav-about {
	padding-left: 30px;
}
#banner {
	height: 350px;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#banner-no-bottom-border {
	height: 350px;
	margin-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#banner-pic {
	width: 500px;
	height: 350px;
	float: left;
}
#banner-pic-slider {
	float: left;
}
#banner-content {
	width: 440px;
	margin-top: 20px;
	height: 330px;
	float: right;
	margin-left: 20px;
	text-align: justify;
}
#banner-content p {
	padding-top: 10px;
	line-height: 25px;
}
#banner-content a, #banner-content a:link, #banner-content a:visited, #content a, #content a:link, #content a:visited, #content-below-banner a, #content-below-banner a:link, #content-below-banner a:visited {
	color: #61B821;
	text-decoration: none;
}
#banner-content a:hover, #content a:hover, #content-below-banner a:hover {
	color: #61B821;
	text-decoration: underline;
}
#banner-content a.pink-link , #banner-content  a.pink-link:link, #banner-content  a.pink-link:visited {
	color: #EE409B !important;
	text-decoration: none;
}
#banner-content  a.pink-link:hover {
	color: #EE409B !important;
	text-decoration: underline;
}
#banner-content a.orange-link , #banner-content  a.orange-link:link, #banner-content  a.orange-link:visited {
	color: #EA891C !important;
	text-decoration: none;
}
#banner-content  a.orange-link:hover {
	color: #EA891C !important;
	text-decoration: underline;
}
#banner-content a.blue-link , #banner-content  a.blue-link:link, #banner-content  a.blue-link:visited {
	color: #29ABE2 !important;
	text-decoration: none;
}
#banner-content  a.blue-link:hover {
	color: #29ABE2 !important;
	text-decoration: underline;
}
#contacts {
	margin-top: 7px;
}
.contact {
	height: 76px;
	clear: both;
}
.contact p {
	font-size: 1.2em;
	color: #007B7B;
	line-height: 64px;
	float: left;
	padding-left: 10px;
}
.contact-icon {
	float: left;
}
.nivoSlider, .nivoSlider img, .nivo-slice {
    border-radius:3px;  /*change value based on preference*/
}

#buttons {
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	clear: both;
	border-bottom-style: groove;
	padding-bottom: 10px;
}
.button-left {
	width: 225px;
	float: left;
	border-radius: 5px;
	height: 200px;
	margin-top: 10px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
}
.button-left a,.button-left a:link,.button-left a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-radius: 5px;
}
.button {
	width: 225px;
	float: left;
	border-radius: 5px;
	height: 200px;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
}
.button a,.button a:link,.button a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-radius: 5px;
}
.clear-both {
	clear: both;
}
.button-pic {
	width: 225px;
	height: 150px;
}
#bottom-nav {
	clear: both;
	width: 100%;
	height: 30px;
	border-radius: 3px;
	margin-top: 10px;
	background-color: #ffffff;
	color: #FFFFFF;
}
#bottom-nav li {
	float: left;
	width: 137px;
	text-align: center;
	line-height: 30px;
	font-size: 0.8em;
}
#bottom-nav a, #bottom-nav a:link, #bottom-nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
#bottom-nav a:hover {
	color: #FFFFFF;
	border-radius: 3px;
}
#content, #content-below-banner {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding-bottom: 12px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	padding-bottom: 5px;
	text-align: center;
	padding-top: 15px;
	color: #007B7B;
}
#content p {
	line-height: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: justify;
}
#content-below-banner p {
	padding-top: 10px;
	line-height: 25px;
	text-align: justify;
}
#footer {
	height: 100px;
	margin-top: 23px;
	clear: both;
}
#footer p {
	font-size: 0.85rem;
}
#footer a, #footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-left {
	float: left;
	width: 250px;
}
#footer-right {
	float: right;
	width: 250px;
	text-align: right;
}
#footer-middle {
	width: 460px;
	text-align: center;
	float: left;
}
.banner-image {
	border-radius: 3px;
}
.bold {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.right-pic {
	float: right;
	border-radius: 3px;
}
.right-pic2 {
	float: right;
	border-radius: 3px;
}
.contact {
	height: 76px;
	clear: both;
}
.contact h6 {
	font-size: 1.1em;
	line-height: 60px;
	float: left;
	font-weight: normal;
	padding-left: 10px;
}
.contact-icon {
	float: left;
}
.customer-names {
	padding-left: 30px;
	margin-bottom: 8px;
}
.underline {
	text-decoration: underline;
}
.donate {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #EA891C;
	color: #ffffff;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 5px;
	line-height: 30px;
	font-size: 18px;
	height: 30px;
}
.donate a {
	color: #ffffff;
	text-decoration: none;
}
.get-into-summer {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 50px;
}

