body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	background: url(/background.jpg) no-repeat top center #b7cab1;
	font-family: 'Jura', sans-serif;
	color: #143b4c;
}

p {
	font-size: 18px;
}














.masthead {
	margin-top: -8px;
	margin-left: 5px;

}

.navmenu {
	height: 52px;
	font-family: 'Jura', sans-serif;

}

.homeslider {
	margin-left: 44px;


}

.homedivider {

}


.bodywrapper {

}


.mainhome {
	background-color: #c1c4b9;
	margin-left: 38px;
	padding: 0px 30px 10px 30px;
	min-height:500px;

}

.mainhome h1 {
	padding-top: 30px;
}


.sidebar {
	width: 264px;
	background-color: #c1c4b9;
	margin-top: 21px;
	margin-left: -12px;
	padding: 100px 24px 0px 0px;
	min-height:500px;
}

.mainbody {
	background-color: #c1c4b9;
	margin-left: 38px;
	margin-right: 38px;
	padding: 0px 30px 10px 30px;
}

.mainbody h1 {
	padding-top: 30px;
}




.interiormain {
	background-color: #c1c4b9;
	margin-left: 38px;
	width: 895px;
	padding: 0px 30px 10px 30px;


}

.interiormain h1 {
	padding-top: 30px;
}

.interiormain img {
	border: 4px solid #ffffff;
}

.interiormain ul {
    font-size: 16px;
	font-style: italic;
	padding-top: 0px;
	padding-left: 40px;
}

.interiormain ul li {
	list-style: disc;
	padding-top: 2px;
}

.footer {
	margin-left: 44px;
	text-align: center;
	background: url(/sunshine-skyway-bridge.jpg) no-repeat top center;
}

.footer a {
	color: #143b4c;

}


.footer a:hover {
	color: #0a2b77;
	background: #c1c4b9;
}


.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 0px solid #030000;
    border-radius: 0px;
    background: #237278;
    background: -webkit-gradient(linear, left top, left bottom, from(#237278), to(#3dbbc4));
    background: -moz-linear-gradient(top, #237278, #3dbbc4);
    background: linear-gradient(to bottom, #237278, #3dbbc4);
    text-shadow: #080101 1px 1px 1px;
    font: 'Jura', sans-serif;
	font-size:24px;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 0px solid #0f0000;
    background: #2a8990;
    background: -webkit-gradient(linear, left top, left bottom, from(#2a8990), to(#49e0eb));
    background: -moz-linear-gradient(top, #2a8990, #49e0eb);
    background: linear-gradient(to bottom, #2a8990, #49e0eb);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #154448;
    background: -webkit-gradient(linear, left top, left bottom, from(#154448), to(#3dbbc4));
    background: -moz-linear-gradient(top, #154448, #3dbbc4);
    background: linear-gradient(to bottom, #154448, #3dbbc4);
}





