@import url('https://fonts.googleapis.com/css?family=Lato:300,700');
body {
	font-family: Lato,"Helvetica Neue",Arial,sans-serif;
	font-size: 12px;
}
p, ul, li, td {
	font-family: Lato,"Helvetica Neue",Arial,sans-serif;
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	padding-bottom: 5px;
	font-weight: 300;
}
h1 {
	font-family: Lato,"Helvetica Neue",Arial,sans-serif;
	font-size: 26px;
	text-align: justify;
	padding: 20px 0 5px 0;
	font-weight: 300;
	color: #f55;
}
h2 {
	font-family: Lato,"Helvetica Neue",Arial,sans-serif;
	font-size: 23px;
	text-align: justify;
	padding: 20px 0 5px 0;
	font-weight: 300;
	color: #f55;
}
input {
	font-family: Lato,"Helvetica Neue",Arial,sans-serif;
	font-size: 12px;
	font-weight: 300;
}
input[type="button"], input[type="submit"] {
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	border: 0px;
	width: 118px;
	height: 28px;
	border-radius: 2px;
	background-color: #888;
}
input[type="button"]:hover, input[type="submit"]:hover {
	border: 0px;
	width: 118px;
	height: 28px;
	background-color: #f55;
	box-shadow:	0px 1px 2px rgba(0,0,0,0.5);
}
input[type="button"]:active, input[type="submit"]:active {
	border: 0px;
	width: 118px;
	height: 28px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	background-color: #55f;
}
.quotebox {
	border: 2px solid #aaa;
	background-color: #eee;
}

.footer {
	text-align: center;
	font-family: Lato,"Helvetica Neue",Arial,sans-serif;
	font-weight: 300;
	font-size: 9px;
	letter-spacing: 1px;
	padding:5px 0px 5px 0px;
	float: left;
	background-color: #444;
	color: #fff;
	width: 940px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
a.phoneno {
	text-decoration: none;
	font-size: 42px;
	font-family: Lato;
	color: #666;
	font-weight: 700;
}
a {
	text-decoration: none;
	color: #00a;
}
a:hover {
	text-decoration: underline;
	color: #f55;
}

#primary_nav_wrap
{
	margin-top:0;
}
#primary_nav_wrap ul
{
	list-style:none;
	width: 940px;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	background-color: #888;
}
#primary_nav_wrap ul a
{
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:300;
	font-size:15px;
	line-height:30px;
	padding:0 15px;
	font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
}
#primary_nav_wrap ul li.current-menu-item
{
	background:#55f;
}
#primary_nav_wrap ul li:hover
{
	background:#f55;
}
#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#888;
	padding:0;
	width: 200px;

}
#primary_nav_wrap ul ul li
{
	float:none;
	width:200px;
  background: #999;
  box-shadow: 0px 2px 2px #444;
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:5px 15px
}
#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}
#primary_nav_wrap ul li:hover > ul
{
	display:block;
}