/* 
    Document   : notary
    Created on : Jun 7, 2013, 1:22:11 PM
    Author     : Telmanik Technologies
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
body
{
     
  /*  background-size:100% 100%;*/
  
 
	
  


 /*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;  
 /*background-repeat:no-repeat;*/
 
    
}


@font-face {
   
	
  font-family:'Sabon_Bold';
 src: url('../fonts/Sabon_Bold.otf');

}




#top_layout
{
    
}


#across_bar

{
    
   background-size:100% 100%;
  
 width: 100%;
	
  height:75px;

 background-image:url('../images/across_bar.png'); 
}

.layout
{
    margin-top: -794px;
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    z-index: 15;
   
}
.embossor_outline
{position: relative;
    width: 100%;
   overflow:hidden;
}
.embossor
{
    margin-top: -200px;
    position: relative;
  height:972px;
     width: 784px;
    background-image:url('../images/notary_embosser.gif');
background-repeat:no-repeat;
margin-left: 70%;
z-index: 10;
overflow:hidden;
}

#title_box
{
    padding-left:5%;
   padding-top:5px;
   padding-bottom:5px;
   font-family: 'Sabon_Bold';
 font-weight: bold;
    color: #000;
    font-size: 40px;  
}


#title_nav
{
    padding-left:10%;
    padding-top:8px;
    font-family: 'Sabon_bold';
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    
}



#title_nav a:link {color:#FFFFFF; text-decoration: none;}      /* unvisited link */
#title_nav a:visited {color:#FFFFFF;}  /* visited link */
#title_nav a:hover {color:#FFFFFF; color:#FC3; text-decoration:underline; }  /* mouse over link */
#title_nav a:active {color:#FFFFFF;}  /* selected link */ 








#box_one
{
    width: 90%;
    float: center;
    font-family: 'Sabon_Bold';
 
    color: #000;
    font-size: 20px;
}
#box_two
{
    width:60%;
    float: left;
    font-family: 'Sabon_Bold';
 
    color: #000;
    font-size: 20px;
}
#box_two_full
{
    width:90%;
    
}
#box_three
{
    font-family: 'Sabon_Bold';
 float: left;
    color: #000;
    font-size: 20px;
    width:60%;
}



#box_four_contact
{
    font-family: 'Sabon_Bold';
 float: left;
    color: #000;
    font-size: 20px;
    width:60%;
}

#box_five_footer
{
    font-family: 'Sabon_Bold';
 float: left;
    color: #000;
    font-size: 16px;
    width:60%;
}





.select_style select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
  /* line-height: 1;
   border: 0;*/
  /* border-radius: 0;*/
 height: 34px;
  /* -webkit-appearance: none; */
   
 
  }
.select_style {
    font-family: 'Sabon_Bold';
 
    color: #000;
    font-size: 20px;
   width: 240px;
   height: 34px;
 overflow: hidden;
   background: url(../images/select_style.png) no-repeat right #fff;
  /* border: 1px solid #ccc;*/
  
  
  
  
    border: 1px solid #b1020e; /* some kind of blue border */

    /* other CSS styles */

    /* round the corners */
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
            
              /* make it glow! */
    -webkit-box-shadow: 0px 0px 4px #b1020e;
       -moz-box-shadow: 0px 0px 4px #b1020e;
            box-shadow: 0px 0px 4px #b1020e; /* some variation of blue for the shadow */

}
.address_input {
    
    font-family: 'Sabon_Bold';
 
    color: #000;
    font-size: 20px;
    height: 30px;
    border: 1px solid #b1020e; /* some kind of blue border */

    /* other CSS styles */

    /* round the corners */
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;


    /* make it glow! */
    -webkit-box-shadow: 0px 0px 4px #b1020e;
       -moz-box-shadow: 0px 0px 4px #b1020e;
            box-shadow: 0px 0px 4px #b1020e; /* some variation of blue for the shadow */

}




 

.red_brett {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bd1806), color-stop(1, #8f0303) );
	background:-moz-linear-gradient( center top, #bd1806 5%, #8f0303 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd1806', endColorstr='#8f0303');
	background-color:#bd1806;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family: 'Sabon_Bold';
 
  
    font-size: 20px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.red_brett:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8f0303), color-stop(1, #bd1806) );
	background:-moz-linear-gradient( center top, #8f0303 5%, #bd1806 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f0303', endColorstr='#bd1806');
	background-color:#8f0303;
}.red_brett:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */





