 ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
    margin:0;
    padding:0;
}

a{
    text-decoration:none;
    -moz-outline-style: none;
}

:focus,
:active {
  -moz-outline-style: none;
} 

/****** click outline removal ***/
a:active { outline: none; }

a:focus { outline:none; }

button::-moz-focus-inner { border: 0; }

input[type="submit"]::-moz-focus-inner, input[type="radio"]::-moz-focus-inner, input[type="select"]::-moz-focus-inner { border: 0; outline:none; }
/* IE8 */
input[type="submit"]:focus, input[type="radio"]:focus, input[type="select"]:focus { outline: none; }

/******** end click outline removal ***********/


.clr{
    clear:both;
}

.left{
    float:left;
}

.right {
    float:right;
}

.hidden{
    display:none;
}

/** shadow on left and right of div :) **/
.left-right-shadow{
  -moz-box-shadow: 6px 0px 10px -7px #333, -6px 0px 10px -7px #333;
  -webkit-box-shadow: 6px 0px 10px -7px #333, -6px 0px 10px -7px #333;
  box-shadow: 6px 0px 10px -7px #333, -6px 0px 10px -7px #333;
}
/** shadow on left and right of div and not on top :) **/
.left-right-notop-shadow{
  -moz-box-shadow: 6px 1px 7px -7px #333, -6px 0px 7px -7px #333;
  -webkit-box-shadow: 6px 0px 7px -7px #333, -6px 0px 7px -7px #333;
  box-shadow: 6px 0px 7px -7px #333, -6px 0px 7px -7px #333;
}

.error{
    color:#ff0000;
    font-family:arial;
    font-size:12px;
    text-align:center;
}

/**
* contact form
*/
#def_contact_form{
    width:680px;
    font-size:11px;
    display:block;
    margin:0 auto;
}      

#def_contact_form #fields{     
}   

#def_contact_form #fields .field{    
    width:50%;
    float:left;
}         

#def_contact_form #fields .field input[type="text"]{                 
    padding:7px;
    border:2px solid #d1d1d1;
    width:90%;
    margin:0 0 10px 0;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-border-radius:4px;
    color:#777;
}

#def_contact_form #checks{
    width:400px;
    float:left;
    margin:0 0 0 100px;
}

#def_contact_form #checks p{
    padding:0 0 10px 0;
    font-size:14px;
    font-family:Georgia;
    width:160px;
    float:left;
    margin:0;
}

#def_contact_form #message{    
    width:100%            
}   

#def_contact_form #message textarea{             
    padding:7px;
    border:2px solid #d1d1d1;
    width:95%;
    margin:0 0 10px 0;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-border-radius:4px;
    color:#777;
    font-family:arial;
    resize:none;
}

.spamarea{
    width:560px;
    margin:0;
    float:left;
} 

#inner_content .spamarea p{
    margin:0;
}

#def_contact_form h2{
    color:#465e7f;
    margin:0 0 20px 0;
}

#def_contact_form #send_now{                                                         
    height:37px;
    width:100px; 
    margin:15px 0;
    float:left;
    padding:7px 8px;
    background:#1c3a5e;
    font-size:14px;
    border:none;
    color:#fff;
    cursor:pointer;                 
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-border-radius:3px;
}

.clear{
    clear:both;
}

/****
* Default staff list  
*/
  ul.staff_list{
      margin:0;
  }
  
  ul.staff_list li{
      list-style:none;
      float:left;
      width:160px;
      height:250px;
      margin:0 55px 15px 0;
      text-align:center;
  }
  
  ul.staff_list li img{
      padding:4px;
      border:1px solid #d9d9d9;
      margin:0 0 5px 0;
  }
  
 ul.staff_list li p{
      font-size:13px;
      font-family:arial;
      color:#828281;
      margin:0 0 5px 0;
      line-height:14px;
  }
  
  ul.staff_list li p a{
      color:#3f443e;
  }
  
  ul.staff_list li p strong{
      font-family:georgia;
      color:#3f443e;
      font-size:14px;
      font-weight:normal;
  }
  
  a.staffback{
      font-size:14px;
      color:#333;
      text-decoration:underline;
  }
  
  /***
* obits
*/

#obitSearch{
    padding:15px;
    height:40px;
    background:#204e91;
    display:block;
    -moz-border-radius:8px;
    border-radius:8px;
    -webkit-border-radius:8px;
}

#obitSearch input[type="text"]{
    padding:7px 15px;
    font-size:18px;
    color:#949494;
    width:485px;
    float:left;
}

#obitSearch input[type="submit"]{
    background:transparent url(../images/obit-search-button.jpg) no-repeat;
    height:38px;
    width:109px;
    float:left;
    border:none;
    cursor:pointer;
    font-size:0;
    line-height:0;
    text-indent:-9999px;
}

.clears{
    clear:both;
}

#content_home ul.obits{
    margin:0;
}

#content_home ul.obits li{
    list-style:none;
    padding:0 0 20px 0;
    border-bottom:1px solid #dadada;
    margin:20px 0 0 0;
    position:relative;
}

.obits li a.oimg{
    float:left;
    margin:0 10px 0 0;
}

.obits li a.oimg img{
    padding:3px;
    border:1px solid #dadada;
}

.obits li h3{
   padding:10px 0 0 0;
}

.obits li h3 a{
    font-size:18px;
    color:#000000;
    font-family:Georgia;
    font-weight:normal;
}


#content_home .obits li p{
    font-size:13px;
    color:#5a5a5a;
}

.obits li a.vbutton{
    position:absolute;
    top:10px;
    right:10px;
    padding:7px 8px;
    border:1px solid #829911;
    background:#a3bf18;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-border-radius:3px;
    font-family:georgia;
    font-size:12px;
    color:#fff;
    font-style:italic;
    text-shadow:0 -1px 0px #6d8010;
}

p.subsc{
    font-size:14px;
    color:#555;
    text-align:center;
}

.sf-sub-indicator{
     display:none !important;
 }
 
 html { 
     height: 100%; 
     background:#DDDBCE url(../images/main-bg.jpg) repeat scroll top left;
 }
     
 body{
     font-family:arial;
     text-align:center;
 }
 
 #wrapper{
     width:983px;
     background:#fff;
     box-shadow:0 -5px 20px #a1a1a1;
     text-align:left;
     margin:0 auto;
 }
 
 #header{
     background:transparent url(../images/header-bg.jpg) repeat-x;
     height:181px;  
 }
 
 #header #top{
     height:123px;
     position:relative;
 }
 
 #header #logo a{           
     position:absolute;
     top:30px;
     left:30px;
 }
 
 #header #fb{
     position:absolute;
     left:40%;
     top:39px;
 }
 
 #header #phone{
     position:absolute;
     left:40%;
     top:35px;
     height:70px;
     width:210px;
 }
 
 #header #phone p{
     font-size:14px;
     color:#464646;
     margin:0;
     padding:0;
 }
 
 #header #phone a{
     font-size:14px;
     color:#014B72;
     margin:0;
     padding:0;
 }
 
 #header #phone h3{
     font-size:34px;
     color:#464646;
     font-weight:normal;
     letter-spacing:-0.5px;
 }
 
 #header #address{
     position:absolute;
     top:45px;
     right:20px;
 }
 
 #header #address p{
     font-size:13px;
     color:#464646;
 }
 
 #header #address p a{
     color:#464646;
 }
 
 #header #address p a.green{
     color:#4e920a;
 }
 
 #header #nav{
     float:left;
     margin:0 0 0 20px;
 }
 
 #header #nav li{
     float:left;
     list-style:none;
     position:relative;
 }
 
 #header #nav li a{
     padding:20px 27px;
     font-size:14px;
     color:#fff;
     float:left;
     text-shadow:0 1px 1px #053758;
 }
 
 #nav li ul{
     position:absolute;
     display:none;
     top:54px;
 }
 
 #nav li ul li a{
     background:#014E78;
     min-width:200px;
     padding:15px;
 }
 
 #nav li ul li a:hover{
     background:#012b42;
 }
 
 #content{
     background:#fff;
     min-height:400px;
     padding:20px 30px;
 }
 
 #home_left{
     float:left;
     width:260px;
     margin:0 40px 0 0;
 }
 
 #home_right{
     float:left;
     width:570px;
 }
 
 #gray_sidebar{
     background:#ededed;
     padding:20px;
 }
 
 #gray_sidebar h3{
     color:#034163;
     font-weight:normal;
     font-family:Georgia;
     font-size:21px;
     margin:0 0 15px 0;
 }
 
 #gray_sidebar p{
     font-size:14px;
     color:#464646;
     margin:0 0 10px 0;
 }
 
 #gray_sidebar a.contact{
     background:transparent url(../images/contact-us-button.jpg) no-repeat;
     height:63px;
     width:222px;
     margin:0 0 0 -5px;
     display:block;
 }
 
 #gray_sidebar ul li {
     list-style:none;
     margin:2px 0;
 }
 
 #gray_sidebar ul li a{
     border-bottom:1px dotted #333;
     padding:7px 15px;
     font-size:14px;
     color:#464646;
     display:block;
 }
 
 #gray_sidebar ul li a.active{
     background:transparent url(../images/active-arrow.jpg) no-repeat scroll 0 9px;
 }
 
 .text h2{
     color:#464646;
     font-size:21px;
     font-family:georgia;
     font-weight:normal;
     margin:0 0 15px 0;
 }
 
 .text p{
     font-size:14px;
     color:#464646;
     margin:0 0 10px 0;
     line-height:22px;
 }
 
 #footer{
     background:transparent url(../images/footer-bg.jpg) repeat-x;
     height:138px;
     position:relative;
 }
 
 #footer #bottom_logo{
     background:transparent url(../images/footer-logo.png) no-repeat;
     height:81px;
     width:177px;
     position:absolute;
     top:28px;
     left:30px;
     font-size:0;
     line-height:0;
     text-indent:-9999px;
 }
 
 #footer .seperator1{
     background:transparent url(../images/footer-seperator.jpg) no-repeat;
     position:absolute;
     top:30px;
     left:350px;
     height:84px;
     width:4px;
 }
 
 #footer .seperator2{
     background:transparent url(../images/footer-seperator.jpg) no-repeat;
     position:absolute;
     top:30px;
     right:330px;
     height:84px;
     width:4px;
 }
 
 #footer #foot_addy{
     position:absolute;
     top:35px;
     left:391px;
     font-size:13px;
     color:#fff;
     line-height:25px;
     text-align:center;
 }
 
 #footer p.login {
     position:absolute;
     bottom:25px;
     right:20px;
     font-size:13px;
 }
 
 #footer .login a{
     color:#fff;
     text-decoration:underline;
 }
 
 #footer #cards{
     background:transparent url(../images/cards.jpg) no-repeat;
     height:40px;
     width:120px;
     position:absolute;
     top:50px;
     right:20px;
 }
 
 #contact_left{
     float:left;
     width:350px;
     margin:0 30px 0 0;
 }
 
 #contact_right{
     float:left;
     width:500px;
     margin:25px 0 0 0;
 }
 
 
 #contact_left h2{
     font-family:Georgia;
     color:#464646;
     font-size:21px;
     margin:0 0 15px 0;
     font-weight:normal;
 }
 
 #contact_left p{
     color:#464646;
     font-size:14px;
     line-height:17px;
     margin:0 0 10px 0;
 }
 
 #contact_left p a{
     color:#464646;
 }
 
.contact_form{
     background:#f2f2f2;
     padding:25px;
     -moz-border-radius:10px;
     border-radius:10px;
     -webkit-border-radius:10px;
     min-height:300px;
 }
 
.contact_form h3{
     font-size:22px;
     font-family:Georgia;
     color:#464646;
     margin:0 0 20px;
     font-weight:normal;
 }
 
.contact_form label{
     float:left;
     width:70px;
     font-size:14px;
     color:#464646;
     margin:5px 5px 0 0;
 }
 
.contact_form input[type="text"]{
     padding:5px;
     border:1px solid #d1d1d1;
     width:350px;
     margin:0 0 15px 0;
 }
 
.contact_form textarea{
     float:left;
     width:350px;
     padding:5px;
     border:1px solid #d1d1d1;
     margin:0 0 10px 0;
 }
 
 .contact_form input.wrong,
 .contact_form textarea.wrong{
     border:1px solid red;
 }
 
.contact_form #contact_submit{
     background:transparent url(../images/contact-submit.jpg) no-repeat;
     height:41px;
     width:118px;
     float:right;
     font-size:0;
     border:none;
     line-height:0;
     text-indent:-9999px;
     cursor:pointer;
     margin:0 0 15px 0;
 }
 
 .contact_form #error{
     color:red;
     font-size:15px;
     margin-left:75px;
 }
 
 #contact_right iframe{
     padding:3px;
     box-shadow:0 0px 5px #333;
 }
 
 #contact_right p{
     font-size:14px;
     color:#464646;
     margin:0 0 15px 0;
 }   
 
 .products_left{
     float:left;
     width:250px;
     margin:0 30px 0 0;
 }
 
 .products_right{
     float:left;
     width:640px;
     margin:15px 0 0 0;
 }
 
 .products_right h1{
     font-size:22px;
     color:#464646;
     font-family:Georgia;
     font-weight:normal;
     margin:0 0 15px 0;
 }
 
 .products_right p{
     font-size:14px;
     color:#464646;
 }
 
 .product_list li{
     list-style:none;
     display:inline-block;
 }
 
 .product_list li a{  
     padding:4px;
     box-shadow:0 0 5px #333;
     margin:10px;
     display:inline-block;
 }
 
 .product_list li a img{
     float:left;
 }
 
 a.sublink{
     font-size:14px;
     margin:0 0 5px 10px;
     text-decoration:underline;
     color:#333;
     display:block;
 }
 
 .text p{
     font-size:14px;
     color:#464646;
     line-height:20px;
 }
 
 .text p.script{
     font-family: 'Dancing Script', cursive;
     font-size:35px;
     color:#000;
 }
 
 #fb2{
     position:absolute;
     top:53px;
     right:170px;       
 }
 
 #fb2 img{
     background:#fff;
     -moz-border-radius:4px;
     border-radius:4px;
     -webkit-border-radius:4px;
 }