html, body {
	margin: 0;
	padding: 0;
	background-color: #92a5b8;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
}

#frame {
	width: 990px;
	margin: 0 auto;
}

.wrap {
	position: relative;
	width: 900px;
}

#container {
	position: relative;
	background: #ffffff url(../img/c_bg.gif) repeat-y;
	padding: 24px 45px;
}

#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 522px;
	height: 53px;
	overflow: hidden;
}
#logo a {
	display: block;
	background: url(../img/logo.gif) no-repeat;
	width: 522px;
	height: 53px;
	text-indent: -1000px;
}
/*
h1#napp,
h1#napp a {
  display: block;
  width: 610px;
  height: 70px;
  padding: 0;
  margin: 0;
  border: none;
  text-indent: -1000em;
  background: transparent url(../img/logo-napp.gif) no-repeat scroll 0 0;
}
*/

h1#napp,
h1#napp a {
  display: block;
  width: 170px;
  height: 85px;
  padding: 0;
  margin: 0 0 10px 0;
  border: none;
  text-indent: -1000em;
  background: transparent url(../img/Logo_01.jpg) no-repeat scroll 0 0;
}

h1#napp { float: left; background-image: none; }
h1#napp a.growing { background-image: url(../img/logo-ppgs.gif); }

#logo-tag,
#logo-sub {
	display: none;
}

#details {
	float: right;
	margin: 0;
	padding: 0;
	color: #ab2d27;
	height: 77px;
	text-align: right;
	font-size: 12px;
}

#banner {
	clear: both;
}

#nav {
	margin: 1px 0 0;
	padding: 0 20px;
	list-style: none;
	width: 860px;
	height: 29px;
	overflow: hidden;
	background: #556f88 url(../img/nav_bg.gif) no-repeat;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#nav li a {
	display: block;
	float: left;
	height: 29px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	padding: 4px 15px 0;
	border-left: 1px solid #aab7c4;
	overflow: hidden;
}

#nav li.last a {
	border-right: 1px solid #aab7c4;
}

#nav li.active a {
	background: #aab7c4 url(../img/nav_li_bg.gif) repeat-x;
}

#nav li a:hover {
	background-color: #92a5b8;
}

#subnav {
	width: 170px;
	float: left;
	overflow: hidden;
	margin: 39px 0 0;
	padding: 0 0 40px;
	list-style: none;
}

#subnav li {
	background-color: #4d6680;
}

#subnav li a {
	display: block;
	width: 140px;
	margin-top: 1px;
	color: #fff;
	text-decoration: none;
	padding: 6px 15px;
}

#subnav li.first a {
	background: #4d6680 url(../img/sub_li_top_no_bg.gif) no-repeat;
}
#subnav li.activefirst { background-color: #aab7c4; }
#subnav li.activefirst a,
#subnav li.first a:hover {
	background: #aab7c4 url(../img/sub_li_top_act_bg.gif) no-repeat;
}

#subnav li.last a {
	background: #4d6680 url(../img/sub_li_bottom_no_bg.gif) no-repeat 0 bottom;
}
#subnav li.activelast,
#subnav li.last a:hover {
	background: #aab7c4 url(../img/sub_li_bottom_act_bg.gif) no-repeat 0 bottom;
}

#subnav li.active,
#subnav li a:hover {
	background-color: #aab7c4;
}

#subnav ul.sub {
	margin: 0;
	padding: 0 0 0 15px;
}
#subnav ul.sub li {
	background: none !important;
	list-style: none;
	padding-bottom: 0.2em;
}
#subnav ul.sub li a {
	font-size: 10px;
	background: none !important;
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
}
#subnav ul.sub li a:hover,
#subnav ul.sub li.cur a {
	color: #556F88;
}

#content-full {
	width: 820px;
	background: url(../img/content_full_bg.gif) no-repeat 0 top;
	padding: 30px 40px 40px;
	margin-top: 40px;
}

#content {
	float: right;
	width: 620px;
	background: url(../img/content_bg.gif) no-repeat 0 top;
	padding: 30px 40px 40px;
	margin-top: 40px;
}

#right {
	padding-left: 15px;
	padding-bottom: 0;
	padding-right: 15px;
	padding-top: 40px;
	float: right;
	width: 140px;
	margin-top: 40px;
	background: url(../img/content_right_bg.gif) no-repeat 0 top;
	font-size: 10px;
	min-height: 300px;
}

.clear {
	clear: both;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, blockquote {
	margin: 0 0 15px;
}

h1, h2 {
	margin-bottom: 25px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ab2d27;
}

h2 {
	color: #92a5b8;
	font-size: 1.3em;
	font-weight: normal;
}

a { color: #556f88; }
h1 a { color: #ab2d27; }


.teasers {
  margin-bottom: 1em;
}

.teasers .img {
  float: left;
  width: 200px;
  overflow: hidden;
}

.teasers .txt {
  margin-left: 210px;
  padding: 8px;
}

.teasers h1, .teasers h2, .teasers h3, .teasers h4, .teasers h5, .teasers p { padding-bottom: 0; margin-bottom: 0;}
.teasers p { padding-top: 0.5em; }



#footer {
	background: #c9d2dc url(../img/f_bg.gif) repeat-y 0 top;
	height: 19px;
	overflow: hidden;
	padding: 0 45px;
}
#footer p {
	margin: 0;
	padding: 4px 0 0;
	color: #fff;
	font-size: 10px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-left {
	float: left;
}
#footer-right {
	float: right;
}

.fl {
	float: left !important;
}

#navbar {
	display: none !important;
	height: 0px !important;
	visibility: hidden !important;
}

.post {
	margin-bottom: 20px;
}

span.filecount { display: none !important; }


/* sitemap for homepage */
.home-sitemap { }
.home-sitemap a { text-decoration: none; }
.home-sitemap a:hover { text-decoration: underline; }
.home-sitemap h3 { font-size: 14px; margin-bottom: 5px; }
.home-sitemap ul { list-style: none;  margin: 0; padding: 0; font-size: 12px; }
.home-sitemap .col {
  width: 159px;
  float: left;
  margin-right: 5px;
  margin-bottom: 1em;
}

.csc-loginform p,
.sitemap ul ul { margin-bottom: 0; }


input.tx-srfeuserregister-pi1-submit { width: auto !important; }