/*
 * Core Style used by both the site and FCK Editor
 */
 
html,body {
	font-family:"Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
  height: 100%;
	line-height:16px;
	color: #6a747c;
	background-color:#ffffff;
	
	
	background:url(/images/new-nav/background.jpg) repeat-x; height:80px; width:auto; background-color:#FFFFFF;
}
a,a:visited{
	color: #5d5c5c;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}

p, td {
	padding:3px 0 0 0;
	text-align:left;
}
ul{
	padding:5px 0px 10px 25px;
}
ul li, ol li{
	padding:5px 0px;
	line-height:16px;
}
ol{
	list-style-type:decimal;
	padding:5px 0px 10px 25px;
}
dt{
	font-weight:bold;
	display:block;
}
dd{
	line-height:16px;
	padding: 5px 0px 20px 0px;
}
.secondary-content-container ul,
.secondary-content-container ol{
	list-style-type:disc;
	padding:5px 0px 10px 25px;
}
.secondary-content-container p, 
.secondary-content-container td {
	line-height:16px;margin:.4em 0 .8em 0;padding:0;
}
img.image-align-left{
	float:left;
	padding:5px;
}
img.image-align-right{
	float:right;
	padding:5px;
}

hr{
	border: 0px;
	color: #e2e2e2;
	background-color: #e2e2e2;
	height: 1px;
	margin:5px 0px 15px 0px;
}
hr.half{
	width:50%;
}
* html hr{
	margin:0px 0px 8px 0px;
}
.display-table{
}
.display-table .gray td{
	background:#e1e1e1;
}
.ui-icon-newwin {
	display:inline;
	width:1px;
	padding-right:15px;
	margin-left:2px;
	zoom: 1;
	background: url("/images/ui-icons_256x240.png") no-repeat -50px -80px;
}
.ui-icon-pdf {
	display:inline;
	width:1px;
	padding-right:15px;
	margin-left:2px;
	background: url("/images/icon_pdf.gif") no-repeat left top;
}
.ui-icon-zip {
	display:inline;
	width:1px;
	padding-right:15px;
	margin-left:2px;
	background: url("/images/icon_zip.gif") no-repeat left top;
}
.ui-icon-jpg {
	display:inline;
	width:16px;
	height:16px;
	background: url("/images/icon_jpg.gif") no-repeat left top;
}
h1{
	line-height:30px;
}
h2{
	line-height:24px;
}
.redh1 {
	font-size: 22px;
	font-weight:normal;
	color: #b70747;
}
.grayh1 {
	font-size:24px;
	font-weight:normal;
	color: #6a747c;
}
.grayh2 {
	font-size: 20px;
	font-weight: normal;
	color: #6a747c;
}
.redh3, 
.redh3 a, 
.redh3 a:visited {
	font-size: 14px;
	font-weight:bold;
	color: #b70747;
}
.grayh3,
.grayh3 a,
.grayh3 a:visited {
	font-size: 14px;
	font-weight:bold;
	color: #6a747c;
}
.red{
	color: #b70747;
}
