/* 
    Document   : services.css
    Created on : 13-Jul-2009
    Author     : Dan
    Description: services page css
        
*/

/* MAINBODY
*/
div#the_content {
  background-color: black;  color: white;
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 2em;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

* html #the_content {
height: 1%; /* IE6 fix */
}

div#the_content a {
  color: white;
  border-bottom: 1px dotted white;
}

div#the_content a:hover {
  border-bottom: 1px solid white;
  text-decoration: none;
}

/* LEFT_COL
*/

/*div#the_content {
  width: 600px;
  float: left;
  padding: 15px;
}*/

div#the_content #left_col {
  width: 50%;
}

div#the_content #left_col img, 
div#the_content #left_col a img {
  border: none;
}

/* RIGHT_COL
*/

div#right_col {
  width: 320px;
  float: left;
  font-size: 10pt;
  color: #ff6a00;
}

div#right_col h2 {
  margin-top: 15px;
}

/* PAGE_NAV
*/

div#the_content ul.page_nav {
  margin: 5px;
  text-align: left;
  list-style: none;
  padding-bottom: 20px;
}

div#the_content ul.page_nav li {
  display: block;
  padding: 2px 5px;
  font-size: 9pt;

  line-height: 12pt;

  border: 1px solid white;

  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;

  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

div#the_content ul.page_nav li a {
  border: 0;
  color: #ff6a00;
}
div#the_content ul.page_nav li a:hover {
  border: 0;
  text-decoration: none;
}

div#the_content ul.page_nav li:hover {
  background: white;
}

div#the_content ul.page_nav li.first {
  padding-top: 2px;
  background-color: white;
  color: black;
}

div#the_content ul.page_nav li.first h2 {
  display: inline;
  font-size: 12pt;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0;
}

div#the_content ul.page_nav li.current_page_item {
  border-bottom: 0;
  color: white;
  font-weight: bold;
}

div#the_content ul.page_nav li.current_page_item:hover {
  background-color: black;
}

div#the_content ul.page_nav li.current_page_item a {
  color: white;
  font-weight: bold;
}

/* SERVICES_TOP1
*/

div#services_top1 {
  float: left; clear: both;
  padding: 15px;
  margin-bottom: 1em;
}

div#services_top1 h3 {
  font-size: 12pt;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1em;
  line-height: 14pt;
}

div#services_top1 img#dancing_man {
  float: left;
  margin-right: 1em;
}

div#services_top1 img#spotlight {
  float: right;
}

div#services_top1 p {
  font-size: 10pt; letter-spacing: 1px;
  margin-bottom: 1em;
}

p#contactnow {
  line-height: 1.5em;
}

p#contactnow a {
  font-size: 12pt; font-weight: bold;
  color: white; background-color: #ff6a00;
  padding: 5px; margin-bottom: 2em;
  border: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
}

p#contactnow a:hover {
  color: black; background-color: white;
}

div#services_top1 ul {
  float: left;
  font-size: 10pt;
  list-style: square;
  border: 1px solid #ff6a00;
  padding: 5px;
  margin-bottom: 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

div#services_top1 li {
  margin-left: 1em;
  padding: 0.5em;
}

/* #SERVICES_TOP2
*/

div#services_top2 {
  float: left; clear: both;
  width: 225px; padding: 5px;
  border: 1px solid #aa3900;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 1em;
}

div#services_top2,
div#services_top2 a {
  background-color: #ff6a00;
  color: #eeeeee;
  font-size: 11pt;
  letter-spacing: 1px;
}

div#services_top2 a {
  border-bottom: 1px dotted #eeeeee;
}

div#services_top2 a:hover {
  border-bottom: 0;
}

div#services_top2 h3 {
  font-size: 12pt;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1em;
}

div#services_top2 p {
  margin-bottom: 1em;
}

div#services_top2 ul {
  list-style: square;
  margin-left: 1em;
  padding-bottom: 1em;
}

div#services_top2 img {
  float: right;
}

/* #SERVICES_BODY
*/ 

div#services_body {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 11pt;
}

div#services_body h3 {
  font-size: 16pt;
  padding-top: 10px;
  padding-bottom: 10px;
}

div#services_body h4 {
 font-weight: bold;
 font-size: 12pt;
}

div#services_body p {
  font-size: 11pt;
  padding-bottom: 10px;
}

div#services_body ul {
  width: auto;
  font-size: 10pt;
  list-style: square;
  border: 1px solid #ff6a00;
  /*padding: 1em 2em 1em 2em;*/
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

div#services_body li {
  font-size: 9pt;
}

div#services_body .zebra {
  background-color: #111111;
}

div#services_body li ul {
  list-style: square;
  display: block;
  padding-left: 15px;
}

div#services_body .twocol_1 {
  float: left;
  padding-right: 10px;
}
div#services_body .twocol_2 {
  float: left;
}

#services_body img {
  margin: 1em 1em 1em 0;
  padding: 3px;
  border: 1px solid #ff6a00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* SUB_NAV
*/

div#sub_nav {
  float: left;
  margin: 0;
  padding: 0;
  width: 300px;
}

div#sub_nav h2 {
  padding-left: 0;
}

div#sub_nav li {
  padding-bottom: 1em;
}

/* NEWS
*/

div#news {
  width: 100%;
  float: left;
  clear: both;
}
