/*
 * style sheet for standards compliant browsers
 */

body {
  background-color: #FEFFD3;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

div#pagebox {
  width: 950px;
  background-color: white;
  margin: 20px auto;
  box-shadow: 10px 10px 10px #666;
  -moz-box-shadow: 10px 10px 10px #666;
  -webkit-box-shadow: 10px 10px 10px #666;
}

#content {
  min-height: 700px;
  margin: 0px;
  padding-top: 0px;
  background-image: url('images/masthead2.jpg');
  background-position: top left;
  background-repeat: no-repeat;
}

#map {
  float: right;
  margin: 76px 27px 0 0;
  text-align: center;
}
#map img {
  border: none;
  margin-bottom: 5px;
}

#topbanner {
  height: 250px;
  margin: 0;
  visibility: hidden;
}

#menu {
  width: 950px;
  background-color: #EF9944;
  height: 25px;
}
#menu ul {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}
#menu ul li {
  list-style-type: none;
}
#menu ul li a {
  display: block;
  float: left;
  min-width: 50px;
  background-color: #EF9944;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
}
#menu ul a:hover {
  background-color: orange;
}
#menu .currentpage a {
  color: #555;
}
#menu ul .currentpage a:hover {
  background-color: #EF9944;
}


#sidebar {
  float: left;
  width: 149px;
  background-color: #CED8E1;
  padding: 16px 20px;
  min-height: 475px;
  font-size: 13px;
  font-weight: bold;
  /* border: 1px dashed green; */
}

#addressblock {
  text-align: center;
  margin-top: 40px;
}

#sidethumbs img {
  border: 10px solid white;
  margin: 15px 0;
}

#mainbox {
  width: 927px;  /* width + padding*2 + border*2 */
  background-color: white;
  padding: 10px;
  min-height: 520px;
  border: 0px dashed blue;
}

#footer {
  width: 877px;
  margin: 5px auto;
  text-align: right;
  color: #888;
}

#addressbox {
	width: 890px;
	margin: auto;
	clear: both;
	background-color: #365DB4;
	color: white;
	text-align: left;
	padding: 1px 30px 5px 30px;
	font-size: 12px;
}

#browserwarning {
  border-bottom: 1px solid red;
  width: 600px;
  margin: 5px auto;
  padding: 15px 20px;
}

.bottominfo {
  font-size: 10px;
  text-align: center;
  color: #ccc;
}

.attrib {
  font-size: 9px;
}

.stoppress {
  margin: 0 70px 20px 70px;
  padding: 10px 5px;
}


/* character styles */
h1 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
	color: #365DB4;
}
h2 {
  color: #625EB5;
  font-size: 16px;
  font-weight: bold;
}
h3 {
  color: #625EB5;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}

a {
  text-decoration: none;
}
a:hover {
  color: #008;
}

ul {
}
ul li,
ol li {
  margin-bottom: 5px;
}
#partners li {
  margin-bottom: 0;
}
#partners thead h3 {
  margin-bottom: 0;
}
#partners td.right {
text-align: right;
}

#links li {
  margin-bottom: 10px;
}

/* 3-column layout */
div#col3 p {
  margin-bottom: 20px;
}

/* contact form */
#contactform {
  border: 2px solid #aaa;
  padding: 5px 30px;
  margin: 25px 20px 50px 20px;
  width: 500px;
}
#contactform label {
  width: 150px;
  float: left;
}

#contactform .formblock input,
#contactform .formblock textarea {
  width: 480px;
  margin-bottom: 4px;
}
#contactform .tofrom {
  float: none;
}
#contactform .pickup input {
  width: 425px;
  margin-bottom: 4px;
}
#contactform input#tlc {
  width: 50px;
}
#contactform ul {
  list-style-type: none;
}
#contactform li {
  margin-bottom: 5px;
}
.tlc {
  font-weight: bold;
  margin-left: 2px;
  letter-spacing: 0.2em;
}
#submitErrors {
  margin: 5px 20px 40px 20px;
  color: #800;
}
.submitError {
  border: 2px solid #800;
}


/* embedded youtube video clip */
#music {
  text-align: center;
  vertical-align: middle;
  margin: 2px 0 2px 20px;
  border: 3px solid #CFCFCF;
  width: 352px;
  height: 50px;
}
#music p {
  margin: 3px;
}
.vidclip {
  width: 350px;
  height: 27px;
}

.testimonial {
  border: 1px solid #ccc;
  width: 380px;
  padding: 5px 20px;
  margin: 15px 10px;
  text-align: left;
}
.testimonial-sig {
  font-weight: bold;
  text-align: right;
}

.rollover li {
  line-height: 18px;
}
.rollover li:hover {
  color: red;
  font-size: 14px;
  font-weight: bold;
}

#share {
   text-align:right;
   margin: 5px 10px;
}
