/* --[ BASIC STYLES ]-- */
body {
	margin: 0px;
	text-align: center;
	background-position: center;
	font-size: small;
	font-family: /*"Trebuchet MS", */Arial, Helvetica, sans-serif;
	text-align: center;
}
body, html {
	height: 100%;
	background-image: url(/assets/templates/pf00001/images/lightbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

/* --[ DESIGN STYLES ]-- */
#wrapper {
	width: 968px;
	min-height: 100%;
	border: none;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

#header {
	height: 119px;
	width: 100%;
	margin: auto;
	background-image: url(/assets/templates/pf00001/images/headbg.png);
	background-position: center right;
	background-repeat: repeat-y;
	color: #fff;
	font-size: 8pt;
	vertical-align: bottom;
}

#nav {
	text-align: left;
	width: 952px;
	height: 28px;
	line-height: 28px;
	margin-bottom: 20px;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 8px;
	background-image: url(/assets/templates/pf00001/images/navbar.gif);
	background-repeat: repeat-x;
	color: #fff;
}

#subhead {
	background: url(/assets/templates/pf00001/images/sub_head.png) no-repeat;
	width: 960px;
	padding: 4px;
	height: 285px;
	margin-bottom: 12px;
}

#content_wrap {
	width: 960px;
	border: none;
	margin: 0;
	padding: 4px;
	background: url(/assets/templates/pf00001/images/contentbg_middle.png) repeat-y;
}

#content {
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding-left: 10px;
	width: 700px;
	float: left;
}

#sidebar {
	text-align: right;
	padding: 0px 5px 5px 5px;
	width: 208px;
	margin-left: 20px;
	margin-top: 4px;
	margin-right: 10px;
	float: right;
	background: url(/assets/templates/pf00001/images/sidebar_top.png) no-repeat top right;
	border: 1px solid #d40033;
}

#sidenav {
	text-align: right;
	padding: 0px 0px 5px 5px;
	width: 208px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
	float: right;
	border-right: 2px solid #d40033;
}

/* --[ TEXT ]-- */
p {	margin: 0.45em 0 0.45em 0; }
h1, h2, h3, h4, h5, h6 { margin: 2px 0 0.7em 0; color: #182983; }
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1.2em; }
th {
	font-size: 1.2em;
	text-align: center;
	border-top: 1px solid #182983;
	border-bottom: 1px solid #182983;
}
blockquote {
	margin: 10px 0 10px 20px;
	border-left: 2px dotted #d40033;
	padding: 0.3em;
	font-style: italic;
	background: #39f;
}
blockquote p {
	margin: 0;
}

#header a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-style: normal;
}
#nav a  {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-style: normal;
}
#sidebar h2 {
	font-size: 16px;
	vertical-align: middle;
	margin: 0;
	font-style: italic;
}
#sidenav ul {
	list-style-type: none;
	font-size: 1.1em;
	margin:0;
}
#sidenav ul a {	
	font-style: normal;
	display: block;
	border-bottom: 1px solid #FFBDCC;
	padding-right: 5px;
	line-height: 1.5em;
}

#sidenav ul li.active a {	
	font-weight: bold;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #d40033;
	font-weight: normal;
	font-style: italic;
}
/*a:hover {
	text-decoration: underline;
	color: #d40033;
}*/
form {
	margin: 0;
}
input.search {
	width: 100px;
	height:17px;
	line-height:17px;
	font-size: 8pt;
	border:0px;
	background-image: url(/assets/templates/pf00001/images/searchbox.png);
	vertical-align: middle;
}
a img {
	border:0;
	text-decoration: none;
}
img {
	border: 0px;
	margin: 0px;
}
.ajaxSearch_result {
	border-bottom: 1px solid #182983;
}
.ajaxSearch_resultExtract {
	border: 1px solid #666666;
	background-color: #dddddd;
	margin: 5px 0 5px 15px;
	padding: 0 5px 0 5px;
}
