a:link, a:visited {
	text-decoration:none;
	color:#000;
}

a:hover, a:active {
	color:gray;
}

p, li{
	padding:0;
	margin:0 0 15px 0;
	font-size:14px;
	line-height:22px;
}

h1, h2, h3, h4, h5, h6{
	padding:0;
	margin:0;
	font-size:20px;
	font-weight:400;
	font-family: 'Prata', serif;
	letter-spacing:1px;
}

body {
	background-color:#F3F2F2;
	margin:0;
	color:#000;
	font-family: 'Dosis', sans-serif;
}

#wrapper {
	margin-left: auto;
    margin-right: auto;
    margin-top:30px;
    width:1080px;
    text-align:left;
	position:relative;
	background-color:none;
}

#wrapperfull{
	position:relative;
	width:100%;
	margin:0;
}

#title {
	position:relative;
	top:26px;
}

#title h1 {
	font-size:35.5px;
	text-align:center;
	font-weight:400;
	text-transform:lowercase;
	font-family: 'Prata', serif;
	color:#75646D;
	letter-spacing:1px;
}

#navnew {
	width:615px;
	position:relative;
	margin:0 auto;
	top:30px;
}

#navnew h2 {
	font-size:13px;
	color:#cdcdcd;
	text-transform:uppercase;
	padding-top:6px;
}

#navone {
	width:300px;
	min-height:30px;
	background-color:none;
	position:relative;
}

#navtwo {
	width:300px;
	min-height:30px;
	background-color:none;
	position:absolute;
	left:310px;
	top:0;
}



#navone:hover, #navtwo:hover, #navthree:hover{
	background-color:none;
}

#header {
	width:100%;
	height:130px;
	position:relative;
    background-color:none;
}

#nav {
	position:relative;
	margin:0 auto;
	top:40px;
	text-transform:uppercase;
	font-family: 'Prata', serif;
	letter-spacing:1px;
	text-align:center;
}

#nav ul{
	margin: 0; 
	padding: 0;

}
        
#nav ul li{
	display: inline;
	padding: 10px;
	margin:0
}

#nav li {
    margin:0; padding:0;
}

#nav a:link, #nav a:visited {
	text-decoration:none;
	color:#B3B3B3;
	font-size:12px;
}

#nav a:hover, #nav a:active {
	color:gray;
}

/*FOR DROPDOWN*/
#navlist
{	margin: 0;
	padding: 0;}

#navlist li
{	
	list-style: none;
	float: left;
	}

#navlist li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 0;
	text-decoration: none;
	}

#navlist li a:hover
{		}

#navlist div
{	position: absolute;
	visibility: hidden;
	margin: 5px 0 0 0;
	padding: 0;
	background: #FFFFFF;
	width:auto;
	border:1px solid #8F8F8F;
	z-index: 121;
	color:#545454;
	}

	#navlist div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		#fff-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FFFFFF;
		font-size:12px;
		}

#navlist div a:hover {	
	background: #B6CC81;
	color: #fff;
}
/*END DROPDOWN*/

#main {
	position:relative;
	width:65%;
	margin:0 auto;
}

.site {
	float:left;
	width: 48.5%;
	margin-left:1%;
	margin-bottom:1%;
	background-color:#C1B9BD;
}

#about {
	width:50%;
	margin:0 auto;
}

#about p{
	text-align:left;
}

.leftphoto {
	
}

.site img {
	width:100%;
}

.sitetitle{
	padding:1%;
}

.sitetitle h1 {
	font-size:16px;
	text-transform:lowercase;
	color:#75646D;
}

.sitetitle h1:hover{
	
}

.sitetitle:hover{
	background-color:#CCC5C8;
}

.sitetitle a:link, .sitetitle a:visited {
	text-decoration:none;
	color:#75646D;
}

.sitetitle a:hover, .sitetitle a:active {
	color:#F3F2F2;
}

#promo{
	position:relative;
}


/************** START HOME BOXES ***************/

#home1 {
	position:relative;
	top:0;
	left:0;
	width:330px;
	height:210px;
	background-color:#C1B9BD;
}

#home2 {
	position:absolute;
	top:0;
	left:340px;
	width:200px;
	height:100px;
	background-color:#C1B9BD;
}

#home3 {
	position:absolute;
	top:110px;
	left:340px;
	width:200px;
	height:100px;
	background-color:#C1B9BD;
}

#home4 {
	position:absolute;
	top:0;
	left:550px;
	width:160px;
	height:150px;
	background-color:#C1B9BD;
}

#home5 {
	position:absolute;
	top:0;
	left:720px;
	width:190px;
	height:210px;
	background-color:#C1B9BD;
}

#home6 {
	position:absolute;
	top:0;
	left:920px;
	width:160px;
	height:150px;
	background-color:#C1B9BD;
}

#home7 {
	position:relative;
	left:0;
	width:165px;
	height:210px;
	background-color:#C1B9BD;
	top:10px;
}



/*************** END HOME BOXES ***************/

.floatleft{
	float:left;
	margin:0 2% 1% 0;
}

.floatright{
	float:right;
	margin:0 0 10px 10px;
}

.hidden {
	display:none;
}

#footer {
	position:relative;

}

#footertext{
	position:relative;
	margin-top:30px;
}

#footertext p{
	font-size:11px;
	color:#000;
	margin:0;
	padding:0;
	line-height:18px;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#000;
}

#footer a:hover, #footer a:active {
	color:gray;
}



/* CONTACT */

#contact {
	width:100%;
	margin:0 auto;
	
}

#contact p {
	margin-left:0px;
}

#contact ul li {
	list-style-type:none;
	width:400px;
}

#contact ul {
	margin: 0; padding: 0;
    left:0;
    width:400px;
}


fieldset {
	border:0;
	width:400px;
	margin:0 auto;
	padding:0;
}

input {
	font-family: 'Dosis', sans-serif;
}

label {  
	text-align:left;
	font-size:14px;
}

.formstyle {
	background-color:#fff;
	border:1px solid #000;
	width:400px;
	margin-bottom:10px;
	font-size:13px;
}

.fulltext {
	background-color:#fff;
	border:1px solid #000;
	width:400px;
	height:80px;
	font-size:13px;
	font-family: 'Dosis', sans-serif;
}

.submitbutton {
	border:1px solid #75646D;
	margin-top:10px;
	background-color:#75646D;
	color:#fff;
	padding: 3px 10px;
	font-family: 'Dosis', sans-serif;
}

.submitbutton:hover {
	background-color:#8A7A82;
}

.formmessage {
	color:#75646D;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
}

.redtext {
	color:red;
	position:relative;
	top:0;
	float:right;
	margin:0; padding:0;
}

input:focus,
textarea:focus{
	border:2px solid #B3B3B3;
}

.errorblurb {
	color:#E60211;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
}

#return {
	position:absolute;
	top:0;
	right:0;
	background-color:#75646D;
	width:150px;
}

#return p {
	text-align:center;
	color:#F3F2F2;
	margin:0;
	padding:8px 8px 14px;
}

#return:hover{
	background-color:#8A7A82;
}


.center {
	text-align:center;
}

/* CONTACT PAGE */

#contact .container{
    max-width: 500px;
    margin: 0 auto;
}

.with_frm_style .frm_top_container .frm_primary_label, 
.with_frm_style .frm_hidden_container .frm_primary_label, 
.with_frm_style .frm_pos_top{
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
}




/**************************************** @ MEDIA STUFF ****************************************/

@media only screen and (max-width: 400px) {

    #navnew {
        width:300px;
    }
    
    #navone {
        width:145px;
        min-height:45px;
    }
    
    #navtwo {
        width:145px;
        left:155px;
        min-height:45px;
    }
    
    #navtwo h2 {
        padding-top:14px;
    }
    
    #wrapperfull {
        margin:30px 0;
    }
    
    #header {
        height:185px;
    }
    
    .site {
    	width:98%;
    	margin-bottom:0 1% 1% 1%;
    }
    
    fieldset, #contact ul, #contact ul li, .formstyle, .fulltext {
    	width:98%;
    	margin:1%;
    }

}

@media only screen and (max-width: 600px) {
	
	.site {
    	width:98%;
    	margin-bottom:0 1% 1% 1%;
    }
    
    #about {
    	width:96%;
    	margin:0 2%;
    }
	
}


@media only screen and (max-width: 748px) {

	.floatleft {
    	display:none;
    }

	.hidden {
    	display:inline;
    	margin-bottom:2%;
    }

}



