@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(30,30,30,1.00);
    background-color: rgba(26,26,26,1.00);
}
/*Fixed layout*/
body {
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(173,173,173,1.00);
    color: rgba(196,196,196,1.00);
	line-height: 1;
    background-color: rgba(0,0,0,1.00);
}
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;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
strong { 
    font-weight: bold;
}
em { 
    font-style: italic;
}
h1 {
	font-style: normal;
}
.h1Header {
    font-size: 6em;
    color: rgba(255,255,255,1.00);
    margin: .3em 0 .55em 0;
    font-weight: 200;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
	font-style: normal;
}
.h2Header {
	font-size: 1.8em;
    color: rgba(255,255,255,1.00);
    margin: .25em 0 .3em 0;
    font-weight: 200;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.h2Header a:link {
	color: rgba(101,183,213,1.00);
	text-decoration: none;
}
.h2Header a:visited {
	color: rgba(101,183,213,1.00);
	text-decoration: none;
}
.h2Header a:hover {
	color:rgba(255,255,255,1.00);
	text-decoration: none;
}
.h2Header a:active {
	color:rgba(255,255,255,1.00);
	text-decoration: none;
}
h3 {
	font-style: normal;
}
.h3Header {
	font-size: 2.8em;
    color: rgba(255,255,255,1.00);
    margin: 0 .8em 0 0;
    font-weight: 100;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: right;
    line-height: 1.2em;
}
.h3About {
	font-size: 3em;
    color: rgba(255,255,255,1.00);
    margin: 4em .7em 0 0;
    font-weight: 100;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: right;
}
.h3Gallery {
	font-size: 2.8em;
    color: rgba(255,255,255,1.00);
    margin: 0 .8em 0 0;
    font-weight: 100;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: right;
}
h4 {
	font-style: normal;
}
.h4Header {
	font-size: 1.8em;
    margin: .8em 0 .3em 0;
    font-weight: 200;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(255,255,255,1.00);
}
.container {
	width: 1000px;
	margin: 0 auto;
    overflow: hidden;
    background-color: rgba(0,0,0,1.00);
}
header {
    float: left;
    width: 1000px;
    margin: 2em 0 0 0;
}
.headerHD {
    float: left;
    width: 1000px;
    margin: 0 0 0 0;
    line-height: 1.6em;
}
.headerHD p {
    margin: 0 0 0 1em;
    padding: 0 2em 0 1em;
    font-size: 1.2em;
    border-left: 1px solid rgba(1,89,36,1.00);
    font-weight: 200;
}
nav {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background-color: rgba(30,30,30,1.00);
}
.toolbar {
    width: 1000px;
	margin: 0 auto 0 auto;
    text-align: left;
    overflow: hidden;
}
section {
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: rgba(26,26,26,1.00);
	line-height: 1.5;
}
p {
	margin-bottom: .9em;
}
article {
	width: 1000px;
	margin: 2em auto 2em auto;
}
.articleBan {
    float: left;
    width: 1000px;
    margin: 0 0 2em 0;
    -moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
.articleBan img {
    -moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
.articleHD {
    float: left;
    width: 1000px;
    margin: 0 0 2em 0;
    padding: .5em 0 1.5em 0;
}
.articleHD1 {
    float: left;
    width: 395px;
    margin: 0;
}
.articleHDst {
    float: left;
    width: 1000px;
    margin: 0 0 3em 0;
    padding: 10 0 0 0;
}
.articleHDspacer {
    float: left;
    width: 1000px;
    height: 500px;
    margin: 0 0 3em 0;
    padding: 10 0 0 0;
}
.articleHD1st {
    float: left;
    width: 395px;
    margin: 0;
}
.articleHD1st img{
    float: right;
    margin: 1em .5em 0 0;
}
.articleHD2 {
    float: left;
    width: 562px;
    margin-top: 1.3em;
    padding: 0 0 0 40px;
    border-left: 1px solid rgba(0,61,24,1.00);
}
.articleHD3st {
    float: left;
    width: 314px;
    padding: 0 0 0 80px;
    border-right: 1px solid rgba(0,61,24,1.00);
}
.articleHD3 {
    float: right;
    width: 562px;
    margin: 0 0 0 0;
    padding: 0 0 0 40px;
}
.articleHD p {
    font-weight: 200;
    font-size: 1.3em;
    margin: 0 1em 0 0;
}
.articleHD2 p {
    font-weight: 200;
    font-size: 1.3em;
    margin: 0 1em 0 0;
}
.articleHD3 p {
    font-weight: 200;
    font-size: 1.3em;
    margin: 0 1em .6em 0;
}
.articleHD4 {
    float: left;
    width: 562px;
    margin-top: .3em;
    padding: 0 0 0 40px;
    border-left: 1px solid rgba(0,61,24,1.00);
}
.articleHD4 p {
    font-weight: 200;
    font-size: 1.3em;
    margin: 0 1em .6em 0;
}
.articleHD4 a:link {
	color: rgba(101,183,213,1.00);
	text-decoration: none;
}
.articleHD4 a:visited {
	color: rgba(101,183,213,1.00);
	text-decoration: none;
}
.articleHD4 a:hover {
	color:rgba(255,255,255,1.00);
	text-decoration: none;
}
.articleHD4 a:active {
	color:rgba(255,255,255,1.00);
	text-decoration: none;
}
.articleHD5 {
    float: right;
    width: 800px;
    margin: 0 0 0 0;
    padding: 0 0 0 40px;
}
.articleHD5 p {
    font-weight: 200;
    font-size: 1.3em;
    margin: 0 1em .6em 0;
}
.articleHD6 {
    float: right;
    width: 950px;
    margin: 0 0 0 0;
    padding: 0 0 0 40px;
}
.articleHD6 p {
    font-weight: 200;
    font-size: 1.3em;
    margin: 0 1em .6em 0;
}
.articleHD6 img {
    float: right;
    margin: 1em .8em .3em 2em;
}
.articleHD7 {
    float: left;
    width: 1000px;
    margin: 0 0 0 0;
    padding: 0 0 1.5em 0;
}
.articleHome {
    float: left;
    width: 1000px;
	margin: 0 0 1.5em 0;
    padding-bottom: .5em;
    border-bottom: 1px solid rgba(0,61,24,1.00);
}
.articleHome img {
    float: left;
	margin: 0 2.5em 1em 0;
}
.articleHome p {
	margin: 0 2em 0 0;
    font-weight: 200;
    font-size: 1.1em;
}
.articleGal {
    float: left;
    width: 900px;
	margin: 1em 0 3em 80px;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0,61,24,1.00);
}
.articleGal img {
    float: left;
	padding: 0 8px 8px 0;



}
.articleGal p {
	margin: 0 2em 0 0;
}
aside {
	float:left;
	line-height: 1.5;
}
footer {
    clear: both;
	width: 100%;
	margin: 0 auto 0 auto;
    padding: 0 0 4em 0px;
    overflow: hidden;
	background-color: rgba(45,45,45,1.00);
	line-height: 1.5;
    font-size: 1.5em;
    font-weight: 200;
}
.footerBox {
    width: 930px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}
footer p {
	margin: 1em 0 0 1.7em;
}
footer a:link {
    color: rgba(101,183,213,1.00);
	text-decoration: none;
}
footer a:visited {
	color: rgba(101,183,213,1.00);
    text-decoration: none;
}
footer a:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
footer a:active {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.button {
	float: left;
	margin: 0 0 0 0;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: 200;
	text-align: center;
	font-style: normal;
}
.button a:link {
	float: left;
	color: rgba(195,195,195,1.00);
    margin: 0 3px 0 0;
	padding: .4em 1.55em .5em 1.55em;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	background-color: rgba(45,45,45,1.00);
	text-decoration: none;
}
.button a:visited {
	float: right;
	color: rgba(195,195,195,1.00);
    margin: 0 3px 0 0;
	padding: .4em 1.55em .5em 1.55em;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	background-color: rgba(45,45,45,1.00);
	text-decoration: none;
}
.button a:hover {
	float: right;
	color: rgba(255,255,255,1.00);
    margin: 0 3px 0 0;
	padding: .4em 1.55em .5em 1.55em;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	background-color: rgba(216,230,75,.40);
	text-decoration: none;
}
.button a:active {
	float: right;
	color: rgba(255,255,255,1.00);
    margin: 0 3px 0 0;
	padding: .4em 1.55em .5em 1.55em;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	background-color: rgba(216,230,75,.40);
	text-decoration: none;
}
.facebookHeaderL {
	float: left;
	margin: .1em 0 0 .2em;
    padding: .3em .2em 0 .5em;
	text-align: right;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 6em;
    font-weight: 200;
	background-color: rgba(0,0,0,0.98);
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
    line-height: .68em;
}
.articleHD5 ul li {
    list-style: none;
    font-weight: 200;
    font-size: 1.3em;
}
.articleHD5 ul li a:link {
	color: rgba(101,183,213,1.00);
	text-decoration: none;
}
.articleHD5 ul li a:visited {
	color: rgba(101,183,213,1.00);
	text-decoration: none;
}
.articleHD5 ul li a:hover {
	color:rgba(255,255,255,1.00);
	text-decoration: none;
}
.articleHD5 ul li a:active {
	color:rgba(255,255,255,1.00);
	text-decoration: none;
}
.resumeYearMarg {
	padding-right: 1em;
}
address {
    font-weight: 200;
    font-size: 1.3em;
    font-style: normal;
}
