html {
	margin:0;
	padding:0;
}
body {
    background: #C7B299 url(img/mav_bg.gif) repeat-x;
    color: #444;
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
    margin: 7px auto 0;
	padding:0;
}

#container,
#container a,
#container select {
    font-family: "Trebuchet MS",Helvetica,Arial,Verdana,Sans-serif;
}
.pageid-25 #content {
    height: 415px;
}

#wrapper {
    margin: 0 auto;
    width: 100%;
	text-align:center;
	background:#fff;
	padding-top:10px
}

#container,
#main {
	width:940px;
	margin:0 auto;
	text-align:left;
}

#header,
#footer {
    font-size: 11px;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#nav {
    margin: 0 auto;
    height:29px;
	width:700px;
    padding:7px 35px 10px 195px;
    color: #8c6f47;
    text-align:right;
    background:#fff url(img/nav_bg.gif) no-repeat center top;
    font-weight: normal;
    font-size: 10px;
}
#nav a {
    font-size: 13px;
    line-height: 13px;
    color: #8c6f47;
    border:0;
    text-decoration: underline;
    }

#header {
    height: 95px;
    margin: 0;
    padding: 0;
	width:940px;
	margin: 0 auto;
}
#header a {
    color: #fff;
}
#header a:hover {
	color: #42210B;
}
#header .inside{
    width: 100%;
		margin: 0;
		padding: 0;
}
#header h2 { margin: 0; padding: 0; }
#header h2 a {
	margin:10px 0 0 20px;
	padding:0;
	float:left;
	width: 205px;
	height: 78px;
	text-indent: -1000em;
    background: url(img/mav_logo_200x70.gif) no-repeat 0 0;

	border-right: 0 !IMPORTANT;
    text-decoration:none;
}

#header p {
    padding-top: 12px;
    line-height: 68px;
    vertical-align: middle;
}
#header p.description {
    text-indent: -1000em;
    margin: 0;
}

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#header #search {
    width: 650px;
    margin: 5px 15px 0 0;
    float: right;
    text-align: right;
}
#header #search a {
    font-size: 13px;
}
#header #search span {
    margin: 0;
    font-size: 12px;
	color:#fff
}

#sform {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#sform div {
    float: right;
	margin-left: 25px;
}

#sform input {
    display: block;
    float: left;
    width: 165px;
    height: 19px;
    margin: 0;
    padding: 2px 0 2px 8px;
    background: url(img/search_bg.gif) no-repeat;
    background-attachment: scroll;
    border: 0;
    font-size: 11px;
}
#sform input.searchimg {
    width: 23px;
    background-position: top right;
    margin-left: -3px;
}

/*-----------------------------------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------------------------------*/
#footer {
    clear: both !important;
    padding: 20px 0 5px 190px !important;
    padding: 20px 0 15px 190px;
    margin: 0 auto;
    height: 50px;
    position: relative;
    font-family: "Trebuchet MS",Helvetica,Sans-serif;
	width:750px;
	color: #42210B;
}
#footer ul {
    padding: 0;
    margin: 0 0 4px;
}
#footer ul li {
    list-style: none;
    padding: 0 10px 0 0;
    display: inline;
    margin: 0;
}
#footer ul li a {
    font-size: 13px;
	color: #42210B;
}
#footer ul li a:hover {
    color: #fff;
}
#footer ul li a.twitter {
	padding: 1px 0 2px 20px;
	background: url(img/icons/twitter.png) no-repeat;
}

#footer p {
    margin: 0;
    padding: 0;
}
.endorsement {
    position: absolute;
    right: 10px;
    bottom: 18px;
    width: 220px;
    font-size: 9px;
    line-height: 11px;
    }
.endorsement a {
    display: block;
    float: left;
    text-decoration: none;
    margin-left: 4px;
    font-size: 12px;
	color: #42210B;
}
.endorsement a img { text-decoration: none; }

#footer p.copyright {
	color:#fff;
    font-size: 11px;
    line-height: 11px;
	padding-top:5px;
    }
