/* fonts */

p, h1, h2, h3, ul, .rightPanel, .copyrightStatement, .topNavText, .masthead {
	font-family: Arial, Helvetica, sans-serif;
}

.topNav {
	text-transform: uppercase;
}

/* font sizes */

h1 {
	font-size: 1em;
}

h2 {
	font-size: .9em;
}

h3 {
	font-size: 0.80em;
}
p, ul {
	font-size: 0.80em;
}

li.indent {
	font-size: 0.90em;
}

.rightPanelBodyText {
	font-size: 0.8em;
}

.small {
	font-size: 0.80em;
}

.topNavText, .masthead {
	font-size: 0.70em;
}

.copyrightStatement {
	font-size: 0.60em;
}

/* hr style */

hr {
	border-top: 1px #d85800 solid;
	border-bottom: 0px;
}

/* colours */

body {
	background: #ffffff;

}

.topNavText a, .topNavText a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
}

.topNavRight  {
	background: #aba49f;
}


.bottomNav {
	background: #003664;
}


h1, h2, h3, a, a:hover, li, .quoter {
	color: #003664;
}


.copyrightStatement {
	color: #ebebeb;
}

.small {
	color: #d85800;
}

.quote {
	color: #003664;
}

p, .mastheadRight {
	color: #003664;
}

img {
	border: none;
}

/* background images */

.topNavShadow {
	background-image: url(/images/nav/shadow_top.gif);
}

.bottomNavShadow {
	background-image: url(/images/nav/shadow_bottom_blue.gif);
}

/* text, bullet and link styles */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 a:hover {
	text-decoration: none;
}


a[href^="http:"]::after {
	content: " " url("/images/icons/external_link.gif");

}

a[href^="http://www.priocept.com"]::after {
	display: none;

}

a.noextlinkicon[href^="http:"]::after {
	content: " ";
}

.quote {
	font-style: italic;
}

.quoter {
	font-weight: bold;
}

li {
	list-style-type: square;
	vertical-align: middle;
}

li.indent {
	list-style-type: none;
	padding-left: 13px;
	background: url("/images/icons/hyphen.gif") left top no-repeat;
}
