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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-weight: 800;
	font-size: 48px;
	color: white;
	padding-top: 60px;
	margin-left: 10px;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#wrapper {
	background-image: url(../images/bec-bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#header {
	height: 250px;
	width: 960px;
	background-image: url(../images/bec-header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #336666;
	margin-left: auto;
	margin-right: auto;
}

#header span {
	float: left;
	background-image: url(../images/MerderLogo.png);
	height: 173px;
	width: 400px;
	background-position: center left;
	margin-left: 25px;
	text-indent: -9999px;
}

#content {
	width: 960px;
	min-height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#maincontent {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 40px 25px #22486f;
}

#footer {
	width: 960px;
	border-top: double #666 5px;
	padding-top 10px;
	padding-bottom: 15px;
	color: #356766;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 650px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

#footer a {
	color: #360;
	text-decoration: none;
	font-weight: bold;
}


#menu-bar {
	width:960px;
	height:41px;
	position: relative;
	margin-top: 1px;
	background-color: #669999;
	border-top: 3px solid #666;
	margin-left: auto;
	margin-right: auto;
}

#menu-bar-under-line {
	width:960px;
	height:10px;
	position: relative;
	z-index:5;
	background-image: url(../images/under-menu-shadow.png);
	margin: 0 auto;
}
#menu-bar-under-line h3 {
	text-indent: -9999px;
}

#bec-pic {
	border: 5px solid #666;
	float: right;
	margin: 5px 50px 15px 25px;
}

.clearit {
	clear: both;
}

#copyrt {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.left-par {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

.small-par {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.right-par {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	width: 475px;
}

.copyright {
	padding-top: 15px;
}

form {
	width:600px;
	margin:15px auto 10px 20px;
}
label {
	display:block;
	font-weight:bold;
}
textarea {
	width:400px;
	height:150px;
}
.textInput {
	width:250px;
}
.warning {
	font-weight: bold;
	color: #F00;
}
.clearIt {
	clear: both;
}

#email-form {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#email-form p{
	width: 650px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

fieldset {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#contact-page p {
	margin-left: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 500px;
}

#contact-page address {
	margin-left: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 500px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-left: 30px;
	margin-bottom: 20px;
}

#menu-right-info {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right;
	margin-top: -30px;
	margin-right: 20px;
	font-size: 18px;
}

#slider {
	position: relative;
	width:600px; /* Change this to your images width */
	height:400px; /* Change this to your images height */
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 10px;
	border-right-width: 12px;
	border-bottom-width: 10px;
	border-left-width: 12px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #DBD7CB;
	border-right-color: #DBD7CB;
	border-bottom-color: #DBD7CB;
	border-left-color: #DBD7CB;
}
#slider img {
    position:absolute;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

#slider .nivo-controlNav {
position:absolute;
bottom:0px;
left:0px;
z-index:9;
width:100%;
}

.nivo-caption {
	background: #000;
    color: #FFFFFF;
    height: 40px;
    padding: 8px;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 8;
}

#thumbtack {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#thumbtack-container {
	width: 250px;
	margin-left:auto;
	margin-right: auto;
	padding-bottom: 20px;
}