@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(49,49,49,1.00);
}
/*Fixed layout*/
body {
  width: 100%;
  margin: 0 auto;
  font-size: 100%;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: rgba(44, 44, 44, 1.00);
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
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: 4.5em;
    color: rgba(185,85,86,1.00);
    padding: .4em 1.2em 0 0;
	font-style: normal;
    /*font-family:"Agenda";
	font-family:"Raleway";*/ 
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 200;
    text-align: right;
    line-height: 1em;
}
h2 {
  font-style: normal;
}
.h2Header {
  font-size: 2em;
  color: rgba(223,175,101,1.00);
  margin: 0 0 .5em 0;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight:200;
  text-align: right;
  line-height: 1em;
}
h3 {
  font-style: normal;
}
.h3Header {
  font-size: 1.1em;
  color: rgba(223,175,101,1.00);
  margin: 1em 0 0 0;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight:200;
  text-align: right;
  line-height: 1em;
}
    
/*...................................................HEADER*/
header {
  width: 100%;
  margin: 0 auto;
  height: 100px;
  background-color: rgba(0, 0, 0, 1.00);
  border-bottom: solid 0px rgba(49,49,49,1.00);
}
.headerContainer {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 0 0;
  height: 100px;
}
.banner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 0;
  background-color: rgba(29,29,29,1.00);
}
.bannerContainer {
  margin: 0 auto 0 auto;
  width: 980px;
  height: 490px;
}
.bannerContainer img {
  margin-top: 4px;
	padding: 4px 0 4px 0;
  border-radius: 12px;
}
#slideContainer {
  margin: 0 auto 0 auto;
  width: 0px;
  height: 0px;
}
#slideshow {
  position: relative;
  float: left;
  margin: 0 0 0 0;
  height: 0px;
  width: 0px;
}
#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 6pxs
	border-radius: 6px 6px 6px 6px;*/
}
#slideshow IMG.active {
  z-index: 10;
  opacity: 1.0;
}
#slideshow IMG.last-active {
  z-index: 9;
}
.container {
  width: 0px;
  margin: 0 auto;
}
/*...................................................BANNER*/	
.banner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background-color: rgba(28,28,28,1.00);
  border-bottom: 3px solid rgba(23,23,23,1.00);
}
.bannerContainer {
  margin: 0 auto 0 auto;
  width: 980px;
  height: 420px; 
}
.bannerContainer img {
    padding: 0;
    border-radius: 8px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.65);
    border: 2px solid rgba(56,56,56,1.00);
}
	
/*...................................................NAV*/

nav {
  float: left;
  width: 100%;
  height: 0px;
  margin: 0 auto;
}
.navContainer {
  clear: both;
  width: 0px;
  margin: 0 auto;
  padding:0em;
  overflow: hidden;
}
.toolbar {
  float: left;
  width: 0px;
  margin: 0 0 0 0;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 100;
  font-size: 1em;
  text-align: left;
  line-height: 1em;
  color: rgba(0,0,0,1.00);
}
.toolbar li {
  display: inline;
  margin: 0;
  padding: 0 .5em 0 .3em;
  zoom: 1;
}
.toolbar a:link {
  color: rgba(219,110,110,1.00);
  text-decoration: none;
}
.toolbar a:visited {
  color: rgba(219,110,110,1.00);
  text-decoration: none;
}
.toolbar a:hover {
  color: rgba(219,110,110,1.00);
  text-decoration: underline;
}
.toolbar a:active {
  color: rgba(219,110,110,1.00);
  text-decoration: none;
}
.social {
  float: right;
  width: 100px;
  height: 100px;
  margin: 0 0 0 0;
}
a.rolloverIN {
  width: 100px;
  height: 100px;
  display: block;
  background-image: url(../_images/_body-22/instaRL.png);
  text-decoration: none;
}
a.rolloverIN:hover {
  background-position: -100px 0px;
/*...................................................ARTICLES*/
}
section {
  width: 980px;
  height: 100%;
  margin: 6em auto 0 auto;
  line-height: 1.5;
  overflow: hidden;
}
p {
  margin-top: .9em;
}
article {
  float: left;
  margin: 0 0 0 0;
  width: 0px;
}
.articleHome {
  float: right;
  width: 800px;
  margin: 1em 2.5em 0 0;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 200;
  font-size: 1.6em;
  text-align: right;
  color: rgba(227, 224, 196, 1.00);
  border-bottom: solid 2px rgba(59,59,59,1.00);
  padding: 0 1em 0 0;
}
.articleHome2 {
  float: right;
  width: 860px;
  margin: .5em 2.5em 0 0;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 200;
  font-size: 1.6em;
  text-align: right;
  color: rgba(227, 224, 196, 1.00);
  padding: 0 1em 0 0;
}
.articleBullets {
  float: right;
  width: 800px;
  margin: 0em 2.7em 0 0;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 200;
  font-size: 1.6em;
  text-align: right;
  color: rgba(227, 224, 196, 1.00);
  padding: 0 1em 0 0;
}
.articleBulletsL {
  float: right;
  width: 280px;
  margin: 1em 0 0 0;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 200;
  font-size: 1em;
  text-align: right;
  color: rgba(227, 224, 196, 1.00);
  padding: 0 0 0 0;
}
.articleBulletsR {
  float: right;
  width: 280px;
  margin: 1em 0em 0 0;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 200;
  font-size: 1em;
  text-align: right;
  color: rgba(227, 224, 196, 1.00);
  padding: 0 0 0 0;
}
article a:link {
  color:rgba(71,173,189,1.00);
  text-decoration: none;
}
article a:visited {
  color:rgba(71,173,189,1.00);
  text-decoration: none;
}
article a:hover {
  color:rgba(255,255,255,1.00);
  text-decoration: underline;
}
article a:active {
  color:rgba(255,255,255,1.00);
  text-decoration: underline;
}
aside {
  float: left;
  width: 0px;
  margin: 0 auto 0 auto;
  line-height: 1.5;
/*...................................................FOOTER*/
}
.contact {
  clear: both;
  width: 900px;;
  margin: 2em auto 1em auto;
  text-align: right;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.6em;
  font-weight: 200;
  line-height: 1.5;
  color: rgba(227, 224, 196, 1.00);
  overflow: hidden;
  border-right: solid 12px rgba(59,59,59,1.00);
  padding: 1em 1em 1em 0;
}
.contact a:link {
  color: rgba(0, 158, 182, 1.00);
  text-decoration: underline;
}
.contact a:visited {
  color: rgba(0, 158, 182, 1.00);
  text-decoration: underline;
}
.contact a:hover {
  color: rgba(126,194,204,1.00);
  text-decoration: underline;
}
.contact a:active {
  color: rgba(126,194,204,1.00);
  text-decoration: underline;
}
footer {
  clear: both;
  width: 1000px;
  height: auto;
  margin: 0 auto 4em auto;
  text-align: right;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.6em;
  font-weight: 200;
  line-height: 1.5;
  color: rgba(227, 224, 196, 1.00);
  overflow: hidden;
  padding: .1em 0 1em 0;
  border-top: solid 2px rgba(59,59,59,1.00);
}
.imageContainer {
  margin: 2em auto 2em auto;
  width: 980px;
  height: auto; 
}
.imageContainer img {
  padding: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.65);
  border: 2px solid rgba(56,56,56,1.00);
}
sup {
  vertical-align: super;
  font-size: .6em;
}
sub {
  vertical-align: baseline;
  font-size: .6em;
}
