/* Reset Styles */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*****************************************************************/

/* Fonts */
@font-face{ 
	font-family: 'Caviar Dreams';
	src: url('/fonts/caviardreams/caviardreams-webfont.eot');
	src: url('/fonts/caviardreams/caviardreams-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/caviardreams/caviardreams-webfont.woff') format('woff'),
	     url('/fonts/caviardreams/caviardreams-webfont.ttf') format('truetype'),
	     url('/fonts/caviardreams/caviardreams-webfont.svg#webfont') format('svg');
}
@font-face{ 
	font-family: 'Museo Sans';
	src: url('/fonts/museosans/museosans-webfont.eot');
	src: url('/fonts/museosans/museosans-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/museosans/museosans-webfont.woff') format('woff'),
	     url('/fonts/museosans/museosans-webfont.ttf') format('truetype'),
	     url('/fonts/museosans/museosans-webfont.svg#webfont') format('svg');
}

/* iOS fix for zooming issue with landscape orientation */
html, body {
	-webkit-text-size-adjust: 100%;
}
/* Link Styles: */
a, a:link, a:visited, a:active {
	color:#2a7fff;
}
a:hover {
	color:#ac939d;
}
a img {
	border:none;
}
a.pdf {
	padding:15px 0 0 41px;
	line-height:32px;
	background:url('/images/pdf.gif') no-repeat left bottom;
}
a#designer {
	position:absolute;
	bottom:0;
	right:0;
}

/* Heading Styles: */
h1 {
	display:none;
}
h2, h3, h4, h5, p, ul, ol, form, table {
	margin:0 0 15px 0;
}

/* Misc Styles: */
#banner {
	width:100%;
	overflow:hidden;
}
	#banner img {
		width:100%;
	}
#content ul {
	list-style:disc;
}
#content ol {
	list-style:decimal;
}
#content ol, #content ul {
	padding-left:40px;
}
#content ol li, #content ul li {
	margin-bottom:0.8em;
}
#content ul ul {
	list-style:circle;
	margin-top:0.8em;
}
.hcpc_logo, .rcp_logo {
	float:right;
	margin:0 0 1em 1em;
	width:100px
}
.hide {
	display:none;
}
.centered {
	text-align:center;
}
.right {
	float:right;
	margin:0 0 1em 1em;
}
.left {
	float:left;
	margin:0 1em 1em 0;
}
.clear {
	clear:both;
}
.indent {
	margin-left:20px;
}
.loseMargin {
	margin-left:-10px;
	margin-top:-10px;
}
table {
	border:1px solid #ccc;
}
table td {
	border-top:1px solid #ccc;
	padding:10px;
}
	.tr_additional td {
		border-top:none;
	}
	td.col1 {
		font-weight:bold;
	}
	td.col3 {
		font-weight:bold;
	}
.acrobat {
	color:#555;
}
noscript {
	color:#600;
	font-style:oblique;
}
img.noscriptmap {
	position:absolute;
	top:1px;
	left:1px;
}
a#designer {
	position:absolute;
	bottom:0;
	right:0;
}
strong {
	font-weight:bold;
}