/* -------------------------- Default Classes -------------------------- */
body
{
    margin: 0px;
    font: 8pt Verdana, Arial, Helvetica, sans-serif;
    color: #252525;
    background-color: #162064;
    background-image: url(body-bg.jpg);
    text-align: center;
    background-repeat: repeat-x;
}

h1
{
    color: #091146;
    font-size: 12pt;
    font-weight: bold;
}

img
{
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
}

p
{
    margin: 0 0 10px 0;
}

a:link {color: #091146; text-decoration: underline;}
a:visited {color: #091146; text-decoration: underline;}
a:hover {color: #091146; text-decoration: none;}

/* ------------------------- Enable VML in IE for Google Maps Support ------------------------- */
v\:* {
  behavior: url(#default#VML);
}

/* ------------------------- Color Only Classes ------------------------- */

.blue {color:#091146;}
.gray {color:#8A8A8A;}
.purple {color:#5B639D;}

/* ------------------------- Named Classes ------------------------- */

div.ContentHeader
{
    background-color: #edeef3;
    border-bottom: solid 1px #FBFBFF;
    padding: 13px;
    text-align: left;
}

div.Content
{
    padding: 13px;
}

.SectionHeader
{
    color: #5b639d;
    font-weight: bold;
    margin-top: 10px;
}

div.Section
{
    padding-bottom: 15px;
}

.HeaderImage
{
    padding-bottom: 15px;
}

img.Separator
{
    padding: 0 13px 0 13px;
}

p.Quote
{
    font-style: italic;
    padding: 0px 30px 0px 30px;
}

table.InputForm
{
    width: 100%;
}

td.InputHeader
{
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 13px;
    font-size: 9pt;
}

td.InputLabel
{
    width: 130px;
}

td.InputValue
{
    white-space: nowrap;
}

input.InputValue
{
    border-right: #252525 1px solid;
    border-top: #252525 1px solid;
    border-left: #252525 1px solid;
    border-bottom: #252525 1px solid;
}

.InputCheck input
{
    vertical-align: middle;
}

/* ------------------------- Master Page Elements & Classes ------------------------- */
#PageHead
{
    width: 760px;
    height: 206px;
    margin: 0px auto;
}

#PageNav
{
    width: 760px;
    height: 41px;
    margin: 0px auto;
}

#PageWrapper
{
    width: 756px;
    margin: 0px auto;
    text-align: left;
    background-color: #ffffff;
    padding: 0px 2px 2px 2px;
    overflow: visible;
}

#PageSideBar
{
    border-right: #5d6495 1px solid;
    width: 237px;
    background-color: #989dbb;
    position: relative;
    color: #ffffff;
    padding: 43px 0 13px 0;
    background-position: center top;
    background-image: url(head-news.gif);
    background-repeat: no-repeat;
    float: left;
}

.PageSideBar
{
    padding-right: 13px;
    padding-left: 13px;
    padding-top: 13px;
}

.PageSideBar div
{
    position: relative;
    top: 5px;
}

.PageContent
{
    width: 515px;
    float: right;
}

.PageContentFull
{
    width: 756px;
}

#PageFooter
{
    clear: both;
    text-align: center;
    color: #CCD0E7;
    font-size: 7.5pt;
    padding-bottom: 13px;
    padding-top: 13px;
}
/* ------------------------- Other Elements & Classes ------------------------- */

#GoogleMap
{
    border: solid 1px #FBFBFF;
    height: 400px;
    width: 100%; 
}

#GoogleStartPoint
{
    border: solid 1px #FBFBFF;
    margin-top: 10px;
    padding: 0 0 5px 0;
    width: 100%;
}

#GoogleDirections
{
}


/* DEPRECATED
.center{width:756px; margin:0 auto;padding:0px;top:0px; margin-top:0px; background-color:#FFFFFF; border:2px solid #FFFFFF; border-top:none;}
.Verd09 {font: 9px Verdana, Arial, Helvetica, sans-serif;}
.Verd10 {font: 10px Verdana, Arial, Helvetica, sans-serif;}
.Verd11 {font: 11px Verdana, Arial, Helvetica, sans-serif;}
.Verd12 {font: 12px Verdana, Arial, Helvetica, sans-serif;}
.Verd14 {font: 14px Verdana, Arial, Helvetica, sans-serif;}
.footer{color:#CCD0E7; background-color:#162064;}
.Gray {color:#8A8A8A;}
.imgV {vertical-align:middle;}
.Bold {font-weight:bold;}
.purpule {color:#5B639D;}
.MainBox {background-color:#EDEEF3; border-bottom:1px solid #C1C4D9;  padding:18px;}
.mainBg {background-color:#FFFFFF; width:516px; border-left:2px solid #FFFFFF;}
.leftBg {background-color:#989DBB; width:237px; border-right:1px solid #5D6495;}
TD.leftBg {color:#FFFFFF;}
.slink {color:#5B639D; line-height:16px;}
div .slink A:link {color: #5B639D; text-decoration: underline;}
div .slink A:visited {color: #5B639D; text-decoration: underline;}
div .slink A:hover {color: #5B639D; text-decoration: none;}
*/

