/* CSS Document */

* {
  margin:0;
  padding:0;
  }
  
html, body {
  margin:0 auto;
  height:100%; 
  margin-bottom:1px;
  background: #bcbcbc;
  }

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#333;
  font-size:70%;
  text-align:center; /* for ie 5.x */
  }
  

#page {
	width: 800px;
    margin:0 auto; 
    text-align: left;
	}
	
/* Header */
#contentRegion {
	position:relative;
	z-index:1; /* needed for IE and the menu */
	width:766px;
 
  }


#header-wrapper-left {
	position: relative;
	padding-left: 15px;

}

#header-wrapper-right {
	position: relative;
	padding-right: 15px;
  }

#header {
	position: relative;
	height: 200px;
	background: #BCBCBC url(images/header-bg-middle.png) repeat-x;
  }

#header #left-cap {
	height: 200px;
	background: url(images/header-bg.png) no-repeat left top;
  }

#header #right-cap {
	position: relative;
	float: right;
	height: 200px;
	background: url(images/header-bg-right2.png) no-repeat right top;
	padding-left: 65px;
  }

#header #logo {
	position: absolute;
	top: 35px;
	left: 35px;
 }

#header-navigation {
	padding-top: 20px;
	margin-left: 5px;
	position: relative;
	left: -3px;
	height: 25px;
	padding-right: 10px;
	}

#header-navigation a{
	text-decoration: underline;
	}

#header-navigation a:hover{
	color: #868686;
	}

#header-navigation ul {
	list-style-type:none;
	}
	
#header-navigation li {
	float: left;
	background: url(images/backgrounds/header-navigation-divider.gif) no-repeat top right;
	padding-right: 7px;
	margin-left: 7px;
	color: #FFFFFF;
	}


#header-navigation li a{
	color: #117bb4;
	}

#header #star{
	float: right;
	margin-right: 20px;
	position: relative;
	
	}


/* Main Navigation */
#topMenuBar {
	position: relative;
	width:766px;
	z-index:2; /* needed for IE and the menu */
	background: #117bb4 url(images/nav-bg.png) repeat-x top;
	height: 35px;
  }	
 
#top-menu {
	position: relative;
	list-style:none;
	text-align:left;
	height: inherit;
	margin: 0 !important;
	padding-left: 9px;
	z-index: 100;
	border-bottom-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: #001B4D;
  }

#top-menu li {
	position: relative;
	list-style:none;
	display:block;
	float:left;
	height: 30px;
	top: 5px;
	padding:0px 10px;
	font:bold 16px "Trebuchet MS";
	text-decoration:none;
	color:#CCCCCC;
	letter-spacing: 0em;
  }

#top-menu li a {
	position: relative;
	cursor:pointer;/*IE needs this*/
	text-decoration: none;
	display: block;
	padding-bottom: 15px;
  }

#top-menu li a span {
  position: relative;
  font-family: arial;
  font-size: 12px;
  margin:0;
  padding: 0 8px 0 6px;
  color:#FFF;
  display:block;
  height:inherit;
  top: 5px;
  }	
	
#top-menu li a:hover {
	background-image: url(images/nav-hov.gif);
	background-position: bottom;
	background-repeat: repeat-x;

  }
#top-menu li a#current {
	background:url(images/current.gif) no-repeat center bottom;
}
	
/* page-structure */

#content-wrapper-left {
	position: relative;
	padding-left: 15px;
	float: left;
}

#content-wrapper-right {
	position: relative;
	padding-right: 20px;
}

#content {
	position: relative;
	background: white;
	margin-top: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
  }

#content #description-block {
	position: relative;
	margin-top: 15px;
	margin-right: 15em;
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
	color: #6699FF;
	text-align: left;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	
}

	
/* 3 columns */
#container {
	float: left;
	width: 66%;
	padding: 0 0 0.1em;
	margin-bottom: 2em;
}

#container2 {
	float: left;
	width: 100%;
	padding: 0 0 0.1em;
	margin-bottom: 2em;
}

#container3 {
	float: left;
	width: 100%;
	padding: 0 0 0.1em;
	margin-bottom: 2em;
}
.oneCol #container {
	width: 100%;
	background: #FFF;
}


.inside #container  {
	width: 100%;
	background: #FFF;
}

.inside2 #container2  {
	width: 100%;
	background: #FFF;
}

.inside #container #top {
	width: 100%;
	height: 25px;
	margin-bottom: -15px;
}


.inside #container *, .oneCol #container * {

	color: #000;
}


#mainCol, #subCol, #extraCol, #feature {
	font-size: 80%;
	color: #000033;
}


#mainCol {
	float: left;
	width: 48%;
}	
#mainCol2 {
	float: left;
	width: 100%;
}	


.inside #mainCol {

	float: left;
	width: 64%;
	margin-left: 1%;
	display: inline;
}


.oneCol #mainCol {
	width: 100%;
}


#subCol {
	float: right;
	width: 48%;
	}

#subCol2 {
	float: right;
	width: 48%;
	}

.inside #subCol {
	float: right;
	width: 32%;
	margin-right: 1%;
	display: inline;
	}
	
#extraCol {
	float: right;
	width: 31%;
	}

#extraCol2 {
	float: right;
	width: 31%;
	}

.inside #extraCol, .oneCol #extraCol, .oneCol #subCol {
	display: none;
	}


  
/* Page Styles */
.spacer {
  clear:both;
  line-height:.1em;
  font-size:.1em;}
hr {
  border:0;
  background-color:#CCC;
  height:1px;}
  p {
  margin:0.75em 0 1em 0;
  padding:0;}
h1 {
  margin:1em 0 0.5em 0;
  font-size:105%;}
h2 {
	margin:1em 0 0.5em 0;
	font-size:18px;
}
h2.current_release {
	margin:1.2em 0 1em 0;
	color: #000033;
}
h3 {
	margin:1em 0 0.75em 0;
	font-size:12px;
	font-weight:bold;
	color:#000033;
}
h4 {
  font-size:1em;}
a {
  text-decoration:none;
  color:#06C;}
a:visited,
a:active,
a:hover{
  color:#06C;}
a:hover {
  text-decoration:underline;}
a.selected {
  font-style:italic;}
 
img {
	font-size:80%;
	font-weight:bold;
	border:0;
}
.img-inner {
	float: left;
	margin-right: 8px;
}


/* /special headings */
  
.clearthis {
  clear:both;
  float:none;
  font-size:1px;
  color:#FFF;}
.leftFloat, .left {
  float:left;}
.rightFloat, .right {
  float:right;}

  
.indent-1,
.indent,
.section {
	margin: 2em 3em;
	text-align: left;
}
.main body {
	margin: 2em 0em 0em;
	text-align: left;
	padding-top: 20px;
}
.indent-2 {
  margin-left:2em;}

/* /general styles */
.column-text {
	color: #333333;
	font-size: 10px;
}
  
/* content-specific-structure */
#pageHeading,
#pageBottom {
  position:relative;
  width:100%;
  z-index:0;}
#pageHeading .action,
#pageBottom .action {
  position:absolute;
  right:0;
  z-index:0;}
#pageHeading {
	padding:0 0 .5em;
	margin:1em 0 .5em;
	border-bottom:1px solid #CCC;
}
#pageHeading .action {
  bottom:2px;}
#pageBottom {
	padding:1em 0 1.2em;
	margin-top:3em;
	border-top:1px solid #CCC;
}
#pageBottom .action {
  top:2px;}
  

  
  /*footer */
  #footer-wrapper-left {
	clear: both;
	padding-left: 15px;
	}
	
#footer-wrapper-right {
	padding-right: 15px;
	clear: both;
	}
	
#footer {
	height:60px;
	color: #666666;
	padding-bottom: 30px;
	clear: both;
	background-color: #023672;
	background-image: url(images/header-bg-middle.gif);
	background-position: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #001B4D;
  }

#footer-navigation {
	font-family: arial;
	font-size: 12px;
	display: block;
	list-style-type: none;
	padding-left: 35px;
	}

#footer-navigation a{
	color: white;
	}

#footer-navigation li {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	background: url(/images/backgrounds/footer-navigation-divider.gif) right no-repeat;
	padding-top: 20px;
	}

#footer-navigation li.last {
    background: none;
	}

#copyright {
	font-size: 11px;
	margin: 0;
	left: 10px;
	clear: both;
	padding-top: 0.5em;
	padding-left: 35px;
	color: #117bb4;
	}
