/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* #Site Styles
================================================== */
body{
 font-family: Arial, sans-serif;	
}

@font-face {
    font-family: 'chunkfiveroman';
    src: url('chunkfive.eot');
    src: url('chunkfive.eot?#iefix') format('embedded-opentype'),
         url('chunkfive.woff') format('woff'),
         url('chunkfive.ttf') format('truetype'),
         url('chunkfive.svg#chunkfiveroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

.split_color
{
 background: #fff url('../gfx/split_color_bg.gif') top right repeat-y;	
 margin-top:0;
}

.blue_sides
{
 border-right: 2px solid #3E86C1;
 border-left: 2px solid #3E86C1; 	
}

.blue_bottom
{
 border-bottom: 2px solid #3E86C1;	
}

.right_col_drift
{
 margin-top: -380px;	
}

.blue_bg
{
 background: #C5D1EB;
 margin: 0;
}

.blue_bg h2, .blue_bg p, .blue_bg form
{
 width: 55%;
 margin: 0 auto;	
}

.black_rule
{
 border-top: 6px solid #000;	
 border-bottom: 6px solid #000;
 margin-bottom: 0;
}

.top_bump
{
 margin-top: 85px;	
}

.tap_up
{
 margin-top: -3px;	
}

.left_bump
{
 padding-left: 20px;	
}

img.left_bump
{
 max-width: 250px;	
}

h1
{
 font-family: "chunkfiveroman", Georgia, Serif;
 color: #0E75BA;	
 font-size: 1.4em;
 letter-spacing: 0.03em;
}

h2
{
 font-family: "chunkfiveroman", Georgia, Serif;
 color: #0E75BA;	
 font-size: 1.2em;
 letter-spacing: 0.03em;
 margin-top: 10px;
}

p.padded
{
 margin: 0 10px;	
 line-height:1.3em;
}

img.service
{
 float:left;
 margin: 0 10px 10px 0;	
}

img.service_right
{
 float:right;
 margin: 0 0 10px 10px;	
}

div.right_col_images
{
 margin: 0 auto;
 text-align:center;	
}

img.right_col
{
 border: 1px solid #000;	
 margin-bottom: 8px;
 box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.45);
-moz-box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.45);
-webkit-box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.45);
max-width: 260px;
}

hr
{
 margin-bottom: 0;
 border-width: 1px;
 border-color: #333;
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.footer
{
 background-color: transparent;	
 text-align: center;
 padding-top: 7px;
}

p.footer
{
 color: #fff;
 font-size: 0.7em;
}

.footer a:link, .footer a:visited
{
 color: #fff;
 text-decoration: none;
}

.footer a:hover
{
 color: #fff;
 text-decoration: underline;
}

/* #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) {
		.split_color
		{
 		background: #fff url('../gfx/split_color_bg.gif') top right 40% repeat-y;	
 		margin-top:0;
	 	}
	 	
	 	
	 	img.right_col
		{
		max-width: 200px;
		}
		.right_col_drift
		{
		 margin-top: -300px;	
		}

		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.split_color
		{
 		background: #fff;	
 		margin-top:0;
	 	}
	 
	 	h1{
	 	font-size: 1.1em;	
	 	line-height: 1.5em;
	 	}
	 	
	 	
	 	
	 	img.right_col
		{
		max-width: 200px;
		}
		.right_col_drift
		{
		 padding-top: 40px;	
		}
		.top_bump
		{
		 margin-top: 15px;	
		}

		.button{ position: relative; margin: 0 auto;}
		form{ margin-left: 2%;}
		}

	/* 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: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/