/*  IEEE / Photonics Society Topicals Global CSS  */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: arial;
	color: #000;
	text-align: left;
	background: #003366;
}

html > body {  /*  Mozilla font size  */
	font-size: 12px;
	line-height: 16px;
}

* html body {  /*  IE font size  */
	font-size: 0.75em;
	line-height: 1.33em;
}

div {  /*  Holding it all together  */
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*  LINKS  */

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

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

a.logo {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 125px;
}

/*  HEADERS  */

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

h1 {
	font-size: 1.17em;
	color: #990000;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 1.08em;
	color: #333;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-size: 1.08em;
	color: #000;
	line-height: 1em;
}

h4 {
	font-size: 1em;
	color: #000;
	line-height: 1em;
	font-weight: bold;	
}

hr {
	border: 0px;
	height: 1px;
	line-height: 0px;
	color: #ccc;
	background-color: #ccc;
}

/*  STRUCTURE  */

#header {
	background: url(images/img_headerBG.jpg) top repeat-x;
	width: 100%;
	height: 147px;
	border-bottom: 10px solid #003366;
}

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

#headerInnerWrap2 {
	background: url(images/img_header2.jpg) top center no-repeat;
	width: 100%;
	height: 147px;
	position: relative;
}

html>body #info {
	background-image: url(images/img_infoBG.png);
	background-repeat: repeat;
}

#info {
	width: 100%;
	position: relative;
	top: 125px;
}

#info .innerWrap {
	padding: 20px 0;
}

#content {
	background: #fff url(images/img_contentBG.jpg) top repeat-x;
	width: 100%;
	min-height: 350px;
}

#content .innerWrap {
	padding: 50px 0;
}

#footer {
	background: #003366;
	padding: 10px 0;
	color: #fff;
	font-size: 0.83em;
}

/*  PAGE SPECIFIC STRUCTURE  */

body.homePage #header {
	height: 340px;
}

body.homePage #headerInnerWrap {
	height: 340px;	
}

/*  COLUMNS  */

.leftColumn {
	width: 45%;
	float: left;	
}

.rightColumn {
	width: 45%;
	float: right;
}

/*  MISC  */

.innerWrap {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

.clear {
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	height: 1px;
}

#featured {
	position: relative;
	min-height: 252px;
	top: -86px;
}

#featured .left {
	position: absolute !important;
	top: 0px;
	left: -9px;
}

#featured .right {
	position: absolute !important;
	top: 0px;
	right: -9px;
}

#featured .header {
	margin-top: -12px;
}

#featured .header .top {
	position: relative;
	height: 12px;
}

#featured .header .top .tl {
	position: absolute !important;
	top: 0px;
	left: 0px;
}

#featured .header .top .tr {
	position: absolute !important;
	top: 0px;
	right: 0px;
}

html>body #featured .header .top .middle, html>body #featured .content {
	background-image: url(images/img_featured_headerBG.png);
	background-repeat: repeat;
}

#featured .header .top .middle {
	margin: 0 12px;
	height: 12px;
	line-height: 12px;
}

#featured .header .content span {
	display: block;
	width: 210px;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0 0 12px 0;
	font-size: 2em;
	color: #fff;
	position: relative;
	line-height: 1em;
	text-transform: uppercase;
}

#featured .grid {
	background: #fff;
	position: relative;
	width: 100%;
}

#featured .grid .column {
	float: left;
	width: 210px;
	overflow: hidden;
}

#featured .grid .column ul {
	margin: 0px;
	padding: 0px;
}

#featured .grid .column ul li {
	background: #fff url(images/img_featured_itemBG.gif) top center no-repeat;
	padding: 20px;
	display: block;
	list-style-type: none;
}

#featured .grid .column ul li a {
	text-transform: uppercase;
	font-weight: bold;
	color: #cc0000;
}

.input {
	background: #f5f5f5;
	width: 99%;
	padding: 3px;
	margin: 3px 0 1em 0;
	border: 1px solid #999;
}

.input2 {
	background: #f5f5f5;
	width: 99%;
	height: 200px;
	padding: 3px;
	margin: 3px 0 1em 0;
	border: 1px solid #999;
}

* html .input {
	margin: 3px 0 0 0;
}

.inputNoWidth {
	background: #f5f5f5;
	padding: 3px;
	margin: 3px 0 1em 0;
	border: 1px solid #999;
}

.swCaptchaExplained {
	margin: 0 auto;
	background: #fff;
	border-top: 5px solid #006699;
	border-bottom: 5px solid #000;
	padding: 1em;
}

.star {
	color: #990000;
	margin: 0 0 0 5px;
	font-size: 1.5em;
	line-height: 0.5em;
}

.submit {
	border: 3px solid #003366;
	background: url(images/img_contentBG.jpg) top repeat-x;
	padding: 5px 20px;
	text-transform: uppercase;
	font-size: 1.33em;
	font-weight: bold;
	color: #cc0000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}