/* Global IEEE Header */
#global-hd-container {
	width: 100%;
	height: 35px;
	background-image: url(../images/bg_global_header.png);
}
#global-hd {
	width: 960px; 
	margin: auto; 
	text-align: right;
	padding: 10px 0px;
	font-size: 0.9em;
}
#global-hd ul {
	width: 960px;
	text-align: right;
	display: inline;
}
#global-hd ul li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0px 18px 0px 14px;
}
#global-hd ul li.last {
	display: inline;
	border-right: 0px;
}
#global-hd a:link, #global-hd a:visited {
	color: #fff;
	font-weight: normal;
} 
#global-hd a:hover, #global-hd a:active {
	text-decoration: underline;
	color: #fff; 
} 

/* Page container */
#wedge {
	position: absolute;
	top: 35px;
	right: 0px;
	width: 22px;
	height: 22px;
	background: transparent url(../images/wedge.gif) no-repeat 0 0;
}

#container {
	width: 940px;
	margin: auto;
	padding: 0px 10px;
}

/* Logo area */
#logos {
	width: 939px;
	height: 100px;
    vertical-align: middle;
}

#logos #ieee {
	float: right; 
	padding: 16px 0 0px 0px;
	background-image: url(../images/logo_ieeeWHT.png);
	background-repeat: no-repeat;
	background-position: 0 16px;
}

#logos .logo {
	float: left;
	width: 320px;
	margin-top: 8px;
}

#logos .tagline {
	float: left;
	width: 400px;
	font-size: 1.5em;
	line-height: 1.8em;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	margin-top: 20px;
}

/* Site Navigation Bar */
#navbar {
	width: 940px;
	height: 35px;
}

#navbar #navigation {
	height: 33px;
	font-size: 1.1em;
	width: 700px;
}

#navbar #navigation ul {
	margin: 0;
	padding: 0;
	width:auto;
	position:relative;
	display:block;
	height:31px;
}

#navbar #navigation ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}

#navbar #navigation ul li.last, #navbar #navigation ul li:last-child {
	background-color: #ececec;
	border-right: 1px solid #bdbcbd;
}

#navbar #navigation ul li a {
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	height:25px;
	padding: 8px 9px 0px 9px;
}

#navbar #navigation ul li a.active, #navbar #navigation ul li.current_page_item a, #navbar #navigation ul li.current_page_parent a {
	background-color: #d3d4d4;
	text-decoration: none;
	background-image: url(../images/bg_nav.png);
}

#navbar #navigation ul li ul {
	display: none;
}

#navbar #secondary-nav {
	float: right; 
	margin: -23px 9px 0 0;
	text-align: right;
	width: 230px;
	overflow: hidden;
	font-size: 0.9em;
}

#navbar #secondary-nav ul li {
	display: inline;
	padding: 0 6px;
}

#navbar #secondary-nav ul li a {
	color: #fff;
}

/* Search Bar */
#search {
	margin:0;
	padding:0;
	width: 938px; 
	height: 45px;
	border: 1px solid #bdbcbd;
	border-top: 0;
}	

#search #search-content {
	padding: 15px 10px 0px 10px;
	float: left; 
	color: #2a2a2a;
}

#search #search-form {
	padding: 15px 10px 0px 10px;
	vertical-align: middle;
}

#search #searchbox {
	margin: 9px 0px 0px 0px;
	padding: 0 25px 0 4px;
	background: url(../images/bg_searchLeft.png) no-repeat top left;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	height: 27px;
}

#search .srch-btn-right {
	margin: 9px 0px 0px 0px;
	padding: 5px;
	background: url(../images/bg_searchRight.png) no-repeat 0 0;
	width: 24px;
	height: 27px;
	float: left;
}

#search #searchbutton {
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 8px 7px;
	border: 0;
	background-image: url(../images/btn_Left.png);
	background-color: transparent;
	height: 25px;
	color: #2a2a2a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	cursor: pointer;
}

#search .btn-right {
	margin: 10px 0px 0px 0px;
	padding: 5px;
	background: url(../images/btn_Right.png) no-repeat 0 0;
	height: 25px;
	float: left;
}

#search #searchbox {
	margin: 9px 0 0 0;
	padding: 0 0 0 4px;
	background: url(../images/bg_searchLeft.png) no-repeat top left;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	height: 27px;
	font-size: 1em;
}

#searchbox2 {
	margin: 0;
	padding: 0 0 0 4px;
	background: url(../images/bg_searchLeft.png) no-repeat top left;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	height: 27px;
	font-size: 0.9em;
	color: #949393;
}

.srch-btn-left {
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 11px;
	background: url(../images/btn_Left.png) no-repeat 0 0;
	height: 25px;
	float: left;
	font-size: 0.8em;
}

.srch-btn-right {
	margin: 0;
	padding: 5px 0 0 5px;
	background: url(../images/bg_searchRight.png) no-repeat 0 0;
	width: 24px;
	height: 27px;
	float: left;
}

#searchbutton {
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 8px 7px;
	border: 0;
	background-image: url(../images/btn_Left.png);
	background-color: transparent;
	height: 25px;
	color: #2a2a2a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	cursor: pointer;
}

.submit-btn-left {
	margin: -3px 0 0 0;
	padding: 3px 5px 5px 11px;
	background: url(../images/btn_Left.png) no-repeat 0 0; 
	height: 25px;
	float: left;
	font-size: 0.9em;
	border: 0;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.srch-btn-left a:link, .srch-btn-left a:active, .srch-btn-left a:visited,
.btn-left a:link, .btn-left a:active, .btn-left a:visited {
	font-weight: normal;
	color: #333;
}

.btn-left {
	margin: -3px 0 0 0;
	padding: 5px 5px 5px 11px;
	background: url(../images/btn_Left.png) no-repeat 0 0;
	height: 25px;
	float: left;
	font-size: 0.8em;
}

.btn-right {
	margin: -3px 0 0 0;
	padding: 5px;
	background: url(../images/btn_Right.png) no-repeat 0 0;
	height: 25px;
	float: left;
}

#prev {
	margin: -3px 0 0 0;
	cursor: pointer;
}

#next {
	margin: -3px 0 0 0;
	cursor: pointer;
}

#socialmedia {
	float: right;
	padding: 11px 5px 0px 0px;
	color: #949393;
	font-size: 1.0em;
	font-weight: bold;
}

#socialmedia .socialicon {
	vertical-align: middle;
	padding: 0px 3px 0px 3px;
}

#sign-up {
	float: right;
	margin: 11px 5px 0px 0px;
	padding: 0 0 0 10px;
	color: #949393;
	border-left: 1px solid #bdbcbd;
}

/* Home Page Content */
#hp-container {
	width: 940px;
	padding: 10px 0;
 }

#hp-container .header {
	height: 25px;
	padding: 8px 10px 0px 10px;
	background-color: #f6f7f8;
	border: 1px solid #bdbcbd;
	background-image: url(../images/bg_nav.png);
	background-repeat: repeat-x;
}

#hp-container .header h1.main {
	border: 0;
}

#hp-container .break {
	 height: 9px;
}
 
#hp-container1 {
	float: left;
	width: 480px;
	height: 335px;
}

#hp-container1 #hp-content1 {
	height: 300px;
	background-color: #000;
	padding: 0;
	margin: 0;
}

#hp-container1 #hp-content1 .main {
	float: left;
	width: 408px;
	margin-top: -6px;
	margin-left: 0px;
}

#hp-container1 #hp-content1 .thumbs {
	float: right;
	width: 63px;
	padding-top: 2px;
	margin-right: 0px;
}

#hp-container1 #hp-content1 #nav li.activeSlide img {
	opacity: 1.0;
	filter:alpha(opacity=100); 
}

#hp-container1 #hp-content1 #nav li img {
	opacity: 0.5;
	filter:alpha(opacity=50); 
}

#hp-container1 #hp-content1 .thumbs img {
	margin: 0 0 5px 0;
}

#hp-container2 {
	float: left;
	width: 200px;
	height: 335px;
	margin-left: 10px;
	overflow: hidden;
}

#hp-container2 #hp-content2 {
	height: 299px;
	background-color: #fff;
	padding: 0px 10px;
	border-left: 1px solid #bdbcbd;
	border-right: 1px solid #bdbcbd;
	border-bottom: 1px solid #bdbcbd;
}

#hp-container3 {
	width: 240px;
	height: 215px;
	float: right; 
	margin-left: 10px;
	overflow: hidden;
}

#hp-container3 #hp-content3 {
	height: 179px;
	background-color: #fff;
	padding: 0px 10px;
	border-left: 1px solid #bdbcbd;
	border-right: 1px solid #bdbcbd;
	border-bottom: 1px solid #bdbcbd;
}

#hp-container4 {
	width: 240px;
	height: 111px;
	float: right; 
	margin: 10px 0 0 10px;
	overflow: hidden;
}

#hp-container4 #hp-content4 {
	height: 57px;
	background-color: #fff;
	border-left: 1px solid #bdbcbd;
	border-right: 1px solid #bdbcbd;
	border-bottom: 1px solid #bdbcbd;
}

#hp-container4 #hp-content4 .srch-btn-right {
	margin: 0;
	padding: 5px 0 0 5px;
	background: url(../images/bg_searchRight.png) no-repeat -20px 0;
	width: 4px;
	height: 27px;
	float: left;
}

#hp-container5 {
	width: 341px;
	height: 215px;
	float: left; 
	margin: 0;
	overflow: hidden;
}

#hp-container5 #hp-content5 {
	height: 179px;
	background-color: #fff;
	border-left: 1px solid #bdbcbd;
	border-right: 1px solid #bdbcbd;
	border-bottom: 1px solid #bdbcbd;
	padding: 0;
}

#hp-container6 {
	width: 341px;
	height: 215px;
	float: left; 
	margin: 0 0 0 8px;
	overflow: hidden;
}

#hp-container6 #hp-content6 {
	height: 179px;
	background-color: #fff;
	border-left: 1px solid #bdbcbd;
	border-right: 1px solid #bdbcbd;
	border-bottom: 1px solid #bdbcbd;
	padding: 0;
}

#hp-container6 #hp-content6 .left {
	padding-left: 8px;
}

#hp-container7 {
	width: 240px;
	height: 435px;
	float: right; 
	margin: 0 0 0 10px;
	overflow: hidden;
}

#hp-container7 #hp-content7 {
	height: 399px;
	background-color: #fff;
	padding: 0px 10px;
	border-left: 1px solid #bdbcbd;
	border-right: 1px solid #bdbcbd;
	border-bottom: 1px solid #bdbcbd;
}

#hp-container8 {
	width: 690px;
	height: 210px;
	margin: 10px 0 0 0;
	float: left; 
	overflow: hidden;
}

#hp-container8 #hp-content8 {
	height: 169px;
	background-color: #fff;
	border-left: 1px solid #bdbcbd;
	border-right: 1px solid #bdbcbd;
	border-bottom: 1px solid #bdbcbd;
	padding: 5px 0 0 10px;
}

#hp-container .content {
	font-size: .9em;
	padding: 9px 7px 9px 9px;
}

#hp-container .content p {
	padding: 5px 0 0 0;
	line-height: 1.2em;
}

#hp-container .hp-link {
	font-weight: bold;
}

#hp-container h2 {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 5px;
}

#hp-container p {
	margin-bottom: 10px;
}

#hp-container .main-img {
	margin-right: 10px;
	margin-left: 10px;
}

#hp-container .main-content {
	width: 210px;
	float: right;
	margin-right: 10px;
}

/* Sub page styles */
#sub-container {
	width: 940px;
	border-bottom: 0;
	padding: 10px 0px 9px 0px;
	background: transparent url(../images/bg_trans.png) repeat;
}

#sub-container2 {
	width: 900px;
	background-color: #fff;
	margin: 0 0 0 10px;
	padding: 10px 10px 0px 10px;
	font-size: 90%;
}

/* Side navigation styles */
#leftnav {
	width: 210px;
	float: left;
	margin-bottom: 20px;
}

#leftnav .leftnav-header {
	min-height: 25px;
	padding: 8px 0px 0px 10px;
	background-position: bottom left;
	background-image: url(../images/bg_nav.png);
	background-repeat: repeat-x;
	background-color: #f6f7f8;
	border: 1px solid #bdbcbd;
	color: #555;
	font-size: 1.3em;
	font-weight: bold;
}

#leftnav #promos {
	width: 210px;
	margin: 10px 0;
	text-align: center;
}

#leftnav #promos img {
	margin: 5px 0px;
}

#leftnav #promos ul  {
	background: none;
	border: none;
}

#leftnav #promos ul li  {
	background: none;
	border: none;
}

#leftnav #promos ul li ul li  {
	margin: 0 0 0 -40px;
}

#leftnav h4 {
	margin: 50px 0 5px 0;
}

#leftnav ul {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#leftnav ul li {
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 10px;
	width: 198px;
	border: 1px solid #bdbcbd;
	border-top: none;
	background-color: #f2f3f4;
}

#leftnav ul li.last, #leftnav ul li:last-child {
	border-bottom: 1px solid #bdbcbd;
}

#leftnav ul li a {
	display:block;
	float:left;
	text-decoration:none;
	padding: 7px 3px 2px 0px;
	width: 172px;
	min-height:20px;
	color: #2a2a2a;
	font-weight: normal;
}

#leftnav ul li a:hover {
	color: #006699;
}

#leftnav ul li a.active, #leftnav ul li.current_page_item a {
	color: #208bb1;
	font-weight: bold; 
}

#leftnav ul li ul {
	clear: both;
}

#leftnav ul li ul li {
	background-image: none;
	border: 0;
	width: 168px;
	padding-left: 30px;
	background-color: #f2f3f4;
	float: left;
}

#leftnav ul li ul li:last-child {
	border: 0;
}

#leftnav ul li ul li a {
	width: 170px;
}

#leftnav ul li ul li a:hover {
	color: #2a2a2a;
	text-decoration: underline;
}

#leftnav ul li ul li a.active, #leftnav ul li ul li.current_page_item a  {
	color: #2a2a2a;
	font-weight: bold; 
}

#leftnav .control {
	width: 10px;
	margin-left: 10px; 
	padding-top: 6px;
	float: left;
	cursor: pointer;
	color: #dc0e03;
}

#leftnav .widget_links h4 { display: none; }

#leftnav ul.blogroll li { background: none; border: none; margin-left: -5px; }

#leftnav ul.widgets {
	background: none;
}

#leftnav ul.widgets h4 {
	min-height: 25px;
	padding: 8px 0px 0px 10px;
	background-position: bottom left;
	background-image: url(../images/bg_nav.png);
	background-repeat: repeat-x;
	background-color: #f6f7f8;
	border: 1px solid #bdbcbd;
	color: #555;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0 -10px;
	width: 198px;
}

#leftnav ul.widgets li {
	background: none;
	border: none;
}

#leftnav ul.widgets li ul li {
	display:block;
	float:left;
	margin:0 0 0 -10px;
	padding:0 0 0 10px;
	width: 198px;
	border: 1px solid #bdbcbd;
	border-top: none;
	background-color: #f2f3f4;
}

/* content area styles */
#content {
	width: 680px;
	float: right;
	padding-bottom: 10px;
}

#content #breadcrumb {
	padding: 0px 0px 10px 0px;
}

#content #breadcrumb a:link, #content #breadcrumb a:visited  {
	color: #2a2a2a;
	text-decoration: underline;
}

#content #left-column {
	float: left; 
	padding-right: 9px;
	width: 429px;
	border-right: 1px solid #bdbcbd;
}

#content #right-column {
	float: right; 
	width: 230px;
}

#content #right-column ul {
	margin-bottom: 10px; 
	list-style-type: none;
	margin-left: 0;
}

#content #right-column hr {
	border: 1px solid #dedede; 
	width: 100%;
	color: #f5f5f5;
	background-color: #f5f5f5;
	height: 4px;
	margin: 5px 0px;
}

#content #right-column ul li {
	margin-bottom: 10px;
	list-style-type: none;
}

#content #right-column ul li ul {
	margin-left: 12px;
}

#content #right-column ul li ul li {
	list-style-type: disc;
}

#content .img-full {
	margin-bottom: 10px;
}

#content p {
	padding-bottom: 10px;
}

#content .sp-content1 {
	width: 49%; 
}

#content .sp-content2 {
	width: 49%; 
}

#content .content {
	padding: 7px 0px 0px 0px;
}

#content h1 {
	font-size: 1.3em;
	font-weight: bold;
}

#content h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}

#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

#content dl {
	margin-bottom: 10px; 
}

#content dl dd {
	margin-left: 35px;
}

#content ol {
	margin-bottom: 10px; 
	list-style: decimal;
	list-style-position: inside;
	margin-left: 10px;
}

#content ol li {
	list-style: decimal;
	margin-left: 14px;
}

#content ul {
	margin-bottom: 10px; 
	list-style: disc;
	list-style-position: inside;
	margin-left: 10px;
}

#content ul li {
	list-style: disc;
	margin-left: 10px;
}

#content hr {
	border: 0px; 
	width: 100%;
	color: #bdbcbd;
	background-color: #bdbcbd;
	height: 1px;
}

#content table {
	width: 100%;
	border: 1px solid #bdbcbd;
	margin-bottom: 10px;
}

#content th {
	padding: 5px;
	text-align: left;
	border: 1px solid #bdbcbd;
	font-size: 1.3em;
	font-weight: bold;
	background-image: url(../images/bg_nav.png);
	background-repeat: repeat-x;
}

#content td {
	padding: 5px;
	border: 1px solid #bdbcbd;
}

#content table .even {
	background-color: #eaebed; 
}

#content form label {
	font-size: 1.2em;
	font-weight: bold;
}

#content form label.label-check {
	font-size: 1em;
	font-weight: normal;
}


/* Footer styles */
#footer {
	width: 938px;
	height: 60px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-size: .8em;
}

#footer P {	
	padding: 10px 10px 0px 10px;
}

#footer h4 { display: none; }

#footer ul {
	margin-top: 3px;
	font-size: 0.9em;
}

#footer ul li {
	display: inline;
	border-right: 1px solid #000;
	padding: 0 5px 0 2px;
}

#footer ul.ieee {
	margin-top: 5px;
}

#footer ul li:last-child, #footer ul li.last,
#footer ul.ieee li:last-child, #footer ul.ieee li.last {
	border-right: none;
}

#footer ul li ul {
	display: none;
}

#footer .divider {
	width: 920px;
	height: 5px;
	margin: auto;
	margin-top: 10px;	
	background-image: url(../images/bg_divider.png);
}

#content .header {
	padding: 0px 0px 0px 0px;
}

div .header .overline {
	height: 5px; 
	background-image: url(../images/bg_divider.png);
}

.header {
	height: 33px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 2.4em;
	background-color: #f6f7f8;
	border: 1px solid #bdbcbd;
	background-image: url(../images/bg_nav.png);
	background-repeat: repeat-x;
	color: #555;
}

.header h1, .header h2 {
	margin: 2px 0 0 10px;
}

#content h2.header {
	padding-left: 10px;
}

.header h1 a, #content h2.header a {
	color: #fff;
}

#content .header {
	margin-bottom: 10px;
}
