/****************************************************************************************	
	[RESET]
*****************************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, form, fieldset, a img {border: none;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

body {
	color: #000;
	font: 10pt/1.5 Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	background-color: #fff;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	text-align: left;
	color: #002156;
	font-weight: bold;
}
th, td {padding: 0.5em;}
caption {
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
	color: #000;
	padding-bottom: 8px;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 30px;}
/* don't split images over pages */
img	{page-break-inside: avoid;}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 20pt; /* 22px */
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 1.3;
}
h2 {font-size: 18pt;}  
h3 {font-size: 16pt;}
h4 {font-size: 14pt;}
h5 {font-size: 12pt;}
h6 {font-size: 10pt;}
/* Avoid a header right at the bottom of the page */
h2, h3, h4, h5, h6 {page-break-after: avoid;}
/* Margins */
p, ul, ol, dl, table {margin-bottom: 15px;}
table table, table p, fieldset table {margin: 0;}
/* Lists */
ul, ol {margin-left: 44px;}
ul {list-style: disc;}
ol {list-style: decimal;}
	/* Nested */
	ul ul, ul ol, ol ol, ol ul {margin: 8px 0 8px 22px;}
	ul ul {list-style: circle;}
	ol ol {list-style: lower-alpha;}
	ol ol ol {list-style: lower-roman;}

/****************************************************************************************
	[SITE STRUCTURE]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
.hide, .hide-p, .submit, .feedback, .feedback-sml, #breadcrumbs, 
ul.pagination, ul#img-lib li.separator, .search, #nav-main, 
#nav-sub, #header ul, #social-media, #promo, #quick-links,
#hero-nav, #aside, .case-badges, #business-search, #footer p {display: none;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
#header {
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}
#content-wrapper {padding: 20px 0;}
#footer {
	border-top: 1px solid #666;
	padding: 8px 0 0 0;
	clear: both;
	width: 100%;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #666;
}
	#footer #copyright {display: block;}
	#footer dd {display: inline;}

/****************************************************************************************
	[MAIN CONTENT COMPONENTS]
*****************************************************************************************/

/* [HOME JQUERY HERO]
-------------------------------------------------------*/
#hero-content {list-style: none;}
	#hero-content img {float: right;}
	
/* [STANDARD STRUCTURED LIST]
-------------------------------------------------------*/
ul.structured-list {
	margin: 0 0 18px;
	list-style: none;
	border-top: 1px solid #000;
}
	ul.structured-list li {
		padding: 10px 0;
		border-bottom: 1px solid #000;
	}
		/* Listing Text */
		ul.structured-list p {margin-bottom: 2px;}
		ul.structured-list h2 {
			font-size: 13pt;
			margin-bottom: 4px;
		}
		
/* [LABEL-VALUE LIST]
-------------------------------------------------------*/
ul.lbl-value {
	list-style: none;
	margin-left: 0;
}

/* [CASE STUDIES]
-------------------------------------------------------*/
/* Case Listing */
#case-list {
	border-top: 1px solid #000;
	list-style: none;
	margin: 0 0 18px;
}
	#case-list .pnl-rnd {
		border-bottom: 1px solid #000;
		padding: 5px 0;
		float: left;
	}
	#case-list .separator {height: 1px;}
		#case-list p {margin-bottom: 2px;}
		#case-list h2, #case-list h3, #case-list h4,
		#case-list h5, #case-list h6 {
			font-size: 13pt;
			margin-bottom: 4px;
		}
		.case-img {
			float: left;
			margin: 10px;
		}
		
/* [CONTACT LIST]
-------------------------------------------------------*/
#contact-list {
	border-top: 1px solid #000;
	list-style: none;
	margin: 0 0 18px;
}
	#contact-list li {
		border-bottom: 1px solid #000;
		float: left;
		padding: 15px 0;
		width: 100%;
	}
	#contact-list li.separator {
		border: none;
		padding: 0;
		height: 1px;
	}
		#contact-list img {
			float: left;
			margin-right: 20px;
		}
		#contact-list strong,
		#contact-list span {display: block;}
		
/* [SUGGEST BUSINESS]
-------------------------------------------------------*/
#suggest-business {
	list-style: none;
	margin: 0 0 18px;
}
	#suggest-business legend {
		font-weight: bold;
		margin-bottom: 8px;
	}
	#suggest-business h3 {font-size: 10pt;}

/* [CMS MODULES]
-------------------------------------------------------*/
/* --Search Results-- */
ul#search-results p {margin: 0;}
ul#search-results p.rating {
	color: #666;
	font-size: 9pt;
}

/* --Image Library-- */
ul#img-lib {
	list-style: none;
	float: left;
}
	ul#img-lib li div a img {
		border: 2px solid #CECECE;
		max-width: 125px;
		max-height: 105px;
	}
	
/* --Google Map-- */
#map-info {
	border: solid #000;
	border-width: 1px 0;
	margin: 15px 0;
	padding: 15px 0;
}
#map-info img.case-img {float: right;}
