@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(0,0,0,1.00);
}
/*Fixed layout*/
body {
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 1;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
    background-image: url(../_images/_body/grayBG1.jpg);
    background-repeat: repeat;
}
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: 400;
}
em {
    font-style: italic;
}
h1 {
	font-style: normal;
}
.h1Header {
    font-size: 4em;
    color: rgba(230,195,139,1.00);
    padding: .4em 0 0 2em;
    font-family: josefin-sans;
    font-weight: 300;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    line-height: .8em;
}
.h1HeaderLG {
    font-size: 1.2em;
    color: rgba(34,153,153,0.60);
    font-weight: 400;
    font-family: montserrat;
    font-style: normal;
    /*text-shadow: 6px 5px 4px rgba(0,0,0,.30);*/
    font-variant: normal;
}
h2 {
    font-style: normal;
}
.h2Header {
	margin: 1em 0 .5em 0;
	font-size: 1.5em;
	color: rgba(230,195,139,1.00);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
}
h3 {
	font-style: normal;
}
.h3Contact {
	font-size: 1.3em;
	color: rgba(209,190,158,1.00);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
}
header {
    width: 100%;
	margin: 0 auto;
    border-bottom: 3px solid rgba(38,38,38,1.00);
}
.headerContainer {
	width: 1100px;
	margin: 0 auto;
}
.banner {
    width: 100%;
    height: 460px;
    margin: 0 auto 0 auto;
    padding: 10px 0 0 0;
    background-color: rgba(0,0,0,1.00);
}
#slideContainer {
	width: 1050px;
	margin: 0 auto;
	height: 449px;
}
#slideshow {
	position:relative;
	float: left;
	margin: 0 0 0 0;
	height: 449px;
	width: 1050px;

}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}
.banner2 {
    width: 100%;
    height: 260px;
    margin: 0 auto 0 auto;
    padding: 10px 0 0 0;
    background-color: rgba(0,0,0,1.00);
}
.miniBanner {
    width: 1050px;
    margin: 0 auto;
    height: 249px;
    background-image: url(../_images/_body/miniBanner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.miniBanner2 {
    width: 1050px;
    margin: 0 auto;
    height: 249px;
    background-image: url(../_images/_body/miniBanner2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.miniBanner3 {
    width: 1050px;
    margin: 0 auto;
    height: 249px;
    background-image: url(../_images/_body/miniBanner3.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.miniBanner4 {
    width: 1050px;
    margin: 0 auto;
    height: 249px;
    background-image: url(../_images/_body/miniBanner4.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
nav {
    width: 100%;
    margin: 0 auto;
    background-image: url(../_images/_body/grayBG1.jpg);
    background-repeat: repeat;
    border-top: 3px solid rgba(38,38,38,1.00);
}
.navContainer {
	clear: both;
	width: 886px;
	margin: 0 auto;
	padding: 1em 0 0 0;
	overflow: hidden;
}
.navContainerL {
	float: left;
	width: 750px;
	margin: 0;
}
.toolbar {
	float: left;
	width: 750px;
	margin: 0 0 0 0;
	font-family: raleway;
	font-style: normal;
	font-weight: 200;
	font-size: 1.63em;
	text-align: right;
	line-height: 1.5em;
    text-transform: lowercase;
}
.toolbar li {
	display: inline;
	margin: 0 .4em 0 .4em;
	padding: 0 0 0 0;
	zoom: 1;
}
.toolbar a:link {
	color: rgba(41,186,186,1.00);
	text-decoration: none;
}
.toolbar a:visited {
	color: rgba(41,186,186,1.00);
	text-decoration: none;
}
.toolbar a:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.toolbar a:active {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.navContainerR {
    float: right;
    margin: .02em 0 .1em 0;
    -moz-border-radius: 40px 6px 6px 6px;
    -webkit-border-radius: 40px 6px 6px 6px;
    border-radius: 40px 6px 6px 6px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 6em;
    font-weight: 400;
    text-align: center;
    font-style: normal;
    line-height: .8em;
}
.navContainerR a:link {
	float: right;
	color: rgba(36,177,255,1.00);
	padding: .1em .2em 0 .6em;
	-moz-border-radius: 40px 6px 6px 6px;
    -webkit-border-radius: 40px 6px 6px 6px;
    border-radius: 40px 6px 6px 6px;
	background-color: rgba(145,145,145,0.10);
	text-decoration: none;
}
.navContainerR a:visited {
	float: right;
	color: rgba(36,177,255,1.00);
	padding: .1em .2em 0 .6em;
	-moz-border-radius: 40px 6px 6px 6px;
    -webkit-border-radius: 40px 6px 6px 6px;
    border-radius: 40px 6px 6px 6px;
	background-color: rgba(145,145,145,0.10);
	text-decoration: none;
}
.navContainerR a:hover {
	float: right;
	color: rgba(255,255,255,1.00);
	padding: .1em .2em 0 .6em;
	-moz-border-radius: 40px 6px 6px 6px;
    -webkit-border-radius: 40px 6px 6px 6px;
    border-radius: 40px 6px 6px 6px;
	background-color: rgba(0,0,0,0.10);
	text-decoration: none;
}
.navContainerR a:active {
	float: right;
	olor: rgba(255,255,255,1.00);
	padding: .1em .2em 0 .6em;
	-moz-border-radius: 40px 6px 6px 6px;
    -webkit-border-radius: 40px 6px 6px 6px;
    border-radius: 40px 6px 6px 6px;
	background-color: rgba(0,0,0,0.10);
	text-decoration: none;
}
.contactButt {
	float: left;
	width: 632px;
    margin: .2em 0 0 110px;
    padding: .2em 0 0 0;
	font-family: raleway;
	font-style: normal;
	font-weight: 200;
	font-size: 2.2em;
    border-top: 1px solid rgba(62,62,62,1.00);
}
.contactButt a:link {
    float: right;
	color: rgba(41,186,186,1.00);
	text-decoration: none;
	text-align: center;
	padding: 0;
}
.contactButt a:visited {
    float: right;
	color: rgba(41,186,186,1.00);
	text-decoration: none;
	text-align: center;
	padding: 0;
}
.contactButt a:hover {
	float: right;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	text-align: center;
	padding: .0;
}
.contactButt a:active {
	float: right;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	text-align: center;
	padding: 0;
}
.container {
	width: 100%;
	margin: 0 auto;
    overflow: hidden;
}
section {
	width: 1050px;
	margin: 0 auto 5em auto;
	line-height: 1.5;
    overflow: hidden;
}
p {
	margin-top: .9em;
}
article {
	float: left;
	font-style: normal;
	font-weight: 200;
	font-size: 1.3em;
    color: rgba(185,174,136,1.00);
}
.articleHome {
	margin: .5em 0 0 85px;
	padding: .1em 2em 2em 2em;
	width: 800px;
    background-color: rgba(0,0,0,0.10);
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.articleHome p {
    margin: .9em 0 0 1em;
}
.articleGal {
	margin: .5em 0 0 85px;
	padding: .1em 2em 2em 2em;
	width: 800px;
    background-color: rgba(0,0,0,0.10);
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.articleGal p {
    margin: .9em 0 0 1em;
}
.galImgCont {
    float: left;
    margin: 1em 0 0 1em;
}
.galImgCont img {
    padding: 0 9px 0 0;
}
.articleBio {
	margin: .5em 0 0 85px;
	padding: .1em 2em 2em 2em;
	width: 800px;
    background-color: rgba(0,0,0,0.10);
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.articleBio ul {
    margin: 0 0 0 3.5em;
    list-style: circle;
    line-height: 1.5em;
    font-size: .8em;
}
.articleBio p {
    margin: .9em 0 0 1em;
}
.articleBio img {
    float: right;
    margin: .5em 0 2em 2em;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.articleCon {
	margin: .5em 0 0 85px;
	padding: .1em 2em 2em 2em;
	width: 800px;
    background-color: rgba(0,0,0,0.10);
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.articleCon p {
    margin: .9em 0 0 1em;
}
.articleCon img {
    float: left;
    margin: .5em 2em 3em 0;
}
article a:link {
	color: rgba(41,186,186,1.00);
	text-decoration: none;
}
article a:visited {
	color: rgba(41,186,186,1.00);
	text-decoration: none;
}
article a:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
article a:active {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
aside {
	float:left;
	line-height: 1.5;
}
footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	line-height: 1.5;
    font-size: 1.2em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
	font-weight: 200;
    color: rgba(143,143,143,1.00);
    background-color: rgba(0,0,0,1.00);
    border-top: 3px solid rgba(38,38,38,1.00);
}
footer p {
	margin-top: .3em;
}
.footerContainer {
	width: 600px;
	margin: 0 auto;
	padding-top: 2em;
    overflow:  hidden;
}
.footerLeft {
	float: left;
    width: 440px;
	margin: 0 0 2em 0;
	padding: 0 1em 1em 0;
	border-right: 2px solid rgba(30,30,30,1.00);
	text-align: right;
}
.footerLeft2 {
	float: left;
    width: 440px;
	margin: 2em 0 2em 0;
	padding: 0 1em 1em 0;
	border-right: 2px solid rgba(30,30,30,1.00);
	text-align: right;
}
.footerRight {
	float: right;
    width: 119px;
	margin: 0 0 0em 0;
	text-align: left;
}
footer a:link {
	color: rgba(34,157,157,1.00);
	text-decoration: none;
}
footer a:visited {
	color: rgba(34,157,157,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;
}
.linkedIn {
    float: right;
    margin: .4em .05em .9em 0em;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 5em;
    font-weight: 400;
    text-align: center;
    font-style: normal;
    line-height: .8em;
}
.linkedIn a:link {
	float: right;
	color: rgba(36,177,255,1.00);
	padding: 0 .2em .15em .25em;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
	background-color: rgba(35,35,35,1.00);
	text-decoration: none;
}
.linkedIn a:visited {
	float: right;
	color: rgba(36,177,255,1.00);
	padding: 0 .2em .15em .25em;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
	bbackground-color: rgba(35,35,35,1.00);
	text-decoration: none;
}
.linkedIn a:hover {
	float: right;
	color: rgba(255,255,255,1.00);
	padding: 0 .2em .15em .25em;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
	background-color: rgba(56,56,56,1.00);
	text-decoration: none;
}
.linkedIn a:active {
	float: right;
	olor: rgba(255,255,255,1.00);
	padding: 0 .2em .15em .25em;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
	background-color: rgba(56,56,56,1.00);
	text-decoration: none;
}
/*______________________________________________________STYLES*/
.expectations {
	font-size: 1.4em;
}
address {
	font-style: normal;
	margin: 0;
	padding: 0;
	font-size: .7em;
}
sup {
    vertical-align: baseline;
	font-size: .8em;
}
sub {
    vertical-align: baseline;
	font-size: .8em;
}
.bulletHD {
    font-size: 1.2em;
    color: rgba(210,149,51,1.00);
}
.phoneEmail {
    font-size: 1.3em;
}
.button {
	float: left;
	margin: 0 0 2em 0;
	width: 600px;
	-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
	font-family: raleway;
	font-size: 1.4em;
	font-weight: 300;
	text-align: center;
	font-style: normal;
	line-height: 1.8em;
}
.button a:link {
	float: left;
	color: rgba(34,157,157,1.00);
	width: 600px;
	padding: .6em 0 .6em 0;
	-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
	background-color: rgba(35,35,35,1.00);
	text-decoration: none;
}
.button a:visited {
	float: left;
	color: rgba(34,157,157,1.00);
	width: 600px;
	padding: .6em 0 .6em 0;
	-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
	background-color: rgba(35,35,35,1.00);
	text-decoration: none;
}
.button a:hover {
	float: left;
	color: rgba(255,255,255,1.00);
	width: 600px;
	padding: .6em 0 .6em 0;
	-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
	background-color: rgba(56,56,56,1.00);
	text-decoration: none;
}
.button a:active {
	float: left;
	color: rgba(255,255,255,1.00);
	width: 600px;
	padding: .6em 0 .6em 0;
	-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
	ackground-color: rgba(56,56,56,1.00);
	text-decoration: none;
}
