/* Applewhite CSS */

body {	
	background: #005c9f url(../photos/bg-clouds.jpg) top center no-repeat fixed;	
	background-size: 100%;	
	vertical-align: top;
	padding-top: 0px; /*84px*/
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #1f497b;	
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(51,51,51,0.2);	
	margin: 0;
	vertical-align: top;
	overflow: visible;
	min-width: 960px;
	
	/* Prevent Web Browsers from changing font size */
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-moz-text-size-adjust:none;
	text-size-adjust:none;
}

a {
	outline: none;
	border: none;
	color: #1f497b;
}
a:link {	
	text-decoration: none;
}
a:hover {
	
	text-decoration: underline;
}
a:visited {	
	text-decoration: none;
}
a:active {	
	text-decoration: underline;
}
a img {
  	border: none;
}

p {	
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(51,51,51,0.2);
}

h1, h2, h3, h4 {
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(51,51,51,0.2);
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #496f9c;
}

h1 {	
	font-size: 1.6em;
	padding-bottom: 20px;
	letter-spacing:-0.5px;
}

h2 {
	font-size: 1.2em;
	
	font-weight: bold;
}

h3 {
	font-size: 1.2em;

}

h4 {
	font-size: 1.1em;
}

td p a:link {
	color: #1f497b;
}

hr.style1 {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.style1-large-margin {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	
	margin-top: 32px;
	margin-bottom: 32px;
}

hr.style1-footer {
	border: 0;
	height: 0;	
	border-bottom: 1px solid rgba(73, 111, 156, 0.5);
}

p.no-justify {
	text-align: left;
	text-justify: auto;		
}

/************************************* NAV *************************************/

a#logo {	
	float: left;
	display: inline-block;
	position: absolute;
	padding-top: 18px;
}

#navbar {		
	background: -webkit-linear-gradient(#1f497b, #496f9c); /* For Safari */
	background: -o-linear-gradient(#1f497b, #496f9c); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#1f497b, #496f9c); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#1f497b, #496f9c); /* Standard syntax */	
	width: 100%;
	height: 84px;
	
	-webkit-box-shadow: 3px 3px 5px #666;
	-moz-box-shadow: 3px 3px 5px #666;
	box-shadow: 3px 3px 5px #122B48;
	
	position: absolute;
	
	z-index: 100;
}

#nav-container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
}

#nav {	
	margin-left: 0px;	
	border: none;	
	margin: 0;	
	float: right;
}

#nav ul {	
	list-style: none;
	margin:	0;
	padding: 0;
	text-align: left;	
}

#nav li {
	float: left;
	padding: 0;
	margin-right: 0px;	
}

#nav-spacer {
	color: #b3cbe8;
	display: block;
	font-weight: 400;
	line-height: 82px;
	padding: 0 6px;
	font-size: 20px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;	
}

#nav li a {
	color: #b3cbe8;
	display: block;
	font-weight: 400;
	line-height: 82px;
	padding: 0 10px;	
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;	
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 20px;
	
	-webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -kthtml-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;		
}

#nav li a:hover {
	color: #fff;	
	
	-webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -kthtml-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

li.selected a {
	color: #fff;
}


/************************************* BODY AND MAIN CONTENT *************************************/

#body-content {
	
	padding-top: 126px; /*42 + 84*/
	padding-bottom: 21px;
	width: 100%;	
	background: rgba(255, 255, 255, 0.8);
	width: 960px;	
	margin-left: auto;
	margin-right: auto;
}

#main, footer {		
	line-height: 1.0em;
}

#main {	
	text-align: left;
	/*text-justify: distribute;	*/
	padding: 0px 42px 20px 42px;
	vertical-align: top;
	clear: left;		
}

#frontpage-text {
	padding-top: 10px;
	font-size: 1.2em;	
	text-align: left;
}

#frontpage-text p {	
	line-height: 1.8em;	
}

#frontpage-text h1 {
	line-height: 1em;
	font-size: 1.8em;
}

#frontpage-text h2 {
	margin-top: -30px;
	font-weight: 300;
	margin-bottom: 34px;
}

#frontpage-text ul {
	line-height: 1.8em;
	color: #883730;
	list-style: square;
}

#frontpage-slider {
	margin-bottom: 42px;
	width: 100%;
}

.normal-text p, ul {
	line-height: 1.5em;
}

/************************************* CONTACT FORM *************************************/

p#contact {
	padding-bottom: 25px;
}

hr#contact {
	padding: 10px 0 0px 0;
}

h2#contact {
	margin-below: 30px;
	line-height: 45px;
}

input[type=text] {
	padding:5px; border:2px solid #496f9c; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 4px;
}

input[type=text]:focus {
	border-color:#1f497b; 
}

textarea {
	padding:5px; border:2px solid #496f9c; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 4px;
}

textarea:focus {
	border-color:#1f497b; 
}

input[type=submit], input[type=reset] {
	padding:5px 15px; background:#496f9c; border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}

#submit, #reset {
	color: #fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.input-text {
	color: #496f9c;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
}

form p {
	padding-bottom: 8px;
}

/************************************* FOOTER *************************************/

#footer {	
	padding: 21px 0px 21px 0px;	
	font-size: 0.8em;
	text-align: center;
	color: #496f9c;		
}

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

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

#footer-copyright {
	margin-top: 1.6em;
}

#footer-copyright {	
	font-size: 0.8em;	
}

/************************************* MISC ELEMENTS *************************************/


.spec-sheet-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #496f9c), color-stop(1, #1f497b) );
	background:-moz-linear-gradient( center top, #496f9c 5%, #1f497b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BD429', endColorstr='#5F870D');
	background-color:#1f497b;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #496f9c;
	display:inline-block;
	color:#ffffff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:200px;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #528ecc;*/
}
.spec-sheet-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1f497b), color-stop(1, #496f9c) );
	background:-moz-linear-gradient( center top, #1f497b 5%, #496f9c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
	background-color:#496f9c;
}.spec-sheet-button:active {
	position:relative;
	top:1px;
}

a.spec-sheet-button {
	color:#ffffff;
}

a:hover.spec-sheet-button {
	text-decoration: none;
}




	