/* CSS Document */

body, html {
	margin:0;
	padding:0;
	font-family: "Open Sans",Arial, Helvetica, sans-serif;
	font-weight: 400;
}

a, img {
    border:none;
}

#header {
	position:relative;
	width:960px;
	padding-top:40px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #666;
	padding-bottom: 20px;
}

#header .menu {
	position:absolute;
	z-index: 1000;
	bottom: 6px;
	right: -10px;
	height:40px;
}

#header .menu2 {
	position:absolute;
	z-index: 1000;
	bottom: -47px;
	right: -10px;
	height:40px;
}

#header .menu2 ul {
    padding: 0;
    margin: 0;
}

#header .menu2 ul li {
    float: left;
    position: relative;
    list-style: none;
    -webkit-transition: .35s;  -moz-transition: .35s;  transition: .35s;
    margin-bottom: 0;
}

#header .menu2 ul li a {
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	float: left;
	text-decoration: none;
	font-size: 14px;
	color: #4D4D4D;
	-webkit-transition: .35s;
	-moz-transition: .35s;
	transition: .35s;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}

#header .menu2 ul li a:hover {
}

#header .menu2 ul li a:hover + ul {
	visibility: visible;
	opacity:1;
}

#header .menu2 ul li:hover {
    background: #EEE;
}

#header .menu2 ul li:hover > a {
}

#header .menu2 ul li ul:hover {
	visibility: visible;
	opacity:1;
}

#header .menu2 ul li ul {
	visibility: hidden;
	opacity:0;
	padding: 0;
	position: absolute;
	z-index:100;
	top: 40px;
	right: 0;
	background-color: #EEE;
	width: 200px;
	-webkit-transition: .35s;  -moz-transition: .35s;  transition: .35s;
}

#header .menu2 ul li ul li {
	list-style:none;
	width: 200px;
	border-bottom: 0;
}

#header .menu2 ul li ul li a {
	width: 180px;
	color: #4D4D4D;
}

#header .menu2 ul li ul li:hover {
	box-shadow:none;
	border-bottom: 0;
	background: #DDD;
}


#header h1 {
	font-size:72px;
	margin:0;
	font-family:"Helvetica Neue",Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

#content {
	position: relative;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#content .paragraphs {
	width: 800px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#content .paragraphs2 {
	width: 600px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#content p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}

#content .sidebar {
	float: right;
	width: 320px;
	margin-top: -10px;
	padding-top: 20px;
	padding-left: 20px;
	border-left: 1px solid #666;
}

#content .sidebar h3 {
    margin-top: 0;

}

#content h1 {
	padding-top: 20px;
	margin:0;
	font-weight:normal;
	font-size: 22px;
	margin-bottom: 20px;
}

#content h2 {
	margin:0;
	font-weight:normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}

#content h3 {
	margin:0;
	font-weight:normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	margin-top: 25px;
}

.quoteBox {
	position:absolute;
	top: 10px;
	right:0;
	height: 460px;
	width: 338px;
	padding: 20px;
	background-color:#EEE;
	font-family: georgia;
	font-size: 18px;
	font-style: italic;
	color: #999;
}

#slideshow {
	float: right;
	right:0;
	top: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: 40px;
}

#slideshow .slide {
	position:absolute;
	width: 572px;
	height: 733px;
	background-color:#EEE;
}

#slideshow, #slideshow .slide {
	width: 572px;
	height: 733px;
	background-color:#EEE;
}

#slideshow .slide .caption {
	position:absolute;
	bottom: -26px;
	left: 0;
	color: #000;
	font-size: 14px;
}

#portalBox {
	float: left;
	width: 258px;
	padding-top: 250px;
	padding-left: 60px;
}

#portalBox .portal {
	position: relative;
	width: 378px;
	height: 40px;
	float:left;
	margin-bottom: 10px;
}

#portalBox .portal .label {
	position:absolute;
	top: 0;
	bottom: 0;
	line-height: 40px;
	left: 0;
	font-weight: normal;
	color: #333;
	font-size: 18px;
}

#portalBox .portal .label h2 {
	border:0;
	font-size:18px;
}

#portalBox .portal .label a {
	color:#000;
	text-decoration:none;
	font-weight: 300;
}

#portalBox .portal .label a:hover {
	text-decoration:underline;
}

.gallery {
	margin-left: -48px;
	margin-right: -48px;
	margin-top: 30px;
}

.gallery .galBox {
  float: left;
  width: 256px;
  margin-left: 48px;
  margin-right: 48px;
  margin-bottom: 96px;
}

.gallery .galItem {
	max-width: 256px;
}

.g-recaptcha {
	margin-bottom: 8px;
}

.gallery2 {
	margin-left: -24px;
	margin-right: -24px;

	margin-top: 30px;
}

.gallery2 .galBox2 {
  float: left;
  width: 204px;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 30px;
}

.gallery2 .galItem2 {
	max-width: 204px;
}

#footer {
	width:960px;
	padding-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #666;
	padding-top: 20px;
	font-size: 14px;
}

.leftfloat {
	float:left;
	width: 120px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.rightfloat {
	float:left;
	width: 680px;
	margin-bottom: 5px;
	margin-top: 4px;
}

.rightfloat ul li {
	list-style:none;
	margin-bottom: 2px;
	font-size: 14px;
}

ul {
	margin:0;
	padding: 0;
}

h4 {
	margin:0;
	font-weight: normal;
	font-size: 14px;
}

hr {
	height:1px;
	background:#000;
	border:0;
}
