@charset "UTF-8";
/* CSS Document */

/* CSS Reset */
html, body, article, div, nav, section, article, footer, header, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
margin: 0px;
padding: 0px;
}
/* display */
aside, article, section, header, footer, nav {
display: block;
}

html {
background-color: #444;
}
/*Fixed layout*/
body {
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: rgba(255,255,255,1.00);
}
h1 {
	font-style: normal;
}
.h1Header {
	font-size: 1.6em;
	color: rgba(230,230,230,1.00);
	margin: .6em 0 .4em 0;
	letter-spacing: .1em;
	font-style: normal;
	font-weight: 300;
}
.h1SM {
	font-size: .7em;
}
h2 {
    font-style: normal;
}
.h2Header {
	font-size: 1.3em;
	margin: 1em 0 .5em 0;
	color: rgba(230,230,230,1.00);
	letter-spacing: .1em;
	font-weight: 300;
}
.h2Header2 {
	clear: both;
	margin: 1em 0 1.5em .8em;
	color: rgba(230,230,230,1.00);
	border-left: solid 8px rgba(85,85,85,1.00);
	border-bottom: solid 2px rgba(85,85,85,1.00);
	padding: .5em 0 0 .5em;
    font-weight: 300;
    font-size: 1.3em;
}
h3 {
    font-style: normal;
}
.h3Header {
	width: 800px;
	font-size: 2em;
	font-weight: 400;
	margin: 1.5em 0 .2em 0;
	color: rgba(98,129,153,1.00);
	text-transform: uppercase;
	font-family: josefin-sans;
}
.h3Header2 {
	font-size: 2em;
	font-weight: 400;
	margin: .5em 0 .2em 0;
	color: rgba(98,129,153,1.00);
	text-transform: uppercase;
	font-style: normal;
	font-family: josefin-sans;
}
.h3Show {
    font-size: 1.9em;
    font-weight: 200;
    margin: 0 0 .4em 0;
    color: rgba(139,178,208,1.00);
    text-transform: capitalize;
    font-style: normal;
    font-family: josefin-sans;
    line-height: 1.4;
}
.h3Con {
	font-size: 1em;
	color: #E6E6E6;
}
.h3Rudy {
	font-size: 1.2em;
	margin: 1.5em 0 .5em 50px;
	color: #E6E6E6;
	letter-spacing: .1em;
}
header {
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
	height: 502px;
	background-color: #000;
	border-bottom: 4px solid #333;
	-webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.40);
}
#slideContainer2 {
	margin: 0 auto;
	width: 1000px;
	height: 502px;
}
#slideshow2 {
	position: relative;
	float: left;
	width: 1000px;
	height: 502px;
}
#slideshow2 IMG {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}
#slideshow2 IMG.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow2 IMG.last-active {
	z-index: 9;
}
.container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
nav {
	float: left;
	width: 700px;
	height: 30px;
	margin: 0 0 0 150px;
	padding: .5em 0 .3em 0;
	background-color: rgba(38,38,38,0.43);
	-moz-border-radius: 0 0 60px 60px;
	-webkit-border-radius: 0 0 60px 60px;
	border-radius: 0 0 60px 60px;
	text-align: center;
	text-transform: lowercase;
	/*opacity: .45;*/
	font-size: 1.3em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 200;
}
.toolbar  {
	float: left;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
}
.toolbar li {
	display: inline;
	margin: 0 .9em 0 .9em;
	padding: 0 0 0 0;
	zoom: 1;
}
.toolbar a:link {
	color: rgba(187,187,187,1.00);
	text-decoration: none;
}
.toolbar a:visited {
	color: rgba(187,187,187,1.00);
	text-decoration: none;
}
.toolbar a:hover {
	color: rgba(252,210,64,1.00);
	text-decoration: none;
}
.toolbar a:active {
	color: rgba(252,210,64,1.00);
	text-decoration: none;
}
section {
	float: left;
    width: 1000px;
	margin: 2em 0 0 0;
	padding: 0;
    line-height: 1.6;
	background: #474747;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	color: rgba(181,181,181,1.00);
	font-weight: 300;
}
p {
    margin-bottom: .9em;
}
article {
	width: 760px;
	margin: 2em auto 100px auto;
	padding: 0 0 1.5em 0;
	font-size: 1.1em;
    overflow: hidden;
}
.articleShow {
	width: 743px;
    float: left;
	margin: 0 0 1em 17px;
    border-bottom: solid 2px rgba(85,85,85,1.00);
}
.articleShowL {
	width: 287px;
    float: left;
	margin: 0;
    font-size: 1.1em;
	padding: 0 0 1.5em 5px;
}
.articleShowL p {
    margin-left: .6em;
}
.articleShowR {
	width: 410px;
    float: right;
	margin: 0;
}
.articleShowR img {
    float: left;
	margin: 0 0 2em 0;
}
.articleL {
	float: left;
	width: 380px;
	margin: 0 0 1.5em 0;
	padding: 0;
}
.articleR {
	float: left;
	width: 380px;
	margin: 0 0 1.5em 0;
	padding: 0;
}
article ul li {
	margin: .8em 0 .8em 2em;
	line-height: 1.3em;
}
article a:link {
	color: #848484;
	text-decoration: underline;
	text-transform: lowercase;
}
article a:visited {
	color: #848484;
	text-decoration: underline;
	text-transform: lowercase;
}
article a:hover {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}
article a:active {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}
sup { 
    vertical-align: super;
    font-size: .7em;
}
