/* GLOBAL SETTINGS------------------------------------- GLOBAL SETTINGS */

html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	height: 100%;
	background-color: #000;
}

p, td, th, li, label {
	color: #ccc;
}

p {
	text-align: justify;
}

/* LINKS -------------------------------------------------------- LINKS */
a {
	color: #82bcb3;
	text-decoration: underline;
}

a:hover {
	color: #fff;
}


#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

/* HEADINGS ---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	color: #fff;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	text-align: justify;
}

h1 {
	font-size: 1.8em;
	line-height: 1em;
	background: url(art/line.jpg) bottom left no-repeat;
	padding-bottom: 42px;
}

.signup-legend h1 {
	background: none;
	padding: 0;
	line-height: 60px;
	margin-left: 22px;
	color: #a7a7a7;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.8em;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
	color: #82bcb3;
}

h3.arrow {
	background: url(art/arrow.gif) 0 10px no-repeat;
	padding-left: 30px;
	line-height: 40px;
	color: #999;
}

h4 {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
}

h5 {
	font-size: 0.75em;
	line-height: 1.5em;
	font-weight: 600;
	color: #ccc;
}

h6 {
	font-size: 0.6875em;
	line-height: 1.3em;
	font-weight: 600;
}

p.ad {
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
}

p.fine {
	font-size: 0.7em;
}


/* PARAGRAPHS ------------------------------------------------ PARAGRAPHS */
p {
	line-height: 1.4em;
}

#footer p {
	color: #999;
}

#blogpost-content p {
	color: #8b8b8b;
}

div.blogimg {
	float: right;
	margin: 0 20px 20px 20px;
}

div.blogimg {
	border: 3px solid #aaa;
}

/* LISTS --------------------------------------------------------- LISTS */

#left-col li {
	list-style-type: disc;
	line-height: 1.6em;
	
}
	




/* LAYOUT ------------------------------------------------------- LAYOUT */

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -208px; /* the bottom margin is the negative value of the footer's height */
}

#header {
	height: 291px;
	width: 100%;
	background: url(art/header.jpg) top center no-repeat;
}

#content-glow {
	width: 944px;
	background: url(art/content-glow.jpg) top center no-repeat;
	margin: 0 auto;
	height: auto;
	padding: 21px 0 0 0;
}

#footer {
	width: 800px;
	margin: 5px auto 0 auto;
}

#content {
	width: 754px;
	margin: 20px auto 0 auto;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	background-color: #242424;
	padding: 22px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
}


#content-bottom {
	width: 801px;
	height:11px;
	margin: 0 auto;
	background: url(art/content-bottom.jpg) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
}

#bottom, .push {
	height: 208px; /* .push must be the same height as .footer */
}

#bottom {
	width: 100%;
	background: url(art/bottom.jpg) top center no-repeat;
}

#left-col {
	width: 471px;
	height: auto;
	float: left;
	display: inline;
}

#blogpost {
	float: right;
	margin: 0;
	padding: 0;
	width: 263px;
	background: url(art/blogpost-bg.jpg) 0 0 repeat-y;
	display: inline;
	background-color: blue;
}

#blogpost-top {
	width: 219px;
	height: 40px;
	background: url(art/blogpost-top.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 0 22px;
}

#blogpost-content {
	background: url(art/blogpost-bottom.jpg) bottom center no-repeat;
	padding: 22px 22px 5px 22px;
	margin: 0;
	width: 219px;
}

.signup-container {
	width: 471px;
	background: url(art/signup-container-bg.jpg) 0 0 repeat-y;
	margin: 1em auto;
}

.signup-legend {
	width: 471px;
	height: 60px;
	background: url(art/signup-legend-bg.jpg) 0 0 no-repeat;
	margin: 0;
}

.signup-content {
	width: 427px;
	padding: 22px;
	background: url(art/singup-container-bottom.jpg) bottom center no-repeat;
}
	

/* NAV ------------------------------------------------------------ NAV */

#nav {
	width: 756px;
	height: 40px;
	margin: 10px auto 0 auto;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: right;
	height: 40px;
	width: auto;
	background: url(art/nav-sep.png) top right no-repeat;
	padding: 0;
	margin: 0;
}

/*-- removes image seperator on end list item --*/
#nav ul li.end {
	background: none;
}

#nav ul li a {
	display: block;
	padding: 12px 12px;
	text-transform: uppercase;
	color: #b4b7b4;
	text-decoration: none;
}

#nav ul li.end a {
	padding-right: 0px;
}

#nav ul li a:hover, #nav ul li a.active {
	color: #fff;
}
	



/* TABLES ------------------------------------------------------ TABLES */

/* FORMS ------------------------------------------------------- FORMS */

form.signupform {
	width: 360px;
}

form.signupform ol {
	padding: 0 0.5em;  
	list-style: none; 
}

form.signupform ol li {
	margin-bottom: 1em;
	clear: left;
	line-height: normal;
	list-style-type: none !important;
}

form.signupform label {
	display: block;
	float: left;  
	width: 110px;  
	margin-right: 12px;
	padding-top: 10px;
}

form.signupform input.inputtxt {
	padding: 10px 8px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: url(art/form-inputtxt-bg.jpg) 0 0 no-repeat;
	display: block;
	border: none;
	width: 230px;
	height: 27px;
	float: left;
}

form.signupform button {
	width: 243px;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	font-family: "Tahoma", Arial,Verdana,sans-serif;
	border: none;
	display: block;
	background: url(art/form-btn-bg.jpg) 0 0 no-repeat;
	color: #989898;
	cursor: pointer;
	outline: none;
}

form.signupform button:hover {
	color: #fff;
	background-position: 0 -39px;
}


form.signupform button#signup-btn {
	float: left;
	margin-left: 127px;
	display: inline;
}

form.signupform .required {
	font-size: 0.7em;
}

/* CLASSES ----------------------------------------------------- CLASSES */
.clear {
	clear: both;
}

