/* Start of CMSMS style sheet 'Triplex' */
html {
	height: 100%;
	margin:0;
	padding:0;
	overflow-y: scroll; /* Firefox scrollbar always on */
}


body {
	height: 100%;
	margin:0;
	padding:0;
	background-color: #fff;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
	text-align: left;
	color: #333;
}

div {
	font-size: 1em;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font: 1em Tahoma, Helvetica, sans-serif;
}

dfn {
	display: none;
}

/*
default link styles
*/
a,
a:link 
a:active {
	text-decoration: underline;
	background-color: inherit; 
	color: #002157; 
}

a:visited {
	color: #173b75;
}

a:hover {
	color: #7d4900;
}

.clear {
	clear: both;
	height: 1px;
}

/*****************
basic layout 
*****************/
div#wrapper {
	position: relative;
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
}

* html div#wrapper {
	height: 100%;
}

/* header ***/
div#header {
	position: relative;
	padding-top: 5px;
}

div#logo {
	float: left;
	width: 225px;
	margin: 0 0 5px;
	text-align: left;
}

div#lang {
	float: right;
	text-align: right;
	width: 200px;
	padding: 5px 0;
}

div#lang a {
	color: #333;
}

div#search {
	clear: right;
	float: right;
	width: 23em;
	text-align: right;
	padding: 5px 0;
}

div#ecom {
	clear: right;
	float: right;
	width: 200px;
	text-align: right;
	padding: 5px 0;
}

/* IE adds nice 3px space but we don't need it. */
* html div#lang,
* html div#search,
* html div#ecom {
	padding: 5px 0 2px;
}

div#ecom a {
	color: #00f;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

/* horizontal menu ***/
div#menu_hor {
	position: relative;
	padding: 0;
	width: 960px;
	height: 32px;
	background: #ccd0d5 url('images/menu_hor_bg1.gif') no-repeat;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
}

div#menu_hor ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#menu_hor li {
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #bcbfc4;
	border-left: 1px solid #ccd0d5;
}

div#menu_hor li.activeparent {
	font-weight: bold;
}

div#menu_hor a {
	display: block;
	float: left;
	height: 22px;
	padding: 9px 15px 0;
	color: #444;
	text-decoration: none;
}

div#menu_hor a:hover {
	color: #000;
	background-color: #cdd0d5;
}

div#menu_hor li.activeparent a,
div#menu_hor li.currentpage a,
div#menu_hor li.currentpage strong {
	display: block;
	float: left;
	height: 22px;
	padding: 9px 15px 0;
	color: #fff;
	background: #999 url('images/menu_hor_bg2.gif') no-repeat;
	font-weight: bold;
}


/* vertical menu ***/
div#menu_vert {
	margin: 7px 0;
	padding: 7px 7px 30px;
	border-top: 1px solid #c8ced4;
	border-left: 6px solid #c8ced4;
	background-color: #f0f0f0;
	color: #999;
}

div#menu_vert ul {
	margin: 0;
	padding: 0 0 0 2em;
	list-style-type: square;
}

div#menu_vert li {
	margin: 1em 0;
	padding: 0;
}

div#menu_vert li li {
	margin-left: 3em;
}

div#menu_vert a,
div#menu_vert strong {
	color: #57697b;
	text-decoration: none;
}

div#menu_vert a:hover {
	text-decoration: underline;
}

div#menu_vert h2 {
	margin: 0.33em 0 0.67em;
	font-size: 1.33em;
	font-weight: normal;
	color: #57697b;
}

div#menu_vert1 {
	margin: 7px 0;
	padding: 7px 7px 15px;
	border-left: 6px solid #c8ced4;
	background-color: #f0f0f0;
	color: #999;
}

div#menu_vert1 ul {
	margin: 0;
	padding: 0 0 0 2em;
	list-style-type: disc;
}

div#menu_vert1 li {
	margin: 0.5em 0;
	padding: 0;
}

div#menu_vert1 li li {
	margin-left: 3em;
}

div#menu_vert1 a {
	color: #57697b;
	text-decoration: none;
}

div#menu_vert1 a:hover {
	text-decoration: underline;
}

div#menu_vert1 h3 {
	margin: 0.33em 0 0.67em;
	font-size: 1.17em;
	font-weight: normal;
	color: #57697b;
}

div#counters {
	text-align: center;
	border: 4px solid #ccc;
	background: #e5e5e5;
}

div#counters img {
	margin: 3px;
}


/* breadcrumbs ***/
div.breadcrumbs {
	position: relative;
	padding: 1em 0 .5em 0;
	font-size: 0.9em;
	margin: 0 0 0.5em;
	border-bottom: 1px solid #c8ced4;
	color: #666;
}

div.breadcrumbs a {
	color: #5c5c7a;
}

div.breadcrumbs span.lastitem { 
	font-weight: bold; 
}

div#main {
	margin-left: 250px;
	margin-right: 100px;
}

div#sidebar {
	float: left;
	width: 200px;
	display: inline;  /* FIX IE double margin bug */
	padding-left: 5px;
}

div#footer {
	position: absolute;
	width: 960px;
	bottom: 0px;
	left: 0px;
	border-top: 2px solid #999;
	background-color: #fff;
	font-size: 0.9em;
	text-align: center;
	color: #4b4b4b;
}

div#footer p {
	margin: 1em 0;
}

div#footer span,
div#footer a {
	color: #000;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 2px;
   padding: 1em 0;
   border-bottom: 1px solid #c8ced4;
   margin: 1em 0;
}

/* relational links under content */
div.relational {
	text-align: right;
	font-size: 0.8em;
	color: #5c5c7a;
}

div.relational a {
	color: #5c5c7a;
}


/********************
CONTENT STYLING
*********************/
div#content {
	position: relative;
	padding-bottom: 100px; /* #footer height */
}

/* content headings */
div#main h1,
div#main h2,
div#main h3,
div#main h4,
div#main h5,
div#main h6 {
	font-family: Arial, sans-serif;
	color: #7d4900;
}

div#main h1 {
	font-size: 20px;
	margin: 12px 0 20px;
}

div#main h2 {
	font-size: 16px;
	margin: 12px 0 15px;
}

div#main h3 {
	font-size: 14px;
	margin: 12px 0 10px;
}

div#main h4,
div#main h5,
div#main h6 {
	margin: 12px 0 5px;
}


/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

.pics {
	background-color: #ffffff;
}

.link_acrobat {
	padding-left: 20px;
	background: url('images/icons/pdf.gif') no-repeat left center;
}
/* End of 'Triplex' */

