@charset "utf-8";
* {
	margin:0;
	padding:0;
	border:0;
}
html {
	background-image: url(../body/html_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(../body/body_bg.gif);
	background-repeat: repeat-x;
}
p {
	margin:15px 0px;	
}
h1, h2 {
	color: #00C800;
	font-weight:bold;
	margin:15px 0px;
}
h1 {
	font-size:21px;	
}
h2 {
	font-size:15px;	
}
#innerfade li {
	list-style-type:none;
	font-size:13px;
	color: #000;
}
hr {
	font-size:0;
	height:1px;
	color: #0C0;
	background-color: #0C0;
	margin:10px 0;
	clear:both;
}
#wrap {
	width:1000px;
	margin:auto;	
}
#postitnotediv {
	position:absolute;
	right:40px;
	top:0;
	width:177px;
}
ul#postitnote li {
	list-style-type:none;
}
#header {
	background-image: url(../body/header_bg.jpg);
	height: 180px;
	width: 1000px;
	position: relative;
}
#navigation {
	position: absolute;
	bottom: 0px;
	left: 200px;
	height:29px;
}
#navigation li {
	list-style-type:none;
	background-color:#CACBCC;
	background-image: url(../body/nav/off_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	height:29px;
	margin-right:5px;
}
#navigation li a {
	background-image: url(../body/nav/off_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:7px 10px;
	display:block;
	text-transform:uppercase;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
#navigation li:hover, #navigation li.on {
	background-color:#00C800;
	background-image: url(../body/nav/on_l.gif);
}
#navigation li a:hover, #navigation li.on a {
	background-image: url(../body/nav/on_r.gif);
	color:#FFF;
}

#sub_navigation {
	padding:5px;
	color:#000;
	margin-bottom:15px;
	height:15px;
}
#sub_navigation a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#footer {
	clear:both;
	height:85px;
	margin-top:10px;
	padding:10px;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
}
#footerwrap {
	width:950px;
	height:95px;
	margin:auto;
	position:relative;
}
#footerwrap a {
	text-decoration:none;
	text-transform:uppercase;
	display:inline-block;
	margin-right:10px;
}

input, textarea, select {
	border:1px solid #CCC;
	padding:3px;
	margin-bottom:5px;
	font-size:12px;
	width:194px;
	font-family:Tahoma, Geneva, sans-serif;
}
select, .submit {
	width: 202px;	
}
label {
	width:135px;
	display:inline-block;
	float:left;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
	padding-top:3px;
	font-size:10px;
}
.split label {
	width:auto;
	float:none;
	display:block;
	text-align:left;
}
.split input, .split textarea {
	width: 394px;	
}
.submit {
	margin-left:140px;	
}
.split .submit {
	margin-left:0px;	
}
#left {
	width: 552px;
	float:left;
}
#right {
	width:250px;
	float:right;
}
#left, #right, #leftcol {	
	line-height:18px;
}
#leftcol img {
	margin-bottom:15px;
}
#leftcol {
	float:left;
	width:170px;
	margin-right:15px;
}
a {
	color:#060;
}

#right #buttons a {
	width: 245px;
	height:60px;
	display:block;
	background-image:url(../body/cta_buttons.gif);
	background-repeat:no-repeat;
	text-indent:-1000px;
	overflow:hidden;
	margin-bottom:15px;
}

.rt {
	background-image: url(../body/right_top.gif);
}
.rb {
	background-image: url(../body/right_bot.gif);
	margin-bottom:15px;
}
.rt, .rb {
	height: 10px;
	width: 222px;
	font-size: 1px;
}
.rc {
	border:2px solid #CBCCCD;
	border-top:0;
	border-bottom:0;
	padding:0px 7px;
	width:204px;
	position:relative;
}
.rc img {
	position:absolute;
	right:-15px;
	top:-25px;
}
.rc h1 {
	margin:0;
	margin-bottom:15px;
	text-align:center;
	padding-right:25px;
}
ul.ticks li {
	list-style-image: url(../other/tick.gif);
	list-style-position: inside;
}

#ticker-area {
	width: 530px;
	font-size: 18px;
	font-weight:normal;
	text-align: left;
	float:right;
	color: #000;
	padding:10px;
	margin-bottom:15px;

}

#industrynews li {
	margin-left:30px;
}
#industrynews {
	display:block;
	clear:both;
	margin:15px 0;
}

#myths a {
	text-decoration:none;
	font-weight:bold;
	display: block;
	padding:5px;
	background-color: #EAFFEA;
	border:1px solid #CEFFCE;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-bottom:15px;
}

.pointer span {
	display:inline-block;
	margin-right:35px;
}