@charset "utf-8";

#header{
border-top:30px solid #C6C6C6;
}
.padTop{
	padding-top:25px;
}

.welcomeText{
	margin-left: -400px; 
	float: left; 
	font-size:12px;
	font-weight:100;
}


label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.inputState{
width: 2em;
}
.inputZip{
width:5em;
}

#nav li.nav-store{

	background-color:#E80000;
}

.informational li.nav-store {

	font-weight:bold;
}

.informational li.nav-store a:hover {

	color:#6DC8BF;
}

