/* SPORTSWORX.com                 */

/*---------------------------------------------------*/
/** General styles */
body{
  text-align: center;
  padding: 0;
  margin: 0 auto;
  background-image:url(../images/bkgd.jpg); 
  background-repeat: repeat-x;
  background-color:#A3A3A3;
}
html,body{
  height:100%;
}
body, td, th{
  font-family: Verdana, Arial  sans-serif;
  font-size: .8em;
  line-height: 1.2em;
}
a img{
  border:none;
}


.hide{
  display:none;
}
#globalWrapper{
  background-color:#034860;
  margin: 0 auto;
  width:750px;
  text-align:left;
  padding:10px;
  position:relative;
}
#navPri{
  font-size:.85em;
  color:#9F9F9F;
  text-align:right;
  clear:both;
  margin: 20px 10px 5px 10px;
}
#navPri a{
  color:#FFFFFF;
  text-decoration:none;
  margin: 0 5px;
}
img#logo{
  display:inline;
  margin: 0 0 5px 0;
}
#leftCol{
  width:250px;
  float:left;
}
#callOut{
  background-color: #333333;
  color: #FEFEFF;
  padding: 30px 8px 60px 8px;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  text-align: right;
}
#rightCol{
  width:495px;
  float:right;
  position:relative;
}

#homeMain{
  color:#000000;
  background-color:#FFFFFF;
  border:3px solid #00202B;
  height:244px;
}
#pageMain{
  border:3px solid #FFFFFF;
  height:420px;
  background-color:#FFF;
  font-size:.85em;
}
html>body #pageMain{
  height:auto;
  min-height:250px;
}
#featuredClients{
  background-color:#FFFFFF;
  margin: 5px 0 0 0;
  position:relative;
  height:390px;
  text-align:center;
}
img#featTxt{
  position:absolute;
  left:-17px;
}
img.clientLogo{
  margin: 10px 5px 0px 5px;
  width: 145px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
}
p#siteFooter{
  color:#FEFEFF;
  font-size: .8em;
  margin: .5em 0;
}
p#siteFooter a{
  color:#FEFEFF;
}
.contentCompany, .contentServices, .contentClients, .contentContact{
  margin: 20px 20px 20px 30px;
}
h3,h4,h5{
  margin: 1em 0 .1em 0
}
.contentCompany h3, .contentCompany h4, .contentCompany h5{
  color: #83B43F;
}
.contentServices h3, .contentServices h4, .contentServices h5{
  color: #FBB319;
}
.contentClients h3, .contentClients h4, .contentClients h5{
  color: #EC4925;
}
.contentContact h3, .contentContact h4, .contentContact h5{
  color: #09ADE4;
}
h3{
  font-size:1.4em;
}
h4{
  font-size:1.1em;
  text-decoration:underline;
}
p{
  margin: .5em 0;
}
ul{
  margin: .5em 2em;
  padding:0;
}
ul.col1,
ul.col2{
  font-size:.8em;
  width:42%;
  float:left;
  margin:0 10px 0 10px;
  padding:0;
}
ul.col1 li,
ul.col2 li{
  margin:0 0 0 40px;
  padding:0;
}
hdrCompany, hdrServices, hdrClients, hdrContact{
  height: 120px;
  
}
hdrCompany{
  background-color: #83B43F;
}