

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
body { font-family:Arial; font-size:12px; background: url('../img/bg_img.jpg') center top no-repeat; }

h1,h2,h3,h4,h5,h6 { font-family:'futura_md_btmedium', Arial; color: #1c3f95; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 12px; font-weight: bold; }
h6 { font-size: 12px; }

ul { list-style: disc; margin-left: 20px; }
ul li { line-height: 10px; }

p,strong { color: #1c3f95; }

.center { text-align: center; }

.header { margin-top:20px; height:512px; }

#box-wrapper { display:block; width:220px; height: 76px; background: url('../img/bg_number_box.png') no-repeat; }
#box-wrapper .call_now { display:block; padding:15px 0 0 10px; font-family:'futura_md_btmedium', Arial; font-size: 15px; color: #FFF; text-transform: uppercase; }
#box-wrapper .call_num { display:block; padding:0 0 0 10px; font-family:'futura_md_btmedium', Arial; font-size: 30px; color: #FFF; }

.content { margin-bottom: 20px; }

#response{
    display: none;
    border: 1px solid #ccc;
    background: #FFFFA0;
    padding: 10px;
    margin-bottom: 10px;
    width: 260px;
}
.form-wrapper .form_title { 
    margin:0; 
    padding:0; 
    padding:10px; 
    font-size: 24px; 
    background:#ececec;/* Old browsers */
    background: #eee -moz-linear-gradient(top, rgba(240,240,240,1.0) 0%, rgba(220,220,220,1.0) 100%); /* FF3.6+ */
    background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,220,220,1.0)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
    background: #eee -webkit-linear-gradient(top, rgba(240,240,240,1.0) 0%,rgba(220,220,220,1.0) 100%); /* Chrome10+,Safari5.1+ */
    background: #eee -o-linear-gradient(top, rgba(240,240,240,1.0) 0%,rgba(220,220,220,1.0) 100%); /* Opera11.10+ */
    background: #eee -ms-linear-gradient(top, rgba(240,240,240,1.0) 0%,rgba(220,220,220,1.0) 100%); /* IE10+ */
    background: #eee linear-gradient(top, rgba(240,240,240,1.0) 0%,rgba(220,220,220,1.0) 100%); /* W3C */
    border-top: 1px solid #dcdcdc; 
    border-left: 1px solid #dcdcdc; 
    border-right: 1px solid #dcdcdc; 
    border-radius: 5px 5px 0px 0px;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
}

form { padding:20px; background:#ececec; border: 1px solid #dcdcdc; border-radius: 0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; -o-border-radius: 0px 0px 5px 5px; }

.footer-wrapper { margin:0; padding:10px 0 0 0; background: #FFCE4B url('../img/footer_tile.jpg') repeat-x; }

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */
@font-face {
    font-family: 'futura_md_btmedium';
    src: url('../fonts/futuram-webfont.eot');
    src: url('../fonts/futuram-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futuram-webfont.woff') format('woff'),
         url('../fonts/futuram-webfont.ttf') format('truetype'),
         url('../fonts/futuram-webfont.svg#futura_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}