@charset "utf-8";
/* CSS Document */

Body {

	background-color: #FFFFFF;
	color: #0081C6;
	font-family: Verdana;

}

a {

	color: #0081c7;
	text-decoration: none;
	font-weight: normal;

}

img.logoPosition {

	margin-top: 10px;

}

.navText a:hover {

	text-decoration: underline;

}

.grayBar {

	background-color: #5f6062;

}

.newBox {

	height: 334px;

}

p.newText {

	margin-top: 15px;
	margin-left: 15px;

}

p.newText a:hover {

	text-decoration: underline;

}

.videoBox {

	background-color: #6ab0da;

}

.contactBox {

	background-color: #FFFFFF;

}

.contactBox a:hover {

	text-decoration: underline;

}

.whereToBuyBox {

	border-color:#000000;
	border-width: medium;

}

.dealerBox {

	border-right: 1px solid black;

}

.buyBoxes {

	width: 193px;
	height: 20px;
	background-color: #dddddd;
	border: #dddddd ridge;
	border-width: 2px;

}

.dropBoxes {

	width: 197px;
	height: 24px;
	background-color: #dddddd;
	border: #dddddd ridge;
	border-width: 2px;

}

.locateBtn {

	background-color: #000000;
	color: #FFFFFF;
	height: 35px;
	width: 100px;
	margin-left: 103px;
	font-size: 18px;
	border: ridge;
	border-width: 2px;
	font-family: Arial;

}

.goBtn {

	background-color: #000000;
	color: #FFFFFF;
	height: 35px;
	width: 50px;
	margin-left: 169px;
	font-size: 18px;
	border: ridge;
	border-width: 2px;
	margin-top: 5px;
	font-family: Arial;

}

.organizeBox {

	height: 167px;
	background-color: #0081c6;

}

.signupBox {

	background-color: #abb66e;

}

.formBox {

	background-color:#FFFFFF;
	width: 290px;
	height: 41px;
	margin-left: 20px;
    margin-left: auto;
    margin-right: auto;

}

.signupBtn {

	margin-top: 8px;
	margin-left: 10px;

}

.signupText {
    border-color: #e7e7e7;
	background-color: #e7e7e7;
	width: 170px;
	height: 22px;
	font-size: 12px;
    margin: 0px;
	margin-left: 0px;
	padding-left: 5px;
    position: relative;
    top: -8px;
}