@CHARSET "UTF-8";
/**
 * Layout
 */
@media only print
{
/*    body * { display: none !important; }
    body:after { content: "Don't waste paper!"; }
    */
    #wrapper { width:800px; }
    #center  { width:800px; }
    #pageBody { width:800px; }

}

body {
  margin: 0;
  padding: 0;
  font: 12px/170% Verdana, sans-serif;
  color: #333;
	background-color: #fff;
}

body.public {
	background-color: #d3e4ec;
}

#container {
  background: #29447d url(images/background_canvas.jpg) top left repeat;
  position: relative;
  width: 100%;
  min-width: 1150px;
  float: left;
  z-index: 5;
}

#background {
  width: 100%;
  background: #29447d url(images/background_gradient.jpg) top left repeat;
  min-width: 1150px;
  top: 0;
  left: 0;
  z-index: 0;
  float: left;
}

#wrapper {
  width: 1150px;
  margin: 0 auto;
  z-index: 5;
}

#tabs-wrapper {
  clear: right;
  float: right;
}

#header_back {
	background: url(images/header_gradient.jpg) top left repeat-x;
	height: 175px;
	width: 100%;
	margin-top: -6px;
}

#header {
  height: 124px;
  position: relative;
  width: 1100px;
  margin: auto;
}


#headerbar {
	padding-right: 5px;
	margin-top: 40px;
	margin-right: 20px;
	float: right;
	max-width: 45%;
	display: inline;
	text-align:right;
	height: 28px;
	background-color:#d3e4ee;
    position: relative;
}

#headerbar * {
	margin: 0;
	padding: 0;
}

.headerbar_left {
	position: absolute;
	top: 0;
	left: -9px;
	width: 9px;
	height: 28px;
	background: url(images/headerbar_left.png) top left no-repeat;	
}

.headerbar_right {
	position: absolute;
	top: 0;
	right: -9px;
	width: 9px;
	height: 28px;
	background: url(images/headerbar_right.png) top right no-repeat;		
}

#userlinks {
	overflow:hidden;  
	margin: -6px 160px 0 5px;	
	text-transform: uppercase;
	font-size: .85em;
	font-weight: bold;
	height: 30px;
}

#userlinks a {
	color: #233c70;
}

#search {
	float: right;
	width: 160px;
	margin: 3px 0;
}

#search label {
	display: none;
}

#search .form-text {
	width: 80px;
	height: 16px;
}

#search .form-submit {
	border: 0;
	font-weight: bold;
	color: #233c70;
	font-size: .85em;
	background: none;
	cursor: pointer;
}

#logo-floater {
  top: 24px;
  position: absolute;
  background: url(images/cogix_logo_block.png) top left no-repeat;
}

#header h1 span {
  font-weight: bold;
}

#header h1 img {
  padding-top: 10px;
  padding-right: 20px; /* LTR */
  float: left; /* LTR */
}
/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#center {
  position: relative;
  width: 1070px;
  min-height: 850px;
  margin: 10px 40px 0 30px;
  float: left;
  background-color: #fff;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-right #center {
  width: 790px !important;
  margin: 10px 45px 0 30px;
}

#subhead {
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0 30px;
}

#subhead .localnav {
	position: absolute;
	right: 0;
	top: 0;
	text-align: left;
	float: right;
}

#subhead .breadcrumbs {
	position: absolute;
	left: 0;
	top: 20px;
}

.localnav ul {
  list-style-type: none;
  list-style-image: none;	
}

.localnav ul li {
	background-image: none;
	display: inline;
	float: left;
	text-align: center !important;
	background-color: #115293;
	padding: 2px 15px;
	text-align: center !important;
    position: relative;
    height: 22px;
    line-height: 24px;
}

.localnav ul li a:link, .localnav ul li a:visited {
	color: #fefefe;
}

.home .breadcrumb, .home #subhead h2 {
	display: none;
}

.home #center {
	padding: 0 !important;
	margin-top: -14px !important;
}

.home #subhead {
	padding: 0;
}

#pageBody {
	background: #fff url(images/pageBody.png) top left repeat-y;
	width: 1133px;
	left: 15px;
	position: relative;
	z-index: 1;
	float: left;
	border: 0;
	margin: -20px 0 0 0;
	padding: 0;
}

#pageTop {
	background: url(images/pageTop.png) top left repeat-y;
	width:1133px;
	height:27px;
	margin-top:-27px;
}

#pageBottom {
	background: url(images/pageBottom.png) top left repeat-y;
	width: 1133px;
	height: 35px;
	margin-bottom: -35px;
}



/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

.sidebar .block {
  margin: 0 15px 0 0;
}

#right-upper, #sidebar-right {
	float: left;
	background-color: #d3e4ec;
	padding-top: 10px;
	width: 250px;
	margin-top: 20px;
	font-size: .9em;
	position: relative;
}

#right-upper h2, #sidebar-right h2 {
	font-size: 1.4em;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
}

.block .content {
  margin: 0.5em 0;
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

#footer {
	height: 270px;
	width: 100%;
	background-color: #d3e4ec;
	border-top: 10px solid #343434;
	z-index: 0;
	position: absolute;
	bottom: -240px;
	left: 0;
}

#footer h2 {
	color: #220000;
}

#footermenus {
	width: 1000px;
	margin: 65px auto 40px auto;
	padding-left: 50px;
	
}

#footermenus a {
	color: #3366aa;
}

#footermenus li a {
	font-weight: bold;	
}

#footermenus h2 {
	font-size: 1.3em;
}

#footermenus ul, #footermenus li {
	margin: 0 !important;
	padding: 0 !important;
}

#footermenus .block {
	float: left !important;
	clear: none !important;
	width: 20%;
}

#footermenus .menu-name-primary-links {
	margin-top: -8px;
}

#footermenus .menu-name-primary-links li {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.7em;
}

#credits {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: .85em;
}

.breadcrumb {
  position: absolute;
  top: 32px;
  left: 0px; /* LTR */
  z-index: 3;
}


