 	@import url("type.css");
    @import url("navigation.css");

/* LAYOUT */

    body {
        margin: 0 auto;
        padding: 0;
              
        text-align: center;
        
        background: url(../images/body-background.jpg) repeat; margin: 0 auto;
    }
    
    div#page {
        width: 875px;
        
        margin:  0 auto;
        padding: 0;
        
        text-align: center;
        
        background: url(../images/content-background.gif) no-repeat bottom right #FFF;
    }
    
/* HEADER */

#error {
	color: red;
	float: right;
	padding-right: 20px;
	font-size: .9em;
	}
#error a {
	color: red;
	text-decoration: underline;
	}
        
        div#header {
            margin: 0;
            padding: 0 20px;
            
            color: white;
            background: #FFF;
            
            text-align: left;
        }
        
        div#logo {
            float: left;
            width: 40%;
            
            margin: 0;
            padding: 0 0 15px 17px;
            
            text-align: left;
        }
        
        div#newsletter {
            float: right;
            width: 49%;
            
            margin-top: 25px;
            padding: 16px 20px 0 0;
            
            text-align: right;
        }
        
/* END HEADER */
    
    
/* CONTENT */

     div#banner {
        position: relative;
        width: 795px;
        
        margin: 0 auto 0 auto;
        padding-bottom: 5px;
    }

    
    div#content {
        position: relative;
        width: 795px;
        
        margin: 0 auto 0 auto;
        padding: 0px;
        
        text-align: left;     
    }
    
    div#main {
        float: left;
        width: 460px;
        display: inline;
        margin: 0;
        padding: 35px;    
    }
    
    div#sub, div#sub2 {
        float: right;
        width: 225px;
        margin: 30px 0 40px 0;
        padding: 0;
        display: inline;
        background-color: #deeddb;
        padding: 20px;
    }
	
	div#sub2 {
        margin-top: 0px;
		font-size: .9em;
    }
    
    div#sub a, div#sub2 a {
    color: #448855
    }
    
    div#local, div#anchor_men {
        width: 100%;
        text-align: left;
    }
    
    div#nav { 
        width: 100%; 
        text-align: left;
        margin-left: 40px;
    }
    
    .p_services #sub {
    margin: 75px 0 40px 0;
    }
    
    #sub .b_go {
    
    float: right;
	height: 13px;

	margin-bottom: 0;
	padding-bottom: 0;
	
	}
	
	    #sub a.b_go  {
    	text-decoration: underline;
    	}

	
	#coming_soon {
	 min-height:200px;
  height:auto !important;
  height:200px;
        }
        
/* END CONTENT */
    
    
/* FOOTER */

	#footer { 
		width: 855px;
		margin: 10px auto 0 auto;
		padding-right: 60px;
		font-size: .9em;
		color: #EEE;
		background: transparent;
	}

	#footer p { 
		color: #EEE;
	}

	#footer a {
		color: #EEE;
		text-decoration: none;
	}

	#footer a:hover {
        text-decoration: underline;
        
    }
	
	#copyright {
		float: left;
		width: 280px;
		margin-top: -4px;
		padding-left: 85px;
	}

/* END FOOTER */
    
/* END LAYOUT */

/* FORMS */

    form {
        margin:0;
        padding:0;
    }
    form div,
    form p {
        margin: 0 0 1em 0;
        padding: 0;
        
        font-size: 1em;
    }
    label {
        font-weight: normal;
        color: #999;
        font-size: .8em;
    }

	input, select, textarea {
        margin: 0;
        padding: 2px;
        
        font-size: .8em; 
        font-family: arial, helvetica, verdana, sans-serif;
        color: #999;
        border: 1px solid #999;
    }
    
    #submit {
    border: 0;
    
    }
    
    input, select {
        vertical-align: middle;
    }
    
    textarea {
        width: 200px;
        height: .8em;
        padding: 0;
    }

/* END FORMS */

.float-right {float: right; padding: 5px 0 10px 10px;}
.float-left {float:left; padding: 5px 10px 10px 0;}

img {border: 0; outline:none;}  
/* CLEARING */

    .stretch,
    .clear {
        clear: both;
        height: 1px;
        
        margin: 0;
        padding: 0;
        
        font-size: 15px;
        line-height: 1px;
    }
    .clearfix:after {
        clear: both;
        height: 0;
        
        display: block;
        visibility: hidden;
        
        content: ".";
    }
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    
    .clearfix {display:block;}
    /* End hide from IE Mac */
    
   

/* END CLEARING */


/* About */

.p_about #sub{
	background: #fff;
	
}

/* ARTICLES */
.t_articles  #main {
        width: 650px;
  
    }
 .t_articles ul li {
 	margin: 0;
 	padding: 0;
 	line-height: 1.5em;
 	}

.t_articles  h2 {
        font-size: 1.4em;
        border-bottom: solid 1px #448855;
  
    }

.t_articles  h3 {
        letter-spacing: 0em;
        margin-bottom: 10px;
        font-size: 1.2em;
  
    }
 .article-date {
 	font-weight:bold;
 
 }
 
 .back-to-articles {
 	margin-bottom: 20px;
 
 }
 
 .coupon {
 	border: dotted 2px #448855;
 	position: relative;
 	z-index: 100;
 	background: #e9f4eb;
 	
 	opacity: .7;
 
 }
 
 .coupon div {
 	padding: 15px 15px 0 15px;
 	position: relative;
 	z-index: 5000;
 	
 }
 
 .coupon p {
 color: #000;
 }