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

body {
	background-image: url(../images/bgTexture.jpg);	

	font-family: 'Roboto', sans-serif;
	font-size: medium;
	font-weight: 300;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.clear {
	clear: both;	
}
.showTitle {
	display: inline-block;
	margin-left: 15px;
	font-style: italic;
	font-weight: 500;	
}
.show {
	display: inline-block;
	margin-left: 55px;
}

#nav {
	border-top: #000 solid 5px;
	height: 40px;
	font-weight: 900;
	/*background-color: rgba(0,0,0,.2);*/
}

#nav ul {
	height: 40px;
	background-color: rgba(0,0,0,.1);
	width: 650px;
	margin-left: 350px;
}

#nav li {
	float: left;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
}

#nav li:hover {
	color: #F00;
}

.current {
	border-bottom: #000 2px solid;	
}

.fb-like {
	position: absolute;
	left: 165px;
}

/* header */
#header {
	width: 275px;
	height: 615px;	
	position: relative;
	top: -50px;
	left: 35px;
	float: left;
}

#slides {
	position:absolute;
	top: 210px;
	left: 22px;
	z-index: 20;
	background-color: #FFF;
	width: 230px;
	height: 350px;	
	/*opacity: 1;*/
	overflow: hidden;
}

#slideWrapper {
	position:absolute;
	width: 920px;
	height: 350px;
	left: -690px;
}

#slideWrapper img {
	float: left;	
}

/* section */
#articleWrapper {
	position: relative;
	width: 2800px;
}

.article h2 {
margin-bottom: .2em;
margin-top: 2em;	
font-weight: 700;
text-transform: uppercase; 
}

.article h2:first-child {
margin-top: 0px;	
}

.article {
width: 640px;	
float: left;
padding: 0 10px;
}

.article p {
	margin: 0 0 1em 0;
	text-align: justify;
}

.article ol {
	margin: 0 0 1em 0;
}

.icons {
width: 640px;
height: 149px;	
margin-bottom: 1em;
}

.icons a {
	display: inline-block;
	width: 140px;
	height: 149px;
	float: left;
	margin-left: 25px;
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
}
.largeIcons {
width: 640px;
height: 140px;	
margin-bottom: 1em;
}

.largeIcons a {
	display: inline-block;
	width: 640px;
	height: 140px;
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
}

.icons a:first-child {
	margin-left: 0px;
}

.icons a.hide {
	display: none;	
	box-shadow: none;
	width: 0;
	height: 0;
}


#section {
	width: 660px;
	/*background-color: rgba(0,0,0,.2);*/
	/*margin-left: 376px;*/
	margin-left: 340px;
	margin-top: 160px;
	/*margin-top: 65px;*/
	margin-bottom: 50px;
	overflow: hidden;
}

#name, #email, #message {
	font-family: sans-serif;
	font-size: medium;
	width: 640px;
	height: 1em;
	outline: none;
	border: 0;
	-webkit-appearance: none;
	margin-top: .2em;
	margin-bottom: 1em;
	padding: 10px;
}

#message {
	height: 15em;	
}


/* footer */
#footer {
	height: 40px;
	background-color:#000;
	/*margin-left: 376px;*/	
	margin-left: 350px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	line-height: 40px;
	padding-left: 10px;
}