/* CSS Document */

/* ################ FONT STYLES #################*/
a, a:visited {
	color:#990000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
b, strong { font-weight:bold; }
i, em { font-style:italic; }
h1, h2, h3, h4, h5, h6 { padding-top: 15px; color:#0C6087; }
p { padding: 5px 0; }
h1 { font-size:140%; }
h2 { font-size:130%; }
h3 { font-size:120%; }
h4 { font-size:110%; }
td { vertical-align:top; }
.content td { padding: 3px; }
.content td.heading { font-weight:bold; }
.content li {
	padding-top: 1em;
	margin-left:1.2em;
	list-style-position:outside;
}
.content ul li { list-style-type: square; }
.content ol li { list-style-type:decimal; }

/* ################ LAYOUT STYLES ################# */
#doc {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	width:780px;
}
#hd, #bd, #ft {
	margin:0;
	clear:both;
}
#hd {
	background-image:url(../layout/header_homeSpacer.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
}
#hd h1, #hd h2 {
	padding:0;
}
#hd .content {
	height:94px;
	background-image:url(../layout/header_lay2_image.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}
.home #hd .content {
	height:296px;
	background-image:url(../layout/header_image.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}
#hd .logo, #hd .video {
	float:right;
	margin-right:7px;
}
#hd .video {
	margin-top:20px;
}
#hd .logo {
	text-indent:-1000em;
	width:385px;
	height:94px;
	background-image:url(../layout/header_lay2_logo.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}
.home #hd .logo {
	background-image:url(../layout/logo_pac.jpg);
	margin-top:20px;
	width:470px;
	height:99px;
}
#hd .topNav {
	background-image:url(../layout/topNav_lay2_bg.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#990000;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	overflow:hidden;
	height:1.9em;
}
.home #hd .topNav {
	background-image:url(../layout/topNav_bg.jpg);
}
#hd .topNav ul {
	float:right;
	padding-right:7px;
}
#hd .topNav li {
	float:left;
	display:inline; /* IE */
}
#hd .topNav li a, #hd .topNav li a:visited {
	float:left;
	padding:5px 10px 4px 10px;
	color:#fff;
	text-decoration:none;
}
#hd .topNav li a:hover {
	background-color:#6B0000;
}
#bd {
	background-image:url(../layout/footer_bg.jpg);
	background-position:0 0;
	background-repeat:repeat-y;
}
#bd .leftCol {
	background-color:#ccc;
}
#bd .leftCol h2.header {
	color:#fff;
	padding:4px 8px;
	background-image:url(../layout/leftCol_header2_bg.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}
.home #bd .leftCol h2.header {
	background-image:url(../layout/leftCol_header_bg.jpg);
}
#bd .leftCol p {
	padding:8px;
	padding-top:4px;
	font-weight:bold;
}
#bd .leftNav {
	border-top:solid 1px #fff;
}
#bd .leftNav li {
	display:inline;
}
#bd .leftNav li a, #bd .leftNav li a:visited {
	display:block;
	padding:4px 8px;
	border-bottom:solid 1px #fff;
	text-decoration:none;
	color:#990000;
}
#bd .leftNav li a:hover {
	color:#fff;
	background-color:#990000;
}
#bd .leftColCallout {
	background-color:#B8B8B8;
	padding: 15px 8px;
	font-style:italic;
}
#bd .content {
	padding: 2px 30px 30px 0;
}
#bd .tableType1 {
	border-spacing:2px;
	border-collapse:separate;
}
#bd .tableType1 td {
	background-color:#ccc;
}
#bd .tableType1 td.heading {
	background-color:transparent;
}


#ft {
	text-align:center;
	background-color:#E6E6E6;
	background-image:url(../layout/footer_bg.jpg);
	background-position:0 0;
	background-repeat:repeat-y;
	padding:12px;
	padding-left:200px;
}
#ft p {
	padding-bottom:10px;
	padding-top:0;
}