/* PDZ main css */

p {color: #555555; }
a:link { color:#780032; text-decoration:none;}
a:visited { color:#780032; text-decoration:none;}
a:active { color:#780032; text-decoration:none;}
a:hover { color:#780032; text-decoration:underline;}

body {
	background-color:#d6d6d6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #555555;
}

ol {
	margin-top:7px;
	margin-bottom:7px;
	list-style-type:decimal;
	margin-left: 12px;
	padding-left: 17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #555555;
}

ul {
	margin-top:7px;
	margin-bottom:7px;
	list-style:url(../images/bullet_sqr.gif);
	margin-left: 8px;
	padding-left: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #555555;
}

li {
	margin-bottom: 8px;
}

form { font-weight:bold; }
.lightForm { font-weight:normal; }
input { font-size:11px; font-weight:normal; color:#333333; margin-top:-3px; }
textarea { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#666666; }
select, option { font-size:11px; font-weight:normal; color:#666666; }
label { font-size:11px; font-weight:normal; margin-left:6px; margin-right:25px; }

h4 { color:#555555; font-weight:bold; font-size:11px; margin-bottom:5px; }

h3 { color:#5f648c; font-weight:bold; font-size:12px; margin-bottom:5px; }

h2 { color:#780032; font-weight:bold; font-size:17px; margin-bottom:10px; }

#spacer { height:10px; width:100px; }
.category { font-size:10px; color: #aaaaaa; }
.boxText { font-size:10px; color: #666666; }
.source { font-size:9px; color: #bbbbbb; }
.footer { font-size:10px; color: #666666; }
.title { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#ffffff; background-color:#836c76; letter-spacing:3px; text-transform:uppercase; padding:4px 4px 4px 8px; }
.titleSec { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#5f648c; }
.sectionNav { font-weight:bold; }
.tagline { color:#5f648c; font-style:italic; font-weight:bold; }

#hiliteBox {
	float:left;
	width:200px;
	background-color:#e1e3f4;
	border: #999999 solid 1px;
	padding: 6px 6px 6px 6px;
	margin-right:8px;
	margin-bottom:12px;
	font-size:10px;
}

#hiliteBox .header {
	color:#780032;
	font-weight:bold;
}

#hiliteBox ul {
	margin-top:7px;
	margin-bottom:7px;
	list-style:url(../images/bullet_sqr.gif);
	margin-left: 8px;
	padding-left: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #555555;
}

#hiliteBox li {
	margin-bottom: 8px;
}

#top { text-align:right; font-size:10px; padding-top:5px; padding-bottom:6px; }

#separator { width:495; border-bottom:#cccccc dotted 1px; margin-top:10px; margin-bottom:10px; }

.current { color:#CC0000; font-weight:bold; }

.currentNav { color:#CC0000; font-weight:bold; font-size:13px; }

.currentSubNav { color:#CC0000; font-weight:bold; font-size:10px; }

#crumbs {
	color:#997777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	margin-bottom:7px;
	margin-top:2px;
}

#crumbs a:link { color:#999999; text-decoration:none; }
#crumbs a:visited { color:#999999; text-decoration:none; }
#crumbs a:active { color:#999999; text-decoration:none; }
#crumbs a:hover { color:#999999; text-decoration:underline; }

