/****************************************************************************************
																   >> General Selectors << 
*****************************************************************************************/
html, body {
	margin: 0; 
	padding: 0;
	border: 0;
}
body {
	color: #000;
	font: 11pt/1.4 Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
a:link, a:visited {
	text-decoration: none; 
	color: #000;
}
a:hover {text-decoration: none;}
em {
	margin: 0;
	padding: 0;
	font-style: normal;
}
p {
	margin: 0 0 1.4em;
	line-height: 1.4;
}
ul, ol, dl {
	margin: 0 0 1.5em 30px;
	padding: 0;
}
ul li, ol li {margin-bottom: 0.20em;}
dl {margin-left: 0;}
dl dt {
	font-weight: bold;
	margin-bottom: 0.10em;
}
dl dd {margin-bottom: 0.80em;}
/*----Tables----*/
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.5em;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	font-size: 95%;
}
table th {
	font-weight: bold;
	border: 1px solid #999;
	padding: 3px;
	background: #DFDFDF;
}
table td {
	border: 1px solid #999;
	padding: 3px;
}
abbr {border-bottom: 0;}
:focus {outline: 0;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
blockquote {margin: 0 0 1.4em;}
	blockquote p {
		margin-bottom: 0.60em;
		font: normal italic 12pt/1.5 "Times New Roman", Times, serif;
	}
	blockquote p em {font-style: italic;}
	blockquote cite {
		display: block;
		font-weight: bold;
		font-style: normal;
	}
h1 {
	margin: 0 0 0.30em;
	color: #CA611F;
	font: bold 16pt Arial, Helvetica, sans-serif;
}
h2,h3,h4,h5,h6 {
	margin: 0 0 0.90em;
	font: bold 15pt Arial, Helvetica, sans-serif;
	color: #ff7f00;
}
h3,h4,h5,h6 {
	font: bold 13pt Arial, Helvetica, sans-serif;
	color: #8b8b8b;
}
h4 {
	font-size: 12pt;
	color: #999;
}
h6 {
	font-size: 12pt;
	color: #ff7f00;
}
/*-------------------------------------------CSS3---*/
p + ul {margin-top: -1em;}

/****************************************************************************************
																		  >> Structure << 
*****************************************************************************************/

/*-------------------------------------------Hide Elements---*/
.hide,
#nav,
#footer ul,
#extra_links,
#img_list,
#img_list_indent,
a.back-link {display: none;}

/*-------------------------------------------Show Elements---*/
#wrapper {width: 100%;}

#header {padding-bottom: 15px;}
	#header h1 {
		margin: 0;
		font-size: 25pt;
	}
	#header h1 a {
		color: #000; 
		text-decoration: none;
	}
	#header h2 {
		margin: 0;
		font-size: 15pt;
	}

h3#slogan {
	text-align: center;
	border: 2px solid #000;
	margin: 0;
	padding: 3px;
	font-size: 14pt;
	color: #000;
}

#content,
#content_sml {margin: 25px 0 30px 0;}		
em.company-name {
	font-weight: bold;
	color: #ff7f00;
}
div.contact-info {margin-bottom: 1.5em;}
div.contact-info h6 {margin-bottom: 0.10em;}
div.contact-info p {margin-bottom: 0.80em;}
div.note {
	background: #F4DDD0;
	padding: 6px;
	margin-bottom: 1.6em;
	border: 1px solid #EDC8B1;
}
	div.note p,
	div.note ul {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	div.note h3, div.note h4 {color: #666;}
	p.note, span.note {color: red;}
	
#footer {
	border-top: 1px solid #000;
	padding: 5px 0 0 8px;
}
	#footer p {
		margin: 0;
		font: normal 8pt Arial, Helvetica, sans-serif;
		color: #666;
		line-height: normal;
	}

