@charset "utf-8";
@import url("text_styles.css");
#banner {
	float: left;
	height: 160px;
	width: 100%;
	background-color: #818181;
	background-position: left top;
}
#connect_graphic {
	display: block;
	float: right;
	width: 83px;
	padding-left: 0em;
	padding-right: 0px;
	height: 80px;
	background-image: url(../images/connect_transparent.png);
	background-repeat: no-repeat;
}
#connect_graphic a {
	display: block;
	height: 80px;
	width: 83px;
	float: right;
}
#connect_graphic a h1 {
	display: none;

}

#INCOSE_logo {
	width: 150px;
	float: right;
	height: 98px;
	background-image: url(../images/INCOSELogo_copy_transparent.png);
	background-repeat: no-repeat;
}

#INCOSE_logo a {
	display: block;
	height: 98px;
	width: 150px;
}

#INCOSE_logo a h1{
	display: none;
}
#cc_logo {
	float: left;
	background-position: left top;
	height: 163px;
	width: 561px;
	background-image: url(../images/CC_INCOSE_transparent.png);
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
}
#cc_logo a {
	display: block;
	height: 163px;
	width: 561px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#cc_logo a h1 {
	display: none;
}
#awards {
	background-image: url(../images/GoldCircleAward_trophy_transparent.png);
	display: block;
	float: right;
	height: 100px;
	width: 202px;
	position: relative;
	background-repeat: no-repeat
}
#awards a {
	display: block;
	height: 100px;
	width: 202px;
	float: right;
}
#awards a h1{
	display: none;
}

#menu_container {
	width: 100%;
	float: left;
	height: auto;
}

#tabnavcontainer {
	height: 46px;
width: 100%;    
    padding-left:0px;
}

.toc{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.toc li{
	float:left;
}

.toc li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 90%;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.toc li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.toc li.current a {
	color: #fff;
	background: url(../images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.toc li.current a b {
	color: #fff;
	background: url(../images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}


.toc li a:hover{
	color: #fff;
	background: url(../images/menub_over_left.gif) no-repeat; /*left tab hover image path*/
	background-position: left;
}

.toc li a:hover b{
	color: #fff;
	background: url(../images/menub_over_right.gif) no-repeat right top; /*right tab hover image path*/
}

#navcontainer {
height: 30px;
  background-color: #558ED5;
width: 100%  
}

#navlist
{
 border-bottom: 1px solid #558ED5;
 border-top: 1px solid #558ED5;
 margin: 0px;
  padding: 0px;
 padding-left: 5%;
 background-color: #558ED5;
	font-family: sans-serif;
	font-size: 90%;
	
 padding-bottom: 3px;
 padding-top: 3px;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #558ED5;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
color: #C0C0C0;
font-weight: bold;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
border: 1px solid #FFFFFF;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
text-decoration: none;
color: #FFFFFF
}

#navlist li
{
padding-right: 1px;
display: inline;

}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a { background-color: #B6CEED;
color: #000000
 }

#logo {
	text-align: center;
	padding: 5px;
}

