@charset "utf-8";
/* CSS Document */

body {
	   background-image: url("images/body_textrd_bkgd.png");
	   background-repeat: no-repeat;
	   background-attachment: fixed;
	   /*background-position: 0 .85em;*/ /*--  X = 0 and Y = .1em  --*/
	   color: #252b2d;
	   /*font-size: 87.5%;*/   /*-- base font size is 14px --*/
	   font-size: 100%;
	   font-family: Arial, Helvetica, sans-serif, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	   text-align: left;
	   line-height: 1.5em;
	   /*margin: 0;*/
	   overflow: visible;
	   overflow-x:hidden;
	   height: 0;
    }

a {
    text-decoration: none;
  }

img {
      max-width: 100%;
	  height: auto;
	  border: none;
    }

h1 {
     font-size: 155%;
   }

h2 {
     font-size: 145%;
   }

/*ol, ul {
	     list-style: none;
       }*/

#wrap {
		width: 96%;
		/*margin: 0 auto;*/
		background-color: #fdfdfd;
		/*background-color: #f9f9f9;*/
		margin: 1% auto;
		max-width: 980px;
		border-radius: 10px;
        -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
      }

.bold_text {
             font-weight: bold;
           }

.bold_italic_text {
                    font-weight: bold;
					font-style: italic;
                  }

.clear {
         clear: both;
       }



/*------------------------------- Header -------------------------------*/
#header {
          /*background-color: #CF6;*/
		  width: 90%;
		  padding-top: 40px; 
		  margin-left: auto;
		  margin-right: auto;
		  margin-bottom: 5%;
        }

#header #logo {
                /*background-color: #3FF;*/
				width: 100%;
				text-align: center;
				margin: 0 auto;
              }

#header .phone_number {
                         width: 50%;
						 max-width: 310px;
						 margin-left: auto;
						 margin-right: auto;
						 font-size: 2.0em;
						 /*font-size: 200%;*/
						 font-weight: bolder;
                      }

.phone_number a {
				  color: #ffffff;
				  background-color: #000000;
				  display: block;
				  text-align: center;
				  padding: 12px 15px;
	
				  -webkit-border-radius: 17px 17px 17px 17px;
				     -moz-border-radius: 17px 17px 17px 17px;
					      border-radius: 17px 17px 17px 17px;
                }

#header #header_statement {
							/*background-color: #C00;*/
							text-align: center;
							margin-top: 2%;
                          }

#header #header_statement h1 {
                               font-size: 170%;
							   font-weight: lighter;
							   color: #747a7d;
							   letter-spacing: .50px;
                             }






/*-------------------------- Main Content --------------------------*/
#main_content {
                /*background-color: #9C3;*/
				width: 90%;
				margin: 0 auto;
				margin-top: 4%;
              }


/*------------------ Home Content ------------------*/
#image_main {
              width: 100%;
            }

#fadeshow1 {
		     width: 100%;
			 margin-left: auto;
			 margin-right: auto;
           }

#content {
            /*background-color: #C66;*/
		    width: 80%;
		    margin-left: auto;
		    margin-right: auto;
			margin-top: 5%;
		    margin-bottom: 5%;
        }

#content .general_info {
                         /*background-color: #0CF;*/
						 width: 100%;
						 border-top: 1.75px solid;
	                     border-color: #000000;
						 margin-top: 5%;
                       }




/*--------------------------- Footer ---------------------------*/
#footer {
	      background-color: #747a7d;
		  width: 100%;
		  color: #ffffff;
        }

#footer p {
            text-align: center;
			/*font-weight: bold;*/
			padding-top: 2%;
			padding-bottom: 2%;
          }