@import url(http://fonts.googleapis.com/css?family=Open+Sans);
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
h1{
	font-size: 20px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 17px;
}
/* Basic Styles */
body {
	background-color: #ece8e5;
	font-family: 'Open Sans', sans-serif;
}
p{
	font-size:16px;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
}
img.logo{
	width: 100%;
	margin:0 auto;
	margin: 5px 0 10px;
	text-align: center;
	clear:both;
}
.gridContainer {
	width: 88.2%;
	max-width: 1000px;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2{
	max-width: 1000px;
	float: left;
	margin: 0 auto;
	background-color: #F5F5F5;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
}

#contentBox{
	height: 100% !important;
	width:100%;
}
.three{
	width:22%;
	height: auto;
	float: left;
	padding: 8px;
	margin:3px 0px 3px 1%;
	display: inline-block;
}
.two{
	width:72%;
	height: auto;
	float: left;
	padding: 8px;
	margin:3px 1% 3px 0px;
	display: inline-block;
}
.divider{
	background-color: #000;
	width: 1px;
	height: 270px;
	margin-top: 40px;
	display: inline-block;
	float: left;
}
.clear{
	width: 100%;
	height: 8px;
	clear: both;
	float:left;
}
.gap{
	width: 100%;
	height: 40px;
	clear: both;
	float:left;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	bottom: 0px;
	position: fixed;
}
#footer{
	height: 30px;
	width: 100%;
	background: #303030;
	font-size: 9pt;
	position: relative;
	text-align: center;
}
.footertxt{
	line-height: 30px;
	text-align: center;
	color: #FFF;
	margin: 0 Auto;
	
}
.footertxt a,.footertxt a:visited,.footertxt a:active{
	text-align: center;
	color: #FFF;
}
.footertxt a:hover{
	text-align: center;
	color: #eee;
}
.s140{
	width: 170px;
}
.s160{
	width: 190px;
}
form{
	margin: 0 Auto;
	width: 100%;
	font-size: 10pt;
}
form label{
	width: 100%;
	max-width: 100%;
	float: left;
}
form .fName{
	width: 100%;
	max-width: 100%;
	height: 18px;
	padding:4px 2px;
}
form .email{
	width: 100%;
	max-width: 100%;
	height: 18px;
	padding:4px 2px;
}
textarea{
	width: 100%;
	max-width: 100%;
	height: 80px;
	padding:4px 2px;
}
form .submit{
	max-width: 150px;
	height: 40px;
	float: right;
	margin: 5px 0px;
}
/******************************
			MENU
******************************/
nav {
	height: 40px;
	width: 100%;
	background: #303030;
	font-size: 11pt;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #3A3A3A;
}
nav ul {
	padding: 0;
	margin: 0 Auto !important;
	height: 40px;
	width: 750px;
}
nav li {
	display: inline !important;
	float: left;
	border-bottom: 0;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 130px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	color: #fff;
	border-right: 1px solid #3A3A3A;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active, nav a:visited{
	color: #fff;
	background-color: #3A3A3A;
}
nav a#pull {
	display: none;
}
iframe{
	height:450px; 
	width: 95%; 
	border: 1px solid #000; 
	padding-right: 1px; 
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
/* Basic Styles */
body {
	background-color: #ece8e5;
	margin: 0 Auto;
	height: 100% !important;
	font-family: 'Open Sans', sans-serif;
}

.gridContainer {
	width: 88.2%;
	max-width: 600px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2{
	clear: both;
	float: left;
	width: 88.2%;
	margin: 0 5.9%;
	display: block;
	height: 100% !important;
	background-color: #F5F5F5;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
#contentBox{
	height: 100% !important;
	width:100%;
}
.three{
	width:100%;
	height: auto;
	float: left;
	padding: 8px;
	margin:0 Auto;
	display: block;
}
.two{
	width:100%;
	height: auto;
	float:  none;
	padding: 8px;
	margin: 0 Auto;
	display: block;
}
.divider{
	display:none;
}
.clear{
	width: 100%;
	height: 8px;
	clear: both;
	float:left;
}
.gap{
	width: 100%;
	height: 40px;
	clear: both;
	float:left;
}
form{
	margin: 0 Auto;
	width: 100%;
max-width: 225px;
	font-size: 10pt;
	float: left;
}
form label{
	width: 100%;
max-width: 225px;
	float: left;
}
form .fName{
	width: 100%;
max-width: 225px;
	height: 18px;
	padding:4px 2px;
}
form .email{
	width: 100%;
max-width: 225px;
	height: 18px;
	padding:4px 2px;
}
textarea{
	width: 100%;
	max-width: 225px;
	height: 80px;
	padding:4px 2px;
}
form .submit{
	max-width: 150px;
	height: 40px;
	float: right;
	margin: 5px 0px;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	bottom: 0px;
	position: fixed;
}
#footer{
	height: 30px;
	width: 100%;
	background: #303030;
	font-size: 9pt;
	position: relative;
	text-align: center;
}
.footertxt{
	line-height: 30px;
	text-align: center;
	color: #FFF;
	margin: 0 Auto;
	
}
.footertxt a,.footertxt a:visited,.footertxt a:active{
	text-align: center;
	color: #FFF;
}
.footertxt a:hover{
	text-align: center;
	color: #eee;
}
.s140{
	width: 100%;
}
.s160{
	width: 100%;
}
/******************************
			MENU
******************************/
	nav { 
  		height: auto;
		
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100% !important;
  		float: left;
  		position: relative;
		border-bottom: 1px solid #3a3a3a;
  	}
  	nav li a {
		border-bottom: 1px solid #3a3a3a;
		border-right: 0;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
form{
	margin: 0 Auto;
	width: 100%;
max-width: 225px;
	font-size: 10pt;
	float: left;
}
form label{
	width: 100%;
max-width: 225px;
	float: left;
}
form .fName{
	width: 100%;
max-width: 225px;
	height: 18px;
	padding:4px 2px;
}
form .email{
	width: 100%;
max-width: 225px;
	height: 18px;
	padding:4px 2px;
}
textarea{
	width: 100%;
	max-width: 225px;
	height: 80px;
	padding:4px 2px;
}
form .submit{
	max-width: 150px;
	height: 40px;
	float: right;
	margin: 5px 0px;
}
	nav {
		border-bottom: 0;
		background-color: #303030;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav ul li{
		border-bottom: 0;
	}
	nav a#pull {
		display: block;
		background-color: #303030;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
form{
	margin: 0 Auto;
	width: 100%;
max-width: 225px;
	font-size: 10pt;
	float: left;
}
form label{
	width: 100%;
max-width: 225px;
	float: left;
}
form .fName{
	width: 100%;
max-width: 225px;
	height: 18px;
	padding:4px 2px;
}
form .email{
	width: 100%;
max-width: 225px;
	height: 18px;
	padding:4px 2px;
}
textarea{
	width: 100%;
	max-width: 225px;
	height: 80px;
	padding:4px 2px;
}
form .submit{
	max-width: 150px;
	height: 40px;
	float: right;
	margin: 5px 0px;
}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
	nav ul li{
		border-bottom: 0;
	}
}