﻿body, div, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, th, var
{
    font-style: normal;
    font-weight: normal;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after
{
    content: '';
}
abbr, acronym
{
    border: 0;
}

/*Our Added Css*/
Body
{
    background: #f1f1f1; /*font: 81.25%/1.5em Trebuchet MS;*/
    font: 81.25%/1.5em helvetica;
    text-align: center;
    background: url(Images/bg_Body.gif) top left;
}
*html > Body
{
    font-size: 13px;
}

#ContentMain a
{	
    font-weight:normal;	
    color: #035074;
    text-decoration: none;
}

#ContentMain a:hover 
{ 
	font-weight:500;	
	color: #035074; 
	text-decoration: underline; }

#ContentSideBar h4
{
    color: #FFFFFF;
    padding-bottom: 13px;
    border-bottom: solid 4px #035074;
    font-size: 1.538em;
    font-weight: bold;
    padding-top: 3px;
}
#ContentSideBar h5
{
    color: #FFFFFF;
    padding-bottom: 9px;
    border-bottom: solid 2px #035074;
    font-size: 1.076em;
    font-weight: bold;
    padding-top: 25px;
    margin-bottom: 7px;
}
h4
{
    color: #035074;
    font-size: 1.230em;
    font-weight: bold;
}

h6
{
}
#Page
{
    margin: 0 auto;
    width: 936px;
    text-align: left;
    background-color: #f1f1f1;
    padding: 3px;
    padding-top: 0px;
    position: relative;
}

#Header
{
    background: #fff url(Images/bg_Header.jpg) no-repeat top left;
    height: 161px;
    width: 936px;
    display: block;
    position: relative;
}

#Header #HeaderSmall
{
    background: #fff url(Images/bg_Header_small.jpg) no-repeat top left;
    height: 82px;
    width: 936px;
    display: block;
    position: relative;
}

#Header #Logo
{
    width: 274px;
    height: 94px;
    background: transparent url(Images/Logo.gif) no-repeat top left;
    position: absolute;
    top: 32px;
    left: 22px;
}
#Header #LogoSmall
{
    width: 137px;
    height: 47px;
    background: transparent url(Images/Logo_small.gif) no-repeat top left;
    position: absolute;
    top: 32px;
    left: 22px;
}
#Header #Logo a
{
    display: block;
    width: 274px;
    height: 94px;
}
#Header #Logo a span
{
    display: none;
}

#Header #LogoSubText
{
    position: absolute;
    width: 311px;
    height: 19px;
    /* Commented by:  ROMMEL ACEBEDO @ 20090330 11:16AM */
    /* background: transparent url(Images/Logo2.gif) no-repeat top left; */
    top: 128px;
    left: 233px;
}
#Header #LogoSubText a
{
    display: block;
    width: 311px;
    height: 19px;
}
#Header #LogoSubText a span
{
    display: none;
}

#TopSearch
{
    position: absolute;
    width: 301px;
    height: 23px;
    background: url(Images/bg_TopSearch.gif) no-repeat top left;
    top: 29px;
    left: 617px;
}
#TopSearch .SearchButton
{
    float: right;
}
#TopSearch .SearchTextBox input
{
    float: left;
    border: 0px;
    background-color: #d0eaf4;
    margin-top: 3px;
    margin-left: 10px;
    width: 175px;
    color: #8a8a8a;
}

#Navigation
{
    position: absolute;
    top: 161px;
    left: 4px;
}

#TopNav
{
    position: relative;
    width: 935px;
    height: 44px;
    background: #bfc1c3 url(Images/bg_TopNav.gif) no-repeat top left;
    margin-top: 3px;
}

#TopNav ul
{
    margin: 0px;
    padding: 0 0 0 4px;
    width: 935px;
}
#TopNav ul li
{
    background: url(Images/bg_TopNavSplitter.gif) no-repeat top right;
    color: #002132;
    display: block;
    float: left;
    font-size: 1.13em;
    line-height: 2.2em;
    margin: 0;
    padding: 0 4px 0 0;
    text-align: center;
    width: 149px;
}
#TopNav ul li.Last
{
    background: none;
}
#TopNav ul li a
{
    color: #002132;
    text-decoration: none;
    display: block;
    padding: 5px 0px 5px 10px;
    height: 34px;
    font-weight: bold;
    letter-spacing: -0.3px;
}
#TopNav ul li a:Hover
{
    color: #666;
    background-color: #BFC1C3;
}

#BreadCrumb
{
    background: #e3e4e5 url(Images/bg_BreadCrumbTop.gif) no-repeat top left;
    margin: 3px 0px;
    position: relative;
    display: none;
}

#BreadCrumbInner
{
    padding: 6px 0px;
    margin: 0 14px;
    color: #055074;
}

#BreadCrumbInner a
{
    color: #055074;
    text-decoration: none;
}

#BreadCrumbInner a:Hover
{
    color: #055074;
}

#BreadCrumbInner a.Current
{
    color: #8f0000;
    text-decoration: none;
}
#BreadCrumbBottom
{
    background: #e3e4e5 url(Images/bg_BreadCrumbBottom.gif) no-repeat top left;
    height: 4px;
}

#ContentContainer
{
    background: #f1f1f1 url(Images/bg_LeftColumn.gif) repeat-y top left;
    border: solid 1px #f1f1f1;
    margin-top: 50px;
}

#ContentMain
{
    float: right;
    width: 685px;
    vertical-align: top;
}
#ContentSideBar
{
    background: url(Images/LeftColumnTop.gif) no-repeat top left;
    float: left;
    width: 244px;
    vertical-align: top;
}
#SideBarInner
{
    padding: 6px 0;
    margin: 0 14px;
}
#ContentBottom
{
    position: relative;
    height: 5px;
    min-height: 5px;
    background: url(Images/LeftColumnBottom.gif) no-repeat top left;
}

#Content
{
    position: relative;
}

#Footer
{
    background: #035074 url(Images/bg_FooterTop.gif) no-repeat top left;
    width: 936px;
    margin-top: 2px;
}

#FooterInner
{
    color: #fff;
    height: 50px;
    font-size: .846em;
    padding-top: 18px;
    padding-bottom: 18px;
    margin: 0 18px;
    position: relative; /*min-height: 346px;*/
}
#FooterContent
{
    position: absolute;
    width: 770px;
}
#FooterContent a
{
    color: White;
}
#TrusteIcon
{
    position: absolute;
    left: 787px;
display: none;
}

#Footer #Bottom
{
    background: #035074 url(Images/bg_FooterBottom.gif) no-repeat top left;
    width: 936px;
    height: 4px;
}

.Wysiwyg h4
{
    margin: 10px 0 4px 0;
}
.Wysiwyg p
{
    margin-bottom: 1em;
}
.Wysiwyg ol, .Wysiwyg ul
{
    padding-left: 2em;
}
.Wysiwyg h2, .Wysiwyg h3, .Wysiwyg h4
{
    color: rgb(3, 80, 116);
    font-weight: bold;
    margin-bottom: 2px;
}
.Wysiwyg h2
{
    font-size: 20px;
    line-height: 25px;
}
.Wysiwyg h3
{
    font-size: 15px;
    line-height: 20px;
}
.Wysiwyg h4
{
    font-size: 12px;
    line-height: 17px;
}

