/* CSS Reset */

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
    margin:0;
    padding:0;
    font-family: tahoma;
    }

table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
    font-style:normal;
    font-weight:normal;
}
caption,th {
    text-align:left;
}

abbr,acronym { 
    border:0;
}

/* Tag Styles */

html, body{
    height: 100%;
    min-height: 100%;
}

body {
    background: #aaa url(images/top-shadow.gif) repeat-x;
    color: #555555; 
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
    font-size: 12px; 
    line-height: 1.3em;
}

p{    
    line-height: 1.3em;
    margin-bottom: 1em;
}

strong{
    font-weight: bold;
}

em strong{
    font-style: italic;
}

a{
    color: #2278b2;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

h1,h2,h3,h4,h4,h5,h6{
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #555;
    font-size:100%;
    text-decoration: none;
    margin-bottom: 7px;
}

h1,h4{
    font-size: 18px;
}

h2{
    font-size: 16px;
}

select{    
    background: #fff;     
    border: 1px solid #bcc;
}

/* Class Styles */

.floatLeft{
    float: left;
    display: block;
    margin: 0 15px 5px 0;
}

.floatRight{
    float: right;
    display: block;
    margin: 0 0 5px 15px;
}

.alignLeft{
    text-align: left;
}

.alignRight{
    text-align: right;
}

.alignCenter{
    text-align: center;
}

.clear{
    clear: both;
}

.box{
    position: relative;
    background: #eff5f7;
    border: 1px solid #dfe9ec;
}

.box .lt, .box .rt, .box .rb, .box .lb{
    position: relative;
}
    
.box .lt{
    background: url(images/lightblue-ltc.gif) no-repeat 0 0;
    top: -1px;
    left: -1px;
}
    
.box .rt{
    background: url(images/lightblue-rtc.gif) no-repeat 100% 0;
    right: -2px;
}

.box .rb{
    background: url(images/lightblue-rbc.gif) no-repeat 100% 100%;
    bottom: -2px;
}

.box .lb{
    background: url(images/lightblue-lbc.gif) no-repeat 0 100%;
    padding: 10px;
    left: -2px;
    overflow: hidden;
}

.top{
    background: url(images/top-background.gif) no-repeat center 0;
    position: relative;
}

.bottom{
    background: url(images/bottom-background.gif) no-repeat center 100%;
    padding: 14px;
    position: relative;
}

.hr{
    font-size: 0;
    line-height: 0
    ;
}

.last{
    margin: 0 !important;
}

.leftSide{
    width: 49%;
    float: left;
}

.rightSide{
    width: 49%;
    float: right;
}

.rating{
    font-size: 12px;
    color: #999;
    position: relative;
}

.rating div{
    font-size: 12px;
    color: #999;
    position: absolute;
    display: block;
    left: 45px;
    top: 0;
    height: 1em;
    background: url(images/star-red.gif) repeat-x 0 center;
}

* > .rating div{
    background-position: 0 85%;
}


.five .rating div{width: 50px;}
.four .rating div{width: 40px;}
.three .rating div{width: 30px;}
.two .rating div{width: 20px;}
.one .rating div{width: 10px;}

.greenColor{
    color: #76ba25;
}

.orangeColor{
    color: #ff9510;
}

.showcase{
    padding: 5px 0 0 0;
    position: relative;
    overflow: hidden;
}

.showcase h1{
    padding: 0 0 5px 19px;
    margin: 0;
}

.showcaseItem{
    margin: 0;
    padding: 5px 14px 15px 12px;
    position: relative;
    left: -5px;
    width: 140px;
    text-align: center;
    float: left;
}

.showcaseItem img {
    padding: 3px;
    display: block;
    margin: 0 auto 3px auto;
}

.showcaseItem .agent{
    background: url(images/border-orange.gif) no-repeat;
}

.showcaseItem .private{
    background: url(images/border-green.gif) no-repeat;
}

.showcaseItem .grey{
    background: url(images/border-grey.gif) no-repeat;
}

.showcaseItem .cityName{
    font-size: 10px;
    line-height: 0.8em;
}

.showcase .last{
    padding-right: 0;
}

.smallListing{
    overflow: hidden;
    zoom:1;
    padding-bottom: 10px;
}

.smallListingItem{
    padding: 5px 10px 10px 15px;
}

.smallListingItem img{
    padding: 3px;
    display: block;
    margin: 0 10px 5px 0;
    float: left;
    background: url(images/border-grey-small.gif) no-repeat;
}

.smallListingItem h3{
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
    position: relative;
    top:-1px;
    margin: 0 0 3px 0;
}

.smallListingItem p{    
    line-height: 1.2em;
    margin: 0;
}

.agentListing{
    padding: 10px;
    position: relative;
}

.agentListing ul{
    float: left;
    list-style-type: none;
}

.agentListing .right li{
    margin-right: 0;
}

.agentListing ul li{
    padding: 0 0 0 12px;
    background: url(images/bullet.gif) no-repeat 0 .45em;
    margin: 3px 0;
    line-height: 1.3em;
    font-size: 14px;
    color: #ff9510;
    margin-right: 30px;
    width: 230px;
}

.agentListing .data{
    font-size: 12px;
    color: #ccc;
}

.agentListing .viewAll{
    font-size: 14px;
    position: absolute;
    right: 10px;
    text-decoration: underline;
    top: 10px;
}

.agentListing .viewAll:hover{
    color: #ff9510;
}

/* Common Id Styles */

#container{
    position: relative;
    margin: 0 auto;
    width: 994px;
    height: 100%;
    min-height: 100%;
    background: url(images/top-shadow-header.gif) no-repeat;
}

* > #container{
    height: auto;
}

#header, #content, #footer{
    background: #fff url(images/main-background.gif) repeat-y center;
}

#header{
    position: relative;
    top: 7px;
}

#header a:hover{
    text-decoration: underline;
}

#logo{
    width: 394px;
    height: 77px;
    background: url(images/logo.gif) no-repeat 0 0;
    margin: 0 0 10px 20px;
}

#topLinks{
    position: absolute;
    top: 32px;
    color: #aaa;
    right: 30px;
}

#bestrockland{
    position: absolute;
    top: 0px;
    color: #aaa;
    right: 30px;
}

#topLinks a{
    font-size: 12px;
    padding: 0 2px;
    text-decoration: underline;
}

#topLinks a:hover{
    color: #000;
}

#topSearch{
    width: 930px;
    margin: 1px auto;
}

#topSearch .lb{
    height: 65px;
}

#topSearch label{    
    color: #8aa;
}

#searchIcon{
    position: absolute;
    left: 40px;
    top: 10px;
    height: 63px;
    width: 63px;
    background: url(images/search-icon.gif) no-repeat;
}

#searchText, #searchLocation, #searchTextLabel, #searchLocationLabel, #searchPopular, #searchSubmit{
    position: absolute;
}

#searchText, #searchLocation{
    border: 1px solid #bcc;
    display: block;
    padding: 3px 2px 0 2px;
    height: 20px;
    top: 25px;
}

#searchText{
    left: 110px;
    width: 486px;
}

#searchTextLabel{
    left: 110px;
    top: 10px;
}

#searchLocation{
    left: 605px;
    width: 200px;
}

#searchLocationLabel{
    left: 605px;
    top: 10px;
}

#searchPopular{
    width: 900px;
    left: 15px;
    top: 60px;
    color: #8aa;
    text-align: center;
}

#searchSubmit{
    border: 0;
    height: 25px;
    width: 35px;
    display: block;
    background: #059 url(images/search-button.gif) no-repeat;
    cursor: pointer;
    left: 820px;
    top: 25px;
}

#topMenu{
    list-style-type: none;
    background: url(images/bottom-background.gif) no-repeat center 100%;
    height: 37px;
    margin-top: 10px;
    position: relative;
}

#topMenu ul{
    list-style-type: none;
    height: 30px;
    width: 980px;
    margin: 0 auto;
}

#topMenu ul li{
    display: block;
    float: left;
    height: 30px;
}

#topMenu ul li a{
    border-top: 1px solid #e0e6e8;
    display: block;
    height: 29px;
    line-height: 28px;
    background: #f4f7f8;
    text-decoration: none;
    font-size: 16px;
    border-left: 1px solid #e0e6e8;
    border-right: 1px solid #e0e6e8;
    text-align: center;
    margin-right: -1px;
    border-bottom: 0;
    font-weight: bold;
    color: #1f6baa;
    position: relative;
    z-index: 5;
}

#topMenu ul li a:hover{
    background: #dfebf3;
    color: #114068;
    border-color: #bfd5e1;
    text-decoration: none;
    z-index: 10;
}

#topMenu #home{width: 145px;}

#topMenu #dining{width: 150px;}

#topMenu #automobile{width: 180px;}

#topMenu #realEstate{width: 180px;}

#topMenu #classifieds{width: 170px;}
#topMenu #calendar{width: 155px; border-right: 0;margin-left: -1px;}

#topMenu .patch{    
    display: block;
    height: 9px;
    overflow: hidden;
    font: 0;
    width: 9px;
    top: 20px;
    position: absolute;
}

#topMenu #home a{
    border-left: 0; 
}


#topMenu #home a .patch{
    left: 0;
    background: url(images/menu-left.gif) 0 0 no-repeat;
}

#topMenu #calendar a .patch{
    right: -1px;
    background: url(images/menu-right.gif) 0 0 no-repeat;
}

#topMenu #home a:hover .patch, #topMenu #calendar a:hover .patch {    
    background-position: 0 -9px;
}

#content{
    margin: 10px 0 0 0;
}

 #content{
    position: relative;
}

#content .bottom{
    padding: 7px 14px;    
}

#content #wrapper, #content #oneColumn{
    overflow: hidden;
    padding: 0 0 10px 0;
}

#content #wrapper{
    background: url(images/right-column-shadow.gif) repeat-y 657px;
}


#leftColumn{
    width: 650px;
    position: relative;
    margin-right: 5px;
    overflow: hidden;
    padding: 10px 0 0 3px;
}

#rightColumn{
    position: relative;
    overflow: hidden;
    width: 290px;
    padding: 10px 0 0 15px;
}

#leftColumn, #rightColumn{
    float: left;
}

#rightColumn .hr{
    width: 290px;
    height: 1px;
    font-size: 0;
    clear: both;
    background: url(images/right-column-delimiter.gif) no-repeat center 0;
}

#rightColumn h1{
    margin-top: 10px;
    text-align: center;
}

#leftColumn .hr{
    height: 0;
    font-size: 0;
    clear: both;
    margin: 10px 0;
    border-bottom:1px solid #e0e6e8;
}

#footerPadding{
    margin-top: 0px;
    height: 120px;
}

#footer{
    background-color: #616161;
    width: 994px;
    margin: -120px auto 0 auto;
}

#footer .top{
    padding: 0;
    height: 120px;
    position: relative;
    top:-4px;
    left:0px;
}

#footer #bottomLogo{
    position: absolute;
    top: 10px;
    left: 30px;
    width: 296px;
    height: 58px;
    background: url(images/logo-grey.gif) no-repeat;
}

#bottomSocial{
    position: absolute;
    top: 73px;
    left: 45px;
}

#footer #copyright{
    position: absolute;
    color: #999;
    text-align: center;
    top: 25px;
    line-height: 1.5em;
    left: 330px;
    width: 200px;
}

#footer #otherResources, #footer #localResources{
    position: absolute;
    top: 20px;
    height: 90px;
}

#footer #otherResources h2, #footer #localResources h2{
    margin-bottom: 2px;
    color: #999;
}

#footer #otherResources h4, #footer #localResources h4{
    margin-bottom: 2px;
    color: #999;
	font-size: 16px
}

#footer #otherResources ul, #footer #localResources ul{
    list-style: none;
}

#footer #otherResources ul li, #footer #localResources ul li{
    line-height: 1.5em;
}

#footer #otherResources{
    width: 120px;
    left: 540px;
}

#footer #localResources{
    width: 290px;
    left: 700px;
}

#footer #localResources ul li{
    width: 135px;
    margin-right: 10px;
    float: left;
}

/* Index Page Specific */

#calendarWidget{
    margin: 0 auto;
    padding: 5px 0 10px 0;
    overflow: hidden;
    width: 285px;
    position: relative;
    left: 5px;
}

#calendarWidget a{
    display: block;
    height: 29px;
    width: 29px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    float: left;
    position: relative;
    margin: 0 5px 5px;
    border: 0;
    line-height: 25px;
    text-align: center;
    background: #5f6c7c url(images/calendar-item.gif) no-repeat;
    color: #fff;
    -moz-opacity: 0.99;
    -khtml-opacity: 0.99;
    opacity: 0.99;
}

#calendarWidget a span{
    display: block;
    position: absolute;
    left: 15px;
    font-size: 10px;
    width: 22px;
    height: 15px;
    line-height: 15px;
    bottom: -4px;
    background: url(images/calendar-red.gif) no-repeat;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    cursor: pointer;
}

* > #calendarWidget a span{
    background: url(images/calendar-red.png) no-repeat;    
}

#calendarWidget a:hover{
    color: #233c42;
    border: 0;
}

#calendarWidget a:hover span{
    color: #fff;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#calendarWidget a.old{
    background: #eee url(images/calendar-faded.gif) no-repeat;
}

#calendarWidget a.old:hover{
    color: #666;
}

#calendarWidget h4 {
    text-align: center;
    margin-bottom: 5px;
}

#calendarWidget h4 a{
    display: inline;
    float: none;
    background: none;
    color: #e61;
    font-weight: bold;
    font-size: 20px;
}

#calendarWidget h4 a:hover{
    color: #7db6fd;
}

#calendarWidget #weekDays {
    margin-bottom: 10px;
    width: 273px;
}

#calendarWidget #weekDays .normal, #calendarWidget #weekDays .red{
    float: left;
    width: 29px;
    text-align: center;
    color: #777;
    margin: 0 5px;
}

#calendarWidget #weekDays .red{
    color: #e55;
}

#calendarWidget #weekDays .last{
    position: relative;
    left: 4px;
}

#calendarWidget #weekDays .lb{
    padding: 2px 0;
    height: 15px;
    line-height: 14px;
    overflow: hidden;
}

#ownABusiness{
    width: 265px;
    height: 70px;
    display: block;
    margin: 10px auto;
    background: #ec7323 url(images/hot-business.gif) no-repeat;
    color: #fff;
    border: 0;
    text-indent: -9999px;
}

#movieTimes {
    padding: 10px 0;
}

#movieTimes .lb {
    padding: 1px 10px 5px 10px;
}

#movieTimes h1 {
    text-align: center;
}

#movieTimes h3 {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
    margin: 2px 0;
}

#movieTimes p{
    margin: 0;
    padding: 3px 0;
}

#movieTimes .box {
    margin-top: 10px;
}

#movieTimes select {
    width: 270px;
    margin-top: 2px;
}

#top5{
    position: relative;
    z-index: 1000;
}

#top5 .border{
    padding: 3px;
    background: url(images/border-top5.gif) no-repeat;
}

#top5 h1{
    margin-bottom: 10px;
    position: relative;
    left: 5px;
}

#top5 .topCategory{
    margin-right: 15px;
    position: relative;
    left: 5px;
    width: 145px;
    float: left;
}

#top5 ul{
    list-style: none;
    padding: 5px 0 0 4px;
}

#top5 ul li{
    padding-top: 2px;
    line-height: 1.3em;
    color: #bcc9cf;
}

#top5 a.more{
    border: 0;
    padding-left: 25px;
    display: block;
    margin-top: 10px;
    background: url(images/read-more.gif) no-repeat 4px 0;
}

#top5 a.more:hover{
    text-decoration: underline;
}

#homeReviews{
    margin: 10px 0 -10px 0;
    padding-left: 5px;
    padding-right: 10px;
    border-right: 1px solid #eee;
    width: 420px;
    float: left;
}

* > #homeReviews{
    margin-bottom: 10px;
}

#homeReviews .five, #homeReviews .four, #homeReviews .three, #homeReviews .two, #homeReviews .one{
    padding-left: 75px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    height: 80px;
    min-height: 80px;
    position: relative;
}

* > #homeReviews .five, * > #homeReviews .four, * > #homeReviews .three, * > #homeReviews .two, * > #homeReviews .one{
    height: auto;
}

#homeReviews p{
    padding: 3px 0;
    line-height: 1.2em;
    margin: 0;
}
/* Until faces are redesigned five star ratings will have the same face as four star*/
/*#homeReviews .five{background-image: url(images/face-five.gif);}*/
#homeReviews .five{background-image: url(images/face-four.gif);}
#homeReviews .four{background-image: url(images/face-four.gif);}
#homeReviews .three{background-image: url(images/face-three.gif);}
#homeReviews .two{background-image: url(images/face-two.gif);}
#homeReviews .one{background-image: url(images/face-one.gif);}

#homeReviews h3{
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}

#homeReviews h3 .data{
    font-size: 12px;
    color: #ccc;
}

#homeCategories{
    float: left;
    padding-top: 10px;
    margin-left: 10px;
    width: 200px;
}

#homeCategories ul{
    list-style: none;
}

#homeCategories h1{
    margin-bottom: 3px;
}

#homeCategories ul li{
    line-height: 1.6em;
    color: #ccc;
}

#homeNews{
    padding-left: 5px;
}

#homeNews ul{
    list-style: disc;
    padding: 0 15px 0 15px;
}

#homeNews ul li{
    line-height: 1.5em;
    color: #ccc;
}


/* Estate Page */
#estateSearch{
    margin-bottom: 5px;
}

#estateSearch input, #estateSearch select, #searchSale, #searchRent, #searchId, #priceRange{
    position: absolute;
    z-index: 10;
}

#estateSearch .lb{
    height: 120px;
    padding: 10px 13px;
    position: relative;
    overflow: visible;
}

#estateSearchImage{
    position: absolute;
    top: -2px;
    right: -4px;
    width: 300px;
    height: 142px;
    background: url(images/estate-search.jpg) no-repeat;
    z-index: 1;
}

#estateSearch #homeCity{
    top: 35px;
    left: 10px;
    width: 150px;
}

#estateSearch #priceRange{
    top: 36px;
    width: 250px;
    left: 180px;
    color: #8aa;
}

#estateSearch #priceRange input{
    position: relative;
    height: 16px;
    width: 70px;
    background: #fff;
    border: 1px solid #8aa;
}

#estateSearch #priceRange label{
    position: absolute;
    color: #555;
    top: -15px;
    width: 100px;
    left: 0px;
}

#estateSearch #homeBeds{
    top: 70px;
    left: 10px;
    width: 150px;
}

#estateSearch #homeBaths{
    top: 105px;
    left: 10px;
    width: 150px;
}

#estateSearch #searchSale{
    top: 74px;
    left: 180px;
}

#estateSearch #searchRent{
    top: 109px;
    left: 180px;
}

#estateSearch #searchId{
    top: 72px;
    left: 330px;
}

#estateSearch #searchId #idValue{
    width: 75px;
    background: #fff;
    border: 1px solid #8aa;
    height: 16px;
}

#estateSearch #searchSale input, #searchRent input, #searchId input{
    position: relative;
    top: -2px;
}

#estateSearch #searchSale label, #searchRent label, #searchId label{
    position: relative;
    top: -4px;
}

* > #estateSearch #searchSale label, * > #searchRent label, * > #searchId label, * > #estateSearch #searchSale input, * > #searchRent input, * > #searchId input{
    top: 0;
}

#estateSearch #homeSubmit{
    border: 0;
    height: 22px;
    width: 124px;
    display: block;
    background: url(images/estate-search-button.gif) no-repeat;
    cursor: pointer;
    left: 330px;
    top: 104px;
    color: #183055;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

#estateSell, #autoSell{
    width: 265px;
    height: 123px;
    display: block;
    margin: 10px auto 15px auto;
    background: url(images/estate-sell.jpg) no-repeat center 0;
}

#estateSellAgent, #estateSellPrivate, #autoSellDealer, #autoSellPrivate{
    display: block;
    float: left;
    background: url(images/button-agents.jpg) no-repeat center 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

a#estateSellAgent:hover, a#estateSellPrivate:hover, a#autoSellDealer:hover, a#autoSellPrivate:hover{
    text-decoration: none;
}

#estateSellAgent, #autoSellDealer{
    margin: 0 0 10px 8px;
    width: 116px;
    height: 30px;
}

* > #estateSellAgent, * > #autoSellDealer{
    margin: 0 0 10px 16px;
}

#estateSellPrivate, #autoSellPrivate{
    width: 116px;
    height: 30px;
    display: block;
    float: right;
    margin: 0 8px 10px 0;
    background: url(images/button-private.jpg) no-repeat center 0;
}

* > #estateSellPrivate, * > #autoSellPrivate{
    margin: 0 16px 10px 0;
}

#estateAgentsIcon{
    display: block;
    float: left;
    width: 65px;
    height: 110px;
    margin: 0 30px 0 0;
    background: url(images/sale-sign.gif) no-repeat 0 100%;    
}


/* Automobile Page */
#carDealersIcon{
    display: block;
    float: left;
    width: 75px;
    height: 105px;
    margin: 0 20px 0 0;
    background: url(images/wheeler-icon.gif) no-repeat 0 5px;    
}

#autoSell{
    background: url(images/auto-sell.jpg) no-repeat center 0;
}

#carSearch{
    margin-bottom: 5px;
}

#carSearchImage{
    position: absolute;
    z-index: 1;
    background: url(images/search-car.jpg) no-repeat;
    top: 27px;
    right: 20px;
    width: 241px;
    height: 90px;
}

#carSearch input, #carSearch select, #carSearch #searchNew, #carSearch #searchUsed, #carSearch #carId, #carSearch #searchBoth{
    position: absolute;
    z-index: 10;
}

#carSearch .lb{
    height: 120px;
    padding: 10px 13px;
    position: relative;
    overflow: visible;
}

#carSearch h1{
    position: relative;
    top: -2px;
    left: -2px;
}

#carSearch #carMake{
    top: 30px;
    left: 10px;
    width: 150px;
}

#carSearch #carModel{
    top: 57px;
    left: 10px;
    width: 150px;
}

#carSearch #maxPrice{
    top: 84px;
    left: 10px;
    width: 150px;
}

#carSearch #searchBoth{
    top: 33px;
    left: 190px;
}

#carSearch #searchNew{
    top: 61px;
    left: 190px;
}

#carSearch #searchUsed{
    top: 88px;
    left: 190px;
}

#carSearch #carId{
    top: 114px;
    left: 11px;
    width: 200px;
}

#carSearch #carId #idValue{
    width: 62px;
    background: #fff;
    border: 1px solid #8aa;
    height: 16px;
}

#carSearch #searchNew input, #searchUsed input, #searchBoth input, #carId input{
    position: relative;
}

#carSearch #carSubmit{
    border: 0;
    height: 22px;
    width: 124px;
    display: block;
    background: url(images/estate-search-button.gif) no-repeat;
    cursor: pointer;
    left: 190px;
    top: 111px;
    color: #183055;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}


/* Font CSS */
.Light1{Font-Family: Verdana, Arial, Helvetica, sans-serif;Font-Size: 8pt; Font-weight:none;}
.Light2{Font-Family: Verdana, Arial, Helvetica, sans-serif;Font-Size: 7pt; Font-weight:none;}
.Light3{Font-Family: Verdana, Arial, Helvetica, sans-serif;Font-Size: 13pt; Font-weight:none;}
.Light4{Font-Family: Verdana, Arial, Helvetica, sans-serif;Font-Size: 10pt; Font-weight:none;}
.Light5{Font-Family: Verdana, Arial, Helvetica, sans-serif;Font-Size: 9pt; Font-weight:none;}
.Light6{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}
.Light7{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal;}
.Light8{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}
.Light9{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; line-height:20px;}
.Light10{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal;}
.Light11{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; font-weight:normal;}
.Light12{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal;}
.Light13{font-family:Arial,Verdana,  Helvetica, sans-serif; font-size:11px; font-weight:normal;}
.Light44{Font-Family: Verdana, Arial, Helvetica, sans-serif;Font-Size: 11pt; Font-weight:none; text-decoration:underline; color:#7373AE;}
.Light15{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal;}
.Light16{font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal;}

.Light14{Font-Family: Verdana, Arial, Helvetica, sans-serif;Font-Size: 8pt; Font-weight:none; line-height:18px;}
.Light18{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold;}

.Title16{font-family:Georgia, Times, serif;font-size:16px;}
.Title17{font-family:Georgia, Times, serif;font-size:17px;}
.Title18{font-family:Georgia, Times, serif;font-size:18px;}

.Title40{font-family:Georgia, Times, serif;font-size:42px;line-height:40px;}

/* Background color CSS */

.Bg1{background-image: url(../images/bg01.jpg);
    background-repeat: repeat-x;}
.Bg2{background-image: url(../images/bg_strip.jpg) ;
    background-repeat: repeat-x;}
.Bg3{background-image: url(../images/bg_strip1.jpg) ;
    background-repeat: repeat-x;}












.BgWhite{background-color:#FFFFFF}
.BgBlue{background-color:#C3DBFF}
.BgBlue2{background-color:#DFEBFE}
.BgBlue3{background-color:#0D548A}
.BgBlue4{background-color:#082C84}
.BgYellow{background-color:#FFE0B3}
.BgYellow2{background-color:#FEEED6}
.BgYellow3{background-color:#f8cf41;}
.BgYellow4{background-color:#f8f2de;}
.BgYellow5{background-color:#fffcf2;}
.BgYellow6{background-color:#fffcf2;}
.BgPink{background-color:#FFC4C4}
.BgPink2{background-color:#FEDFDF}
.BgGreen{background-color:#E4E966}
.BgGreen2{background-color:#F0F3AE}
.BgGray{background-color:#F1F2F2}
.BgGray2{background-color:#E6E6E6}
.BgGray3{background-color:#F5F6F6}
.BgGray4{background-color:#eae9e8}
.BgAqua{background-color:#9cf6ff;}
.Bgaqua1{background-color:#edfdff;}

.BgM1{background-color:#FFFFFF}
.BgP1{background-color:#fff5f5}
.BgY1{background-color:#fffcf2;}
.BgM2{background-color:#fff7fc}
.BgP2{background-color:#FFFFFF}
.BgY2{background-color:#fffcf2;}
.BgM3{background-color:#fffcf2}
.BgP3{background-color:#F5F6F6}
.BgY3{background-color:#F1F2F2;}


.BgBoX1{background-color:#C3DBFF}
.BgBoX12{background-color:#DFEBFE}
.BgBoX2{background-color:#FFE0B3}
.BgBoX22{background-color:#FEEED6}
.BgBoX3{background-color:#FFC4C4}
.BgBoX32{background-color:#FEDFDF}
.BgBoX4{background-color:#E4E966}
.BgBoX42{background-color:#F0F3AE}
/* text color CSS */
.White{color:#ffffff;}
.blue{color:#136094;}
.Blue2{color:#0C4A69;}
.Blue3{color:#076ED7;}
.Blue4{color:#062B87;}
.Blue5{color:#044290}
.Blue6{color:#25477c}
.Blue7{color:#062B87}
.Gray{color:#767474;}
.Gray2{color:#645F5F;}
.Gray3{color:#938D8D;}
.Gray4{color:#6F6B6B;}
.Gray5{color:#424344;}
.Gray6{color:#9CA4B1;}
.Gray7{color:#8f8f8f;}
.Red{color:#C30505;}
.Red1{color:#bc3e42;}
.Black{color:#000000;}
.Black1{color:#313131;}
.Green{color:#0C4A69;}
.Brown{color:#743304;}
.Brown1{color:#484545;}
.Brown2{color:#696d72;}
.Brown3{color:#6e6e6b;}
.Brown4{color:#7a7468;}
.Brown5{color:#484545;}
.Brown6{color:#8e8b8b;}
.Orange{color:#FF9933;}
.GrayNew{color:#636163;}
.GrayNew1{color:#707070;}
.Green1{color:#006600;}




/* image boder color CSS */
.imagbdr1{border:1px solid #026680;}
.imagbdr2{border:1px solid #999999;}
.imagbdr3{border:1px solid #1a71a0;}
.imagbdr4{border:2px solid #dfdedc;}
.imagbdr5{border:1px solid #e3e0e0;}
.imagbdr6{border:3px solid #dfdedc;}
.imagbdr7{border:3px solid #e8e8e8;}


/* table boder color CSS */
.tblbdr1{border:1px solid #518ACD;}
.tblbdr2{border:1px solid #3A90B8;}
.tblbdr3{border:1px solid #9BBBE0;}
.tblbdr4{border:2px solid #eeeeee;}
.tblbdr5{border:1px solid #ebebeb;}
.tblbdr6{border:1px solid #e3f2ff;}
.tblbdr7{border:1px solid #fff4cc;}



.claheadfont{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold;color:#0C4A69;line-height:20px;}
.clamonthfont{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;color:#000000;}
.clafont{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; line-height:20px;}
.clainnerfont{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; line-height:30px;}
.clabelowfont{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;color:#000000; font-weight:normal; line-height:20px;}
.innercolor1{color:#B7AEAE}
.innercolor2{color:#04285E}
.uptblbdr{border-left:1px solid #019AC3;border-right:1px solid #019AC3;border-top:1px solid #019AC3;border-bottom:1px solid #019AC3;}
.middletblbdr{border-left:1px solid #019AC3;border-right:1px solid #019AC3;border-top:1px solid #019AC3;border-bottom:1px solid #019AC3;}
.downtblbdr{border-left:1px solid #EAEAEA;border-right:1px solid #EAEAEA;border-top:1px solid #EAEAEA;border-bottom:1px solid #EAEAEA;}
.Pink{color:#AD036F;}
.clabgcolor{background-color:#E4EA66}
.clamonbgcolor{background-color:#ECECEC}

/* Padding CSS */
.Pad1 {padding:3px;}
.Pad2 {padding:4px;}
.Pad3{padding:5px;}
.Pad4{padding-left:4px; padding-right:6px;}
.Pad5{padding:6px;}

/* Margin color CSS :::: Values are -px -px -px Leftpx ::::*/

.Margin1{margin:5px 5px 5px 5px;}
.Bdr1{ border:1px solid #e6e6e6;}
.Bdr2{ border:1px solid #858585;}

/* Table boders ::::*/
.BdrR{border-right:1px solid #C4C4C4;}




.BdrB1{border-bottom:1px  dotted #adadad;}
.BdrL1{border-left:1px dotted #adadad;}
.BdrR1{border-right:1px dotted #adadad;}
.BdrT1{border-top:1px dotted #adadad;}


.BdrB2{border-bottom:1px  solid #b1c4d5;}
.BdrL2{border-left:1px solid #b1c4d5;}
.BdrR2{border-right:1px solid #b1c4d5;}
.BdrT2{border-top:1px solid #b1c4d5;}

.BdrB3{border-bottom:1px  solid #b9c2c8;}
.BdrL3{border-left:1px solid #b9c2c8;}
.BdrR3{border-right:1px solid #b9c2c8;}
.BdrT3{border-top:1px solid #b9c2c8;}


.BdrB4{border-bottom:1px  solid #ccccbc;}
.BdrL4{border-left:1px solid #ccccbc;}
.BdrR4{border-right:1px solid #ccccbc;}
.BdrT4{border-top:1px solid #ccccbc;}

.BdrB5{border-bottom:1px  solid #e6e6e6;}
.BdrL5{border-left:1px solid #e6e6e6;}
.BdrR5{border-right:1px solid #e6e6e6;}
.BdrT5{border-top:1px solid #e6e6e6;}

.BdrB6{border-bottom:1px  solid #A5A5A5;}
.BdrL6{border-left:1px solid #A5A5A5;}
.BdrR6{border-right:1px solid #A5A5A5;}
.BdrT6{border-top:1px solid #A5A5A5;}

.BdrB7{border-bottom:1px  solid #c7e3ff;}
.BdrL7{border-left:1px solid #c7e3ff;}
.BdrR7{border-right:1px solid #c7e3ff;}
.BdrT7{border-top:1px solid #c7e3ff;}

.BdrB8{border-bottom:1px  solid #7599bf;}
.BdrL8{border-left:1px solid #7599bf;}
.BdrR8{border-right:1px solid #7599bf;}
.BdrT8{border-top:1px solid #7599bf;}

.BdrB9{border-bottom:1px  solid #6185bc;}
.BdrL9{border-left:1px solid #6185bc;}
.BdrR9{border-right:1px solid #6185bc;}
.BdrT9{border-top:1px solid #6185bc;}

.BdrB10{border-bottom:1px  solid #3c82d0;}
.BdrL10{border-left:1px solid #3c82d0;}
.BdrR10{border-right:1px solid #3c82d0;}
.BdrT10{border-top:1px solid #3c82d0;}

.BdrB11{border-bottom:1px  solid #16629b;}
.BdrL11{border-left:1px solid #16629b;}
.BdrR11{border-right:1px solid #16629b;}
.BdrT11{border-top:1px solid #16629b;}

.BdrB12{border-bottom:1px  solid #7599bf;}
.BdrL12{border-left:1px solid #7599bf;}
.BdrR12{border-right:1px solid #7599bf;}
.BdrT12{border-top:1px solid #7599bf;}


.BdrM1{border-left:1px solid #c7e3ff;}
.BdrM2{border-left:1px solid #6185bc;}
.BdrM3{border-left:1px solid #16629b;}

.BdrN1{border-right:1px solid #c7e3ff;}
.BdrN2{border-right:1px solid #6185bc;}
.BdrN3{border-right:1px solid #16629b;}

.mtBdrB{border-bottom:1px  solid #E1E1E1;}
.mtBdrL{border-left:1px solid #E1E1E1;}
.mtBdrR{border-right:1px solid #E1E1E1;}
.mtBdrT{border-top:1px solid #E1E1E1;}


.BoxBlueHeading{
    Font-Family: Arial, Verdana, Tahoma;
    Font-Size: 8pt;
    Font-Weight: bold;
    Color: #082C84;
    Text-align: center;
    Letter-Spacing: 0px;
    Line-Height: 15px;
    Margin: 3px 2px 2px 2px;
}

.OptionBoxHeading{
    Font-Family: Arial, Verdana, Tahoma;
    Font-Size: 8pt;
    Font-Weight: bold;
    Color: #ffffff;
    Text-align: center;
    Letter-Spacing: 0px;
    margin:3px;
}

td.hdr21{height:15px;text-align:center;padding:3px;background-color:#082C84; font-family:Arial; font-size:11px; color:#FFFFFF}
/* text image wrap css ::::*/
.imgfloatLeft { 
    float: left; 
    margin: 5px; 
}



.But{Font-Family: Arial, Verdana, Tahoma;Font-Size: 8pt;Font-weight:none;Background-color:#EAEBEB;color:#000000;Border:1px solid #DEDEDE;Margin:8px 0px 0px 0px;}

.But1 
{
Font-Family: Verdana, Tahoma, Arial;
Font-Size: 8pt;Font-weight:normal;
border:1px solid #11386F;
padding-left:3px;
background-image:url(../images/textinput_bg.gif);    
background-repeat:repeat-x; 
background-color:#FFFFFF; 
color:#006699;

}

/*
.But3 
{
Font-Family: Verdana, Tahoma, Arial;
Font-Size: 8pt;Font-weight:normal;
border:1px solid #11386F;
padding-left:3px; */
/*background-image:url(../images/textinput_bg.gif);*/    
/*background-repeat:repeat-x; 
background-color:#FFFFFF; 
color:#006699;
*/
}
.But2{Font-Family: Arial, Verdana, Tahoma;Font-Size: 8pt;Font-weight:none;Background-color:#FE96C9;color:#000000;Border:1px solid #DEDEDE;Margin:2px 0px 0px 0px;}

.But4 
{
Font-Family: Verdana, Tahoma, Arial;
Font-Size: 8pt;Font-weight:normal;
border:1px solid #11386F;
padding-left:3px;
/*background-image:url(../images/textinput_bg.gif);*/    
background-repeat:repeat-x; 
background-color:#FF0000; 
color:#FFFFFF;
}

.But5 
{
Font-Family: Verdana, Tahoma, Arial;
Font-Size: 8pt;Font-weight:normal;
border:1px solid #11386F;
padding-left:3px;
/*background-image:url(../images/textinput_bg.gif);*/    
background-repeat:repeat-x; 
background-color:#009933; 
color:#FFFFFF;
}



.TextArea2{Font-Family: Verdana,Arial,  Tahoma;Font-Size: 10px;Font-weight:normal;Background-color:#ffffff;color:#555555;Border:1px solid #b3b1b1;Margin:0px 0px 0px 0px;}
.TextAreaBack{Font-Family: Verdana,Arial,  Tahoma;Font-Size: 10px;Font-weight:normal;color:#555555;Border:1px solid #b3b1b1 #FF0000;Margin:0px 0px 0px 0px;}


.TextArea1{Font-Family: Verdana,Arial,  Tahoma;Font-Size: 12px;Font-weight:normal;Background-color:#ffffff;color:#555555;Border:1px solid #b3b1b1;Margin:0px 0px 0px 0px; height:25px;}

.TextArea{Font-Family: Verdana,Arial,  Tahoma;Font-Size: 11px;Font-weight:normal;Background-color:#ffffff;color:#555555;Border:1px solid #b3b1b1;Margin:0px 0px 0px 0px; height:25px;}

td.hdr1{height:20px; vertical-align:center;padding:3px; background-color:#EFEBEF; font-family: arial; font-size:11px; color:#181418}
td.hdr2{height:55px; vertical-align:center;padding-left:3px; background-color:#082C84; font-family:Arial; font-size:16px; color:#FFFFFF}
td.hdr3{height:20px; vertical-align:center;padding:3px; background-color:#EFEBEF; font-family:Arial; font-size:11px; color:#006600}

a.hdr1lnk:link{text-decoration: none; color:#222222; font-family: arial; font-size:11px; font-weight:bold}

a.hdr1lnk:visited{text-decoration: none; color:#222222; font-family: arial; font-size:11px; font-weight:bold}

a.hdr1lnk:active{text-decoration: none; color:#222222; font-family: arial; font-size:11px; font-weight:bold}

a.hdr1lnk:hover{text-decoration: underline; color:#222222; font-family: arial; font-size:11px; font-weight:bold}

.TextArea13{Font-Family: Verdana,Arial,  Tahoma;Font-Size: 12px;Font-weight:bold;Background-color:#ffffff;color:#555555;Border:1px solid #b3b1b1;Margin:0px 0px 0px 0px; height:25px;}

.Light1new{Font-Family:"Trebuchet MS",Tahoma ;Font-Size: 22px; color:#bd0027; Font-weight:none;}
.Light2new{Font-Family: "Trebuchet MS", Tahoma ;Font-Size:1.3em ; color:#32331d; Font-weight:none;}
.RedNew{ color:#9b0c00;}
.Light3new{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}\
.Light4new{font-family:Arial,Verdana,  Helvetica, sans-serif; font-size:13px;}
.Light5new{Font-Family: "Trebuchet MS", Tahoma ;Font-Size:1.4em ;  Font-weight:none;}
.BgYellownew{background-color:#f9f2df;}
.BgBlue3{background-color:#d5e5f2;}
.linespace {line-height:18px;}
