/******************************************************************************
 Author: Roy Lindauer
 Project: UHN
 Date: July 2009
 Version: 1.0
******************************************************************************/
body {
	font:normal 75%/155% Verdana, Arial, Helvetica, sans-serif;
	color:#222222;
}
body#home{
	color:#f1eee2;
}

a:focus {
	outline: 1px dotted invert;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/******************************************************************************
 Headings 
******************************************************************************/
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	padding-top:5px;
	font-size: 1.8em;
	font-weight: normal;
	color: #222222;
	word-spacing:-0.05em;
	border-top:5px solid #922619;
	text-transform:uppercase;
}
h2 {
	padding-top:5px;
	font-size: 1.4em;
	font-weight: normal;
	color: #222222;
	word-spacing:-0.05em;
	border-top:5px solid #999999;
	text-transform:uppercase;
}
body#home h2{
	color:#ffffff;
	border-color:#bda882;
}
body#home .alt h2{ border-color:#ffffff; }
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #002147;
	word-spacing:-0.05em;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #002147;
}
h5 {
	font-size: 1em;
	font-weight: normal;
	color: #002147;
}
h6 {
	font-size: .9em;
	font-weight: normal;
	color: #002147;
}

/******************************************************************************
 Paragraphs 
******************************************************************************/
p {
	line-height: 2em;
}

/******************************************************************************
 Lists 
******************************************************************************/
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
li {
	padding-left: 0;
	margin-left: 40px;
	line-height:1.8em;
}
ul ul, ol ol {
	margin: 2px 0;
	color: #b5ab95;
}
#header li,
#footer li {
	margin-left: 0;
	line-height:normal;
	padding:0;
}
dl {
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 20px;
}

/******************************************************************************
 Basic Presentational Elements
******************************************************************************/
b, strong {
	font-weight: bold;
	color:#222222;
}
i, em {
	font-style: italic;
}
sup {
	vertical-align: baseline;
	font-size: 0.7em;
	position: relative;
	top: -0.6em;
}
sub {
	vertical-align: baseline;
	font-size: 0.7em;
	position: relative;
	bottom: -0.4em;
}
pre {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	color: #222222;
	background: #e8e8e8;
	border: 1px solid #b5b5b5;
	padding: 3px 6px;
	overflow: auto;
	white-space:pre;
	height:150px;
}
code {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	color: #222222;
}
blockquote {
	color: #002147;
	margin: 0 80px 0 80px;
	padding: 0 10px;
	border-left: 1px solid #cccccc;
	/*border-right: 1px dashed #002147;*/
	background: #ededed;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted;
}
hr {
	border: 0px solid #d8d5cd;
	border-top-width: 1px;
	border-bottom-width: 1px;
	clear: both;
	padding: 1px;
}
.ps_form hr{
	border: none;
	border-top: 1px outset #000;
	clear: both;
	padding:0;
	margin:5px 0;
}

/****************************************************************************** 
 Links
******************************************************************************/
a {
	color: #922619;
	text-decoration: none;
}
a:link {
	color: #922619;
	text-decoration: none;
}
a:visited {
	color: #922619;
	text-decoration: none;
}
a:hover {
	color: #002147;
	text-decoration: underline;
}
a:active {
	color: #002147;
	text-decoration: underline;
}
#logo a {
	width: 240px;
	height: 83px;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#footer_content {
	font-size: 10px;
	color: #dadada;
}
#footer_content a:link,
#footer_content a:visited {
	color: #dadada;
	text-decoration: none;
}
#footer_content a:hover,
#footer_content a:active {
	color: #dadada;
	text-decoration: underline;
}
#breadcrumb a:link,
#breadcrumb a:visited{
	color:#9a9a9a;
	font-size:.9em;
	text-decoration:none;
}
#breadcrumb a:hover,
#breadcrumb a:active{
	color:#ffffff;
	font-size:.9em;
	text-decoration:none;
}
/****************************************************************************** 
 General Styles
******************************************************************************/
.small {
	font-size: .8em;
}
.large {
	font-size: 1.4em;
}
.center {
	text-align: center;
}
.loud {
	color: #eb8500;
}
.quiet {
	color: #b5ab95;
}
.hide {
	display: none;
}
.left {
	float: left;
	margin: 0 20px 20px 0;   /* covered by the 960 css */
}
.right {
	float: right;
	margin: 0 0 20px 20px;   /* covered by the 960 css */
}
.left img{
	display: block;
} 
.right img {
	display: block;
}
.caption {
	display: block;
	background: #e8e8e8;
	font-size: .9em;
	color: #002147;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:0 0 5px 0;
}
.border {
	border: 1px solid #989898;
}
.underline {
	border-bottom: 1px dotted;
}
.strike {
	text-decoration: line-through;
}
.highlight {
	color: #9F6000;
	background-color: #FEEFB3;
}
.quote{
	background:#f3f3f3;
	border:1px solid #cccccc;
	padding:5px;
	font-size:.9em;
}

/****************************************************************************** 
 Alerts
******************************************************************************/
.info,
.error,
.warning,
.success,
.validation,
.message,
.help {
	border: 1px solid;
	padding: 15px 10px 15px 50px;
	margin: 10px 0 10px 0;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/icons/Info.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/icons/Cancel.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/icons/Attention.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/icons/Valid.png');
}
.validation {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/icons/Validation.png');
}
.message {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/icons/Message.png');
}
.help {
	color: #643373;
	background-color: #d6c1df;
	background-image: url('../img/icons/Help.png');
}

/****************************************************************************** 
 Form Controls
******************************************************************************/
fieldset{}
legend{
	font-weight:bold;
}
label{
	padding:0 5px 0 0;
}
input.text{
	border: 1px inset #f3f3f3;
	padding:3px;
	color:#666666;
}
input.checkbox{}
input.radio{}
input.submit{}
input.button{}
textarea{
	border: 1px inset #f3f3f3;
	padding:3px;
	color:#666666;
}
select{
	border: 1px inset #f3f3f3;
	padding:3px;
	color:#666666;
	outline:none;
}