/*************************************************************
 * author: Frontenders.com
 * contact: support at frontenders dot com
 * description: css for screen media
 *************************************************************/
 
/* reset
 * based on Eric Meyer's reset.css
 * http://meyerweb.com/
 *************************************************************/
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: disc; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* /reset
 *****************************************************/

/* global elements
 *****************************************************/
html { height: 100%; }
body {
    background: #fff;
    color: #000;
    font: 62.5%/1 Georgia, serif;
    height: 100%;
}
a { text-decoration: none; }
a:hover {  }
/* /global elements
 *****************************************************/

/* common elements
 *****************************************************/
.cols, form .item, form .buttons { overflow: hidden; }
.col { float: left; }
.left { float: left; }
.right { float: right; }
.print { display: none; }
.ir {
    display: block;
    overflow: hidden;
    position: relative;
}
.ir span {
    cursor: pointer;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

/* /common elements
 *****************************************************/

/* base layout
 *****************************************************/
#container {
    min-height: 100%;
    position: relative;
}
.container {
    margin: 0 auto;
    overflow: hidden;
    width: 800px;
}
#header {
    border-top: 8px solid #666;
}
#navigation {
    background: #24884a url( ../images/bg_navigation.png ) repeat-x 0 0;
    border-top: 1px solid #fff;
    margin: 0 0 9px;
}
#wrap {
    border-top: 8px solid #999;
    margin: 12px 0 0;
    padding: 0 0 2em;
}
#mainContent {
    float: left;
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 0 30px;
    width: 540px;
}
#subContent {
    background: #ccc;
    color: #333;
    float: left;
    margin: 74px 0 0;
    padding: 25px 15px;
    width: 170px;
}
#footer {
    background: #ccc;
    bottom: 0;
    height: 2em;
    padding-top: 5px;
    margin: -2em 0 0;
    position: relative;
}
/* /base layout
 *****************************************************/

/* header elements
 *****************************************************/
#header .container {
    background: transparent url( ../images/bg_header.jpg ) no-repeat 100% 50%;
}
#header h1 {
    float: left;
    height: 113px;
    width: 271px;
}
#header h1 a {
    color: #000;
    font: bold 43px/113px Georgia, serif;
    height: 113px;
    padding: 0 0 0 30px;
}
#header h1 a em {
    color: #a7a9ac;
    font-style: normal;
}
#header h1 span {
    background: transparent url( ../images/text_header_hx.png ) no-repeat 0 0;
    width: 271px;
}

#header h2 {
    float: left;
    font-size: 1.4em;
    height: 113px;
    line-height: 113px;
    padding: 0 0 0 28px;
    width: 246px;
}
#header h2 span {
    background: transparent url( ../images/text_header_hx.png ) no-repeat 100% 0;
    width: 274px;
}
/* /header elements
 *****************************************************/

/* navigation elements
 *****************************************************/
#navigation .container { background: none; }
#navigation ul {
    float: left;
}
#navigation li {
    float: left;
    padding: 31px 15px 0;
    min-height: 44px;
    overflow: hidden;
    width: 70px;
}
#navigation a {
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
}
#navigation a:hover { color: #333; }
#navigation .menu-current a { color: #fff; }
#header #navigation strong {
    background: #004424;
    color: #fff;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: normal;
    height: 75px;
    line-height: 75px;
    text-align: center;
    width: 200px;
}
#header #navigation strong span {
    background-image: url( ../images/text_call_us.png );
    cursor: auto;
}
/* /navigation elements
 *****************************************************/



/* content elements
 *****************************************************/
#mainContent h2 {
    font-size: 1.5em;
    line-height: 1em;
    margin: 1.3em 0 1.5em;
}
#mainContent p { margin: 0 0 1em; }
#subContent li { padding: 0 0 5px; }
#subContent li a { color: #333; }
#subContent li a:hover { color: #666; }
#subContent .menu-current a { color: #fff; }
/* /content elements
 *****************************************************/

/* footer elements
 *****************************************************/
#footer h5, #footer h6 {
    font-weight: normal;
    line-height: 2em;
}
#footer h5 {
    float: left;
    padding: 0 0 0 30px;
    width: 570px;
}
#footer h5 span { padding: 0 0 0 25px; }
#footer h6 {
    float: right;
    width: 200px;
}
/* /footer elements
 *****************************************************/