/*
div#content * {border: 1px dashed red !important;}
/* */

body
{
    margin:                     0px;
    color:                      #5e5e5e;
    background-color:           #dddddd;
    font-family:                sans-serif;
    font-size:                  12px;
    text-align:                 left;
    line-height:                120%;
}

.bodynews
{
    background-color:           #C9E0F0;
}

a:link,
a:visited
{
    color:                      #6092B1;
    text-decoration:            none;
}

a:hover,
a:active
{
    text-decoration:            underline;
}

img
{
    border-style:               none;
}

h1
{
    display:                    none;
}

form
{
    display:                    inline;         /* IE */
}

div#centered
{
    width:                      940px;
    margin-left:                auto;
    margin-right:               auto;
    margin-top:                 15px;
}

div#main
{
    float:                      left;
    width:                      920px;          /* Opera */
    padding:                    10px;
    background-color:           #ffffff;
}

div#header
{
    height:                     160px;
    background-image:           url('../img/header_bg.jpg');
    background-repeat:          no-repeat;
    background-position:        right top;
}

img#logo
{
    float:                      left;
    margin-top:                 60px;
}

div#topnav
{
    float:                      right;
    width:                      730px;
    height:                     40px;
    padding-top:                7px;
    background-image:           url('../img/topnav_bg.gif');
    background-repeat:          no-repeat;
    background-position:        right top;
}

div#topnav a:link,
div#topnav a:visited,
div#topnav a:hover,
div#topnav a:active
{
    color:                      #707070;
}

div#body
{
    clear:                      both;
    padding-right:              8px;
    background-image:           url('../img/body_bg.gif');
    background-repeat:          repeat-y;
    background-position:        left top;
}

div#leftpane
{
    float:                      left;
    width:                      177px;          /* IE, normal 176px */
    padding-top:                8px;
    background-image:           url('../img/leftpane_bg.gif');
    background-repeat:          no-repeat;
    background-position:        left top;
}

ul#nav
{
    float:                      left;
    margin:                     0px;
    padding:                    0px;
    background-color:           #ffffff;
    font-size:                  12px;
    font-weight:                bold;
}

ul#nav li
{
    list-style-type:            none;
}

ul#nav li a:link,
ul#nav li a:visited
{
    display:                    block;
    width:                      138px;
    margin-bottom:              1px;
    padding-left:               15px;
    padding-right:              15px;
    padding-top:                3px;
    padding-bottom:             3px;
    color:                      #217fc2;
    background-color:           #ececec;
    border-right-style:         solid;
    border-right-width:         8px;
    border-right-color:         #dadada;
    text-decoration:            none;
}

ul#nav li a:hover,
ul#nav li a:active
{
    margin-bottom:              1px;
    background-color:           #fcfcfc;
    border-right-color:         #eaeaea;
    text-decoration:            none;
}

ul#nav li.nav_current a:link,
ul#nav li.nav_current a:visited,
ul#nav li.nav_current a:hover,
ul#nav li.nav_current a:active
{
    background-color:           #ffffff;
    border-right-color:         #ffffff;
    text-decoration:            none;
}

ul#nav li ul
{
    margin:                     0px;
    padding:                    0px;
    background-color:           #a3a3a3;
    background-image:           url('../img/nav_sub_bg.gif');
    background-repeat:          repeat-y;
    background-position:        right top;
}

ul#nav li ul li
{
    list-style-type:            none;
}

ul#nav li ul li a:link,
ul#nav li ul li a:visited
{
    display:                    block;
    width:                      128px;
    margin-bottom:              1px;
    padding-left:               25px;
    padding-top:                2px;
    padding-bottom:             2px;
    color:                      #707070;
    background-color:           #cee3f2;
    border-right-style:         solid;
    border-right-width:         8px;
    border-right-color:         #beceda;
    font-size:                  11px;
    text-decoration:            none;
}

ul#nav li ul li a:hover,
ul#nav li ul li a:active
{
    margin-bottom:              1px;
    background-color:           #def3ff;
    border-right-color:         #cedeea;
}

ul#nav li ul li.nav_current
{
    margin-top:                 -1px;
}

ul#nav li ul li.nav_current a:link,
ul#nav li ul li.nav_current a:visited,
ul#nav li ul li.nav_current a:hover,
ul#nav li ul li.nav_current a:active
{
    margin-bottom:              0px;
    background-color:           #ffffff;
    border-right-color:         #ffffff;
    border-top-style:           solid;
    border-top-width:           1px;
    border-top-color:           #ffffff;
    border-bottom-style:        solid;
    border-bottom-width:        1px;
    border-bottom-color:        #ffffff;
    text-decoration:            none;
}

ul#nav li ul li ul li
{
}

ul#nav li ul li ul li a:link,
ul#nav li ul li ul li a:visited
{
    width:                      118px;
    margin-bottom:              0px;
    padding-left:               35px;
    padding-top:                1px;
    padding-bottom:             2px;
    font-size:                  10px;
}

ul#nav li ul li ul li a:hover,
ul#nav li ul li ul li a:active
{
    background-color:           #f0f0f0 !important;
}

ul#nav li ul li ul li.nav_current
{
}

ul#nav li ul li ul li.nav_current a:link,
ul#nav li ul li ul li.nav_current a:visited,
ul#nav li ul li ul li.nav_current a:hover,
ul#nav li ul li ul li.nav_current a:active
{
    background-color:           #f0f0f0;
}

div#rightpane
{
    float:                      right;
    width:                      189px;
    padding-left:               8px;
    background-color:           #e2eef7;
}

div#rightpane h2
{
    margin:                     0px;
    padding:                    10px;
    color:                      #000000;
    background-color:           #c9e0f0;
    font-size:                  12px;
}

div#rightpane h3
{
    margin-left:                0px;
    margin-right:               0px;
    margin-top:                 15px;
    margin-bottom:              0px;
    padding-left:               10px;
    padding-right:              0px;
    padding-top:                0px;
    padding-bottom:             0px;
    color:                      #17469e;
    font-size:                  11px;
}

div#rightpane p
{
    margin:                     0px;
    padding-left:               10px;
    padding-right:              10px;
    padding-top:                10px;
    padding-bottom:             15px;
    color:                      #707070;
    border-bottom-style:        solid;
    border-bottom-width:        6px;
    border-bottom-color:        #c9e0f0;
    font-size:                  11px;
}

div#rightpane a:link,
div#rightpane a:visited,
div#rightpane a:hover,
div#rightpane a:active
{
    font-weight:                bold;
}

div#content
{
    float:                      left;
    width:                      490px;
width:482px;
    padding-left:               30px;
    padding-top:                10px;
    padding-bottom:             10px;
    line-height:                130%;
}

div#content h2
{
    clear:                      both;
    margin-top:                 0px;
    margin-bottom:              20px;
    color:                      #3d8fca;
    font-size:                  20px;
}




div#content h3
{
    clear:                      both;
    margin-top:                 0px;
    margin-bottom:              0px;
padding-top:0px;
padding-bottom:0px;
    color:                      #767676;
    font-size:                  14px;
}



div#content p
{
    clear:                      both;
    float:                      left;
    width:                      100%;           /* IE */
    margin-top:                 5px;
    margin-bottom:              10px;
}

div#content p.p_link
{
    clear:                      both;
    float:                      left;
    width:                      100%;           /* IE */
    margin-top:                 0px;
    margin-bottom:              10px;
}

div#content p.p_link2
{
    margin-top:                 0px;
    margin-bottom:              0px;
}

div#content p.p_center
{
    text-align:                 center;
}

div#content p.p_col
{
    clear:                      none;
    width:                      240px;
}

div#content a:link,
div#content a:visited,
div#content a:hover,
div#content a:active
{
    font-weight:                bold;
}

div#content ul
{
    clear:                      both;
    margin-top:                 0px;            /* IE */
    list-style-image:           url('../img/bullet.gif');
}

div#content li
{
    margin-top:                 15px;
    margin-bottom:              15px;
}

div#content img
{
    padding:                    5px;
    background-color:           #c9e0f0;
/*
    border-style:               solid;
    border-width:               1px;
    border-color:               #ffffff;
*/
}
div#content img.no_border
{
    padding:                    0px;
    background-color:           #ffffff;
/*
    border-style:               solid;
    border-width:               1px;
    border-color:               #ffffff;
*/
}

div#content img.img_left
{
    float:                      left;
    margin-left:                0px;
	 margin-right:                15px;
    margin-bottom:              15px;
}

div#content img.img_right
{
    float:                      right;
    margin-left:                15px;
    margin-bottom:              15px;
}

div#content img.img_right_no_border
{
    padding: 5px;
	 background-color: White;
	 float:                      right;
    margin-right:                15px;
    margin-bottom:              15px;
}

div#content img.img_left_no_border
{
    padding: 5px;
	 background-color: White;
	 float:                      left;
    margin-left:                0px;
	 margin-right:                15px;
    margin-bottom:              15px;
}

div#content div.separator
{
    clear:                      both;
    height:                     20px;
    background-image:           url('../img/separator_bg.gif');
    background-repeat:          repeat-x;
    background-position:        left center;
}

div#content div.download
{
    float:                      left;
margin-right:35px;
/*
    margin-top:                 15px;
    margin-bottom:              15px;
*/
    padding-top:                8px;
    font-size:                  12px;
}

div#content div.download img
{
    float:                      left;
    margin-left:                5px;
    margin-right:               10px;
    margin-top:                 -8px;
    padding:                    0px;
}

div#content table
{
    float:                      left;
}

div#content form#form_contact table,
div#content form#form_events table
{
    margin-left:                auto;
    margin-right:               auto;
}
.Rand {
	border: thin solid #3D8FCA;
	border-top-color: #3D8FCA;
}


div#content form#form_contact input.input_text,
div#content form#form_contact textarea,
div#content form#form_events input.input_text
{
    width:                      250px;
}

ul#sitemap
{
}

ul#sitemap li
{
    margin-top:                 20px;
    margin-bottom:              0px;
}

ul#sitemap li a:link,
ul#sitemap li a:visited,
ul#sitemap li a:hover,
ul#sitemap li a:active
{
    font-weight:                bold;
}

ul#sitemap li ul
{
}

ul#sitemap li ul li
{
    margin-top:                 10px;
    margin-bottom:              0px;
}

ul#sitemap li ul li a:link,
ul#sitemap li ul li a:visited,
ul#sitemap li ul li a:hover,
ul#sitemap li ul li a:active
{
    font-weight:                normal;
}

ul#sitemap li ul li ul li
{
    margin-top:                 1px;
    margin-bottom:              0px;
}

ul#sitemap li ul li ul li a:link,
ul#sitemap li ul li ul li a:visited,
ul#sitemap li ul li ul li a:hover,
ul#sitemap li ul li ul li a:active
{
    font-weight:                normal;
}

div.employee
{
    clear:                      both;
    float:                      left;
    width:                      470px;
    margin-top:                 5px;
    margin-bottom:              5px;
    padding-left:               4px;
    padding-bottom:             4px;
    border-left-style:          solid;
    border-left-width:          1px;
    border-left-color:          #dadada;
    border-bottom-style:        solid;
    border-bottom-width:        1px;
    border-bottom-color:        #dadada;
}

div.employee img
{
    float:                      left;
    padding-left:               0px !important;
    padding-right:              3px !important;
    padding-top:                3px !important;
    padding-bottom:             0px !important;
    background-color:           #ffffff !important;
    border-right-style:         solid;
    border-right-width:         5px;
    border-right-color:         #e1e7f2;
    border-top-style:           solid;
    border-top-width:           5px;
    border-top-color:           #e1e7f2;
}

div.employee div
{
    height:                     60px;
    margin-left:                85px;
    padding-left:               10px;
    padding-right:              3px;
    padding-top:                3px;
    padding-bottom:             0px;
    background-color:           #ffffff;
    border-right-style:         solid;
    border-right-width:         5px;
    border-right-color:         #e1e7f2;
    border-top-style:           solid;
    border-top-width:           5px;
    border-top-color:           #e1e7f2;
    font-size:                  11px;
    line-height:                130%;
}



div#bodyfooter
{
    clear:                      both;
    width:                      480px;
    margin-left:                205px;
    padding:                    3px;
    color:                      #555555;
    background-color:           #e2eef7;
    border-style:               solid;
    border-width:               1px;
    border-color:               #c9e0f0;
    text-align:                 center;
    font-size:                  12px;
}

div#bodyfooter a:link,
div#bodyfooter a:visited,
div#bodyfooter a:hover,
div#bodyfooter a:active
{
    color:                      #555555;
}

div#footer
{
    clear:                      both;
    padding-top:                4px;
    color:                      #555555;
    font-size:                  10px;
    text-align:                 center;
}

div#footer a:link,
div#footer a:visited,
div#footer a:hover,
div#footer a:active
{
    color:                      #555555;
}

div.tipcontainer {
position:relative;
}

div.tip {
background-color:#FFFFFF;
border:1px solid #BECEDA;
font-size:11px;
left:0px;
padding:5px;
position:absolute;
top:0px;
visibility:hidden;
}
