@charset "UTF-8";
/* CSS Document */



a {
	text-decoration: none;
}
body {
	background: #111 url(img_bg/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode", Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
p {
	font-size: 12px;
	line-height:18px;
	padding-bottom: 0px;
	padding-top: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
}
p2 {
	font-size: 10px;
	line-height:18px;
	padding-bottom: 30px;
	margin-top:5px;
}
p3 {
	font-size: 14px;
	color: #FFFFFF;
	line-height:20px;
}
ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
title {
	font: bold 1em sans-serif;
}
code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}
img {
	border: none;
}
ul {
	margin-left: 2em;
}
h1 {
	font-family:"Lucida Sans Unicode", Verdana, sans-serif;
	font-weight:normal;
	font-size: 20px;
}
h2 {
	font: bold 1.6em Verdana, sans-serif;
	padding-bottom: 4px;
}
h3 {
	font: 1.6em Verdana, sans-serif;
	color:gold;
}
h4 {
	font:12px sans-serif;
	color:#FFDA1C;
	line-height:15px;
	letter-spacing:1px;
}
.iw_tagline {
	font-size: 18px;
	color: #FFFFFF;
}
.white_font {
	font-size: 12px;
	line-height: 15px;
	color: white;
	font-weight:lighter;
	text-align:right;
}
.heading {
	color: #FFFFFF;
	font-size: 18px;
}

.quote {
	color: #CCCCCC;
}
.caption {
	font-size: 9px;
	color: #FFFFFF;
	line-height: 11px;
}
/* misc */
.clearer {
	clear: both;
}
.stripes {
	background: #333 url(img_bg/stripe.gif);
	height: 6px;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* ------------ header ------------ */
.header {
	background-color:#333333;
	height:120px;
}
/* structure */
.container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {
	width: 475px;
}
.main .right {
	width: 300px;
}
.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
	font-size:14px;
}
/* content elements */
.content h1 {
	background: url(img_bg/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {
	color: #FFFFFF;
	font-weight: normal;
}
.content .descr {
	margin-bottom: 0px;
	color: #FFDA1C;
	font-weight: normal;
	font-size:14px;
}
.iw_logo {
	font-family: "Arial Narrow";
	margin-top:30px;
	font-size: 36px;
	color: #000000;
	word-spacing:3px;
	letter-spacing:10px;
	font-weight: bold;
	color:#FFDA1C;
}
/* navigation */
.nav {
	background: #191919 url(img_bg/nav.gif);
}
.nav a {
	background: #191919 url(img_bg/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana, sans-serif;
	line-height: 51px;
	padding: 0 20px;
	text-decoration:none;
}
.nav a:hover {
	background: #191919 url(img_bg/nav_hover.gif);
}
/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;
	padding: 12px;
}
.subnav h1 {
	padding-top: 8px;
}
.subnav ul {
	margin: 0;
}
.subnav li {
	background: url(img_bg/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration:none;
}
.subnav li a:hover {
	color: #BBB;
}
/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {
	color: #666;
	text-decoration:none;
}
.footer a:hover {
	color: #BBB;
	background: #222;
}
.col3, .col3center {
	float: left;
	width: 31%;
}
.col3center {
	margin: 0 3%;
}
/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {
	color: #888;
}
div.figure {
	float: right;
	width: 169px;
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.5em;
	font-size: 9px;
}
div.figurel {
	float: left;
	width: 169px;
	border: thin silver solid;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
}
div.figure p {
	text-align: center;
	font-size: 9px;
	text-indent: 0;
	line-height: 12px;
}
/* ---------- format for articles ------------- */
.article {
	color: #FFFFFF;
	font-size: 18px;
}
.article_credit {
	color:#FFFFFF;
	font-size: 9px;
	line-height: 12px;
}
.capital_letter {
	color: #FFDA1C;
	font-weight: bold;
	font-size: 18px;
}
.article_date {
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
}
.style1 {font-size: 11px}
.style2 {font-size: 12px}
.style3 {
	color: #FFFFCC
}
.style4 {font-size: 11px; color: #FFFFFF; }
.style5 {
	font-size: 18px;
	color: #FFFFCC;
	padding-top: 15px;
	font-weight: normal;
	letter-spacing: 4px;
	word-spacing: 5px;}
.home_banner{
	height: 140px;
	width: 700px;
}	
.textfield{
	height: 16px;
	background-color: #E6E6E6;
	width: 160px;
	border: 1px solid #000000;
}
.textarea{
	background-color: #E6E6E6;
	width: 300px;
	border: 1px solid #000000;
}
.button{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #CCCCCC;
}
	
