﻿/* @group General */
body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img {
	border: none;
}
#container {
	margin: 0 auto;
	position: relative;
	width: 812px;
}
#header {
	margin: 0 0 10px;
}
#header img {
	margin: 10px 0;
}
#outer_wrapper {
	margin: 0 0 20px;
}
#footer_nav, 
#secondary_navigation,
#secondary_navigation_public {
	margin: 15px 0 0;
	text-align: center;
}
#footer_nav a, 
#secondary_navigation a,
#secondary_navigation_public a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#footer_nav a:hover, 
#secondary_navigation a:hover,
#secondary_navigation_public a:hover {
	color: #fb9309;
	text-decoration: underline;
}


#footer {
    font: bold 9px/11px Verdana, Arial, Helvetica, sans-serif;
    color: #666;
	padding: 15px 0;
	width: auto;
	text-align: center;
}
#footer p {
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 15px;
}
#truste {
	/*margin: 20px 0 0;*/
	margin:20px auto;
    text-align: center;    
}
/* @end */
/* @group UNPW */
#utilities {
	/*background: #fff;*/
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	color: #666;
	padding: 0 40px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -8px;
	behavior: url('/Styles/javascript/PIE.htc');
}
.breadcrumbs {
	margin: 0 0 20px;
}
#article_left_col {
	-moz-border-radius: 10px; /* Firefox 3 and earlier */
	-webkit-border-radius: 10px; /* Safari 4 and earlier */
	border-radius: 10px; /* CSS3 standard */
	-moz-box-shadow: #ddd 0 3px 3px; /* Firefox 3 and earlier */
	-webkit-box-shadow: #ddd 0 3px 3px; /* Safari 5 and earlier */
	box-shadow: #ddd 0 3px 3px; /* CSS3 standard */
	width: 548px;
	behavior: url('/Styles/javascript/PIE.htc'); /* CSS3 for IE8 and earlier */
}
#article_left_col a {
	color: #0C1efe;
}
#article_left_col a:hover {
	color: #6497ec;
}
#main_article_content {
	background: #fff url('/Content/Images/bg_main_article_content.jpg') center top no-repeat;
	border: 2px solid #ccc;
	border-top: none;
	-moz-border-radius: 0 0 10px 10px; /* Firefox 3 and earlier */
	-webkit-border-radius: 0 0 10px 10px; /* Safari 4 and earlier */
	border-radius: 0 0 10px 10px; /* CSS3 standard */
	clear: both;
	padding: 20px;
	position: relative;
	behavior: url('/Styles/javascript/PIE.htc'); /* CSS3 for IE8 and earlier */
}
#main_article_top h1 {
	background: #acd4f7 url('/Content/Images/bg_unpw_title.jpg') repeat-x;
	border: 2px solid #ccc;
	border-bottom-width: 1px;
	-moz-border-radius: 8px 8px 0 0; /* Firefox 3 and earlier */
	-webkit-border-radius: 8px 8px 0 0; /* Safari 4 and earlier */
	border-radius: 8px 8px 0 0; /* CSS3 standard */
	color: #041d41;
	font: bold 20px "Arial Narrow", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 8px 20px;
	position: relative;
	text-shadow: #fff 1px 1px 1px;
	behavior: url('/Styles/javascript/PIE.htc'); /* CSS3 for IE8 and earlier */
}
/* @end */