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

body {
	font-size: 12px; /* sets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	background:#333 repeat-x;
	padding: 0 0 0 0;
	color: #333;
}

#container {
		width:980px;
		background:#FFF;
		margin:0 auto;
}
	
h1 {
	font-size:1.3em;
	color:#333;
	border-color:#CCC;
	border-width: 0 0 1px 0px;
	border-style: solid;
}

h2 {
	font-size:1.3em;
	color:#333;
	border-color:#F60;
	border-width: 0 0 1px 0px;
	border-style: solid;
	padding:5px 0 4px 0;
}


h3 {
	font-size:1.1em;
	color:#333;
}

h4 {
	font-size:1.1em;
	color:#333;
	margin:-7px 0 20px 0;
	text-align:left;
	font-weight:normal;
}

h5 {
	font-size:1.3em;
	color:#333;
	line-height:1.5em;
}

h1,h2,h3 {
	font-weight:bold;
	
}

p {
	margin:0;
	padding:0 0 8px 0;
}

img {
	border: none;
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
	font-weight:bold;
}
a:hover, a:active {
	text-decoration:underline;
	cursor:pointer;
}

#clearFloat {
	clear: both;
}

#clearFloatGrey {
	clear: both;
	border-color:#999;
	border-width:3px 0 0 0;
	border-style:solid;
	width:980px;
}

.chatIcon {
	float:right;
	margin:32px 20px 0 0;
	color:#000;
}

.space{
	padding:2px 2px 2px 2px;
	margin:5px 0 5px 0;
	background:url(../images/blueGradBg1.png) repeat;
	color:#FFF;
	border:0;
}
input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
}
label {
	float:left;
	width: 200px;
	font-weight:bold;
}
fieldset{
	border:0;
}
br{
clear: left;
}

.clicker{
	border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
	font-family:inherit;
	font-weight:bold;
	color:#FFF;
	padding:2px 10px 2px 10px;
	background:#063;
	border:none;
}

.large{
	width:640px;
	cellspacing:2;
	cellpadding:2;
}

.medium{
	width:600px;
	cellspacing:2;
	cellpadding:2;
}

.button {
	float:right;
	color:#FFF;
	padding:2px 5px 2px 5px;
	text-align:center;
	background:#333; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
	border:none;
	width:80px;
	cursor:pointer;
}

#component .button {
	color:#FFF;}


.subscribe a{
	border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
	font-weight:bold;
	background:#333;
	line-height:1.2em;
	color:#FFF;
	text-align:center;
	padding:5px 10px 5px 10px;
	width:80px;
}

.header, .leftHeader {background:#333; font-weight:bold; line-height:1.5em; color:#FFF; text-align:center;}

h6 {
	font-size:1.2em;
	font-weight:bold;
	margin:15px 5px 5px 5px;
	color:#fff;
	padding:5px 10px 5px 10px;
	display:block;
	background:#690;
}