/*************************
Body CSS Exclusive
**************************/
body
{
    background-color: #ffffff;
    font-family: Trebuchet MS;
    font-size: 10px;
    margin: 5px;
}

a:link, a:visited
{
    color: #4f3a22;
    font-weight: bold;
    text-decoration: underline;
}

a:active, a:hover
{
    color: #05347a;
    font-weight: bold;
    text-decoration: none;
}

/*************************
Special Offer Exclusive
**************************/
.greenbox
{
    background-image: url(../images/Special Offer/greenbox.png);
    background-position: top right;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-weight: bold;
    height: 50px;
}

#greenboxtxt
{
    color: #FFFFFF;
    font-size: 32px;
    padding: 15px 45px 5px 5px;
}

#greenboxbutton
{
    padding: 15px 0px 5px 5px;
    color: #FFFFFF;
}

#greenboxbutton a
{
    color: #FFFFFF;
    padding: 5px 5px 5px 5px;
}

.photoone
{
    float: left;
    height: 153px;
    padding: 0px 10px 0px 0px;
    width: 111px;
}

.phototwo
{
    float: left;
    height: 153px;
    padding: 0px 10px 0px 0px;
    width: 113px;
}

.offercontact
{
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 35px 0px 0px 0px;
    width: 215px;
}

.offertxt
{
    color: #FF0000;
    font-size: 16px;
    font-weight: bold;
}

/*************************
Menu CSS Exclusive
**************************/
.menu
{
    background-image: url(../Images/menu_bg2.jpg);
    background-position: top;
    background-repeat: repeat-x;
    color: #05347a;
    font-size: 14px;
    font-weight: bold;
    -moz-padding-start: 0px !important;
    -moz-padding-end: 0px !important;
    padding: 0px 0px 0px 23px;
}

.menu ul li ul
{
    font-size: 12px;
}

#menusep
{
    position: absolute;
    width: 10;
    height: 45;
    background-image: url(../images/menu_sep.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    left: 405px;
    top: 212px;
}

/*************************
Drop Down Menu Exclusive
**************************/
#cssdropdown, #cssdropdown ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#cssdropdown li
{
    float: left;
    position: relative;
}

#cssdropdown li > ul
{
    top: inherit;
    left: inherit;
}

#cssdropdown li:hover ul, li.over ul
{
    display: block;
}

.mainitems
{
    margin: 0px 10px 0px 2px;
    padding: 0px;
}

.mainitems a, .mainitems a:link, .mainitems a:visited
{
    color: #05347a;
    font-weight: bold;
    text-decoration: none;
}

.mainitems a:active, .mainitems a:hover
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.subuls
{
    display: none;
    width: 240px;
    position: absolute;
    top: 1.2em;
    left: 0;
    background-color: #d9dce2;
    border: 1px solid #CCCCCC;
}

.subuls li
{
    width: 240px;
}

.subuls li a, .subuls li a:link, .subuls li a:visited
{
    display: block;
    color: #05347a;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
}

.subuls li a:hover
{
    display: block;
    background-color: #66728b;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
}

/*Secondary Dropdown*/
.subuls li ul li
{
    display: block;
    position: relative;
    float: left;
    -moz-padding-start: 0px !important;
    -moz-padding-end: 0px !important;
    -moz-box-sizing: padding-box;
    padding: 0px 0px 0px 15px;
    width: 100%;
}

.subuls li ul li a, .subuls li ul li a:link, .subuls li ul li a:visited
{
    display: block;
    color: #05347a;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
    -moz-box-sizing: padding-box;
}

.subuls li ul li a:hover
{
    display: block;
    background-color: #66728b;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
    -moz-box-sizing: padding-box;
}

.subulsnolink
{
    display: block;
    background-color: #66728b;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 3px 5px 3px;
    -moz-box-sizing: padding-box;
}

/*************************
All Panel Styles
**************************/

.leftpanel, .middlepanel
{
    background-image: url(../Images/contentsep.png);
    background-position: top right;
    background-repeat: repeat-y;
}

.leftpanel, .middlepanel, .rightpanel
{
    font-size: 12px;
}

/*************************
Left Panel Exclusive
**************************/

.section
{
    color: #000000;
    padding: 0px 15px 0px 5px;
}

#sectiontitle
{
    color: #616b81;
    font-size: 18;
    font-weight: bold;
}

.newssection
{
    color: #000000;
    padding: 0px 15px 10px 5px;
}

#newsbg
{
    background-color: #FFFFFF;
    padding: 5px 5px 5px 5px;
}

/*************************
Middle Panel Exclusive
**************************/

.midsection1, .midsection2
{
    color: #4f3a22;
    padding: 0px 15px 10px 5px;
}

#midsectionbg1
{
    background-color: #cdb8a1;
    padding: 5px 5px 5px 5px;
}

#midsectionbg2
{
    background-color: #d3cac1;
    background-image: url(../images/midpanepic1.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 5px 5px 1px 5px;
}

.commentqoutes
{
    background-image: url(../images/quotationmarks.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 8px 0px 0px 0px;
}


#quotename
{
    font-weight: bold;
}

#quotelocation
{
    font-style: italic;
}

#midsectiontitle
{
    color: #4f3a22;
    font-size: 16pt;
    font-weight: bold;
}

#midsectiontitle2
{
    color: #4f3a22;
    font-size: 16;
    font-weight: bold;
}

#midsectiontexthighlight
{
    color: #05347a;
    font-size: 16px;
    font-weight: bold;
}

#midsectiontexthighlight2
{
    color: #4f3a22;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

#midsectiontexthighlight3
{
    color: #05347a;
    font-size: 12px;
    font-weight: bold;
}

#profilename, #profilename2, #profilename3
{
    color: #05347a;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 0px 5px;
    vertical-align: middle;
}

#profilename
{
    font-size: 14px;
}

#profilename2
{
    font-size: 18px;
}

#profilename3, #profilename3b
{
    font-size: 12px;
}


#photowrap
{
    clear: both;
    float: right;
    margin: 10px 5px 0px 10px;
    width: 95px;
    height: 150px;
}

#profilephotowrap
{
    clear: both;
    float: left;
    margin: 20px 5px 0px 0px;
}

.maindiv
{
    height: 100%;
    width: auto;
}

#divleft
{
    float: left;
    position: relative;
    width: 50%;
}

#divright
{
    float: left;
    position: relative;
    width: 45%;
}

/*************************
Right Panel Exclusive
**************************/

.rightsection
{
    color: #000000;
    padding: 0px 0px 0px 10px;
}

/*************************
Form Exclusive
**************************/
.formtext
{
    text-align: right;
    padding-right: 15px;
}

.formtext, .formfield
{
    font-weight: bold;
}

.formfield
{
    color: #4F3A22;
    font-size: 12px;
}

/*************************
Footer Exclusive
**************************/

.footersection
{
    background-color: #c29460;
    color: #4f3a22;
    font-size: 12px;
    padding: 5px 5px 0px 5px;
    height: 5px;
    vertical-align: text-top;
}

.copyright
{
    float: left;
    width: 375;
    text-align: left;
}

.sitedesign
{
    text-align: right;
    width: 325;
    padding-bottom: 10px;
}


.accordionHeader
{
    background-color: #EEEEEE;
    color: #999999;
    font-size: 16pt;
    padding: 15px 15px 15px 15px;
    border-top: solid 1px #EEEEEE;
    border-right: solid 1px #EEEEEE;
    border-bottom: solid 1px #EEEEEE;
    border-left: solid 1px #EEEEEE;
    cursor: hand;
    background-repeat: no-repeat;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    background-color: #FFFFFF;
    color: #FF0000;
    font-size: 16pt;
    font-weight: bold;
    padding: 15px 15px 15px 15px;
    cursor: hand;
    background-repeat: no-repeat;
    border-bottom: dashed 1px #CCCCCC;
}

.accordionContent
{
    border-left: dashed 1px #CCCCCC;
    border-right: dashed 1px #CCCCCC;
    border-bottom: dashed 1px #CCCCCC;
    padding-left: 15px;
}

.RegularRow
{
    padding: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    border-bottom: solid 1px #CCCCCC;
}

.RegularRow a
{
    color: #000000;
    font-size: 12pt;
    font-weight: normal;
    text-decoration: none;
    font-family: Times New Roman;
}

.RegularRow a:hover
{
    text-decoration: underline;
}

.AlternatingRow
{
    padding: 10px 10px 10px 10px;
    background-color: #fef8f1;
    border-bottom: solid 1px #CCCCCC;
    font-family: Times New Roman;
}


.AlternatingRow a
{
    color: #000000;
    font-size: 12pt;
    font-weight: normal;
    text-decoration: none;
}

.AlternatingRow a:hover
{
    text-decoration: underline;
}

.RealDealCommentsHeader
{
    border: double 6px #004D7B;
    text-align: center;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 14pt;
}

.RealDealComments
{
    border: solid 2px #004D7B;
    text-align:justify;
    padding: 25px 25px 25px 25px;
    
}

.RealDealCommentsReturnLink
{
    text-align:right;
}
