/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 25 March 2009 @ 15:45 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html { 
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   font-family: Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
   color: #000;
}
body { 
   background: #000 url('../images/bg_page.jpg') top left repeat-x; 
   margin: 0px;
   padding: 0px;
}
   a {
		color: #3264A6;
		text-decoration: underline;
	}
   	a:hover { text-decoration: none; }
   	a:visited { color: #73A3E5; }
   	a img { border: 0; }

   h1, h2, h3, h4, h5, h6,
   .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
   	line-height: 1.25em;
   	font-weight: normal;
   }
   	h1, .content h1 { font-size: 1.8em; }
   	h2, .content h2 { font-size: 1.5em; }
   	h3, .content h3 { font-size: 1.4em; }
   	h4, .content h4 { font-size: 1.2em; }
   	h5, .content h5 { font-size: 1.0em; }
   	h6, .content h6 { font-size: 0.9em; }

div.hr {
	height: 1px;
	margin: 1.6em 0 1.6em 0;
	background: #333 no-repeat scroll center;
}
	div.hr hr { display: none; }

#wrapper,
#footer {
   background-color: #FFF;
	position: relative;
	width: 940px;
	margin: 20px auto;
   padding: 0px;
}
pre { color: #000; }


/** Header
-------------------------- **/
/** @group header */
#header { 
    padding: 0px;
}
#banner {
   /*padding: 50px 20px 0px 20px;*/
   padding: 50px 20px;
}
#header #masthead a, 
#header #masthead a:visited
{
	position: relative;
	display: block;
	background: url("../images/logo.gif") 0 0 no-repeat;
	text-indent: -10000px;
	width: 610px;
	height: 37px;
	text-decoration: none;
	overflow: hidden;
	z-index: 5;
	top: 0;
	left: 0;
}
#banner ul.topNav {
    float: right;
    list-style: none;
    margin: -20px 0px 5px 0px;
    padding: 0px;
    font-size: 110%;
}
    #banner ul.topNav li {
        float: left;
        margin: 0px;
        padding: 0px;
    }
    #banner ul.topNav li a {
        text-decoration: none;
        padding: 0px 0px 0px 20px;
    }
#banner div.phone {
    position: absolute;
    font-size: 300%;
    color: #89B900;
    right: 20px;
    top: 50px;
    font-weight: bold;
}

/*#topNavigation {
   background-color: #3264A6;
   margin: 10px 20px 0px 20px;
   height: 40px;
}*/
#topNavigation {
   position: absolute;
   top: 109px;
   left: 20px;
   background-color: #3264A6;
   width: 900px;
   height: 40px;
}
    #topNavigation ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        height: 40px;
    }
    #topNavigation ul li {
        float: left;
        margin: 0px;
        padding: 5px 0px;
        height: 30px;
    }
    #topNavigation ul li a {
        color: #FFF;
        font-size: 1.5em;
        text-transform: uppercase;
        padding: 7px 20px 3px;
        margin: 0px;
        display: block;
        background: transparent url('../images/bg_topnav.gif') center right no-repeat;
        text-decoration:none;
    }
      #topNavigation ul li a:hover { text-decoration: underline; }
    #topNavigation ul li .sublevel,
    #topNavigation .sf-menu ul {
         display: block;
         background-color: #3264A6;
         width: 200px;
     }
    #topNavigation .sf-menu li li.sublevel a:hover {
        background-color: #89B900;
        background-image: none;
    }
       #topNavigation .sf-menu li.sublevel,
       #topNavigation .sf-menu ul {
           padding: 0px;
           margin: 0px;
           border-bottom: 1px solid #336FAD;
           border-top: 1px solid #003C74;
       }
         #topNavigation .sf-menu ul { margin-top: 15px; border: 0; }
       #topNavigation .sf-menu li.sublevel a {
           line-height: 1.3em;
           padding: 5px 13px;
           font-size: 1.3em;
           background-image: none;
       }
      #topNavigation ul li ul li.sublevel {
         /*float:left;*/
         height: auto;
         margin:0;
         padding:0px 0;
      }
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
   clear: both;
   margin: 1px 20px 0px 20px;
}
#default #contentWrapper {
   margin: 1px 20px 20px 20px;
}
    #homeHeader {
        background-color: #333;
        height: 311px;
        border: 1px solid #111;
    }
        #homeHeader div.col1 {
            width: 449px;
            float: left;
            border-right: 1px solid #111;
        }
        #homeHeader div.col2 {
            border-left: 1px solid #555;
            border-right: 1px solid #111;
            height: 271px;
            width: 223px;
            float: left;
            padding: 5px 20px 20px 20px;
            font-size: 120%;
            color: #DDD;
            line-height: 150%;
        }
            #homeHeader div.col2 h2 {
                color:#FFF;
            }
            #homeHeader div.col2 strong {
                color: #89B900;
            }
            #homeHeader div.col2 a {
                color: #89B900;
                font-weight: bold;
            }
            #homeHeader div.col2 ul {
                list-style: square;
                margin: 0px;
                padding: 10px 0px 0px 15px;
            }
         #homeHeader div.col3 {
            border-left: 1px solid #555;
            height: 311px;
            width: 182px;
            float: left;
        }
            #homeHeader div.col3 div.topDiv {
                border-bottom: 1px solid #111;
                padding: 20px;
                height: 110px;
                text-align: center;
            }
            #homeHeader div.col3 div.btmDiv {
                border-top: 1px solid #555;
                padding: 20px;
                text-align: center;
            }
            #homeHeader div.col3 {
                font-size: 160%;
                color:#CCC;
                text-transform: uppercase;
            }
            #homeHeader div.col3 strong {
                color: #FFF;
                display: block;
                font-size: 200%;
            }
    #home #contentSlot {
        clear: both;
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 120%;
        background-color: #3264A6;
        color: #FFF;
        height: 100%;
    }
    #default #contentWrapper {
        background: transparent url(../images/bg_content_wrapper.gif) top left repeat-y;
        min-height: 200px;
    }
      #default #buyOnline {
         position: absolute;
         top: 150px;
         right: 20px;
      }
    #default #contentSlot {
        width: 580px;
        float: right;
        font-size: 120%;
        line-height: 150%;
        color:#444;
    }
    #default #contentSlot h1 {
        color: #3264A6;
        padding: 30px 0px 5px 0px;
        font-weight: bold;
        line-height: 100%;
        margin: 0px;
    }
    #default #contentSlot h2 {
        color: #333;
        font-size: 130%;
        padding: 30px 0px 5px 0px;
        font-weight: bold;
        line-height: 100%;
        margin: 0px;
    }
      #default #contentSlot h2.toggle {
         padding: 4px 5px 4px 30px;
         border-bottom-color: #333;
      }
         #default #contentSlot h2.up {
            background-color: #333;
            color: #FFF;
         }
    #default #sideBar {
        float: left;
        height: 100%;
        padding: 20px;
        color:#666;
    }
      #default #sideBar div.hr { 
         background-color: #FFF;
         margin-bottom: 0.4em;
      }
   #default #marginSlot {
      font-size: 120%;
      line-height: 150%;
      width: 260px;
      /*z-index: 10;*/
   }
      #default #marginSlot ul { 
         padding-bottom: 0.8em;
         list-style: none;
      }
         #default #marginSlot ul li { margin-bottom: 0; }
         #default #marginSlot ul ul { margin-bottom: 0; }
      #default #marginSlot ul li.lvl1 a {
         display: block;
         color: #666;
         border-bottom: 1px solid #666;
         padding: 4px 5px;
         background-color: transparent;
         font-size: 1.1em;
         text-decoration: none;
      }
         #default #marginSlot ul li.lvl1 a:hover {
            background-color: #666;
            color: #FFF;
         }
            #default #marginSlot ul li.lvl1 li.selected a {
               background-color: #535353;
               color: #FFF;
            }
    #interiorHeader {
        z-index: 5;
    }
/* @end contentWrapper **/



/** Footer
-------------------------- **/
/** @group footer */
#footer {
   background-color: transparent;
   color: #333;
   padding: 0 0 10px;
   height: 40px;
}
   #footer a { 
      color: #333;
      text-decoration: none;
   }
      #footer a:hover{ text-decoration: underline; }
/* @end footer **/


/** @group formContent */
#formContent td.content label { font-weight: normal; }
#formContent input.input, #formContent textarea.textarea { border-color: #333; }
#formContent input.submit {
   background-color: #000;
   border: 1px solid #000;
   border-left-color: #333;
   border-top-color: #333;
   color: #FFF;
}
/* @end formContent **/


/** Class Styles
-------------------------- **/
.hidden, .printOnly { display: none; }

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}

.clearafter:after {
   content: "";
   display: block; 
   height: 100%;
   clear: both;
   visibility: hidden;
}
a.btn {
    background-color: #89B900;
    color: #FFF;
    display: block;
    padding: 5px 10px;
    border: 1px solid #FFF;
    text-decoration: none;
    text-transform: none;
    margin: 10px 0px;
}
#home .col {
    width: 29.5%;
    padding: 5px 15px 15px 15px;
    float: left;
    line-height: 150%;
}
#home .col h1 {
    font-size: 140%;
    text-transform:uppercase;
    color: #FFF;
    padding: 0px 0px 5px 0px;
    margin: 0px;
    line-height: 100%;
}
#home .col a {
    color: #FFF;
}

.sf-menu li {
    background: transparent none repeat scroll 0 0;
}
.sf-menu a {
    border: 0px solid transparent;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background: transparent none repeat scroll 0 0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}

#interiorHeader img {
    width: 900px;
}
/** @group homeGrid */
#homeGrid .column a { color: #FFF; }
#homeGrid .homeTitle { padding-bottom: 0.3em; }

#homeGrid #column1 {
    width: 30%;
    margin-right: 5%;
    float: left;
}
#homeGrid #column2 {
    width: 30%;
    margin-right: 5%;
    float: left;
}
   #homeGrid #column2 ul {
    margin-left: 15px;
}
#homeGrid #column3 {
    width: 30%;
    float: left;
}
   #homeGrid #column3 #flashcontent {
      width: 213px;
      margin: 0 auto 0.3em; 
   }
#homeGrid #column4 { display: none; }

/*td.homeTitle {
    font-size: 1.5em;
}*/
/* @end homeGrid **/
#translate {
	position: absolute;
	top: 2px;
	left: 50%;
        width: 470px;
	text-align: right;
}

