@charset "utf-8";

body, html {
  background: #251f1f;
}

#box {
  position: relative;
  margin:auto;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 800px;
  height:auto;
  background: #574e4e;
}

/*=============================== BANNER ===================================*/
#banner {
  width: 800px;
  height: 171px;
  background: url(../images/banner.jpg) left top no-repeat;
}

#banner h1 {
  display: none;
}

#banner a {
  display: block;
  width: 800px;
  height: 171px;
  text-decoration: none;
  color: #564d4d;
  text-align: center;
  line-height: 171px;
}

/*=============================== MENU ===================================*/
#menu {
  float: left;
  width: 622px;
  margin-top: 1px;
  height: 35px;
  background: #251f1f url(../images/menu_bg.png) center repeat-x;
}

#menu ul {
  width: 622px;
  height: 35px;
  float: left;
}

#menu ul li {
  margin-top: 4px;
  border-right: 1px solid #251f1f;
  list-style: none;
  width: 121px;
  height: 28px;
  float: left;
}

#menu ul li.last {
	width: 122px;
  border: 0px;
}

#menu ul li.active {
  position: relative;
  margin-top: -4px;
  margin-left: -1px;
  width: 121px;
  height: 41px;
  border: 1px solid #251f1f;
  background: url(../images/menu_bg_active.png) bottom repeat-x;
}

#menu ul li.active a {
  width: 121px;
  padding-top: 7px;
  color: #251f1f;
}

#menu ul li a {
  float: left;
  width: 121px;
  height: 1.9em;
  line-height: 1.9em;
  text-decoration: none;
  color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

/*======= BEHAVIOUR =======*/
#menu ul li a:hover {
  position:relative;
  border: 1px solid #251f1f;
  margin-top: -8px;
  margin-left: -1px;
  padding-left: -1px;
  padding-top: 7px;
  width: 121px;
  height: 34px;
  color: #251f1f;
  background: url(../images/menu_bg_active.png) bottom repeat-x;
}

#menu ul li.active a:hover {
  position:relative;
  border: 1px solid #251f1f;
  margin-top: -1px;
  width: 121px;
  height: 34px;
  color: #251f1f;
  background: url(../images/menu_bg_active.png) bottom repeat-x;
}

/*============================ SIDE PANNEL ================================*/
#side {
  float:right;
  width: 178px;
  height: auto;
  min-height: 539px;
  background: #574e4e url(../images/side_pannel.png) right top no-repeat;
}

#side #seo {
  display:none;
}

/*============================ CONTENT ================================*/
#content {
  color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 622px;
  height: auto;
  min-height: 535px;
  background: #574e4e;
}

h2 {
  margin-top: 3em;
  margin-bottom: 1em;
  padding-left: 2em;
  font-size: 2em;
  color: #ff9907;
}

h3 {
  margin-top: 1.2em;
  margin-bottom: .5em;
  padding-left: 2.2em;
  font-size: 1.8em;
  color: #ff6906;
}

h4 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  padding-left: 2.8em;
  font-size: 1.4em;
  color: #fff;
}

#content ul {
  text-align: left;
  font-size: 1.2em;
  width: 425px;
  margin-left: 3em;
  padding-left: 1.8em;
  line-height: 1.5;
}

#content ul li {
  list-style: square;
}

p {
  text-align: justify;
  font-size: 1.2em;
  padding-left: 3.4em;
  padding-right: 3em;
  padding-bottom: .5em;
  line-height: 1.5;
}

div.services {
  width: 550px;
  margin-left: 43px;
}

div.services img {
  width: 70px;
  height: 101px;
  margin-right: 1.5em;
  float: left;
  display: block;
}

div.services p {
  text-align: left;
}

div.services ul li {
  margin-left: 43px;
	*margin-left: -5px;
}

.white {
  color: #fff;
}

.orange {
  font-weight: bold;
  color: #ff6906;
}
.date {
	display: block;
	text-align: right;
	margin-top: -1em;
	font-weight: bold;
  color: #ff6906;
}

.tiny {
  padding-left: 4em;
	padding-right: 4em;
  font-size: 1em;
}

.rightAligned {
  text-align: right;
}
.firmLogo {
	margin:auto;
	text-align: center;
}
.firmLogo img {
	padding: 0em;
	margin: 2em 1em 0em;
	vertical-align: middle;
}
.skipper {
	margin-bottom: 1.6em;
}
.medskip {
	margin-bottom: 1em;
}
.strong {
	font-weight: bold;
}

#content ul.vendor {
  padding-left: .5em;
  padding-bottom: 1em;
  border: 0
}

#content ul.vendor li {
  list-style: none;
}

#content a {
  color: #ff6906;
  text-decoration: underline;
  font-weight: bold;
}

a.inlineAnchor {
	margin: 0em .5em;
}

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

#content table {
	margin:auto;
	margin-left: 41px;
	margin-right: 36px;
	margin-top: .5em;
	margin-bottom: 1em;
	border: 1px solid #251f1f;
	border-collapse: collapse;
}

#content table tr th {
	font-weight: bold;
	background: #ff9907;
	padding: .5em 1em;
	text-align: center;
	line-height: 1.6;
	color: #251f1f;
	border: 1px solid #251f1f;
	
}
#content table tr td {
	background: none;
	text-align: left;
	padding: .5em 1em;
	line-height: 1.6;
	border: 1px solid #251f1f;
}
#content table tr:hover {
	background: #ff6906;
	color: #251f1f;
	*color: #fff;
}
#content dl {
	font-size: 1.2em;
	margin-left: 41px;
}
#content dl dd {
	margin-top: .5em;
	margin-bottom: 1em;
	padding-left: 1em;
}
#contact {
	float: right;
	margin-top: 1.6em;
	margin-right: 3.4em;
}
#contact p {
	margin-left: 0;
	padding-left: 0;
}
#contact table{
	text-align: left;
	border: 1px solid #251f1f;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
#contact table tr:hover {
	background: none;
	color: #fff;
}

/*============================ FOOTER ================================*/
#footer {
  margin-top: 3em;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 7pt;
  clear:both;
  width: 800px;
  height: auto;
  min-height: 26px;
  text-align: center;
  background: #e99605 url(../images/footer.png) bottom no-repeat;
}

#footer p {
  display: inline;
  height: 2em;
  line-height: 2em;
  font-weight: bold;
}

#footer p a {
  padding-left: .2em;
  line-height: 3em;
  color: #fff;
  text-decoration: none;
}

#footer p a.dark {
  color: #251f1f;
  text-decoration: none;
}

#footer p a:hover {
  color: #251f1f;
	text-decoration: underline;
}

/*============================ HOME_BUTTON ================================*/
a.home {
  float: right;
  text-align: center;
  position: absolute;
  top: 173px;
  right: 9px;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
/*============================ FORM ================================*/
#form {
	float: left;
	margin-top: 1.6em;
	margin-left: 40px;
	width: 275px;
}
#form p {
	margin-left: 0;
	padding-left: 0;
}
form {
	background: #ff9907;
}
form dl {
	margin-left: 0px;
	padding: 10px;
}
form dl dt {
	margin-left: -47px;
}
form dl dd {
	margin-left: -14px;	
}

form label {
	color: #251f1f;
	margin-top: 2px;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
}
form input.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	background: #251f1f;
	margin-left: -41px;
	padding-left: 0px;
	height: 20px;
	width: 250px;
	border: 0;
	color: #fff;
}
form select {
	background: #251f1f;
	width: 250px;
	margin-left: -41px;
	border: 0;
	height: 20px;
	color: #fff;
}

form textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	background: #251f1f;
	width: 250px;
	height: 150px;
	margin-left: -41px;
	border: 0;
	color: #fff;
}
form input.button {
	background: #251f1f;
	color: #fff;
	border: 0;
	width: 250px;
	height: 25px;
	margin-left: -41px;
}
form input[type=checkbox] {
	vertical-align: bottom;
	margin-left: -40px;
}
form input.text:hover {
	background: #574e4e;
	height: 18px;
	border: 1px solid #fff;
}
form input.text:focus {
	background: #fff;	
	color: #251f1f;
	height: 18px;
	border: 1px solid #251f1f;
}
form textarea:hover {
	background: #574e4e;
	height: 148px;
	border: 1px solid #fff;
}
form textarea:focus {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	background: #fff;	
	color: #251f1f;
	height: 148px;
	border: 1px solid #251f1f;
}
form input.button:hover {
	background: #fff;	
	color: #251f1f;
	border: 1px solid #251f1f;
}

/*============================ REFERENCE ================================*/
.sitebox {
  position:relative;
  margin-left:4em;
  height: 181px;
  margin-bottom:1em;
}

.sitebox h3 {
  color:#fff;
  padding-left:0;
  margin-bottom:.5em;
}

.sitebox p {
  float:right;
  width: 310px;
  padding:0;
  padding-right: 25px;
}

.thumblink {
  width:199px;
  height:142px;
  background: url(../images/thumb_bg.jpg) no-repeat top left;
  padding-top:12px;
  padding-left:11px;
  float:left;
}

a.sitelink {
  display:block;
  text-align:right;
  font-size:.8em;
  margin-top:1em;
}

.cleaner {
  clear:both;
}

