﻿/* normalize */
/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
}

/* layout */
body
{
    text-align: center; /* IE6 needs this to center the layout in the browser window */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.78em;
    background-color: #1b6688;
}


#main_wrapper_decorator
{
    width: 986px; /* widths of columns will scale proportionately as this width is changed */
    margin-left: auto; /* centers max'd layout in browser */
    margin-right: auto; /* centers max'd layout in browser */
    padding: 0px 0 0px 0;
    margin-top: 0px;
    /*background-color: #0f313f;    */
}

#main_wrapper
{
    width: 980px; /* widths of columns will scale proportionately as this width is changed */
    margin-left: auto; /* centers max'd layout in browser */
    margin-right: auto; /* centers max'd layout in browser */
    text-align: left; /* prevents page inheriting IE6 centering hack on body */
    padding: 1px 1 1px 0;
    margin-top: 0px;
    background-color: white;
}

#header
{
    margin: 0 0px 0 0px;
    background-color: #1b6688;
    padding-right: 10px;
    padding-left: 10px;
    height: 90px;
    background-image: url('../images/top-banner.png');
    background-repeat: no-repeat;
    text-align: left;
}

#breadcrumb
{
    width: 970px;
    height: 50px;
    background-image: url('../images/intro-background.png');
    background-repeat: repeat-x;
    text-align: center;
    padding: 5px;
}

#intro
{
    width: 970px; /*  height: 186px; */
    height: 208px;
    background-image: url('../images/intro-background.png');
    background-repeat: repeat-x;
    text-align: center;
    padding: 5px;
}

#left_column
{
    width: 210px;
    margin: 0px;
    float: left;
    display: inline;
    background-color: white;
}
#right_column_two_column
{
    width: 210px;
    margin: 0px;
    float: right;
    display: inline;
    background-color: white;
}

#content_three_column
{
    padding: 0em 0em 0em 0em;
    width: 530px;
    margin: 0px;
    float: left;
    background-color: white;
}
#right_column_three_column
{
    width: 240px;
    margin: 0px 0 0px 0;
    float: left;
    background-color: white;
}


#content_two_column_right
{
    margin: 10px 10px 10px 0px;
    float: left;
    width: 760px;
}


#content_two_column_left
{
    margin: 0px 0px 0px 0px;
    float: left;
    width: 760px;
}

#footer
{
    margin: 0 0px 0 0px;
    clear: both;
    height: 135px;
    background-image: url('../images/bottom-banner.png');
    background-repeat: no-repeat;
}
#header_inner, #content_inner, #right_inner
{
    overflow: hidden; /* prevents oversize elements from breaking the layout */
}
#header_inner
{
    padding: 1em 2em;
}
#left_inner
{
    padding: 0em .5em;
}
#content_inner
{
    padding: 0em 1em 1em 1.5em;
}
#right_inner
{
    padding: 0em .5em;
}
#footer_inner
{
    padding: .5em 1em;
    text-align: center;
}

#logo
{
    position: relative;
    height: 60px;
    left: 0px;
    width: 100px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}



/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1
{
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #3D5058;
    line-height: 1.5em;
    padding-top: 10px;
}

h1.inverted
{
    color: #C6E0E4;
    line-height: 1;
    padding-top: 0;
}

h2
{
    margin: 0.5em 0;
    font-size: 1.30em;
    font-weight: bold;
    color: #506974;
}
h3
{
    margin-top: 1.5em;
    margin-right: 0cm;
    margin-left: 0cm;
    margin-bottom: 0.5em;
    font-size: 1.15em;
    font-weight: bold;
    color: #63828F;
}

h3.top
{
    margin-top: 0.5em;
}

h4
{
    margin-top: 0.5em;
    margin-right: 0cm;
    margin-left: 0cm;
    margin-bottom: 0.5em;
    font-size: 1.1em;
    font-weight: bold;
    color: #86A0AC;
}
h5
{
    margin-top: 0.2em;
    margin-right: 0cm;
    margin-left: 0cm;
    margin-bottom: 0.5em;
    font-size: 1em;
    font-weight: bold;
}
h6
{
    margin: 0.5em 0;
    font-size: 0.9em;
    font-weight: bold;
}

p
{
    margin: 1em 0;
    line-height: 1.4em;
}

ul
{
    list-style: none;
    margin-top: 0.5em;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    list-style-image: url('../images/tictac_blue.png');
    line-height: 1.4em;

}

ul ul
{
    
    list-style-image: url('../images/tictac_orange.png');
   
}

ul ul UL
{
    
    list-style-image: url('../images/tictac_grey.png');
   
}


ol
{
    list-style: decimal;
    margin-top: 0.5em;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.4em;
}

liold
{
    list-style: none;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    background: url(../images/tictac_blue.gif) no-repeat 0 6px;
    line-height: 1.2em;
}

b, strong
{
    color: #6F6F6F;
}

a
{
}

a:hover
{
    text-decoration: none;
}



a:active
{
}

a:visited
{
}


#top_menu
{
    padding: 0px;
    margin: 0px;
    height: 30px;
    position: relative;
    top: 5px;
    right: 15px;
    width: auto;
    float: right;
}

#menu
{
    padding: 0px;
    margin: 0px;
    height: 30px;
    position: relative;
    top: 10px;
    right: -10px;
    width: auto;
    float: right;
}

.roundpanel
{
    margin: 0px;
    padding: 5px 0px 5px 0px;
}

.dxrpHeader_Glass td.dxrp
{
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial;
    color: #1b6688;
    text-align: left;
}

.footer1
{
    text-align: left;
    color: #1B6688;
}
.footer3
{
    font-size: medium;
    color: #1B6688;
}
.footer2
{
    color: #1B6688;
}

.loginbox
{
    /* position: absolute;    top: 16px;    right: 10px;    width: 180px;    height: 80px;    padding: 2px 2px 2px 2px;        font-size: 10px;*/
}

a:link
{
}

a:visited
{
    color: #8D5C74;
    text-decoration: none none;
}

