/*  Generic definitions */


body {  
    margin-right: 0px; 
    margin-left: 0px; 
    margin-top: 0px; 
    margin-bottom: 0px;
    
    background-color: #d0d0d0;
    background: -moz-linear-gradient(top, #f0f0f0, #d0d0d0);  /* gecko based browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d0d0d0)); /* webkit based browsers */
    background: -ms-linear-gradient(top, #f0f0f0, #d0d0d0); /* IE 10+ */
    background: -o-linear-gradient(top, #f0f0f0, #d0d0d0);     /* Opera 11.10+ */ 
    
    font-family: Verdana,Arial,Helvetica,sans-serif;  
    font-size: 14px;
    text-align: justify;
}

a:link, a:visited {
    color: #006699;
    text-decoration: none
}

a:hover {  
    color: #009eed;
    text-decoration: underline;
}


h1{
   
    color: #006699;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 150%;
}

h2{
   
    color: #006699;
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 130%;
}

h3{

    color: #006699;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 110%;
}

h4{

    color: #006699;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0;
    text-align: left;
    font-size: 100%;
}

p{
    margin-bottom: 10px;
    margin-top: 5px;
}




/********* form and related tag styles *********/

form {
    margin: 0;
    padding: 0;
}


img {
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}



#header{
    padding: 0px 0px 0px 0px;
    z-index: 100;
    width:820px;
    height:80px;
    margin-left: auto ;
    margin-right: auto ;
    background-color: white;

    -moz-box-shadow: 8px 12px 10px #222; /* FF3.5+ */
    -webkit-box-shadow: 8px 12px 10px #222; /* Saf3.0+, Chrome */
    box-shadow: 8px 12px 10px #222 /* Opera 10.5, IE 9.0 */

}

#logo{
    position: absolute;
    top: 0px;
    z-index: 50;
} 

#banner {
    position: absolute;
    text-align: right;
    width:820px;
    margin-left: auto ;
    margin-right: auto ;
    top: 0px;
    z-index: 5;
}

#search {
    position: relative;
    text-align: right;
    width:500px;
    margin-left: auto ;
    margin-right: 10px ;
    top: 10px;
    z-index: 10;
    font-size: 7px;
    float: right;
}

#sectionbar {
    position: absolute;
    top: 49px;
    height: 27px;
    text-align: right;
    background-color: navy;
    width:815px;
    margin-left: auto ;
    margin-right: auto ;
    z-index: 60;

    background-image: url(/images/backgrounds/sectionbar.jpg);

    padding-top: 3px;

    padding-right: 5px;
}

#frontpage {
    z-index: 150;

    color: #505050;
    font-size: 13px;
    line-height: 18px;

    width: 820px;
    margin-left: auto ;
    margin-right: auto ;

    background-color: #eeeeee;
    background: -moz-linear-gradient(top, #222222, #ffffff);  /* gecko based browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#ffffff)); /* webkit based browsers */
    background: -ms-linear-gradient(top, #222222, #ffffff); /* IE 10+ */
    background: -o-linear-gradient(top, #222222, #ffffff);     /* Opera 11.10+ */ 

    overflow: hidden;

    -moz-box-shadow: 8px 10px 10px #222; /* FF3.5+ */
    -webkit-box-shadow: 8px 10px 10px #222; /* Saf3.0+, Chrome */
    box-shadow: 8px 10px 10px #222 /* Opera 10.5, IE 9.0 */;


}

#content{
    z-index: 150;

  
    color: #505050;
    font-size: 13px;
    line-height: 17px;

    width: 820px;
    margin-left: auto ;
    margin-right: auto ;

    background-color: white;


    overflow: hidden;

    -moz-box-shadow: 8px 10px 10px #222; /* FF3.5+ */
    -webkit-box-shadow: 8px 10px 10px #222; /* Saf3.0+, Chrome */
    box-shadow: 8px 10px 10px #222 /* Opera 10.5, IE 9.0 */;

    background-image: url(images/backgrounds/phone.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}

#col-left{
    float: left;
    width:160px;
    color: #cccccc;
    padding-bottom: 3000px;
    margin-bottom: -3000px;  



}

#col-main{
    float:left;
    width:500px;
    padding-bottom: 3000px;
    margin-bottom: -3000px;


}

#col-right{
    float: right;   
    width:160px;
    color: #cccccc;
    padding-bottom: 3000px;
    margin-bottom: -3000px;
}

#footer{
    clear:both;
    width:800px;
    bottom:0;
    z-index: 200;

    font-style: normal;
    font-size: 9px;
    vertical-align: middle;
    color: #888888;
    font-weight: normal;
    font-variant: normal;
    text-align: justify;
    margin-left: auto ;
    margin-right: auto ;

    padding-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 10px;

}

#footer-links {
    float: left;
    vertical-align: middle;
}

#footer-copyright {    
    vertical-align: middle;
    text-align: right;
}


.addthis_toolbox {
    padding-top: 5px;
}

.breadcrumbs{
    border-top-style: solid;
    border-bottom-style: solid;


    font-size: 9px;
    border-top-color: silver;
    border-bottom-color: silver;

    background-color: white;
    border-top-width: 1px;
    border-bottom-width: 1px;

    margin: 10px 5px 20px 5px;
}

.splash{
    padding: 0px 0px 0px 0px;
    border-bottom-style: ridge;
    border-bottom-width: 2px;    
}

.splash-graphic{
    width:820px;
    height:250px;
}

.splash-text{
    margin-top: -250px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 10px;
    width: 600px;
    height: 220px;

    font-size:30px;
    color: white;
    font-family: 'Times New Roman',Times,serif;
    font-weight: 900;

    color: #f5f5f5;
    text-shadow: 0px 0px 3px #888888;  
    letter-spacing: 2px;

    line-height: 38px;
    font-style: italic;
}

.splash-text a:link, .splash-text a:visited {
    color: #f5f5f5;
}

.splash-text a:hover {
    color: #eefeee; 
    text-decoration: none;
    text-shadow: 0px 0px 8px #00ff00; 
}

.main, .main-alt {
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    margin-top: -10px;
    margin-left:0px;
    margin-right: 0px;
    margin-bottom: 5px;
    min-height: 620px;
    z-index: 100;

}
.main-alt {

    min-height: 200px;

}

.main img, .main-alt img{
    float: left;
    margin-left: 0px;
    margin-right: 3px;
    margin-top: 0px;
    margin-bottom: 3px;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.menu{
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #cccccc;
}

.menu h1{
    border-bottom: 1px solid #cccccc;
    background-color: silver;
    background-image: url(/images/backgrounds/fade-h-grey.jpg);
    font-size: 15px;
    color: #006699;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
    margin-bottom: 0px;
}

.menu a:link, .menu a:visited {
    display: block;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
    padding: 3px 0px 3px 10px;
    color: #006699;
    font-size: 12px;
    background-image: url(/images/backgrounds/fade-h-grey.jpg);
}

.menu a:hover{
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #cccccc;
    background-color: #eeeeee;
    background-image: none;
    font-weight: bold;
    text-decoration: none;
    color: #0000FF;

}

.menu-order a:link, .menu-order a:visited {
    display: block;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
    padding: 3px 0px 3px 10px;
    color: white;
    font-size: 12px;
    background-color: greenyellow;
    background-image: url(/images/backgrounds/fade-h-green.jpg);
}

.menu-order a:hover{
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #cccccc;
    background-color: #eeeeee;
    background-image: none;
    font-weight: bold;
    text-decoration: none;
    color: green;

}

.order th {
    padding: 1px 2px 1px 2px;
    font-size: 12px;
    background-color: #D3DCDC;
    color: #FFFFFF;
    text-align: center;
    border: solid #ffffff 1px;
    font-weight: bolder;

}

.order td {
    padding: 1px 2px 1px 2px;
    font-size: 12px;
    background-color: #E8ECEC;
    color: #999999;
    border: solid #ffffff 1px;
}

.order-req {
    padding: 1px 2px 1px 2px;
    font-size: 12px;
    background-color: #D3DCDC;
    color: red;
    border: solid #ffffff 1px;
    font-weight: bolder;
}

.order-req th {
    padding: 1px 2px 1px 2px;
    font-size: 12px;
    background-color: #D3DCDC;
    color: red;
    text-align: center;
    border: solid #ffffff 1px;
    font-weight: bolder;
}

.order-req td {
    padding: 1px 2px 1px 2px;
    font-size: 12px;
    background-color: #E8ECEC;
    color: #999999;
    border: solid #ffffff 1px;
}

.related, .related-order {

    color: #006699;
font-size: 11px;

}

.related a, .related-order a{

    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    

}

.related h3{      
    font-size: 12px;
    padding-top: 15px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.related-order a{
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: green; 
}

.smallprint{
    padding: 15px 15px 15px 15px;
    font-size: 70%;
}


.feature, .feature-alt, .offer {
    width:528px;
    float: left;
    font-size: 16px;
    line-height: 19px;
    text-shadow: 0px 0px 2px #888888; 
    font-weight: 700;
    color: #f5f5f5;

    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;

    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    margin-bottom: 5px;

    -moz-border-radius: 12px; /* FF1+ */
    -webkit-border-radius: 12px; /* Saf3+, Chrome */
    border-radius: 12px; /* Opera 10.5, IE 9 */

    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-color: silver;

    background-color: #e0e0e0;
    background-image: url(images/backgrounds/city.jpg);

    background-position: left bottom;
    background-repeat: no-repeat; 
}

.feature-alt {  
    background-image: url(images/backgrounds/phone2.jpg);
}

.offer {  
    background-color: #decdba;
    background: -moz-linear-gradient(top, #decdba, #877d72);  /* gecko based browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#decdba), to(#877d72)); /* webkit based browsers */
    background: -ms-linear-gradient(top, #decdba, #877d72); /* IE 10+ */
    background: -o-linear-gradient(top, #decdba, #877d72);     /* Opera 11.10+ */ 
}

.feature h1, .feature-alt h1, .offer h1 {
    text-shadow: 2px 2px 3px #555555;
    
    color: #f5f5f5;
    font-size: 24px;
}

.feature a, .feature-alt a, .offer a {
    font-weight: 600;
}


/*************** story styles ******************/

.story {
    font-size: 13px;
    width: 228px;
    line-height: 16px;
    color: #f5f5f5;
    font-weight: 600;

    float:right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 5px;

    margin-left: 5px;
    margin-right: 5px;
    margin-top: 25px;
    margin-bottom: 5px;

    background-color: #badecd;
    background: -moz-linear-gradient(top, #badecd, #72877d);  /* gecko based browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#badecd), to(#72877d)); /* webkit based browsers */
    background: -ms-linear-gradient(top, #badecd, #72877d); /* IE 10+ */
    background: -o-linear-gradient(top, #badecd, #72877d);     /* Opera 11.10+ */ 

    -moz-border-radius: 12px; /* FF1+ */
    -webkit-border-radius: 12px; /* Saf3+, Chrome */
    border-radius: 12px; /* Opera 10.5, IE 9 */
    position: relative;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-color: silver;
    
}

.story img{
    float: right;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    margin-top: -26px;
}

.story a.capsule{
    font: bold 1em ;
    display:block;
    text-align: left;
    font-size: 110%;
    text-shadow: 0px 0px 2px #888888; 
    font-weight: 700;
    color: white;
}

.story a.capsule:hover{
    text-decoration: underline;
}


.submenu{
    margin: 0px;
    background-color: red;
    border-right: 1px solid #e9e9e9;
}


.submenu a{
    display: block;
    border-bottom: 1px solid #DFDFDF;
    padding-left: 5px;
}

.submenu a:hover{
    background-color: #DDE9FF;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
    color: #3483A9;
}

.linksbox {
    font-size: 80%;
    width: 29%;
    height: 10px;
    float: left;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #EEEEEE;
    -moz-border-radius: 12px; /* FF1+ */
    -webkit-border-radius: 12px; /* Saf3+, Chrome */
    border-radius: 12px; /* Opera 10.5, IE 9 */
    -moz-box-shadow: 3px 3px 4px #ddd;
    -webkit-box-shadow: 3px 3px 4px #ddd;
    box-shadow: 3px 3px 4px #ddd;
    background-image: url(/images/backgrounds/fade-h.jpg);
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
}

.adbutton img{
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
}


a.button:link,  a.button:visited {
    border-top: 1px solid #005FA9;
    border-bottom: 1px solid #005FA9;
    border-right: 1px solid #005FA9;
    border-left: 1px solid #005FA9;
    font-weight: normal;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #868686;
}

a.button:hover{
    background-image: none;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    background-color: #DDDDDD;
    color: #005FA9;
}

.right {
    float: right; 
}

a.rbutton:link,  a.rbutton:visited {
    display: block;
    border-radius: 30%;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 2px;
    border-left-width: 1px;
    border-bottom-width: 5px;
    border-top-width: 1px;
    border-right-color: #aaaaaa;
    border-left-color: silver;
    border-bottom-color: #a9a9a9;
    border-top-color: silver;
    width:60px;
    height:60px;
    margin-right: 10px;
    margin-left: 20px;
    margin-top: -15px;
    background-color: #cc0000;
    background: -moz-linear-gradient(top, #e0e0e0, #990000);  /* gecko based browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#990000)); /* webkit based browsers */
    background: -ms-linear-gradient(top, e0e0e0, #990000); /* IE 10+ */
    background: -o-linear-gradient(top, e0e0e0, #990000);     /* Opera 11.10+ */ 
    color: #f5f5f5;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    line-height: 26px;
    -webkit-transform: rotate(25deg); 
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg); 
    -transform: rotate(25deg);
}

a.rbutton:hover{
    color: white;
    text-decoration: none;
    text-shadow: 0px 0px 3px yellow;
    
}

a.rbutton:active{
    color: white;
    text-decoration: none;
    border-right-color: gray;
    border-left-color: gray;
    border-bottom-color: gray;
    border-top-color: gray;
    
    border-bottom-width: 1px;
    border-top-width: 2px;
    
    background-color: #aa0000;
    background: -moz-linear-gradient(top, #990000, #aa0000 );  /* gecko based browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#aa0000)); /* webkit based browsers */
    background: -ms-linear-gradient(top, #990000, #aa0000); /* IE 10+ */
    background: -o-linear-gradient(top, #990000, #aa0000);     /* Opera 11.10+ */ 
    
}
 

a.section:link,  a.section:visited {
    border-left: 1px solid white;
    font-weight: bold;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 2px;
    color: white;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    vertical-align: middle;
}

a.section:hover{
    text-decoration: none;
    color: #6054d5;
    vertical-align: sub;
}


