/* may overwrite layout.css */
#leftColumn {
	float: left;
	width: 17.8em;
}
#leftColumn div#quickLinks {
	margin: 0 0 20px 30px;
}

/* Individual Page  ================================================= */ 

.individualPage {
	float: right;
	border-left: 1px solid #C7CDD5;
	width: 724px;
	margin-bottom: 25px;
	padding-left: 20px;
}
.individualPage a {
	text-decoration: underline;
}
.individualPage h1 {
	margin: 0;
	padding-bottom: 20px;
	font-size: 2.4em;
}
.individualPage h2 {
	margin: 15px 0 0 0;
	font-size: 1.6em;
}
.individualPage p {
	margin: 10px 0;
	padding: 0;
	font-size: 1.2em;
}
.individualPage ul, .individualPage ol {
	margin: 10px 60px 10px 25px;
}
.individualPage ul li {
	list-style: disc;
	margin: 5px 0;
}


/* careers page ================================================= */ 
#careers h2 {
	color: #013260;
}
#careers strong {
	display: block;
}

/* locations page ================================================= */
#locations #map {
	border: 3px solid #C7CDD5;
	width: 724px;
}
#locations #locationsList {
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
#locations #locationsList dd {
	background-color: #F5F6FA;
	width: 100%;
	padding: 20px 0;
}
#locations h2 {
	border-bottom: 1px solid #C7CDD5;
	margin: 0 0 5px 0;
	color: #00325F;
}
#locations p {
	margin: 0;
}
#locations a {
	text-decoration: none;
	color: #00325F;
}
#locations a:hover {
	text-decoration: underline;
}
#locations ul {
	margin: 10px 0;
}
#locations li {
	list-style-type: none;
}
#locations .vcard {
	clear: left;
}
#locations .vcard img {
	float: left;
}
#locations #locationsList .locationTable {
	margin: 5px 20px;
	width: 100%;
	font-size: 1.2em;
}
#locations #locationsList .locationTable th {
	text-align: left;
}
#locations #locationsList .locationTable th.timeName {
	padding-right: 5px;
}
#locations #locationsList .locationTable td {
	vertical-align: top;
}


/* Contact Us page ================================================= */

/* captcha */

#contactUs #captcha {
	width: 200px;
	margin: 10px 0 10px 236px;
}
#contactUs #captcha h4 {
	padding-bottom: 5px;
	font-size: 1.2em;
}
#contactUs #captcha input {
	float: none;
	width: 198px;
	display: block;
	margin: 10px 0;
}
#contactUs #captcha p {
	margin: 0;
}
/* end */

#contactUs ul {
	overflow: hidden;
}
#contactUs li {
	list-style-type: none;
}
#contactUs label {
	float: left;
	padding-bottom: 10px;
	padding-right: 25px;
	width: 186px;
	text-align: right;
	font-size: 1.2em;
}
#contactUs input, #contactUs textarea {
	float: left;
	margin-bottom: 10px;
	width: 290px;
}
#contactUs button.submitButton {
	float: none;
	margin-left: 236px;
	padding: 5px;
	width: auto;
}
#contactUs textarea {
	height: 100px;
}

/* rates page  ================================================= */
#rates .stripeTable {
	border: 1px solid #14446D;
	width: 600px;
}
#rates .stripeTable th {
	background-color: #14446D;
	padding: 5px 15px;
	text-align: left;
	font-size: 1.4em;
	color: #FFF;
}
#rates .stripeTable td {
	padding: 5px 0 5px 15px;
	font-size: 1.2em;
}
#rates .stripeTable .nth-row-even {
	background-color: #F7F8F9;
}
#rates .stripeTable .nth-row-odd {
	background-color: #E2E5E9;
}

/* search results page ================================================= */ 
/* overrides froisearch.css - ems are messed up because fonts are decl in px in froisearch.css */
#searchResults.individualPage {
	width: 744px;
	padding-left: 0;
}
#searchResults h1 {
	float: left;
	padding-left: 10px;
}
#searchResults h2 {
	border-bottom: 1px solid #C7CDD5;
	margin-left: 0;
	text-align: left;
	font-size: 1.6em;
}
#searchResults h2 a {
	color: #103E67;
}
#searchResults h2 a:hover {
	color: #990000;
}
#searchResults h2 span {
	font-size: 0.7em;	
}
#searchResults #froisearch-header {
	background: url(../image/featured-product-bg.png) repeat-x left bottom;
	border-bottom: 1px solid #C7CDD5;
	padding: 60px 10px 10px 10px;
}
#searchResults #froisearch-form {
	text-align: right;
}