/*  IEEE - LEOS Global Styles  */

body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

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

* 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.17em;
	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: 100%;
}

/*  Header  */

#header {
	width: 100%;
	background: #000 url(images/img_headerBg.jpg) top repeat-x;
	text-align: center;
	height: 250px;
}

#header img {
	margin: 0 auto;
}

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

#headerInnerWrap {
	background: url(images/img_header.jpg) top center no-repeat;
	width: 100%;
	height: 250px;
	display: block;
}

/*  Nav  */

#nav {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#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;
	font-size: 0.92em;
	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: block;
	padding: 10px 1.5em;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li.navAt a, #nav ul li.navAt a:hover {
	background: #de3401 url(images/img_navBgOver.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 1px;
}

#nav ul li.last {

}

/*  Info  */

#info {
	background: #de3401;
	width: 100%;
	height: 3.33em;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #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;
	width: 100%;
}


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

/*  Columns  */

#leftColumn {
	width: 700px;
	float: left;
	min-height: 200px;
}

* html #leftColumn {
	height: 200px;
}

#rightColumn {
	background: url(images/img_rightColumnBg.jpg) top no-repeat;
	width: 170px;
	float: right;
	min-height: 295px;
	padding: 15px;
	color: #333;
}

* html #rightColumn {
	height: 325px;
}

#rightColumn .pdfIcon {
	display: block;
}

#rightColumn h3 {
	color: #333;
	font-weight: normal;
	font-size: 1.33em;
	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 0;
	margin: 0 auto;
}

/*  Footer  */

#footer {
	width: 100%;
	background: #666;
	border-bottom: 1px solid #000;
}

#footerInnerWrap {
	width: 940px;
	margin: 0 auto;
	padding: 0.5em 0;
	color: #fff;
	font-size: 0.92em;
}

/*  Misc  */

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

#paperSubmission {
	float: right;
	margin-top: 8px;
}

* 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 10px 10px 40px;
	min-height: 30px;
}


.docIcon {
	display:block;
	background: url(images/img_iconDOC.gif) no-repeat top left;
	padding: 0 0 0 35px;
	min-height: 50px;
	display: block;
}

* html .pdfIcon {
	height: 20px;
}

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