@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
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: 0px;
    padding: 0px;
    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;
}
html {
	background-color: rgba(254,29,0,1.00);
}
/*Fixed layout*/
body {
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,1.00);
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font-family: Georgia, "Times New Roman", "Georgia Bold";
	font-style: normal;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 .5em 1.5em;
	color: rgba(146,124,85,1.00);}
h2 {
	font-family: Georgia, "Times New Roman", "Georgia Bold";
	font-style: normal;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 .5em 0;
	color: rgba(146,124,85,1.00);
}
h3 {
	font-size: 1.8em;
	font-weight: 400;
	color: rgba(146,124,85,1.00);
	font-family: source-sans-pro;
	font-style: normal;
}
.h3Email {
	font-size:1.2em;
	margin-bottom: .4em;
}
.wrapper {
	width: 100%;
    margin: 0 auto;
	position: relative;
}
header {
    width: 100%;
    height: 45px;
    margin: 0 auto;
	position: fixed;
	top: 0;
	bottom: 0;
}
nav {
    width: 100%;
    height: 32px;
	margin: 0 auto;
	background-color: rgba(216,23,0,1.00);
    padding: 1.2em 0 0 0;
	border-bottom: solid 6px rgba(216,23,0,1.00);
}
.toolbar {
	width: 800px;
	margin: 0 auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-style: normal;
	font-weight: 300;
}
.toolbar li {
    display: inline;
    margin: 0 .7em 0 .7em;
    padding: 0 0 0 0;
    zoom: 1;
}
.toolbar a:link {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.toolbar a:visited {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.toolbar a:hover {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}
.toolbar a:active {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}
.container {
    width: 100%;
    margin: 45px auto 0 auto;
}
section {
    width: 1050px;
	margin: 45px auto 0 auto;
    padding: 0;
    line-height: 1.5;
}
p {
    margin-bottom: .9em;
}
article {
	float: left;
	width: 1025px;
	margin: 30px 0 3em 0;
	padding: 2em 0 2em 25px;
	background-color: rgba(245,245,245,1.00);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 1.2em;
	color: rgba(126,126,126,1.00);
}
.thumbnails {
	float: left;
	width: 1000px;
	margin: .5em 0 4em 0;
}
.thumbnails p {
	font-size: .9em;
}
.thumbnails3 {
	float: left;
	width: 1000px;
	margin: .5em 0 4em 0;
}
.thumbnails3 img {
	float: left;
	margin: 0 30px .6em 0;
}
.thumbnails3 p {
	font-size: .9em;
}
.thumbnails2 img {
	float: left;
	margin: 0 30px .6em 0;
}
.thumbnails2 p {
	font-size: .9em;
}
article img {
	border: solid 1px rgba(229,224,215,1.00);
}
article a:link {
    color: rgba(3,163,209,1.00);
    text-decoration: none;
}
article a:visited {
    color: rgba(3,163,209,1.00);
    text-decoration: none;
}
article a:hover {
    color: rgba(0,0,0,1.00);
    text-decoration: underline;
}
article a:active {
    color: rgba(0,0,0,1.00);
    text-decoration: underline;
}
.articleR ul li {
	margin: 0 0 .0 1.3em;
}
footer {
    float: left;
    width: 1000px;
    margin: 2em 0 0 0;
	padding: .5em 0 .5em 0;
    background-color: rgba(254,29,0,1.00);
   -moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius:  10px 10px 10px 10px;
    color: rgba(255,255,255,1.00);
}
#facebookTop {
	margin-top: 2em;
}
.description {
	float: left;
	background-color: rgba(255,255,255,1.00);
	margin: .2em 0 .6em 0;
	padding: .7em 2em 1em 2em;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius:  10px 10px 10px 10px;
    color: rgba(108,108,108,1.00);
}
.descriptionB {
	float: left;
	background-color: rgba(216,23,0,1.00);
	margin: .2em 0 .6em 0;
	padding: 1.2em 1.5em 1.3em 1.5em;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius:  10px 10px 10px 10px;
    color: rgba(255,255,255,1.00);
}
.description2 {
	float: left;
	width: 390px;
	background-color: rgba(255,255,255,1.00);
	margin: 4em 0 .6em 0;
	padding: .7em 2em 1em 2em;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius:  10px 10px 10px 10px;
    color: rgba(108,108,108,1.00);
}
article .thumbnails2 #staff {
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius:  10px 10px 10px 10px;
}
.contact {
	float: left;
	width: 390px;
	background-color: rgba(255,255,255,1.00);
	margin: 0 0 .6em 0;
	padding: .7em 2em 1em 2em;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius:  10px 10px 10px 10px;
    color: rgba(108,108,108,1.00);
}
.toolbar2 {
	width: 1000px;
	margin: 0 auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-style: normal;
	font-weight: 200;
}
.toolbar2 li {
    display: inline;
    margin: 0 .5em 0 .5em;
    padding: 0 0 0 0;
    zoom: 1;
}
.toolbar2 a:link {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.toolbar2 a:visited {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.toolbar2 a:hover {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}
.toolbar2 a:active {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}
.thumbnails2 {
	float: left;
	width: 820px;
	margin: 0 0 2em 80px;
	padding: 1em 0 1em 0;
	border-top: solid 1px rgba(221,221,221,1.00);
	border-bottom: solid 1px rgba(221,221,221,1.00);
}
