﻿
body
{
    margin: 10px;
    background: #9599bf url(assets/images/site_bg.jpg) repeat-x left top;
    font-family: arial;
    font-size: small;
    color: #333; /*background:#dddcb7;*/
}

a
{
    color: #ad697d;
    font-weight: bold;
    text-decoration: underline;
}

a:hover
{
    color: #c00;
}

#container
{
    min-height: 600px;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #999;
    background: #fff;
}

.container_inner
{
    min-height: 700px;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background: #fff url(assets/images/twocol_bg.gif) repeat-y 70% 0;
    border: 1px solid #999;
}

.container_onecolumn
{
    min-height: 600px;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #999;
    background: #fff;
}


#utility
{
    width: 935px;
    background: #fff url(assets/images/utility_bg.gif) repeat-x left top;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    color: #696262;
    text-align: right;
}

#utility a
{
    color: #696262;
    text-decoration: none;
}

#utility a:hover
{
    color: #ad697d;
    text-decoration: underline;
}


#banner
{
    width: 950px;
    height: 97px;
    background: #fff url(assets/images/banner_bg.jpg) no-repeat right top;
    border-bottom: 1px solid #ad697d;
}

#banner div#left
{
    float: left;
    padding-top: 10px;
    padding-left: 15px; /*margin:20px 0 20px 20px;*/
}

#banner div#right
{
    float: right;
    color: #fff;
    text-align: right;
    padding-top: 15px;
    padding-right: 15px;
    font-size: 90%;
    font-weight: bold;
}

#tagline
{
    width: 950px;
    height: 30px;
    background: #000;
}

#tagline div#tagline_left
{
    float: left;
    color: #fff;
    font: bold italic 100% arial;
    padding-left: 70px;
    padding-top: 6px;
}

#tagline div#tagline_right
{
    float: right;
    color: #fff;
    font: bold 100% arial;
    padding-top: 6px;
    padding-right: 15px;
}



#nav
{
    clear: both;
    float: left;
    width: 100%;
    background: #fff url(assets/images/bg.gif) repeat-x bottom;
    font-size: 90%;
    line-height: normal;
}
#nav ul
{
    margin: 0;
    padding: 20px 10px 0 5px;
    list-style: none;
}
#nav li
{
    float: left;
    background: url(assets/images/norm_right.gif) no-repeat right top;
    margin-right: 1px;
    padding: 0;
}

#nav a
{
    display: block;
    background: url(assets/images/norm_left.gif) no-repeat left top;
    padding: 9px 13px 9px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma;
    text-transform: uppercase;
}


#nav a:hover
{
    color: #ccc;
}

#nav #current
{
    background-image: url(assets/images/norm_right_on.gif);
}

#nav #current a
{
    background-image: url(assets/images/norm_left_on.gif);
    padding-bottom: 10px;
    color: #02367c;
}

#nav #current a:hover
{
    color: #d82a26;
}

#subnav
{
    clear: left;
    width: 950px;
    height: 10px;
    background: #ccc url(assets/images/subnav_bg.gif) repeat-x left top;
}

/* styles for two column layout */



#home_content
{
    float: right;
    width: 515px;
    padding-top: 11px;
    padding-right:15px;
    font: normal 1.2em/1.4em "Georgia";
    color: #333;
}

#home_content a{
font:normal .7em/1.5em arial;
color:#006;
}
#home_sidebar
{
    float: left;
    width: 420px;
}

.content
{
    width: 70%;
    float: left;
    font-size: 90%;
    line-height: 1.4em;
}

.content div
{
    padding: 10px 20px;
    font-size: 110%;
    line-height: 1.4em;
    text-align: left;
}

.sidebar
{
    float: right;
    width: 30%;
}

.sidebar div
{
    padding: 10px 10px;
}


/* one column */

.content_onecolumn
{
    width: 100%;
}

.content_onecolumn div
{
    padding: 10px 20px;
    line-height: 1.4em;
    text-align: left;
}

ul.contact
{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1
{
    color: #ad697d;
    font-size: 1.7em;
}

h2
{
    font-size: 140%;
    color: #900;
    padding: 8px;
    margin: 0;
    background: #ccc url(assets/images/title_bg.gif) repeat-x left top;
    display: block;
    border-top: 1px solid #d1d1d1;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #d1d1d;
}

h3
{
    margin: 0;
    width: 137px;
    padding: 5px;
    background: url(assets/images/resource_panel_bg.gif) no-repeat;
    color: #fff;
    font-size: 100%;
}

div#social
{
    margin-top: 4px; /*  margin-bottom: 12px; */
    border-top: 4px solid #ccc;
    padding: 5px 0;
 
}
/*
div#social a
{
    padding-right: 10px;
}
*/
div#social h3
{
    font: normal 90% arial;
    color: #333;
    margin-top: 0;
    margin-bottom: 4px;
    text-align: left;
    padding: 0;
}

.bold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}


#footer
{
    clear: both;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    background: #000;
    color: #ccc;
    text-align: center;
    padding: 5px;
    font-size: 90%;
}

#footer a
{
    color: #ccc;
    text-decoration: none;
    margin-right: 8px;
    margin-left: 8px;
    font-weight: normal;
}

#footer a:hover
{
    color: #fff;
    text-decoration: none;
}

#footer div
{
    margin-left: 50px;
}

.formTable
{
    width: 100%;
}

.formTable td
{
    text-align: left;
    padding: 2px 0;
    color: #fff;
    font: normal .8em arial;
}

.formTable input
{
    width: 115px;
    height: 12px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #ccc;
    padding: 4px;
   
}
.white{
font-family:Arial;
color:#fff;
font-size:.8em;
}

.clear{
clear:both;
}

table#social{
width: 139px;
}

table#social td{
padding:0 4px 0 0;
}