/* Start of CMSMS style sheet 'main' */
/* Written by Micah Gilman http://www.saythissaythat.com */

/* reset */

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style-type: none;
	font-family: Geneva, Helvetica, Arial, sans-serif;
}

img {
	border: none;
}

a {
	font-weight: normal;
	text-decoration: none;
}

/* layout */

body {
	background: #000 url(../images/bg.jpg) top center repeat-x;
}

#container {
  margin: 0 auto;
	width: 960px;
}

#header {
	width: 960px;
	height: 205px;
	background: transparent url(../images/tire.gif) right 6px no-repeat;
}

#logo {
  float: left;
  margin-right: 20px;
  margin-top: 6px;
}

#contact-info {
  float: left;
  width: 220px;
  padding-left: 25px;
  margin-top: 32px;
  margin-right: 25px;
  background: transparent url(../images/vertical_separator.gif) left center no-repeat;
}

#contact-info p{
  font: 12px/1.2 'Arial Black', Arial, sans-serif;
}

#phone {
  font-size: 18px;
  font-family: 'Arial Black', Arial, sans-serif;
}

#contact-info p#address {
  font-size: 14px;
}

#social-networking {
  float: left;
  width: 170px;
  padding-top: 14px;
}

.social-icon {
  width: 74px;
  float: right;
  margin-left: 5px;
  margin-top: 14px;
}

#fb {
        float: left;
        clear: left;
        padding: 10px 0 0 145px;
}

#content {
        clear: both;
	width: 960px;
}

#splash-box {
 padding-top: 25px;
}

.three-column {
	display: block;
	float: left;
	width: 300px;
        margin-right: 30px
}

.three-column img {
 border: 3px solid #292929;
}

.last {
 margin-right: 0;
}

.column-left {
  float: left;
  width: 490px;
}

.column-right {
  float: right;
  padding-top: 20px;
  width: 424px;
}

.three-ad {
  float: left;
  width: 300px;
}

.left-ad {
  padding-right: 1px;
}

.mid-ad {

}

.right-ad {
  padding-left: 1px;
}

#footer {
	width: 960px;
	height: 150px;
	background: transparent url(../images/logos.png) no-repeat center 25px;
	clear: both;
}

#footer .bbb {
        display: block;
        width: 114px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
}

img.left {
	float: left;
}

#staff td img {
  padding-left: 15px;
}

#staff tr {
  height: 275px;
}

/* buttons */

#video-button {
  float: right;
  padding-right: 25px;
}

#video-button a {
	display: block;
	float: left;
	width: 261px;
	height: 68px;
	background: transparent url(../images/video_button.png) top left no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
}

#video-button a:hover {
	background-position: 0 -68px;
}

#video-button a:active {
	background-position: 0 -136px;
}

/* typography general */

body {
	color: #fff;
}

a:link, a:visited, a:active { color: #00a2ff; text-decoration: none; }
a:hover { color: #666; }

h1, h2, h3, h4, h5 {
	font-family: "Century Gothic", "Lucida Grande", Arial, Verdana;
	text-transform: uppercase;
	color: #efed02;
}

h1 {
	font-size: 28px;
	line-height: 48px;
	margin-bottom: 12px;
}

h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px;
}

h4 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 6px;
}

h5 {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 5px;
}

#phone h1, #phone h2 {
  margin: 0px;
  line-height: 1px;
}

p, ul {
  margin-bottom: 12px;
}

ol li {
  list-style-type: decimal;
}

ul li {
  list-style-type: circle;
}

ul, ol {
  padding-left: 30px;
  list-style-position: outside;
}

/* typography element specific */

.three-column h4 {
  margin-top: 8px;
}

.three-column p {
  word-spacing: -1px;
}

.three-column ul {
  padding-left: 18px;
}

#footer p {
	font: 11px/12px Verdana;
	text-align: center;
	color: #aead01;
	padding-top: 36px;
}

/* form style */

.contactform * {
  border: 1px solid #666;
  background: transparent;
  color: #fff;
}

.contactform input, .contactform textarea {
  font: 12px Verdana, sans-serif;
  padding: 5px;
}

.contactform fieldset {border: none; background-color: transparent; } 
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0; border: none; } 
.contactform div label {display: block; width: 10em; border: none; } 
.contactform div.required label {color: #f00; }
.contactform textarea {width: 100%; }
.contactform .fbsubmit {
  padding: 5px 8px;
  text-transform: uppercase;
  color: #333;
  background: #999 url(images/btn.png) top left repeat-x;
}

.fixed {
  position: fixed;
}

.gray {
 background: #3c3c3c;
 padding: 10px;
}



/* End of 'main' */

