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


body {
	background:#dfdfdf;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	
}

footer{
	width: 100%;
	height: 85px;
	background: #5e2323;
	clear: both;
	text-align: center;
	color: #FFF;
	padding-top: 5px;
}


footer a{
	color:#ec4141;
	text-decoration: none;
	font-size: 16px;
}

#container{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#navigation-bar{
	
	width: 100%;
	height: 51px;
	background: #5e2323;

}

#navigation-bar ul{
margin: 0px;
	padding-top: 15px;	
	
}

#navigation-bar ul li{
	list-style: none;
	float: left;
	margin-right: 43px;
}

#navigation-bar ul li a{
	text-decoration: none;
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	
}

#navigation-bar ul li a:hover{
	color: #ec4141;
	display: inline;
	background: #C0C0C0;
	border: 1px solid #FFF;
	padding: 5px 3px;
	
}

#content{
	background:#FFF;
	padding:20px;
	display: inline-block;
}

#content h2{
	color:#a7a21c;
	font-family: 'Lobster', cursive;
	font-size: 35px;
	font-weight:500;
}

#content h3{
	color:#5e2323;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	font-weight:500;
}

#news1 img{
	
	float:left;
	margin-right: 30px;
}

#news2 img{
	
	float:right;
}

#news2 h2{
	margin-top: 20px;
}

.news{
	position: relative;
	display: inline-block;
	
	
}

.rowcolor{background:#FFD6D6;
}



/*CONTACT FORM STYLES*/
label {font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
font-weight:300;
color: #5e2323;
}


input,textarea{
	width: 300px;
	height: 50px;
	background: #F2F2F2;
	padding-left: 10px;
	font-size: 16px;
	color:#2D2D2D;
	border: 1px solid #CCCCCC;
	border-radius: 0.5em;
	
	
}

textarea{
	height: 100px;
}

#submit{
	width: 100px;
	height: 50px;
	border:none;
	background:#5e2323;
	color:#FFFFFF;
}