
/* Structure */

iframe {
    margin: 1.5em 0;
}



.center { text-align: center; }

html {
	background		: url(../images/bg.jpg);
	}
#hd {
	padding			: 2.2em 0 0.8em 0;
	}
	
iframe.youtube {
		width: 100%;
		height: 720px;
		}

#company-logo img {
	width			: 100%;
	margin			: 0;
	max-width		: 300px;
	}
	
#bd img,
.home #hd img { max-width: 100%;}


.home #hd { height: 100%; z-index: 100; }
.home img.home-feature {
	width: 600px;
	max-width: 50%;
	margin-bottom: 4em;
	}
	
.home #top-nav {
	width: 98%;
	position: absolute;
    background: #1D1D1B;
    padding: 25px 1%;
    bottom: 0;
	}
.home #nav {
	float: left;
	margin: 0;
	}
.home #nav a {
	color: #fff;
	line-height: 2em;
	}
.home #nav li a:hover, .home #nav li a:active {
	color			: #fff;
	text-decoration: underline;
	}
	
.home #top-nav p {
	color: #fff;
	float: right;
	margin: 0;
	font-size: 2em;
	line-height: 100%;
	}

#nav {
	margin			: 68px 0 1.5em;
	text-align		: 0;
	}
	
#nav li{
	display			: inline;
	}
	
#nav li a {
	font-size		: 1em;
	color			: #1D1D1B;
	font-family: 'Open Sans', sans-serif;
	text-decoration	: none;
	padding			: 5px 8px;
	margin			: 0 5px;
	font-weight 	: bold;
	text-transform 	: uppercase;
	-moz-border-radius	: 5px;
	-webkit-border-radius	: 5px;
	border-radius			: 5px;
	}
	
#nav li a:hover, #nav li a:active {
	color			: #1D1D1B;
	text-decoration: underline;
	}

#content .navigation { text-align: left; }
.navigation li { margin: 0 0 12px; padding: 0 0 12px; border-bottom: 1px solid #e0e5e5;}
.navigation li h5, .navigation li h5 a {
	margin: 0;
	text-decoration: none;
	line-height: 100%;
	}
	
#image-header {
	margin-bottom: 3em;
	}
	
	
/* Styles */

body { 
	background		: url(../images/bg.jpg) repeat-x center top;
	font-family	: 'Lucida Grande',Geneva,Arial,Trebuchet,Verdana,Helvetica,sans-serif;
	color			: #1D1D1B;
	}
	
html.home body { background: none; }
html.home { 
	background		: url(../images/home-background.jpg) no-repeat center center fixed;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 height:100%;
	}

.text-left {
	text-align: left;
	}

h1, h2, h3, h4, h5, h6 {
	font-family		: 'Open Sans', arial, sans-serif;
	margin: 0 0 1.5em;
	text-align: left;
	}
	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color			: #1D1D1B;
	}
	
h1 { 
	font-size		: 3.571em;
	font-family 	: 'Oswald', sans-serif;
	font-weight		: 700;
	margin			: 0 0 0.8em;
	color			: #1D1D1B;
	line-height	: 120%;
	}

h2 { 
	font-size		: 2.714em;
	font-family 	: 'Oswald', sans-serif;
	font-weight		: 700;
	text-transform: : uppercase;
	margin			: 0 0 0.8em;
	color			: #1D1D1B; 
	line-height		: 120%;
	}
	
h3 { 
	line-height: 140%;
	color			: #1D1D1B;
	font-size: 22px;
	font-weight: 300;
	}

h4 { 
	font-size		: 165%;
	font-weight	: 300;
	color			: #222;
	}

h5 { 
    color			: #9a9a9a;
    font-weight	: normal;
	font-style		: normal;
	font-size		: 15px;
	line-height	: 182%;
	text-transform : uppercase;
	}
	
h6 { 
	font-size: 1.2em;
	color: #7a7a76;
	}
	
	
a {
   transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   }

a:hover {
   transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   }
   
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 200%;
	}

  
/* Forms */

fieldset {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

legend {
	font-weight: bold;
	font-size: 24px;
	color: #1b1d1f;
	line-height: 30px;
	margin: -50px 0 0 0;
	display: block;
	position: absolute;
}

form ul {
	margin: 0;
}

form li {
	width: 100%;
	margin: 0 0 1.5em 0;
	float: left;
	clear: none;
}
	
label {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.857em;
	margin: 0 0 8px;
	width: 100%;
	padding: 0;
}

form li.half {
	width: 40%;
	margin: 0 10% 1.5em 0;
	}


input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="number"], 
select {
	width: 88%;
	max-width: none;
}

.textarea {
	width: 95.5%;
	margin: 0 0 2em;
}

textarea {
	height: 200px;
	width: 98%;
	float: none;
	clear: both;
	padding: 0 1%;
	max-width: none;
}


.form-heading {
	font-size: 160%;
	font-weight: 600;
	margin: 0 0 0.5em;
	color: #1b1d1f;
}  

.iferror { display: none; color: #B05C4A;}
.error .iferror { display: inline-block; }

.error input[type="submit"] { display: none; }

input[type="submit"], input[type="reset"], input[type="button"], button {
	background: #1b1d1f;
}

	
/* #Media Queries
================================================== */
	.banner ul li { height: 400px; } 
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) { 
		#nav { margin: 48px 0 1em; }
		#nav li a { font-size: 0.857em; padding: 5px 3px; margin: 0 3px;}
	}
	
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) { 
		#nav { margin: 38px 0 1em; }
		#nav li a { font-size: 0.785em; padding: 5px 2px; margin: 0 2px;}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) { 
	#nav {
		margin: 15px 0;
		}
	#nav li {
		display: block;
		clear: none;
		float: none;
		width: 100%;
		text-align: left;
		padding: 0;
		margin-bottom: 2px;
		}
	.chevron img { width: 30%; }
	form li.half, form li { width: 95%; }
	
	.home #top-nav p {
	float: left;
	margin: 1em 8px;
	font-size: 1.428em;
	}
	iframe.youtube {
		height: 500px;
		}
	}

	/* 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) {
		#company-logo img {
		width			: 100%;
		margin			: 0 auto;
		max-width		: 300px;
		}
		
		iframe.youtube {
		height: 260px;
		}
	
		}

	

	