.menu {
	font-size: 12px;
	text-align: right;
	padding-top: 5px;
}
.menu a {
	color: #333;
	text-decoration: none;
	padding-right: 10px;
}
.menu a:hover {
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.phone {
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	color: #0665A3;
	padding-top: 10px;
}
.phone a {
	color: #0665A3;
}
.container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.top {
	margin-bottom: 10px;
}
.header {
	background-image: url(../images/headerImage.jpg);
	background-repeat: no-repeat;
	background-position: left -200px;
	height: 50px;
	margin-bottom: 10px;
}
.content {
	padding-right: 10px;
	padding-left: 10px;
}
.content .right {
	float: right;
	width: 600px;
}
.content .left {
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E3E3E3;
}
h1 {
	margin-top: 0px;
	font-size: 24px;
	text-transform: uppercase;
}
.form td {
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	padding-left: 5px;
}
.success {
	font-size: 12px;
	font-weight: bold;
	color: #0C3;
}
.form .textbox {
	border: 1px solid #CCC;
	font-size: 14px;
}
.form .submit {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ECECEC;
	border: 1px solid #666;
}
.form .highlight {
	background-color: #ECECEC;
}
.left .products {
	color: #0665A3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0665A3;
	margin-top: 30px;
	padding-top: 10px;
	margin-right: 30px;
}
.left .products a {
	color: #0665A3;
	text-decoration: none;
}
.left .products a:hover {
	color: #083777;
}
.left a {
	color: #000;
	text-decoration: none;
}
.left a:hover {
	color: #555458;
}
.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 12px;
	color: #999;
	clear: both;
} 
.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.smaller {
	font-size: 70%;
}
.success {
	font-size: 12px;
	font-weight: bold;
	color: #0C3;
	background-color: #E0FFE8;
	padding: 5px;
}
.alert {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	background-color: #FFD9DC;
	padding: 5px;
}
.box {
	border: 1px solid #CCC;
	padding: 20px;
}
li {
	margin-left: -40px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}
hr {
	margin: 10px;
}
.subbox {
	background-color: #f4f4f4;
	width: 220px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 13px;
	padding: 10px;
	margin-left: 20px;
}