/*- Reset Styles -----------------------------------------------------------*/
html, 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
{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align: baseline; background:transparent;}

ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
blockquote, q {quotes:none;}
table {border-collapse:collapse; border-spacing:0;}
a {text-decoration:none}
 
/*- End Reset Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- General Styles -----------------------------------------------------------*/
body {
    background: url('../img/bg.gif') repeat center 0;
    color:#000066;
    font-family:Arial,sans-serif;
    font-size:62.5%;
}
img {
    display:block;
}
.left {
    float:left;
}
.right {
    float:right;
}
.clear {
    clear:both;
}
/*- End General Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*------------------------------*/
/*  Wrapper                     */
/*------------------------------*/ 
#wrapper {
    margin:0 auto;
    width:965px;
}

/*------------------------------*/
/*  Header                      */
/*------------------------------*/ 
#header {
    line-height:66px;
    overflow:hidden;
}
#header h1 {
    float:left;
    margin:17px 6px 0 0;
}
#header h1 a {
    background: url('../img/animtitle2.gif') no-repeat 0 0;
    display:block;
    height:33px;
    text-indent:-9999px;
    width:277px;
}
#header span {
    color:#8C8C8C;
    font-size:2.4em;
    float:left;
}
#header ul {
    float:right;
    font-size:1.2em;
    margin:20px 0 0;
}
#header ul li {
    float:left;
}
#header ul li span {
    float:none;
    font-size:12px;
    margin:0 7px;
}
#header ul li a {
    color:#FFFFFF;
}
#header ul li a:hover {
    text-decoration:underline;
}

/*------------------------------*/
/*  Menu                        */
/*------------------------------*/ 
#menu {
    background: url('../img/menu.gif') no-repeat 0 0;
    height:32px;
    overflow:hidden;
}
#menu ul {
    margin:0 0 0 10px;
    overflow:hidden;
}
#menu ul li {
    float:left;
    font-weight:bold;
    font-size:1.3em;
    line-height:32px;
}
#menu ul li a {
    color:#333333;
    display:block;
    float:left;
}
#menu ul li a:hover {
    color: #9B9B9B;
}
#menu ul li span {
    color:#8FB8BC;
    font-size:20px;
    font-weight:normal;
    margin:0 10px;
}

/*------------------------------*/
/*  Main                        */
/*------------------------------*/ 
#main {
    background: url('../img/main.gif') repeat-y 0 0;
    margin:14px 0 0;
}
#main h2 {
    color:#FF0000;
    border-bottom:1px solid #ccd2d2;
    font-size:1.6em;
    background:#FFFFFF;
    line-height:43px;
    padding:0 0 0 10px;
}

/*------------------------------*/
/*  Container                   */
/*------------------------------*/ 
#container {
    overflow:hidden;
}

/*------------------------------*/
/*  Sidebar                     */
/*------------------------------*/ 
#sidebar {
    float:left;
    width:179px;
}
#sidebar ul {
    
}
#sidebar ul li {
    border-top:1px solid #FFFFFF;
    border-bottom:1px solid #eaebed;
    font-family:Verdana,sans-serif;
    font-size:1.3em;
    font-weight:bold;
}
#sidebar ul li a {
    color:#21536A;
    background:#ebedec;
    display:block;
    line-height:25px;
    padding:0 0 0 11px;
}
#sidebar ul li a:hover, #sidebar ul li a.active {
    background:#ddeeff;
}

/*------------------------------*/
/*  Content                     */
/*------------------------------*/ 
#content {
    float:right;
    padding:10px;
    width:766px;
}
#content img {
    margin:0 10px 0 0;
}
#content h3 {
    color:#000000;
    font-size:2.2em;
}
#content p {
    font-size:1.3em;
    margin:13px 0;
}
.different {
    float:right;
    margin:0 32px;
}
.different p {
    color:red;
    font-size:11px !important;
    line-height:15px;
    text-align:center;
}
#content p span {
    color:#CC9900;
}
#content hr {
    margin:20px 0;
}
#content h4 {
    color:#000000;
    font-size:1.6em;
}
#content ul {
    color:#333333;
    margin:13px 0;
}
#content ul li {
    list-style:square inside none;
    font-size:1.3em;
    line-height:15px;
}
.brochure {
    color:#005FA9;
    display:block;
    font-size:2.4em;
    line-height:60px;
    text-align:center;
}
.brochure:hover {
    text-decoration:underline;
}

.darkNavy {color: #000033}
.black {color: #000;}

/*------------------------------*/
/*  Footer                      */
/*------------------------------*/ 
#footer {
    background:#FFFFFF;
    border-top:1px solid #cccccc;
    height:61px;
}
#footer p {
    color:#CCCCCC;
    line-height:61px;
    font-size:1.3em;
    text-align:center;
}