body, table, div, input, select, textarea
{
    font-family: Arial, Verdana, Lucida, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
}

body, form, p
{
    margin: 0;
    padding: 0;
}

body
{
    background: url("../images/header_bg.jpg") no-repeat scroll 50% 0;
    background-color:#BDBDBD;
}

div
{
    text-align: left;
}

a, a:visited, a:hover
{
    color: #000000;
    text-decoration: underline;
}

a:active
{
    font-family: Arial;
    font-size: 13px;
    color: #660000;
    text-decoration: underline;
}

a img
{
    border: none;
}

hr
{
    height: 1px;
    color: #DDDDDD;
}

/*** structure ***/

#all
{
    width: 1024px; /*border: solid 1px #DDDDDD;*/
}

#header
{
    width: 100%;
    height: 160px;
}

#logo
{
    background-color: Transparent;
    position: absolute;
    margin-left: -236px;
}

#topnavigation
{
    background: url(../images/navi_bg.png) repeat-x;
    height: 35px;
}

#contentarea
{
    /*background-position: #EEEEEE;*/
    /*background: #EEEEEE;*/
    background-color:White;
    padding-top: 10px;
    padding-bottom: 10px;
}

#leftarea
{
    float: left;
    width: 235px;
    background: url(../images/navi_left_bg.png);
    margin-top: 0px;
}

#leftheader
{
    background: transparent url(../images/boxheader.png);
    height: 15px;
}

#leftnavigation
{
    padding-top: 15px;
    padding-bottom: 15px;
}

#centerarea
{
    width: 759px;
    padding-right:10px;
    padding-left:10px;
    float: left;
}

#centercontentarea
{
}

#locatorRow
{
    background: url(../images/breadcrumps_bg.png) repeat-x;
    height: 45px;
}

#leftlocatorarea
{
    float: left;
    width: 235px;
    margin-top: 0px;
    padding-left:30px;
}

#centerlocatorarea
{
    width: 759px; /*padding: 15px 0 15px 0;*/
    float: left;
}

#locator
{
    padding: 12px 0 10px 0; /*border-bottom: 1px dotted #C0C0C0;*/ /*margin-bottom: 15px;*/
}

#print
{
    float: right;
}

#print img
{
    padding: 0;
    margin: 0;
    border: none;
}

#rightarea
{
    width: 235px;
    text-align: center;
    float: left;
}

#rightcontentarea
{
    padding-right:10px;
}

#footernavigation
{
    background: url(../images/apple_footer.gif) repeat-x bottom;
    text-align: right;
    padding: 10px 15px 0 0;
    color: #CC0000;
}


/*** STRUCTUREELEMENTS ***/

#floatingelement li
{
    list-style-position: inside;
    display: inline-block;
}

#imageleft, .imageleft
{
    float: left;
    padding: 0 5px 5px 0;
}

#imageright
{
    float: right;
    padding: 0 0 5px 15px;
}

#contactleft
{
    float: left;
    width: 150px;
}

#contactright
{
    float: left;
}

#box
{
    border: solid 1px #DDDDDD;
    background-color: #EEEEEE;
    padding: 5px 5px 5px 5px;
    margin: 0 0 15px 0;
}

#sitemap
{
    padding: 0 0 0 25px;
}

/*** NAVIGATION ***/

#topnavigation .naviwrap
{
    width: 970px; /*float: left; 	margin-left: 215px; 	display: inline; /* fix for IE6 double margin bug */
}

#topnavigation img.topnaviSeparator
{
    float: left;
}

#topnavigation a, #topnavigation a:visited, #topnavigation a:active
{
    font-family: Times New Roman;
    font-size: 15px;
    font-weight: bold;
    color: #cccccc;
    text-decoration: none;
    line-height: 27px;
    padding: 2px 10px 0 10px;
    display: block;
    float: left;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);*/
    text-transform: uppercase;
}

#topnavigation a:hover
{
    font-family: Times New Roman;
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
    line-height: 27px;
    padding: 2px 10px 0 10px;
    display: block;
    float: left;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);*/
    text-transform: uppercase;
}

#topnavigation a.active:visited
{
    color: #FFC200;
}

#leftnavigation a, #leftnavigation a:visited, #leftnavigation a:hover
{
    /*height: 30px;*/
    display: block;
    text-decoration: none;
    color: #666666;
    vertical-align: middle;
}

#leftnavigation a:active
{
    /*height: 30px;*/
    display: block;
    text-decoration: none;
    color: #666666;
    vertical-align: middle;
}

#footernavigation a, #footernavigation a:visited, #footernavigation a:active
{
    font-size: 10px;
    font-family: Arial;
    text-decoration: none;
    color: #CC0000;
    line-height: 20px;
    padding: 0 10px 0 10px; /*border-right: 1px solid #CC0000;*/
}

#footernavigation a:hover
{
    text-decoration: none;
    color: #666666;
}

#footernavigation a.active, #footernavigation a.active:visited, #footernavigation a.active:active, #footernavigation a.active:hover
{
    color: #666666;
}

#locator a, #locator a:visited, #locator a:active
{
    text-decoration: none;
    color: #666666;
}

#locator a:hover
{
    color: #CC0000;
}

#sitemap a, #sitemap a:visited, #sitemap a:active
{
    text-decoration: none;
    color: #666666;
    line-height: 25px;
}

#sitemap a:hover
{
    color: #CC0000;
}


/*** content styles ***/

h1
{
    font-weight: bold;
    font-size: 18px;
    color: #CC0000;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 7px;
    display: block;
    margin-bottom: 10px;
}

h2, .headline
{
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    padding-top: 3px;
    padding-bottom: 4px;
    display: block;
    margin: 0;
}

hr
{
    height: 1px;
    color: #dddddd;
    background-color: #dddddd;
    border: 0;
}

.borderheadline
{
    font-size: 13px;
    color: #CC0000;
    border-bottom: solid 1px #CC0000;
    line-height: 20px;
    display: block;
    font-weight: bold;
    padding-top: 5px;
    margin-bottom: 7px;
}

.highlight
{
    color: #CC0000;
}

.smallhighlight
{
    color: #CC0000;
    font-size: 12px;
}

.listheadline, a.listheadline, a.listheadline:visited, a.listheadline:active, a.listheadline:hover
{
    padding: 3px 0 3px 0;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.morelink, a.morelink, a.morelink:visited, a.morelink:active, a.morelink:hover
{
    color: #CC0000;
    text-decoration: none;
}

div#seperation
{
    border-bottom: solid 1px #DDDDDD;
    height: 1px;
    width: 100%;
    padding: 0;
    margin: 5px 0 5px 0;
    line-height: 1px;
    font-size: 1px;
}

.error
{
    color: #FF0000;
}

.button
{
    color: #666666;
    background: #EEEEEE;
    border: solid 1px #DDDDDD;
}

.contactmodulediv
{
    padding: 2px 2px 2px 2px;
}

#controlpadding
{
    padding: 5px 0 5px 0;
}

