@charset "UTF-8";
body {
	font-family: Geneva, "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	letter-spacing: 0.1em;
	background-attachment: fixed;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
p {
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color: #a7b1ef;
	text-decoration: none;
}

a:visited {
	color: #727EBB;
}
a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

/* h1 = Main Title, and it disappears behind the image */
h1 {
	font-size: 22px;
	font-weight: bold;
}
/* h2 = Tagline, and it disappears behind the image */
h2 {
	font-size: 18px;
	font-weight: bold;
}
/* h3 = body header */
h3 {
	font-size: 16px;
	font-weight: bold;
}
/* h4 = #Sidebar header: "Navigation" */
h4 {
	font-size: 14px;
	font-weight: normal;
}
/* h5 = body subheader */
h5 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #1D2448;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-left: -12px;
}
em {
	font-style: normal;
	font-weight: bold;
}
.clearfloat {
	clear: both;
	height: 0px;
	width: 0px;
}

#container {
	width: 800px;
	background-image: url(images/container_bg.gif);
	background-color: #0D1529;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1D273A;
	border-left-color: #1D273A;
}
#container #header {
	background-color: #0d1529;
	background-image: url(images/logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

/* Image replacement using the Phark method */
#container #header #banner {
	height: 145px;
	background-image: url(images/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 9px;
	border-bottom-width: 9px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1d2448;
	border-bottom-color: #1d2448;
	text-indent: -5000px;
}

#container #sidebar {
	float: left;
	width: 220px;
	padding-left: 15px;
	height: 650px;
	padding-top: 15px;
}
#container #sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #sidebar li {
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#sidebar ul ul {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6c74b3;
	border-bottom-color: #1d2448;
}
#sidebar ul ul li {
	margin-left: 30px;
}
#container #mainContent {
	margin-left: 280px;
	line-height: 1.8em;
	padding-right: 15px;
	font-weight: lighter;
	margin-bottom: 20px;
}
#container #footer {
	clear: both;
	height: 100px;
	padding-left: 45px;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #1d2448;
	background-color: #0d1529;
}
#mainContent #intro {
	margin-top: 60px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 30px;
}
#mainList {
	list-style-type: none;
}
#media   #mainList li {
	padding-bottom: 30px;
}
#current #mainList li {
	height: 150px;
	margin-bottom: 20px;
}


/*******************************************************************************

 CURRENT LINK: makes the #sidebar show the User which page s/he's on.
 Any new pages should have their #sidebar link & class created using the Template 
 and should be given a body id by setting the Template properties on the page itself

 *******************************************************************************/

#home a.home, 
#market a.market, #current a.current, #emerging a.emerging, 
#technology a.technology, #substrates a.substrates, #nonpolar a.nonpolar, 
#about a.about, #history a.history, #team a.team, #board a.board, #media a.media, #terms a.terms,
#contact a.contact, #investors a.investors, #careers a.careers
{
	font-weight: normal;
	color: #fff;
}

#home li.home {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6c74b3;
}
.italic {
	font-style: italic;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.photoBox {
	text-align: center;
	float: left;
	width: 200px;
	margin-right: 15px;
	background-color: #fff;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: -6px;
	border: 1px solid #CCC;
}
.caption {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #1D2448;
	line-height: 1.5em;
	letter-spacing: normal;
	padding: 5px;
}
.shadowLeft {
	float: left;
	margin-top: -6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: -6px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.shadowRight {
	float: right;
	margin-top: -12px;
	margin-right: -6px;
	margin-bottom: 6px;
	margin-left: 6px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.rightJust {
	text-align: right;
}

.noticeme {
	font-size: 120%;
	color: #FF9900;
	font-weight: bold;
}
.footnote {
	padding-top: 70px;
	font-size: 10px;
}
