/* color scheme

darker-olive	#73828c
dark-olive		#7f8e95

lightest-blue   #9ac4dc
lighter-blue	#4ab8d6
light-blue		#1793dc

dark-grey		#484848
grey			#707070
light-grey		#BABABA
almost-white	#fafafa
*/

body {
	margin: 4px 0px; 
	padding: 0;
	background-color: #73828c;
	background: url("bg_body2.jpg");
	text-align: center; 
	font: 80% Verdana,Arial,Helvetica,Sans-Serif;
}
a {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
div {
	margin: 0;
	border: 0;
	padding: 0;
}
/* Main Site Layout */
#inner-body {
	position: relative;
	display: block;
	margin: 0px auto; 
	width: 725px;
	text-align: left; 
}
#header {
	position: relative;
	display: block;
	float: left;
	height: 30px;
	width: 725px;
	line-height: 20px; /*same height as background image xpt.gif*/
	background: transparent;
}
#navigation {
	position: relative;
	float: left;
	height: 115px; 
	width: 725px;
	background: url("xpt-arcs.jpg") top right;
	background-repeat: no-repeat;
	background-color: #BABABA;
}
#navigation.liberta {
	background: url("liberta-air.jpg") top right;
}
#navigation.special {
	background: url("xpt-arcs.jpg") top left;
}
#content {
	position: relative;
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 725px;
	background-image: url("column-back.png");
	background-repeat:  repeat-y;
	/*background-position: left 100px;*/
	background-color: #fafafa;
	overflow: hidden;
}
#columns {
	position: relative;
	float: right;
	width: 600px;
}
#sidebar {
	position: absolute;
/*	display: none;
	visibility: hidden;*/
	float: left;
	width: 125px;
	height: auto; 
	_height: 600px;
	min-height: 600px;
	background-image: url(xpt-side.gif);
	background-repeat: no-repeat;
	background-position: left 100px; 
	
/*
	background-color: #E0E0E0;*/
	background-color: transparent;
}
#footer {
	clear: both;
	margin: 0; 
	padding: 0; 
	color: white;
	/*background: url("xpt-arcs.jpg") top left;*/
	background-repeat: no-repeat;
	background-color: #1793dc;
	font-size: 80%;
	height: 20px;
	width: 725px;
}
/* Header */
#header #site-id {
	display: block;
	float: left;
	height: 20px; 
	width: 75px;
	background-image: url(xpt.gif); 
	background-position: left; 
	background-repeat: no-repeat; 
	background-color: transparent;
}
#header a #site-id {
	cursor: hand;
}
#header #site-id span {
	display: none;
}
#header #tag-line {
	display: block;
	float: left;
	color: white;
	font-weight: bold;
	background: transparent;
}
#header #site-utilities {
	display: block;
	float: right;
	background: transparent;
}
#header #site-utilities a {
	display: block;
	float: left;
	margin: 0;
	margin-left: 4px;
	border: 1px solid #7f8e95;
	padding: 0px 4px;
	color: white;
	text-decoration: none;	
}
#header #site-utilities a:hover {
	border: 1px solid white;
}
/* Navigation */
#navigation #menu {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 100;
}
#menu-filler {
	width: 125px;
	text-align: center;
}
.submenu {
	margin: 0;
	border: 0;
	padding: 0;
	width: 118px;
	line-height: 22px;
	cursor:pointer;
	text-align:left;
	text-decoration:none;
	color: white;
	background-color: transparent;
}
.menu-item-header, .menu-item {
	display:block;
	-kthml-opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
	opacity: 0.7;
}	
.menu-item-header {
	padding: 0px 4px;
	border: 1px solid #1793dc;
	width: 108px;
	height: 20px;
	text-decoration: none;
	color: white;
	background-color: #1793dc;
}
.menu-item-header:hover {
	border: 1px solid #eeeeee;
	background-color: #4ab8d6; 
}
.menu-item {
	padding: 0px 4px;
	border: 1px solid #1793dc;
	width: 108px;
	height: 20px;
	text-decoration: none;
	color: white;
	background-color: #1793dc;
}
.menu-item:hover {
	border: 1px solid #eee;
	background-color: #4ab8d6; 
}
#flash-animation {
	position: absolute;
	top: 150px;
	left: 50px;
}
#navigation #page-id {
	position: absolute;
	display: block;
	bottom: 0px;
	width: 725px;
}
* html body #navigation #page-id {
	/*
	filter: alpha(opacity=50);
	*/
}
#navigation #page-id h1.page-title {
	display: block;
	margin: 0;
	border: 0;
	padding: 0px 4px 0px 13px;
	line-height: 92px;
	color: #e0e0e0;
	letter-spacing:3pt;
	font-size: 300%;
	/*
	background-image: url(backfade.png); 
	background-repeat: repeat-x;
	background-position: bottom;
	*/
	background-image: none; 
	background-color: Transparent;
}
* html body #navigation #page-id h1.page-title {
	background-image: none; 
	background-color: Transparent;
}
/* #columns */
.first-column, .second-column, .single-column {
	position: relative;
	float: left; 
	width: 291px;
	color: #484848;
	background-color: Transparent;
}
.first-column {
	padding: 5px 3px 5px 5px;
}
.single-column {
	padding: 5px 3px 5px 3px;
	width: 592px;
}
.second-column {
	padding: 5px 5px 5px 3px;
	clear: right;
	height: 100%; 
}
.column-sizer {
	height: auto; 
	_height: 600px;
	min-height: 600px;
}
.contentitem {
	position: relative;
	margin: 0; 
	padding: 0; 
	padding-left: 8px;
	width: auto;
	color: #484848;
	background-color: transparent;
}
.contentitem h2 {
	margin: 0.5em 0em 0.5em 0em; 
	border-bottom: 1px solid #1793dc;
	text-indent: 0px;
	background-color: transparent;
	color: #1793dc;
	font-size: 140%;
}
.contentitem h3 {
	margin: 1.5em 0em 0.5em 0em; 
	text-indent: 0px;
	font-size: 120%;
	color:#484848;
}	
.contentitem p {
	margin: 1em 0 1em 0; 
	border: 0;
	padding: 0;
}
.contentitem a {
	text-decoration: none;	
	margin : 0px;
	padding : 0px 4px 0px 4px;
	color: #1793dc;
	line-height: 1.5em;
	border: 1px solid white;
}
.contentitem a:hover {
	border: 1px solid #707070;
}
.contentitem a:visited{
	color: #1793dc;	
}

.main-site table {
	width: 100%;
	border: 0;
	/* IE (6) doesn't support border-spacing, so we have to continue using cellspacing="1"
	border-collapse: separate;
	border-spacing: 1px;
	*/
}

.main-site th {
	padding: 4px;
	background: #C0C0C0;
	color: white;
	text-align: left;
	font-weight: bold;
}

.main-site td {
	padding: 4px;
	background: #f0f0f0;
	font-size:smaller;
}

.bottom-row {
	position: relative;
	display:block;
	float: left;
	clear: both;
	border: 1px solid #707070;
	width: 594px;
	background-color: #9ac4dc;
}
.bottom-row .contentitem {
	color: #484848;
}
.bottom-row .contentitem h2 {
	color: white;
	border-color: white;
}
.bottom-row .contentitem a  {
	color: white;
	border-color: #9ac4dc;
}
.bottom-row .contentitem a:hover  {
	color: white;
	border-color: white;
}
.bottom-row .first-column, .bottom-row .second-column  {
	width: 289px;
}
.bottom-row-spacer {
	position: relative;
	display:block;
	float: left;
	clear: both;
}

/* Docbook */
.contentitem div.sect1 a {
	color: #1793dc;
	white-space: normal;
	text-decoration: none;	
	border: 0;
}
.contentitem div.sect1 a:hover {
	text-decoration: underline;
}
.contentitem div.sect1 a:visited {
	color: #1793dc;	
}
.contentitem div.article, .contentitem div.sect1, .contentitem div.sect2 {
	height: auto; 
	_height: 525px;
	min-height: 525px;
}
.contentitem div.sect1 div.sect2 {
	_height: auto;
	min-height: 0;
}
.contentitem h1 a, .contentitem h2 a, .contentitem h3 a, .contentitem h4 a {
	margin: -4px;
	border: 0;
	width: 0;
	height: 0;
}
.contentitem div.titlepage h1.title {
	visibility: hidden;
	display: none;
}
.contentitem #free-floating-image {
	position: absolute;
	left: 0;
	top: 425px;
	left: 150px;
}
/* Footer */
#copyrights {
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	padding-left: 1em;
	line-height: 20px;
}
#footer-menu {
	float: right;
	margin: 0;
	border: 0;
	padding: 0;
	padding-right: 1em;
	line-height: 20px;
}
#footer a {
	margin: 0;
	border: 1px solid #1793dc;
	padding: 0px 4px;
	color: white;
	text-decoration: none;
}
#footer a:hover {
	border: 1px solid white;
}
/* Miscellaneous Rules */
.nolink {
	cursor: default;
	border: 0;
}
a.nohrefdeco {
	border: 0;
}
a.nohrefdeco:hover {
	border: 0;
}
img {
	border: 0;
}
#inner-body h1.title {
	position: relative;
	margin: 0;
	border: 0;
	padding: 0;	
	font-size:100%;
}
#splash-screen {
	position: relative;
	display: block;
	margin: 4px;
	border: 1px solid white;
	width: 590px;
	height: 300px;
	background-color: white;
	overflow: hidden;
}
.right-float {
	float: right;
}
.left-float {
	float: left;
}
