/*  IEEE - LEOS Global Styles  */

body {
	background: rgb(0, 6, 68) url(images/ieee-photonics-bg-000033.jpg) no-repeat 50% 0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

html > body {
	font-size: 14px;
}

* html body {
	font-size: 0.75em;
}

div {  /*  Adding some structure  */
	margin: 0px;
	padding: 0px;
}

/*  General  */

a, a:active, a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

h1, h2, h3, h4, p {
	margin: 0 0 1em 0;
	padding: 0px;
}

h1 {
	font-size: 2.00em;
	line-height: 1.17em;
	font-weight: bold;
}

h2 {
	font-size: 1.50em;
	line-height: 1.17em;
	font-weight: normal;
}

h3 {
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.17em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 3px 0px;
	line-height: 1.17em;
}

hr {
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0px;
}

#container {
	width: 970px;
	margin: 0 auto;
}

/*  Header  */

#header {
	width: 100%;
	text-align: center;
	height: 215px;
}

#header img {
	margin: 0 auto;
}

#headerContent {
	width: 940px;
	height: 215px;
	margin: 0 auto;
	position: relative;
}

#headerInnerWrap {
	background: url(images/ieee-photonics-logo.gif) no-repeat 50% 50%;
	width: 100%;
	height: 200px;
	display: block;
}

/*  Nav  */

#nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	_left: 90px;
	font-size: 0.78em;
}

#nav ul {
	margin: 0 auto;
	width: 940px;
	padding: 0px;
}

#nav ul li {
	background: #fff url(images/img_navBg.jpg) top repeat-x;
	list-style-type: none;
	/* float: left; */
	display: inline;
	_display: block;
	_float: left;
	font-weight: bold;
	margin: 0px;
	padding: 1px 1px 0 0;
	text-transform: uppercase;
}

#nav ul li a {
	background: #000 url(images/img_navLinkBg.jpg) bottom repeat-x;
	color: #ccc;
	display: inline-block;
	padding: 10px 1.5em;
	text-decoration: none;
	margin-right: -3px;
	_margin-right: 1px;
}

#nav ul li a:hover {
	background: black;
	color: #fff;
	text-decoration: none;
}

#nav ul li.navAt a, #nav ul li.navAt a:hover {
	background: #e86e02 url(images/nav-at-bg-e86e02.jpg) top repeat-x;
	color: #fff;
	text-decoration: none;
	position: relative;
	top: 1px;
	border-top: 1px solid #000;
	margin-top: -1px;
}


#nav ul li.first {
	/* padding: 1px 1px 0 0px; */
}

#nav ul li.last {

}

/*  Info  */

#info {
	background: #e86e02;
	height: 3.33em;
	border: 1px solid white;
	border-bottom-color: #666;
}

#infoInnerWrap {
	width: 940px;
	margin: 0 auto;
	line-height: 3.33em;
	font-size: 1.17em;
	font-weight: bold;
}

/*  Content  */

#content { 
	background: #fff url(images/img_contentBg.jpg) top repeat-x;
	border-left: 1px solid white;
	border-right: 1px solid white;
}


#contentInnerWrap {
	clear: both;
	width: 940px;
	margin: 0 auto;
	padding: 3em 0;
	line-height: 1.50em;
}

/*  Columns  */

#leftColumn {
	width: 680px;
	padding-left: 20px;
	float: left;
	min-height: 200px;
}

* html #leftColumn {
	height: 200px;
}

#rightColumn {
	background: url(images/right-column-border.gif) top left no-repeat;
	width: 172px;
	float: right;
	min-height: 295px;
	padding: 15px;
	color: #333;
	position: relative;
	_padding-top: 165px;
}
#rightColumn span#rightBorder
{
	position: absolute;
	left: 201px;
	top: 0px;
	height: 325px;
	background: url(images/right-column-border.gif) top left no-repeat;
}

#photonics-logo
{
	padding-bottom: 10px;
}

* html #rightColumn {
	height: 325px;
}

#sidebarImageContainer
{
	margin-left: -14px;
	margin-top: -15px;
	margin-right: -15px;
	margin-right: 0;
	margin-bottom: 10px;
	width: 200px;
	_position: absolute;
	_margin: 0;
	_border: 0;
	_top: 0px;
	_left: 1px;
	_width: 200px;
	_height: 173px;
}

#sidebarImageContainer img
{
	_padding: 0;
	border-bottom: 1px solid rgb(207, 31, 18);
	border-top: 1px solid rgb(207, 31, 18);
}

#rightColumn h3 {
	font-size: 1em;
	color: #333;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#leftColumn ul, #rightColumn ul {
	margin: 0;
	padding: 0;
}

#leftColumn ul li, #rightColumn ul li {
 	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
	font-size: 1em;
	line-height: 1.5em;
	color: #000;
	background: url(images/img_bullet.gif) no-repeat 0 7px;
}

/*  Tab Structure  */

.tabContent {
	background: repeat-x url(images/img_tabContentBg.gif);
	padding: 15px 25px 50px;
	margin: 0px;
	min-height: 315px;
	clear: both;
	border-top: 2px solid #006699;
}

* html .tabContent {
	height: 315px;
}


/*  Sub-Footer  */

#subFooter {
	width: 100%;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #333;
}

#subFooterInnerWrap {
	/* width: 940px; */
	padding: 2em 2.5em;
	margin: 0 auto;
}

/*  Footer  */

#footerInnerWrap {
	width: 940px;
	margin: 0 auto;
	padding: 0.5em 0;
	color: #fff;
	font-size: 0.7em;
	line-height: 2.5em;
	text-align: center;
}

/*  Misc  */

#tickerAnchor, #tickerAnchor:hover {
	color: #fff;
	float: left;
}

#submission {
	float: right;
	margin-top: 12px;
}

* html #paperSubmission {
	margin-top: 12px;
}

.photo {
	border: 1px solid #000;
	padding: 0px;
	margin: 7px;
}

.icon {
	border: 0px solid #000;
	padding: 5px;
	margin: 7px;
}

.quote {
	font-size: 1.08em;
	font-weight: bold;
	font-style: italic;
	color: #663300;
	padding: 10px;
	padding-top: 5px;
	margin: 5px;
	height: 100px;
	border: 1px solid #eacfa5;
	background-color: #f4dbae;
}

.services {
	border-top: 1px solid #000;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
}

.bold {
	color: #990000;
	font-weight: bold;
}

.fees {
	border: 1px solid #990000;
}

.topics li {
	background: none !important;
	padding: 0 !important;
	margin: 0px;
	width: 100%;
	border-top: 1px solid #ccc;
	line-height: 1.5em;
	list-style-type: none;
	display: block;
	text-transform: uppercase;
}

.topics li.last {
	border-bottom: 1px solid #ccc;
}

.topics li.last a {
	padding-right: 0px !important;
}

.topics li a {
	background: url(images/img_arrow.gif) 0 10px no-repeat;
	display: block;
	font-size: 1.17em;
	font-weight: bold;
	padding: 15px 15px 15px 40px;
	margin: 0px;
	height: 1.5em;
}

.listSub {
	margin-left: 25px;
}

#back {
	position: relative;
	float: right;
	width: 80px;
}

.topicHead {
	height: 2.1em;
	line-height: 2.1em;
	font-size: 1.5em;
	background: url(images/img_arrow.gif) no-repeat 0 2px;
	padding-left: 40px; 
	position: relative;
	clear: both;
	overflow: visible;
}

#topicSubNav {
	position: relative;
	float: left;
	width: 200px;
}

#topicSubNav ul li {
	width: 150px; 
	background: none;
	border-bottom: 1px solid #cdcdcd;
	padding: 1em 0;
	font-weight: bold;
	margin: 0;
}

#topicSubNav a:hover {
	text-decoration: none;
}

#topicSubNav ul {
	margin-bottom: 1.5em;
}

.topicNav {
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.topicNav ul {
	margin: 0px;
	padding: 0px;
}

.topicNav ul li {
	background: #006699 url(images/img_tabBg.jpg) top repeat-x !important;
    font-size: 1.5em !important;
	display: inline; 
	float: left;
	padding: 1px 1px 0 0 !important;
	margin: 0px;
}

.topicNav ul li a {
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background: #c8dee9 url(images/img_tabLinkBg.jpg) bottom repeat-x;
	padding: 2px 0.50em;
}

.topicNav ul li a:hover, .topicNav ul li a.navAt {
	color: #fff;
	background: #367eb6 url(images/img_tabBgOver.jpg) top repeat-x;
	text-decoration: none;
}

.topicNav ul li.first {
	padding-left: 1px !important;
}

.topicNav ul li.last {

}

.topicNav ul li .navAt {
	font-weight: bold;
}

.comingSoon {
	font-size: 1.33em;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

.calendarItem {
	width: 100%;
	background: #ddd url(images/img_calendarItemBottom.gif) bottom no-repeat;
	padding: 0 0 20px 0;
	margin: 0 0 1em 0;
}

.calendarItemInnerWrap {
	background: url(images/img_calendar.jpg) 0 0 no-repeat;
	padding: 0 0 0 125px;
	min-height: 100px;
	margin: 0 20px;
}

* html .calendarItemInnerWrap {
	height: 100px;
}

.pdfIcon {
	background: url(images/img_iconPDF.gif) no-repeat top left;
	padding: 10px 0 10px 35px;
	display: block;
}

.submitIcon {
	background: url(images/img_iconSubmit.gif) no-repeat center left;
	padding: 10px 0 10px 35px;
	min-height: 20px;
}

* html .submitIcon {
	height: 20px;
}

.caption {
	font-size: 0.92em;
	font-style: italic;
	display: block;
	margin-top: 0.5em;
	text-align: center;
}

#articleWrapper
{
	padding: 0 1em;
	background-color: rgb(255, 254, 213);
	border: 1px solid rgb(255, 102, 0);
	font-size: 0.8em;
	_font-size: 0.9em;
}

#articleWrapper .articleContainer
{
	padding: 1em 0;
	border-bottom: 1px solid rgb(255, 102, 0);
	position: relative;
	clear: both;
	_height: 5em;
}

#articleWrapper .lastArticle
{
	border-bottom: 0;
}

#articleWrapper .articleContainer img
{
	/*
	position: absolute;
	top: 50%;
	margin-top: -22px;
	*/
	float: left;
}

#articleWrapper .articleContainer a.view
{
	/* float: right; */
	padding-top: 0.5em;
	display:block;
}

#articleWrapper .articleContainer a.view *
{
	float: none;
}

#articleWrapper .articleContainer .article
{
	margin-left: 152px;
	line-height: 1.2em;
}

#articleWrapper .articleContainer .article h3
{
	padding: 0;
	margin: 0;
}

#articleWrapper .articleContainer .article .byline
{
	color: rgb(102, 102, 102);
	font-weight: bold;
}

#articleWrapper .articleContainer .article p
{
	margin: 0;
	margin-top:7px;
	margin-bottom:7px;
}

h2.articleHeader
{
	text-transform: uppercase;
	font-size: 1.2em;
	color: rgb(102, 102, 102);
	margin-bottom: 0.3em;
}


.article-image-border
{
	padding:5px;
	background: white;
	border:1px solid #666;

}

