#container {
  width: 900px;
  min-height: 400px;
  margin: 0 auto;
  padding: 10px;
  border-left: 0 dashed #F98B20;
  border-right: 0 dashed #F98B20;
}

#footer {
  background-color: #F98B20;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding: 6px 8px;
  clear: both;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
}

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

.right {
  float: right;
}

.largeImage {
  border: 1px solid #999999;
  width: 220px;
  height: 165px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.clearRight {
  clear: right;
}

.smallImage {
  border-width: 0;
  width: 160px;
  height: 120px;
  margin-left: 10px;
  margin-top: 9px;
}

.smallImageBdr {
  border: 1px solid #999999;
  width: 160px;
  height: 120px;
  margin-left: 10px;
}

.siteArea {
  height: 140px;
  margin: 10px 0;
  padding: 10px;
  background: #ffffff url('/images/boxFade.png') no-repeat;
}

.greySiteArea {
  background: #ffffff url('/images/boxFadeGrey.png') no-repeat;
}

#smallNav {
  float: left;
  width: 180px;
  border-right: 1px dashed #F98B20;
  border-bottom: 1px dashed #F98B20;
  margin-right: 15px;
  margin-bottom: 10px;
}

#smallNav ul {
  width: 170px;
  margin: 0 10px 10px 0;
  padding: 0;
}

#smallNav li {
  width: 170px;
  list-style: none;
  margin: 0;
}

#smallNav li a {
  padding: 3px;
  display: block;
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
}

#smallNav li a:hover {
  background: #ffffff url('/images/menu-arrow.gif') no-repeat;
  color: #000000;
  font-weight: bold;
}

#smallNav p {
  text-align: right;
  margin-right: 10px;
}

#smallNav h3 {
  
}

h1 {
  height: 52px;
  width: 860px;
  margin-top: 10px 0;
  line-height: 52px;
}

h1.center {
  height: 32px;
  width: auto;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 32px;
  text-align: center;
}

h1.boxed {
  font-size: 1.8em;
  padding: 0 20px;;
  background: #ffffff url('/images/boxFadeH1.png') no-repeat;
}

h2 {
  font-size: 1.4em;
}

h3 {
  margin-top: 10px;
  font-size: 1.2em;
  clear: left;
}

#map {
  float: right;
  width: 898px;
  height: 300px;
  border: 1px solid #999999;
  margin-bottom: 5px;
}

.strike {
  text-decoration: line-through;
}

form.contact {
  margin: 0 0 0 210px;
  padding: 10px;
  width: 400px;
  text-align: right;
}

form.contact fieldset {
  width: 400px; 
  padding: 10px 5px 5px 5px;
  margin: 0;
  border: 1px solid #F98B20;
}

form.contact input, textarea {
  margin-bottom: 3px;
  width: 160px;
  border: 1px solid #F98B20;
  background-color: #eeeeee;
}

form.contact textarea {
  width: 390px;
  height: 100px;
  margin-bottom: 10px;
}

.custombuild {
  clear: both;
}

.custombuild img  {
  float: right;
  border: 1px solid #999999;
}

.custombuild h2 {
  font-size: 1.2em;
}

.custombuild dt {
  margin-top: 10px;
  font-weight: bold;
}

.custombuild dd {
  display: inline;
  margin: 0;
  padding: 0;
}

#tabs {
	height: 30px;
	padding-top: 6px;
	padding-left: 4px;
	overflow: hidden;
	background-color: #192B70;
}

#tabs ul {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
}

#tabs li {
	background: #494949 url('/images/tab_background_grey.jpg') top left no-repeat;
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
}

#tabs li.active, #tabs li:hover {
	background: #f98b20 url('/images/tab_background.jpg') top left no-repeat;
}

#tabs a {
	background: transparent url('/images/tab_right_grey.jpg') top right no-repeat;
	display: block;
	padding: 10px 10px 0 12px;
	height: 21px;
	font-size: 1.1em;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

#tabs li.active a, #tabs li:hover a {
	background: transparent url('/images/tab_right.jpg') top right no-repeat;
}

#tabs a:hover, #tabs li.active a {
	color: #ffffff;
	font-weight: bold;
}
