/* Consero Style Sheet */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	}
h1 {
	font: bold x-large Arial, sans-serif;
	color: #43616B;
	margin-top: 0px;
	}
h2 {
	font: large Arial, sans-serif;
	color: #9C1A1E;
	margin-bottom:0;
	}

p {
	font: 0.7em Verdana, sans-serif;
	}
a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}
.floatleft {
  float: left;
  Margin: 0 5px 5px 0
	}
.floatright {
  float: right;
  Margin: 0 0 5px 5px
	}	
	
table.apptable {
  text-align: center;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px 2px;
	border-style: solid solid solid solid;
	border-color: blue blue blue blue;
	border-collapse: separate;
	background-color: white;
}
table.apptable th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: blue blue blue blue;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.apptable td {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: blue blue blue blue;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

#undernav {
	 width: 20%;
   display:block;
	 text-align: center;
	 margin:30px;
	}
	
#navLogos {
	 margin: 20px 0px 0px 15px;
	}
	
#center {
	margin: 0 25% 0 20%; 
	padding: 1% 3%;
	color: #000;
	}
#center p {
  font: 0.9em Verdana, sans-serif;
	}  
#center li {
  font: 0.9em Verdana, sans-serif;
	margin: 0.5em 0;
  }
		
div#topcontent {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 80%;
	}
#topcontent h2, #topcontent p {
	display: inline;
	margin-right: 0.5em;
	}
div#topcontent ul {
	position: absolute;
	right: 0px;
	list-style: none;
	margin: 0px 0px 40px 0px;
	}
div#topcontent ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #34339B;	
	}
div#topcontent ul li.first {
	border-left: 0px none;
	}
div#topcontent ul li a {
	font: 0.7em /1 verdana, sans-serif;
	}
div#topcontent form {
	position: absolute;
	right: 0px;
	top: 45px;
	margin: 0px;
	}

ul#mainnav {
	width:200px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #D6D6D6;
	}
ul#mainnav li {
	display: block;
	border-top: 1px solid #A5B5C6;
	}
ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: #5C6F90;
	font: bold 0.8em /1.5 arial, sans-serif;		/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #fff;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}
ul#mainnav li a:hover {
	background-color: #43616B;
	color: #eee;
	}
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px solid pink;
	}
ul#mainnav ul.subnav li {
	border-top: 0 none;
	border: 0px solid green;
	padding-left: 1.5em;
	}
ul#mainnav ul.subnav li a {
	padding: 1%;
	margin: 0px;
	font: bold 0.7em /1.5 verdana, sans-serif;
	color: #5C6F90;
	background-color: transparent;
	border: 0px solid yellow;
	}
ul#mainnav ul.subnav li a:hover {
	color: #43616B;
	background-color: transparent;
	text-decoration: underline;
	}


div#news p.row {
	width: 100%;
	margin: 0px 0px 1em 0px;
	}
div#news p.row span.leftcol {
	float: left;
	color: #D6D6D6;
	}
div#news p.row span.rightcol {
	width: 70%;
	float: right;
	}
div#news p.row span.rightcol a {
	color: #D6D6D6;
	font-weight: bold;
	}
div#news p.row span.rightcol a:hover {
	color: #A4B5C5;
	}
#news div {margin-left:20px; margin-top:5px; font-size:14px;}
#news a:link, #news a:visited {color: #D6D6D6; text-decoration:none;}
#news a:hover {color: #A4B5C5;text-decoration:underline;}	
	
	
.spacer {
	display: block;
	height: 1px;
	font: 1px /1 sans-serif;
	clear: both;
	}
#news h2 {
	color: #D6D6D6;
	margin-top: 10px;
	}

#dlheader {
	margin: 0 2% 0 20%; 
	padding: 1% 3%;
	color: #000;
	}
#leftcontent {
  position: absolute;
  left:1%;
  width:20%;
  top:450px;
  }
#centerleftcontent {
  position: absolute;
  left:22%;
  width:28%;
  top:200px; /*150px; */
  }
#centerrightcontent {
  position: absolute;
  left:51%;
  width:28%;
  top: 200px; /* 150px; */
  }
#rightcontent {
  position: absolute;
  left:80%;
  width:19%;
  top: 200px; /* 150px; */
  }
#toc {
  display: bock;
	}
.apphead {font-size: 115%;
			font: bold Arial, sans-serif;
    	line-height: 2em;
			margin-bottom: -1.2em;
			}	
.prodhead {font-size: 115%;
			font: bold Arial, sans-serif;
    	line-height: 1.5em;
			margin-bottom: -0.5em;
			}	
#footer {
	clear: both;
	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;
	background-color: #D6D6D6;
	color: #000;
	}	
#footer p {
	margin: 4px;
	text-align: center;
	}
#dlheader h1 {
  margin-bottom: -.7em;
	}
#dlheader p {
  font: 0.9em Verdana, sans-serif;
	}
	
#downloads h2 {
  margin-bottom: -0.5em
	}
#downloads h3 {
  margin-top:1em;
	margin-bottom: -0.5em;
	font: medium Arial, sans-serif;
	color: #9C1A1E;
	}
#downloads ul {
  list-style-image: url(../images/pdf.gif);
	font-family: Verdana; 
	font-size: 14px;
	list-style-image: url(images/pdf.gif)
	}
#downloads  a {
   text-decoration: none;
	 }
#downloads a:hover {
  text-decoration: underline;
	} 
	
	
/* alterations */
table.header{
	font-family: Arial, Helvetica;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	letter-spacing: 0px;
	background-image: url(/images/dots.gif);
	font-style: italic;
	width:100%;
	border-bottom: 1px solid #A5B5C6;
}	



#top {
	padding: 8px 4px;
	background: #BDC5CE url(images/bgtop.jpg) repeat-x;
	border-bottom: 1px solid #A5B5C6;
	}
	
div#top a {
	display: block;			 
	width: 492px;
	background-color: #5C6F90;
	}
	
div#top a:hover {
	background-color: #43616B;
	}
	
	
	
#left {
	position: absolute;
	padding: 0px;
	top: 88px; /* 75px;  88px; */
	width: 20%;
	background: #FFF;
	color: #000;
	}
	
#news {
	position: absolute;
	width: 21%;			/* why not 22%?  because at some sizes the rounding difference adds up to more than 100% and gives us a horizontal scroll bar */
	height: auto;
	overflow: hidden;
	margin-left: 80%;
	padding: 10px;
	top: 88px; /*75px; 88px; */
	background-color: #153976;
	border-top: 1px solid #A5B5C6;
}

/*
#bbb{
	position:absolute;
	top:508px;
	left:70px;	
}	
*/
	
	
	


