body {
  background-image: url(/images/layout/bg_strip.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-color: #2f2300;
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 1em;
}
#mw_logo_top {
  margin: 0px auto;
  width: 450px;
  height: 50px;
  padding-top: 22px;
  padding-bottom: 22px;
}

#mw_frame {
  margin: 0px auto;
  width: 960px;
  border: 1px solid #fff;
  background-color: #fff;
}
#mw_frame #mw_footer,
#mw_frame hr,
#mw_frame .hr {
  background-color: #d4911c;
  height: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#mw_frame #mw_footer {
  position: relative;
  clear: both;
  height: auto;
  border-bottom: none;
  font-size: 80%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-bottom: 0.5em;
}

#mw_frame #mw_footer .quote {
  position: absolute;
  right: 4em;
  top: 0px;
  width: 35%;
  text-align: right;
  font-size: 150%;
  font-style: italic;
  color: #aaa;
  font-family: "Times New Roman", Times, serif;
}

#mw_frame .quote .author {
  display: block;
  text-align: right;
  font-size: 80%;
}

#mw_frame .quote .author a {
  color: #999;
}


#mw_frame .hr hr {
  display: none;
}
#mw_frame hr.notop,
#mw_frame .hr.notop {
  border-top: none;
}
#mw_frame hr.nobottom,
#mw_frame .hr.nobottom {
  border-bottom: none;
}

#mw_frame .menubar {
  background-color: #064d6b;
  background-image: url(/images/layout/menu_bar.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  font-size: 75%;
  line-height: 75%;
  letter-spacing: 0.5em;
  font-variant: small-caps;
}

#mw_frame .menubar ul {
  list-style-type: none;
  margin: 0;
}

#mw_frame .menubar,
#mw_frame .menubar a {
  color: #9BA3CF;
  font-family: Arial, "MS Trebuchet", sans-serif;
}

#mw_frame .menubar ul.textmenu {
  text-align: center;
  margin: 0px auto;
  padding: 0.5em 1.25em;
}

#mw_frame .menubar ul.textmenu li {
  display: inline;
  line-height: 2.5em;
}

#mw_frame .menubar a {
  color: inherit;
  padding: 0px 2.5em;
  text-decoration: none;
}
#mw_frame .menubar a:hover {
  color: #fff;
}

#mw_frame .menubar ul.menu_3 {
  display: inline-block;
  display: block;
  height: 1%;
}

#mw_frame .menubar ul.menu_3 li {
  display: block;
  float: left;
  width: 320px;
  margin: 0px;
  text-align: center;
  padding: 1.25em 0px;
  background-image: url(/images/layout/menu_button_1_3.png);
}

#mw_frame .menubar ul.menu_3 li.button_1 {
  background-image: url(/images/layout/menu_button_1_3.png);
}
#mw_frame .menubar ul.menu_3 li.button_2 {
  background-image: url(/images/layout/menu_button_2_3.png);
  color: #A4ABD5;
}
#mw_frame .menubar ul.menu_3 li.button_3 {
  background-image: url(/images/layout/menu_button_3_3.png);
  color: #BCC3EF;
}
#mw_frame .menubar ul.menu_3 li.active {
  background-image: url(/images/layout/menu_button_active_3.png);
  color: #FAEAC7;
}

#mw_frame .menubar ul.menu_3:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#mw_frame .content {
  position: relative;
  padding: 20px;
}

#mw_frame .content hr,
#mw_frame .content .hr {
  clear: both;
  margin: 20px -20px;  /* cancel out padding-left/right from #mw_frame .content, and make some of our own top/bottom padding*/
}

#mw_frame .content .bleed {
  margin: 0px -20px;
}

#mw_frame .content .canceltoppad {
  margin-top: -20px;
}



#mw_frame .content .hr.notoppad,
#mw_frame .content .hr.notop,
#mw_frame .content hr.notop {
  margin-top: 0px;
}

#mw_frame .content .hr.nobottom,
#mw_frame .content hr.nobottom {
  margin-bottom: 0px;
}

#mw_frame .photobar {
  position: relative;
  height: 336px;
  overflow: hidden;
  background-color: #000;
}

#mw_frame #photobar_wrapper {
   width:960px;
   height:336px;
   overflow:hidden;
   position:relative;
   background-color: #000;
}

#mw_frame #photobar_wrapper .captionbar {
  position: absolute;
  bottom: 0px;
  left: 30px;
  width: 880px;
  background: #fff;
  opacity: 0.9;
  color: #000;
  padding: 10px;
  border: 1px solid #000;
  border-bottom: none;
}

#mw_frame #photobar_wrapper .captionbar .instructions {
  font-size: 80%;
  font-style: italic;
}


#mw_frame .overlay {
  position: absolute;
}

#mw_frame #photobar_wrapper h1,
#mw_frame .content h1 {
  font-size: 150%;
  text-align: center;
  font-weight: bold;
  line-height: 125%;
  color: #064d6b;
  margin-bottom: 1em;
  margin-top: 0.5em;
  font-variant: small-caps;
  letter-spacing: 0.175em;
}

#mw_frame .content h1 {
  font-size: 200%;
}

#mw_frame .content {
  font-size: 11pt;
  line-height: 150%;
  color: #333;
}

#mw_frame .content ul.mw_photo_gallery.text {
  display: block;
  list-style-type: disc;
  margin: 1em 1.75em;
}
#mw_frame p {
  margin: 0.75em;
}

#mw_frame .content em {
  font-style: italic;
  font-weight: bold;
  color: #666;
}
#mw_frame .content strong {
  font-weight: bold;
}

#mw_frame a 
{
  color: #064d6b;
  text-decoration: none;
  font-style: normal;
}

#mw_buttons {
  margin: 0px auto;
  text-align: right;
  width: 960px;
  padding: 2em 0.5em;
}

#mw_frame ul.servicelist {
  margin-left: 2em;
  list-style: disc outside;
}

#mw_frame ul.servicelist li {
  margin-bottom: 0.5em;
}

#mw_frame .content div.twocolumncontainer {
  position: relative;
  padding: 0;
  margin: 0;
  width: 920px; /* For Reference - left padding of 20px and right padding of 20px taken care of*/
}

#mw_frame .content div.twocolumncontainer div {
  display: block;
  width: 450px;
  vertical-align: top;
  float: left;
}

#mw_frame .content div.twocolumncontainer div.column_1 {
  margin-right: 20px;
}  

#mw_frame .content address {
  text-align: left;
  font-family: monospace;
}

#mw_frame ul.blog {
  list-style-type: none;
  margin: 0px;
}

.blogShort .gallery,
.blogEntry .gallery {
  float: right;
}

.blogShort h1,
.blogShort h2,
.blogShort h3,
.blogShort h4 {
  margin: 0;
  text-align: left;
}


ul.errors {
  background: #F5D5D4;
  padding: 0.3em;
  list-style: circle outside url(/images/icons_no.png);
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1em;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

label.required {
  font-weight: bold;
}

.sidebyside dl,
dl.sidebyside {
}

.sidebyside dt {
  width: 23%;
  text-align: right;
  padding: 0.25em;
  padding-right: 0.5em;
  float: left;
  clear: left;
  position: relative;
  
}

fieldset.sidebyside dt {
  font-weight: normal;
}

.sidebyside dd {
  float: left;
  width: 70%;
  padding: 0.25em;
}

#mw_frame .content div.twocolumncontainer:after,
.sidebyside:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;  
}

fieldset {
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
  border: 1px solid #aaa;
  padding: 0.25em;
}

legend {
  padding: 0.25em;
  font-weight: bold;
  font-size: 110%;
}

textarea, input, iframe.richtext {
  width: 90%;
	border:1px solid #ddd;
	opacity: 0.8;
	font:normal 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	padding: 0.2em;
  background-color: #f0f0f0;
}
textarea:hover, textarea:focus,
input:hover, input:focus {
	background:#fafafa;
  opacity: 1;
}

input.submit {
  background-color: #DEF4B4;
  border-color: #B1C96D;
  width: auto;
}

textarea {
  min-height: 3em;
  height: 5em;
}


