﻿body
{
    background: White;
    margin: 0px;
    padding: 0px;
    font-size: 52.5%;
}
#wrap
{
    width: 960px;
    margin: 0px auto;
    padding: 0px;
    background: White url(imagesDesign/contentBg.gif) repeat-y left top;
    font-size: 1.5em;
    line-height: 1.5em;
    font-family: Arial, Helvetica, "Trebuchet MS" , Sans-Serif;
    overflow: hidden;
}
/************************* UNIVERSAL ****************/
a img
{
    border: none;
    text-decoration: none;
}
div#clearContent
{
    clear: both;
    width: 100%;
    margin: 0px;
    height: 0px;
    padding: 0px;
    background: url(imagesDesign/contentBottom.gif) no-repeat left bottom;
    height: 40px;
    clear: both;
}
cite
{
    margin-left: 50px;
    font-style: normal;
    font-size: .7em;
}
blockquote
{
    color: #1c66a5;
    font-size: .8em;
    font-weight: bold;
    font-style: italic;
}
.clear
{
    clear: both;
}
/************************* COLUMNS ******************/
#pageTitle
{
    font-size: 2.5em;
    margin: 0px;
    padding: 0px 10px;
    line-height: 2em;
    display: block;
}
p, h1, h2, h3, h4, h5, h6, blockquote, table
{
    margin-right: 10px;
    margin-left: 10px;
}
h1, h2, h3, h4, h5, strong, a
{
    color: #1c66a5;
}
h3
{
    margin-top: 25px;
}
.mainFocus
{
    font-size: 1.2em;
    line-height: 1.6em;
}
.cThird
{
    float: left;
    width: 180px;
    line-height: normal;
}
.cThird h4
{
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.cThird p
{
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
}
.cThird ul li
{
    list-style-type: none;
    padding-top: 15px;
}
.cThird ul li a
{
    text-decoration: none;
}
.cThird ul li a:hover
{
    font-weight: bolder;
    font-size: 1.2em;
}
.cTwoThirds
{
    float: right;
    width: 645px;
}
.cTwoThirds ul li ul li
{
    font-weight: normal;
    color: #1c66a5;
}
#vintalkSide ul li
{
    padding-top: 5px;
}
#vintalkSide h3
{
    line-height: 0;
}
#vintalkSide ul
{
    margin-bottom: 10px;
    margin-top: 0;
}

#businessCol
{
    float: right;
    width: 250px;
    text-align: left;
    display: block;
    margin-right: 2.5em;
    margin-left: 1em;
}

#businessCol img
{
    border: solid 2px #1c66a5;
    padding: 7px;
}

/************************* HEADER *******************/
#header
{
    height: 50px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background: White;
}
#header h1
{
    float: left;
    margin: 0px;
    padding: 0px;
}
#header #headerInfo
{
    padding-top: 20px;
    display: block;
    float: right;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    width: 280px;
    font-size: 2.2em;
    line-height: 1em;
    color: #bfbfbf;
}
#header #headerInfo span
{
    display: block;
    font-size: 0.5em;
}
#header #headerInfo address
{
    font-style: normal;
}
/*********************************** navigation ****************/
#navigation
{
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    overflow: hidden;
    color: #747474;
    background: url(imagesDesign/navBg.gif) no-repeat left top;
}
#navigation ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px 32px 0px 0px;
}
#navigation li
{
    float: right;
    display: block;
}
#navigation a
{
    display: block;
    color: #747474;
    color: #1c66a5;
    text-decoration: none;
    padding: 0px 1em;
    font-weight: bold;
    font-size: 1.4em;
}
/*#navigation a:hover, #navigation a.sn_item_pressed
{
    text-decoration: underline;
}*/
#footerNav
{
    margin-bottom: 1em;
    font-size: 12px;
}
#footerNav a
{
    color: #999999;
    text-decoration: none;
    font-size: .9em;
}
#footerNav a:hover
{
    text-decoration: underline;
}
#sitedivs
{
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: bold;
}
#sitedivs a
{
    color: #1c66a5;
    text-decoration: none;
    font-size: .9em;
}
#sitedivs a:hover
{
    text-decoration: underline;
}
/****************************************** CONTENT *************************************/
#content
{
    padding: 0px 60px;
    margin: 0px;
    background: url(imagesDesign/contentTopBg.gif) no-repeat left top;
    color: #666666;
}
.imgRight
{
    float: right;
    margin: 1em;
}
.imgRightBord
{
    float: right;
    margin: 1em;
    border: solid 2px #1c66a5;
    padding: 7px;
}
.imgRightBordTalk
{
    float: right;
    margin: 1em;
    border: solid 2px #f82f00;
    padding: 7px;
}
.imgLeft
{
    float: left;
    margin: 1em;
}
.imgLeftBord
{
    float: left;
    margin: 1em;
    border: solid 2px #1c66a5;
    padding: 7px;
}
.imgLeftBordTalk
{
    float: left;
    margin: 1em;
    border: solid 2px #f82f00;
    padding: 7px;
}
.imgCenter
{
    display: block;
    margin: 0 auto;
}
.imgCenterBordTalk
{
    display: block;
    margin: 0 auto;
    border: solid 2px #f82f00;
}
.rates p a
{
    margin: 0 15px;
}
.rates td
{
    width: 300px;
    font-size: .8em;
}
.blue
{
    color: #1c66a5;
}
.twoCol
{
    width: 50%;
    float: left;
    margin-top: 0;
    padding-left: 20px;
}
#servicelinks a
{
    text-decoration: none;
    font-weight: bold;
}
.specialText h3 em
{
    font-size: 12pt;
    font-weight: normal;
}
.caption
{
    float: right;
    width: 325px;
}
.caption p
{
    text-align: center;
    font-size: smaller;
    line-height: 2px;
}
/***************************************** SPLASH ***************************************/
#contentSplash
{
    height: 480px;
    background: url(imagesDesign/splashBg.gif) no-repeat right top;
}
#preload
{
    display: none;
}
#splashMain
{
    height: 320px;
    padding: 0px;
    margin: 0px; /*background:;*/
}
#splashMain p
{
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 420px;
    color: #666666;
}
#splashBoxes
{
    position: relative;
    z-index: 100;
    padding: 0px 0px 0px 0px;
    margin: -30px 0px 0px 0px;
    list-style-type: none;
    height: 180px;
    overflow: hidden;
}
#splashBoxes li
{
    float: left;
    width: 320px;
    height: 180px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}
#splashBoxes a
{
    display: block;
    width: 320px;
    height: 150px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
    text-decoration: none;
}
/*#splashBoxes a:hover
{
    padding: 0px 0px 60px 0px;
    background:url(imagesDesign/slideBoxBg.gif) no-repeat left top;
}*/

#splashBoxes span
{
    display: block;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    color: #666666;
    text-decoration: none;
}
#splashBoxes span.title
{
    font-size: 2em;
    font-family: "Georgia";
    color: #1c66a5;
    font-weight: bold;
    padding-top: 20px;
}
/*********************************** FOOTER **************************************/
.footer
{
    text-align: center;
}
#copyright
{
    font-size: 12px;
    color: #1c66a5;
    font-weight: bold;
}
#footer
{
    padding-top: 66px;
    background: White url(imagesDesign/footer.gif) no-repeat left top;
}
#footerSplash
{
    background: White;
    background-image: none;
    padding: 20px;
    margin: 0px;
}
.rightcol
{
    float: right;
    width: 310px;
    margin: 2em;
}
.rightcol a
{
    text-decoration: none;
}
