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

body {
	background-color: #333;
	color: #CCC;
}

a{
	color: #FFF;
}

a:visited {
	color:#399}

#headerwrap {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99A689;
	padding-top: 15px;
}

#header {
}

#header h1 {
	display: none;
}

#tagline {
	text-align: right;
	vertical-align: bottom;
}

#tagline h2 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	vertical-align: bottom;
	height: 30px;
	font-weight: 100;
	letter-spacing: 0.2em;
	color: #84947B;
}

#gridwrap{
	height: 160px;
}

/*Navigation*/
#nav {
	height:32px;
	line-height:32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4AC9C;
}

#nav ul, #nav ul li {
	margin:0;
	padding:0;
	list-style:none;
}

#nav ul li {
	float:left;
	display:block;
}

/*Nav Links*/
#nav ul li a:link, #nav ul li a:visited {
	color:#FFF;
	font-size:120%;
	text-decoration:none;
	padding:0 20px 0 6px;
	display:block;
	letter-spacing: 0.2em;
	font-weight: 100;
}

#nav ul li a:hover {
	color:#A0A68D;
}

#nav ul li ul li {
	float:none;
	display:block;
}

#nav ul li ul li a:link, #nav ul li ul li a:visited {
	color:#444;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:0 10px;
	clear:both;
	border-bottom:solid 1px #DEDEDE;
}

#nav ul li ul li a:hover {
	color:#3B5998;
	background:#EBEFF7;
}

.submenu {
	position: absolute;
	width: 160px;
	background: #FFF;
	padding: 10px;
	border: solid 1px #2E4B88;
	border-top: none;
	display: none;
	line-height: 26px;
	z-index: 1000;
}




#slideshow {
	margin-top: 15px;
}

#slideshow p{
	text-align: center;
}

.comingsoon {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCC;
	text-align: center;
	font-size: 175%;
	font-style: italic;
	font-weight: 100;
	padding-top: 100px;
}

.orange {
	color: #e5d2be;
	font-size: 80%;
}

#maincontent p {
	padding: 25px 0 20px 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
}

#rightside {
	background-color: #333;
	height: 450px;
}

#leftside {
	background-color: #333;
	height: 450px;
}
#maincontent h2 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	font-size: 200%;
	letter-spacing: .2em;
	margin-top: 50px;
}

#maincontent h3 {
	text-align: center;
	font-weight: 100;
	font-size: 90%;
	margin-top: -20px;
}

#footer{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #84947B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #84947B;
	height: 20px;
}

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	text-transform: uppercase;
	color: #999;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
}

#footer p a {
	color: #999;
	text-decoration: none;
}

#footer p a:hover {
	color: #FFF;
}
.gallery {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #FFF;
}

hr {
	width:80%;
	color:#79856B;
	background-color:#79856B;
	height:1px;
	border:none;
}
#bio img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 25px;
}
#bio p {
	text-align: left;
}
.thanks {
	color: #F96;
	font-style: italic;
	text-align: center;
}
.form {
	text-align: left;
	border: thin dotted #A4AC9C;
	width: 400px;
	margin-left: 150px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nivoSlider {
    position:relative;
    width:780px; /* Change this to your images width */
    height:520px; /* Change this to your images height */
    background:url(images/homeslides/homeslide1.jpg) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
#galleria {
	padding-left: 30px;
}
