/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

body {
font-family:Georgia,"Times New Roman",Times,serif;
/*font-size: 12px;*/
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

a:hover
{
    text-decoration: none;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


#sideBarContainer {
     background-image: url('../images/GreenBg.png');
    background-repeat: repeat-x;
    background-color: #C4E562;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 500px;
}

input.sendbutton    {
    position: relative;
    left: 45px;
    width:197px;
    height: 56px;  
    padding:2px; 
    margin: 0 auto;
    font-size:24px;
    background-color :#C4E562
}

.submitbtn
{
    background:transparent url(../images/submit.png) !important;
    height : 39px;
    width: 120px !important;
    border: none !important;
    cursor: pointer;
}

.radiobtn, 
#extraservice .rdoBtn
{
    margin: 2px 4px !important;
    *margin: 0px !important;
    width:auto !important;
    background: none !important;
    border: none !important;
    vertical-align: middle;
}

.cform select{
    width: 242px !important;
}

.cform input,
.cform textarea,
.cform select { 
    padding:3px;
    background: #FFFFA0; 
    border:none;
    vertical-align:top;
    width: 236px;
    margin: 0 auto;
    border: 1px solid #858585;
    font-family:Georgia,"Times New Roman",Times,serif;
}

.NormalBtn{ 
    padding:3px;
    background: none !important;
    background-image: url('../images/calender.gif') !important; 
    background-repeat: no-repeat;
    border:none !important;
    vertical-align:top;
    width: 21px !important;
    height: 20px;
    margin: 0 auto;
    cursor: pointer;
    border: 1px solid #858585;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover    {
    background:#FDF56F; 
}

ol.cf-ol { 
    margin:0!important; 
    padding:0 10px!important; 
}
ol.cf-ol li    {
    background:none!important; 
    margin:5px 0px!important; /*some themes may interfere otherwise*/
    padding:0; 
    list-style:none!important; 
    text-align:center;
    line-height:1.3em;
    overflow:hidden;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
    padding:3px 0; 
    text-align:center;
}

.indexlink a, .indexlink a:hover
{
    color: #3399CC;
}

.textonly {
color:#000;
}

p.cf-sb {
   margin:0 auto;
    padding:15px !important;
    width:120px;
}

h1, h2, h3
{
    font-family: Verdana,Helvetica,sans-serif;
    font-weight: normal;
}

h1
{
    font-size: 24px;
}

h2
{
    font-size: 16px;
}

h3
{
    font-size: 14px;
}

h4
{
    font-size: 12px;
}


.spantxt
{
    font-size: 14px;
}


/*****************************  Show hide div ***************************************************/
.dhtmlgoodies_question{    /* Styling question */
    /* Start layout CSS */
    color:#000000;
    font-size:1.1em;
    background-color:#D1E99c;
    background-image:url('../images/down2.gif');
    line-height: 26px;
    width:430px;
    margin-bottom:2px;
    margin-top:2px;
    padding-left:2px;
    font-weight: bold;
    background-repeat:no-repeat;
    background-position:99% 5px;    
    height:27px;
    overflow:hidden;
    cursor:pointer;
    border:1px solid #000000;
}

.dhtmlgoodies_question1{    /* Styling question */
    /* Start layout CSS */
    color:#000000;
    font-size:1.1em;
    background-color:#D1E99c;
    background-image:url('../images/top2.gif');
    line-height: 26px;
    width:430px;
    margin-bottom:2px;
    margin-top:2px;
    padding-left:2px;
    font-weight: bold;
    background-repeat:no-repeat;
    background-position:99% 5px;    
    height:27px;
    overflow:hidden;
    cursor:pointer;
    border:1px solid #000000;
}

.expandimg
{
    background: #D1E99c url(../images/arrow_75.gif);
    background-repeat: no-repeat;
    border: none;
}

.dhtmlgoodies_answer{    /* Parent box of slide down content */
    /* Start layout CSS */
    border:1px solid #317082;
    background-color:#E2EBED;
    width:432px;
    
    /* End layout CSS */
    
    visibility:hidden;
    height:0px;
    overflow:hidden;
    position:relative;


}
.dhtmlgoodies_answer_content{    /* Content that is slided down */
    padding:5px 10px;
    font-size:0.9em;    
    position:relative;
    background-color:#DDDEDB !important;
    line-height: 20px;
}

.dhtmlgoodies_answer_content input
{
    vertical-align: middle;
}

#extraservice .rdoBtn, .chkBox
{
    width:auto !important;
    margin: 0px 5px !important;    
}

#astrix {
	color:blue;
	font-size:12px;

}


.single {

	color:#93938F;
}


.singleloaded {
	color:#000000;

}
.basic,.basic1,.average,.average1,.through,.through1
{
    cursor: pointer;
}
.basic1
{
    background:transparent url(../images/basic1.png) no-repeat;
    height:108px;
    width:104px;
    left:auto;
    margin-left:70px;
    position:absolute;
    top:auto;
    margin-top:-300px;
    *position:relative;
    *margin-top:-109px;
    *top:-191px;
    *left:0px;
}
.basic
{
    background:transparent url(../images/basic.png) no-repeat;
    height:108px;
    width:104px;
    left:auto;
    margin-left:70px;
    position:absolute;
    top:auto;
    margin-top:-300px;
    *position:relative;
    *margin-top:-109px;
    *top:-191px;
    *left:0px;

}
.average1
{
    background:transparent url(../images/average.png) no-repeat;
    height:108px;
    width:104px;
    left:auto;
    margin-left:210px;
    position:absolute;
    *position:relative;
    top:auto;
    margin-top:-300px;

}
.average
{
    background:transparent url(../images/average1.png) no-repeat;
    height:108px;
    width:104px;
    left:auto;
    margin-left:210px;
    position:absolute;
    *position:relative; 
    top:auto;
    margin-top:-300px;

}

/*Below class is used when basic button is hide*/
.average-left-margin{
    margin-left: 135px !important;
}

/*Below class is used when basic button is hide*/
.through-left-margin{
    margin-left: 310px !important;
}

.through1
{
    background:transparent url(../images/through1.png) no-repeat;
    height:108px;
    width:104px;
    left:auto;
    margin-left:350px;
    position:absolute;
    top:auto;
    margin-top:-300px;
    *margin-top:-110px;
}
.through
{
    background:transparent url(../images/through.png) no-repeat;
    height:108px;
    width:104px;
    left:auto;
    margin-left:350px;
    position:absolute;
    top:auto;
    margin-top:-300px;
    *margin-top:-110px; 
}

.divminhieght
{
    height:150px;
    min-height:200px;
    width:100%;
}

 div#tips{
    min-height: 41px;
    width: 100%;
}

#tips h2{
    margin:5px 0px 5px 5px;
    padding :5px 0px;
    font-size:20px;
}
#tips span{
    margin: 5px; 
    padding: 5px 0pt; 
    line-height: 20px; 
    color: #676767;
    font-size: 14px;
}

#tips ul li {
    list-style-position:outside;
    list-style-type:disc !important;
    margin-bottom:5px;
    margin-top:5px;
    overflow:visible;
    text-align:left;
}

.finishpageheading{
    font-size: 20px !important;
    font-family: Georgia,Times New Roman,Times,serif !important;
}

#formdivlabel{
    float:left;
    width:35%;
    text-align: right;
    line-height: 20px;
}

#formdivcontrol{
    float:left;
    text-align: left;
    padding-left: 10px;
}

.basicformdivlabel{
    width: 35% !important;
}

/*  Below Css is used for Local and Interstate button */
.local1
{
    background:transparent url(../images/local1.png) no-repeat;
    height:108px;
    width:104px;
    left:auto;
    margin-left:135px;
    position:absolute;
    top:auto;
    margin-top:-300px;
    *position:relative;
    *margin-top:-109px;
    *top:-191px;
    *left:0px;
    cursor: pointer;
}
.local
{
    background:transparent url(../images/local.png) no-repeat;
    height:108px;
    width:104px;
    left:auto;
    margin-left:135px;
    position:absolute;
    top:auto;
    margin-top:-300px;
    *position:relative;
    *margin-top:-109px;
    *top:-191px;
    *left:0px;
    cursor: pointer;
} 

.interstate1
{
    background:transparent url(../images/interstate.png) no-repeat;
    height:108px;
    width:104px;
    left:auto;
    margin-left:310px;
    position:absolute;
    top:auto;
    margin-top:-300px;
    cursor: pointer;
}
.interstate
{
    background:transparent url(../images/interstate1.png) no-repeat;
    height:108px;
    width:104px;
    left:auto;
    margin-left:310px;
    position:absolute;
    top:auto;
    margin-top:-300px;
    cursor: pointer;
}
.astrix_new {
    color:blue;
    font-size:12px;

}
