/* clearfix */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, li, img, dl, dd, dt, a{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #f1f1f1;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000;
  font-size: 24px;
  font-weight: normal;
  padding: 0.5em 1em 0.5em 25px;
  line-height: 26px;
  background-color: #ccc;
}
h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
a,  a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 800px;
}
#header {
  background-color: #ed2f24;
  min-height: 115px;
}

#logo {
  margin-bottom: 15px;
  float: left;
	width: 440px;
}

#icons {
	float: right;
	width: 176px;
}

#nav {
  list-style-type: none;
  line-height: 2em;
}
#nav li {
  float: left;
  display: inline;
}
#nav a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
}

#nav a.selected,
#nav a:hover {
  color: #ed2f24;
  background-color: #fff;
  text-decoration: none;
  line-height: 2em;
}

#nav li#whoweare{
  padding-left: 13px;
}



#photo img{
  display: block;
}

#rightColumn {
  float: right;
  margin: 23px 0 0 0;
  width: 225px;
}
#content {
  margin: 23px 245px 0 0;
  padding: 0 30px 50px 25px;
  font-size: 14px;
  line-height: 24px;
}
.clearFloat {
  clear: right;
  display: block;
}
#footer {
  background: url(images/footer_rounded_corners.gif) no-repeat top left #ed2f24;
  color: #ccc;
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
  padding: 12px 20px 10px 25px;
}

#footer ul {
  list-style-type: none;
  color: #fff;
}
#footer li {
  float: left;
  display: inline;
}
#footer a {
  color: #fff;
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
}

#footer a:hover {
  text-decoration: underline;
}

#footer #copyright {
  color: #ccc;
}

#footer dd {
  color: #fff;
  float: left;
  display: inline;
  margin-right: 2em;
}

#footer dt {
  float: left;
  display: inline;
}

/* page specific stuff */
body#homepage #photo {
  background-color: #ccc;
}

body#homepage h1 {
  padding-right: 10px;
  line-height: 30px;
  background-color: transparent;
}

body#whatwedopage #content ul {
  margin-left: 18px;
}

body#whatwedopage #content li {
  line-height: 1.1em;
  margin-bottom: 1em;
}

body#getaquotepage #content {
  margin-right: 0;
  padding-right: 0;
  min-height: 300px;
}

body#getaquotepage #intro p {
  line-height: 1em;
  padding: 0 10px;
}

form {
	margin-left: 100px;
}

label {
	float:left;
	width: 200px;
	text-align: right;
	margin-right: 10px;
	}
	
#error {
	color: #ff0000;
	}
	
input#submit {
	margin-left: 210px;
	margin-top: 10px;
	margin-bottom: 20px;
	}


