/****************************************************************************************	
	[RESET]
*****************************************************************************************/

/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {line-height: 1;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}

nav ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {vertical-align:middle;}

/****************************************************************************************	
	[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;
}
caption {
	font-weight: bold;
	font-size: 17pt;
	text-align: left;
	color: #006a65;
	padding-bottom: 10px;
}
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 {
	color: #006a65;
	font-size: 20pt;
	margin-bottom: 10px;
	line-height: 1.3;
	font-weight: normal;
}
h1 {
	font-weight: bold;
	margin-bottom: 20px;
} 
h2 {font-size: 17pt;}
h3 {font-size: 15pt;}
h4 {font-size: 13pt;}
h5 {font-size: 11pt;}
h6 {
	font-style: italic;
	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: 22px;}
table table, table p {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, .submit, .feedback, .feedback-sml, #breadcrumbs, 
.pagination, #img-lib .separator, .search, header *, #az-nav, 
#nav-main, #sidebar, .addthis_button, footer *, #rotator ol, 
#aside-wrapper, .back-to-top, #quick-navigation, #services,
#rotator li p a img, .no-print {display: none;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
header {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #000;
}
	header a:first-child,
	header a:first-child #logo {display: block;}
#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 p:first-child {display: block;}
	footer p:first-child strong {display: inline;}

/****************************************************************************************
	[GLOBAL RULES]
*****************************************************************************************/

/* Margins */
.margin-on {margin-bottom: 15px;}
.margin-med {margin-bottom: 10px;}
.margin-off {margin-bottom: 5px;}
/* Text alignment */
.txt-center {text-align: center;}
.txt-right {text-align: right;}
.txt-left {text-align: left;}
/* Vertical aligment */
.v-btm {vertical-align: bottom;}
.v-mdle {vertical-align: middle;}
.v-top {vertical-align: top;}
/* Font size */
.txt-sml {font-size: 8pt;}
.txt-lrge {font-size: 12pt;}

/* Cusotm Text Treatments */
.date, .date span {
	font-size: 9pt;
	font-weight: bold;
}
.read-more, .read-more span {
	float: right;
	font-weight: bold;
}
.intro, .intro span {
	font-size: 13pt;
	line-height: 1.4;
}

/* Custom Image Treatments */
img.border,
span.border {
    border: 1px solid #e8e8e8;
    display: block;
}
img.left,
span.left {
    float: left;
    margin: 0 20px 15px 0;
}
img.right,
span.right {
    float: right;
    margin: 0 0 15px 20px;
}

/****************************************************************************************
	[MAIN CONTENT COMPONENTS]
*****************************************************************************************/

/* [HOMEPAGE ELEMENTS]
-------------------------------------------------------*/
/* Rotator */
#rotator ul li.active {display: block !important;}
#rotator ul,
#rotator li {margin: 0 0 40px;}
#rotator li img {
	float: left;
	margin-right: 15px;
}

/* Tabs */
.tab-content {
	display: block !important;
	padding-bottom: 40px;
}

/* [GENERIC STRUCTURED LIST]
-------------------------------------------------------*/
.structured-list {
	margin: 0 0 10px;
	float: left;
	width: 100%;
}
	.structured-list li {
		background: none;
		border-bottom: 1px solid #e3e3e3;
		float: left;
		padding: 8px 0;
		width: 100%;
	}
		.structured-list p {margin: 0;}
		.structured-list p.date {margin-bottom: 3px;}
		.structured-list h2 {
			font-size: 10pt;
			font-weight: bold;
			margin-bottom: 0;
		}
		/* With Thumbnail */
		.structured-list img {float: left;}
		.structured-list li.img h2,
		.structured-list li.img p {margin-left: 155px;}
		
/* [GOOGLE MAP]
-------------------------------------------------------*/
.map-wrapper {
	width: 300px;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
/* Small Map */
.map-wrapper.sml {
	width: 200px;
	height: 150px;
}
/* Large Map */
.map-wrapper.lrge {
	width: 450px;
	height: 400px;
}

/* [CMS MODULES]
-------------------------------------------------------*/
/* --Search Results-- */
#search-results p {margin: 0;}
#search-results .rating {
	color: #666;
	font-size: 9pt;
}

/* --Image Library-- */
#img-lib {list-style: none;}
	#img-lib li div a img {
		border: 2px solid #CECECE;
		max-width: 125px;
		max-height: 105px;
	}