* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	color: #000;
} 
blockquote {
	padding: 0 30px;
}
#wrap {
	position: relative;
	/*height: 100%;*/
	width: 100%;
}
#middle {
	position: relative;
	height: auto;
	min-height: 100%; /* for modern browsers, to push the footer down */
	margin-right: 10%; /* right column width */
	margin-left: 250px; /* left column width */
	/*	margin-bottom: -50x; /* footer height */
	width: auto;
}
#middle:after { /* this will keep the floats contained, for modern browsers */
    content: "."; 
    display: block; 
    height: 0; 
    overflow: hidden; 
    clear: both; 
    visibility: hidden; 
} 
* html #middle {
	height: 100%; /* for IE because it doesn't do min-height */
}
#main {
	position: relative; /* IE float bug workaround */
	float: left;
	width: 100%; 
	margin-right: -1px;
}
#content {
	position: relative;
	float: right;
	width: 100%;
	margin: 0 -21px;
	padding: 10px 0 0 10px;
}
#frm_content {
	margin: 10px 30px 0 30px;
}
#nav {
	position: relative;
	float: left;
	width: 250px;
	margin-left: -249px; /* width -1 */
	padding: 20px 0 80px 0;
}
#header {
}
#header .symbol {
	height: 73px;
	vertical-align:bottom;
	clear:both;
}
.pdos {
	background: #fff url(../images/logo/logo_symbol_small.gif) no-repeat 30px 15px;
}
.sdpsp {
	background: #fff url(../images/logo/logo_symbol_small.gif) no-repeat 35px 15px;
}
.pdod {
	background: #fff url(../images/logo/logo_symbol_small.gif) no-repeat 30px 15px;
}
#header .symbol p {
	margin: 0 0 0 281px;
	padding: 40px 0 0 0;
	color: #e51b24;
	clear:both;
}
#header #logotext {
	margin: 0 0 0 30px
}
#breadcrumb {
	padding: 0;
	margin: 0 0 0 30px;
}
#footer {
	clear: both;
	margin: 0 auto;
	padding: .5em;
	color: #333;
	text-align: center;
}
#text_a {	font-size: 12px;}
#text_aa {	font-size: 14px;}
#text_aaa {	font-size: 16px;}
#text_aaaa {	font-size: 20px;}

#content ul,
#frm_content ul {	margin: 0 0 0 40px;}
#content ol,
#frm_content ol {	margin: 0 0 0 43px;}
#content ul li,
#frm_content ul li {	list-style-image: url(../images/layout/ul.gif);}
#content ul li ol,
#frm_content ul li ol {	margin: 15px 0 0 20px;}
#content ul li ol li,
#frm_content ul li ol li {	list-style-image: url(../images/layout/ol.gif);}
#content ul li ul,
#frm_content ul li ul {	margin: 15px 0 0 20px;}
#content ul li ul li,
#frm_content ul li ul li {	list-style-image: url(../images/layout/ul.gif);}
#content ul li, 
#content ol li,
#frm_content ul li,
#frm_content ol li {	padding: 0 0 15px 0;}
#content ul.subtitle,
#frm_content ul.subtitle {	margin: 0 0 0 20px;}
/*------------------------------------------------------------------------------------------------------------------------------*/
img {	border: 0;}
p, hr {	clear: both;}
a {	color: #695e4a;}
a:visited {	color: #968e80;}
hr {
	margin: 10px 0 10px 0;
	border: 1px solid #d9d7d2;
	height: 1px
}
/*------------------------------------------------------------------------------------------------------------------------------*/

#wrap #pdos_TopItemsHeader {
	margin: 0.5em 7.5em 0.5em 0.5em;
	float: right;
	display: inline;
	padding: 0;
}
#wrap #pdos_TopItemsHeader ul#pdos_TopItems {
	margin: 0.5em 7.5em 0.5em 0.5em;
	float: right;
	display: inline;
	padding: 0;
}
#wrap #pdos_TopItemsHeader.blgm_stretch ul#pdos_TopItems {
	margin-right: 10em;
}
#wrap #pdos_TopItemsHeader ul#pdos_TopItems li {
	line-height: 1em;
	margin-left: 0.25em;
	text-align: center;
	float: left;
	display: inline;
	padding: 0;
}
#wrap #pdos_TopItemsHeader ul#pdos_TopItems li .pdos_lSwitch {
	padding: 0.2em;
	width: 37em;
	display: compact;
	text-decoration: none;
	border: 1px solid #999999;
	/* background-color: #FC0;
	  #FC9 #cccccc; */
	color: #666666;
	font-size: 0.95em;
	font-weight: 300;
	font-family: arial,verdana,sans-serif;
	clear: both;
}
#wrap #pdos_TopItemsHeader ul#pdos_TopItems li.pdos_active .pdos_lSwitch {
	border: 1px solid #333333;
	background-color: #FC9;
	/* #666666; */
	color: #ffffff;
	clear: both;
}
#wrap #pdos_TopItemsHeader ul#pdos_TopItems li a {
	text-decoration: none;
	clear: both;
}
#wrap #pdos_TopItemsHeader ul#pdos_TopItems li a.pdos_lSwitch:hover {
	border: 1px solid #333333;
	background-color: #666666;
	color: #ffffff;
	text-decoration: none;
	clear: both;
}