/* yui reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}


body {
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	color: #3b3a39;
	text-align: center;
	background-color: #FFFFFF;
	
}

.base { display: block; width: 1230px;  background: #FFF; margin: 0 auto;  border-left: 1px #D9D8D6 solid; border-right: 1px #D9D8D6 solid;}

h5,h6,strong { font-weight:bold; }

em { font-style:italic; }
blockquote,ul,ol,dl {	margin:1em; }
ol,ul,dl { margin-left:2em; }
ol li { list-style: decimal outside; margin-bottom: 1em; }
/* ul li { list-style: square outside; }*/
ul li { }
dl dd {	margin-left:1em; }

th,td {	/*border:1px solid #000;*/ padding:.5em; } 

th { font-weight:bold; text-align:center; }
caption {	margin-bottom:.5em;	text-align:center; }

/* p,fieldset,table { margin-bottom:1em; } */

p { margin-bottom:1em; }


input[type="text"], textarea, select { border-width: 1px; border-style: solid; border-color: #888 #ccc #ccc #888; background: #fff url(images/fieldbg.gif) top repeat-x; }
input[type="text"], textarea { padding: 4px; }
select { padding: 3px; }

h1 { margin-bottom: 0.6em; }
h3,h4 { margin-top: 1.2em; margin-bottom: 0.4em; }
li h4 { margin-top: 0.2em;}
#footer h2 { color: #666; margin-top: 0; }

a		{ color: #1a6eb6; text-decoration: none; }
/*a:visited 	{ color: #5c87ad; }*/
a:hover 	{ color: #1a6eb6; text-decoration: underline; }
h1 a, h3 a, h4 a { color: #c00; } 
h1 a:hover, h3 a:hover, h4 a:hover { color: #c00; } 

h3.bullet,
h4.bullet { background: url(images/bullet-orange.gif) left center no-repeat; padding-left: 20px; }

hr 
	{
	width:100%;
	border:0;
	padding:0;
    height:1px;
	color:#ccc;
	margin: 40px 0 30px 0; 
	.margin: 6px 0 20px 0; 
	background-color:#ccc;
	clear: both;
	}

.button
	{
	background: #90030a url(images/button-bg.gif) top repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #d02828 #7e0204 #7e0204 #d02828;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	cursor: pointer;
	}
.button:active
	{
	background: #7e0204;
	border-color: #7e0204 #d02828 #d02828 #7e0204;
	}
a.button
	{
	text-transform: uppercase;
	padding: 2px 6px;
	font-size: 10px;
	color: #fff;
	}
.button span
	{
	padding-right: 10px;
	background: url(images/arrow-r-white.gif) right center no-repeat;
	color: #fff;
	}
a.button:hover { text-decoration: none; }

/* ul li { list-style: url(images/bullet-square.gif);} */
ol li { margin-bottom: 1em; }
ul.gray li, 
#footer ul li { list-style: url(images/bullet-square-gray.gif);}
ul.zebra { margin: 0; border-bottom: 1px solid #ededed; clear: both; }
ul.zebra li { list-style: none; list-style-image: none; padding: 12px;  }
ul.zebra li.odd { background: #fafaf8; border-color: #ededed; border-style: solid; border-width: 1px 0; }
.list-header
	{
	margin-top: 25px;
	padding: 6px 12px;
	/*float: left;
	background: #ba9d5d;
	color: #fff;
	font-weight: bold;*/
    }

th { background: #E7E5D9; color: #87631C; }
tbody tr { border-bottom: 1px solid #ddd; } 

table.no-padding td { padding: 0; }
table.no-border tbody tr { border: 0; }

.clear { clear: both; height: 0; line-height: 0; }

/*--- Layout ---*/


.container { width: 1200px; margin: 0 auto; }
.inner-container { overflow: hidden; clear: both; }

#navbar { background: #b5010e url(navbar.jpg) top repeat-x; border-bottom: 1px solid #fff; }
#header .left,
#header .right { margin: 0; padding-top: 10px; }
#header .left { width: 310px; margin-left: 10px; }
#header .right { width: 600px; margin-right: 20px; padding-top: 5px; text-align: right; }

#logo, #pa50logo { margin: 0; }
#logo a
	{
	background: url(images/palogo.gif) no-repeat;
	width: 145px;
	height: 118px;
	text-indent: -9999px;
	display: block; float:left;
	}
#pa50logo a 
    {
	background: url(images/pa50logo.gif) no-repeat;
	width: 135px;
	height: 118px;
	text-indent: -9999px;
	display: block;float:left;
	}

#tagline { display: none; }
#header ul { margin: 10px 0 0 0; }
#header ul li 
	{
	list-style: none;
	display: inline;
	border-left: 1px solid #333;
	margin-left: 0.5em;
	padding-left: 0.5em;
	}
#header ul li:first-child { border: none; }
#header ul li a { color: #333; text-decoration: none; }
#header ul li a:hover { text-decoration: underline; }


#searchbox
	{
	padding: 2px 4px;
	margin-top: 50px;
	float: right;
	}
#searchbox .button 
	{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
/*--- Navbar ---*/

#navbar {  }
#jsddm { margin: 0 0 0 10px; padding: 0; position: relative; z-index: 10000; }
#jsddm li { float: left; list-style: none; position: relative; text-align: left;}
#jsddm li a
	{	
	background: none;
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 10px 16px 6px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	}
#jsddm li a:hover { background: #670100; }
#jsddm li.active  { background: #670100; }
#jsddm li ul
	{	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background: #670100;
	filter:alpha(opacity=90);
	opacity:0.90;
	}
#jsddm li ul li { margin: 0; padding: 0; float: none; display: inline; }
#jsddm li ul li a	{	width: auto; text-transform: none; }
#jsddm li ul li a:hover	{ background: #440100;}

#content-center .page-updated { font-size:0.9em;}

/*--- Inner page / Left Nav ---*/


#left-nav 
	{
	margin: 40px 0 0 0;
	background: url(images/left-nav-sep.jpg) bottom left no-repeat;
	}
#left-nav li 
	{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	background: url(images/left-nav-sep.jpg) top left no-repeat;
	}
#left-nav li a
	{
	margin: 0;
	padding: 8px 8px 8px 30px;
	display: block;
	color: #666;
	text-decoration: none;
	outline: none;
	font-weight: bold;
	}
#left-nav li a.toggle-menu
	{
	background: url(images/left-nav-closed.gif) 15px 12px no-repeat;
	}
#left-nav li a:hover { background-color: #eee; border-right: 1px solid #d9d8d8; }
#left-nav li a.active
	{
	color: #fff;
	background-color: #666;
	border: none;
	}
#left-nav li a.toggle-menu.active
	{
	color: #666;
	background-color: #ddd;
	border: none;
	background-image: url(images/left-nav-open.gif);
	}
#left-nav li ul { margin: 0; background: #fff; border-right: 1px solid #d9d8d8; }
#left-nav li ul li { background: none; list-style: none; list-style-image: none; }
#left-nav li ul li a { font-weight: normal;	}
#left-nav li ul li a:hover { border: none; }
	

/*--- Forms ---*/
.form { width: 340px; }

.form label em { font-weight: bold; color: red; }
.form p { margin: 0;}
.form .hint { color: #999;}
.form .radiogroup label { margin-right: 1.2em;}
.form .radiogroup label input { margin-right: 0.4em; }

.form .formfield-holder { padding: 10px; overflow: hidden; zoom: 1; }

.formfield-holder-error { background-color:#FBE3E4;font-color:#8A1F11; }


/*.form .blocklabels label { display: block; margin-bottom: 0.2em; }
.form .blocklabels input { width: 200px;}*/

.form .inlinelabels .left { display: block; width: 80px; float: left; text-align: right; }
.form .inlinelabels .right { width: 220px; float: left; margin-left: 10px; display: inline; }
.form .inlinelabels .hint { margin-left: 100px; }

.form .buttons-holder { text-align: right; padding: 0 10px 10px; }

/*--- Footer ---*/
#footer .copyright { border-top: 1px solid #ccc9c2; padding-top: 20px; font-size: 0.9em; }


 input.input-centre-search{
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #FFFFF;
	color: #666;
 }
 span.pa-cc-buttons{
    padding:5px;
	cursor:pointer;
 }
 
 span.pa-cc-active{
	background: #E2E0D1;
	color:#2f2f2f;
 }
 
 h2 {
	color: #1f57a5;
	text-transform: uppercase;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 10px;
	font-size:100%;
}

h2 a {
	font-size: 18px;
	text-transform: none;
	/*	color: #506c82; */
	font-weight: normal;
}
