/* CSS Document */



/* Base Styles */
* { margin: 0; padding: 0; cursor: default; }
a { cursor: pointer; text-decoration: none; }
img { border: 0; display: block; }
ul,ol { list-style: none; }
h1,h2,h3,h4,h5,h6,li,p { font-size: 10px; font-weight: normal; }
.hidden { display: none; }



/* Layout */
html { min-width: 776px; }

body {
	text-align: center;
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

#shadow {
	width: 900px;
	margin: 0 auto;
	background: #cde4f2 url(../i/shadow.gif) top left repeat-y;
}

#wrapper {
	width: 776px;
	margin: 0 auto;
	background: #06b;
	text-align: left;
}

#header {
	width: 776px;
	height: 235px;
	background: #fff url(../i/waves.gif) 0px 91px no-repeat;
	overflow: hidden;
	position: relative;
}

#logo {
	position: absolute;
	top: 29px;
	left: 28px;
	width: 213px;
	height: 62px;
}

#logo h1 {
	width: 213px;
	height: 62px;
	background: transparent url(../i/pa_logo.gif) top left no-repeat;
	text-indent: -9999px;
}

#flashnav {
	position: absolute;
	top: 28px;
	left: 355px;
	width: 400px;
	height: 51px;
}

#nav {
	position: absolute;
	top: 167px;
	left: 0px;
	width: 776px;
	height: 30px;
}

#nav p {
	font-family: geneva, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 3px;
}

#nav p a {
	color: #fff;
}

#nav p a:hover {
	color: #ffef01;
}

#nav p a.selected {
	color: #ffef01;
}

#content {
	background: #fff url(../i/tile.gif) top left repeat-y;
	padding: 0 45px 20px 45px;
}

#footer {
	width: 776px;
	height: 120px;
	background: #005ea9 url(../i/footer.gif) top left no-repeat;
}



/* Styles */
#content p {
	font-size: 12px;
	line-height: 2em;
	padding: 5px 0;
}

#content p a {
	color: #06b;
	text-decoration: none;
}

#content p a:hover {
	color: #000;
	text-decoration: none;
}

#content p.headline img {
	display: inline;
	padding-bottom: 5px;
}

#content p.subhead1 {
	font-size: 14px;
	color: #06c;
	line-height: 2em;
	padding: 5px 0;
}

#content ul.list1 li {
	font-size: 12px;
	line-height: 1.7em;
	padding: 0 0 0 11px;
	background: transparent url(../i/bullet.gif) 0px 7px no-repeat;
}

#content #areasofexpertise {
	float: right;
	width: 270px;
	background: transparent url(../i/headlines/areasofexpertise.gif) 30px 0px no-repeat;
	margin-top: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#content #areasofexpertise li p {
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 1.3em;
	padding: 5px 0 6px 0;
}

#content #areasofexpertise li a {
	display: block;
	color: #69c;
	text-decoration: none;
	padding-left: 30px;
}

#content #areasofexpertise li a:hover, #content #areasofexpertise li.exsubselect a {
	color: #06c;
	background: #fff url(../i/yellow_bullet.gif) 15px 4px no-repeat;
}


#content table td {
	font-size: 11px;
	line-height: 1.3em;
	vertical-align: top;
	padding: 5px 40px 0 0;
}

#content p.tablesubhead {
	font-size: 14px;
	color: #06c;
	line-height: 1.5em;
	padding: 0;
}




#content #prsubs {
	float: right;
	width: 270px;
	margin-top: 5px;
	padding-bottom: 25px;
}

#content #prsubs li p {
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 1.3em;
	padding: 5px 0 6px 0;
}

#content #prsubs li a {
	display: block;
	color: #69c;
	text-decoration: none;
	padding-left: 30px;
}

#content #prsubs li a:hover, #content #prsubs li.exsubselect a {
	color: #06c;
	background: #fff url(../i/yellow_bullet.gif) 15px 4px no-repeat;
}

#content ul.list1 a {
	color: #06b;
	text-decoration: none;
}

#content ul.list1 a:hover {
	color: #000;
	text-decoration: none;
}








