
body {
  background: #262626;
  text-align: center;
  font-family:"Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
  font-size:9.5pt;
  line-height:15pt;

}
h3 {
  margin-bottom:2px;
  padding-bottom:0px;
  
}
p {
  margin-top:0px;
  padding-top:0px;
}
.heading {
  color: black;
  padding-bottom:5px;
}

.container {
  background-image: url(../../images/sportcentric/2012/bg2.jpg);
  background-repeat: repeat-x;
  width:990px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:10px;
  margin-bottom:10px; 
  background-color: white;
  color: black;
  text-align: left;
}
.header {
  padding: 40px ;
}
.lower_main {
  background: #2F2F2F;
  color: #626262;
  padding:40px;
  font-size: 9pt;
  /*626262 */
}
.lm_column {
  float: left;
  width: 300px;
  line-height:13pt;
}
.lm_heading {
  color: white;
  font-size: 13pt;
  margin-bottom:15px;
}
.footer {
  padding: 30px 40px;
  background: black;
  color: #777777;
  font-size: 9pt;
}
.logo {
  float: left;
}
.offices {
  float: right;
  vertical-align:middle;
  line-height: 70px;
}
.clear {
  clear:both;
}
.main {
  padding:0 40px;
  border-bottom: solid 8px #E8E8E8;
}
.banner {
  margin-bottom:60px;
}
.item {
  margin: 0;
  margin-right:35px;
  width: 280px;
  height: 150px;
  float: left;
  padding:0;
}
.rightmost {
  margin-right:0;
}
.item .icon {
  float: left;
  width:40px;
  height: 150px;
}
.item .text {
  vertical-align: top;
  color: #696969;
  height:150px
}

/* Forms .. */
.footer_form textarea {
width:270px;
height:100px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding:6px 7px;
background:#494949;
color: #929292;
border: none;
overflow: auto;
font-family:"Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
font-size:8pt;
}


.footer_form label {
margin-left:10px;
}
.footer_form input {
margin-top-1px;
padding:6px 7px;
width:200px;
height:30px;
background:#494949;
color: #929292;
border: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.footer_form .submit input {
font-size:12px;
background:black;
color: #929292;
border: solid 1px black;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
width:64px;

}
.footer_form .submit input:hover {
color:#777;
background:#444;
}

