@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */


.mobileform{
	display:block;
	margin-top:150px;
	margin-bottom:;
	margin-left:10%;
	width:80%;
}
.mobileform a{
	text-decoration:none;
	color: rgba(0,204,255,1);
}
.mobileform p{
	font-size:12pt;
	font-family:Verdana, Geneva, sans-serif;

}
.mobileform label{
	margin-left:5px;
	font-family:Verdana, Geneva, sans-serif;	
}

	
.mobileform textarea{
	font-family:Verdana, Geneva, sans-serif;
	width:90%;
	margin-left:5px;
}
.fullform{
	display:none;
}
/*.contact {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-size:cover;
	margin-top:10px;
	overflow:hidden;
}
.submit {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-size:cover;
	margin-top:10px;
	overflow:hidden;
}*/
html body{
	height:100%;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.mobileform{
	margin-top:50px;
}
/*.contact {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-size:cover;
	margin-top:10px;
	overflow:hidden;
}
.submit {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-size:cover;
	margin-top:;
	overflow:hidden;
}*/
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.fullform a{
	text-decoration:none;
	color: rgba(0,204,255,1);
}
form h1{
	font-size:20pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#404041;
}
.white h1{
	font-size:20pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#404041;
}

form p{
	width:90%;
	margin-left:5%;
	font-size:18pt;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:;
	color:#404041;
	
}


.mobileform{
	display:none;
}
.mobileform textarea{
	display:none;
}

.fullform{
	display:block;
	float:left;
	width:80%;
	margin-left:10%;
	margin-top:150px;
	margin-bottom:30px;
}
.fullform label{
	left:0;
}
.fullform input{
	margin-bottom:20px;
	height:25px;
	margin-left:0;
}
.fullform textarea{
	margin-bottom:10px;
	font: Georgia, "Times New Roman", Times, serif;
	
}
.fullform p{
	font:Tahoma, Geneva, sans-serif;
	font-size:14pt;
	color:#404041;
}
/*.contact {
	background-image: url(../images/background_contact.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-size:cover;
	margin-top:10px;
	overflow:hidden;
}
.submit {
	background-image: url(../images/background_submit.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-size:cover;
	margin-top:;
	overflow:hidden;
}*/
	
}
