html,body {
     margin: 0 auto;
	 font-family: 'Segoe UI', sans-serif;
	 font-size:1em!important;
	 background-color:#6A5E56;
}

a:visited, a:link{
	color:#0040FF;
}

a:hover {
	text-decoration:underline;
}

#header {
    max-width: 1200px;
    height: auto;
    width: auto\9; /* ie8 */
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size:2rem;
	font-weight:bold;
	text-align:center;
	
}

.subheader {
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
}

.metro a, .metro .link {
	font-family:'Segoe UI','Open Sans Light',sans-serif;
	color:#FFF!important;
}

/* Footer Styles */
	#footer {
		min-height:25px;
		color:#FFF;
		line-height:2em;
	}

	#footer a:visited, #footer a:link {
		color:#DDD;
	}

	#footer a:hover {
		color:#0040FF;
	}

	.social-linkspan {
		float:right;
	}

	.social-linkspan a{
		padding: 2px 0px 2px 7px;
	}
/* End Footer Styles */

/* Generic layout CSS */
	#centerpanel {
		max-width:1200px;
		margin:0px auto;
	}

	#gallery {
		margin:0px auto;
		padding:25px 5px 15px 5px;
		max-width:1200px;
		display:table;
	}
	
	.homeimg {
		display:table-cell;
	}

	#content {
		padding: 5px;
		height:100%;
		background-color: #FFBF00;
		min-height:300px;
	}

/* Homepage Page CSS */
	#infopanel {
		font-size:120%;
		padding: 0px 5px;
	}

	.mainText{
		padding-right:25px;
	}

/* Survey Page CSS */
	div.center iframe{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
		
	#WebSurvey {
		position: relative;
		width: 100%;
		height: 500px;
		padding-bottom: 56.25%;
	}

	.survey {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/** About/FAQ Page CSS **/
	.question {
		font-family: 'Raleway', sans-serif;
		font-size:1.2rem;
		font-weight:bold;
		padding: 15px 5px 5px 5px;
	}

	.answer {
		padding: 5px 25px;
	}

/**	Contact Page CSS **/
	#contactForm {
		float:left;
	}
	
	#SocialContacts {
		font-size:1.2rem;
		padding-left:25px;
		clear:both;
	}

	.contactIcon {
		width:35px;
		text-align:center;
	}
	
	.formRow {
		padding:10px;
	}

	.formLabel {
		width:70px;
		font-weight:bold;
		display:inline-block;
	}
	
	#contactForm input, #contactForm textarea
	{
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}

	#contactForm input[type="submit"]
	{
		width:90%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}

/* Button styles (sign)*/	
	
.btn_table{
	height:30px;
}	
	
button.btn_sign {	
	width:10px;
	height:30px;
	display:inline-block;	
	padding:0px;
	font-weight:bold;
	color : #FFBF00;
}
button.btn_sign_mid {
	width:auto;
	background-color:#6A5E56;
	border-left: none 0px #000;
	border-right: none 0px #000;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	padding:0px 25px;
	vertical-align:top;
}
.btn_sign_left {	
	background:transparent url('../img/btn_left.png') no-repeat center center;
}
.btn_sign_right {	
	background:transparent url('../img/btn_right.png') no-repeat center center;
}
