/* @group RESET */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
	font: 90%/120% Lucida, Verdana, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 2em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

/* @end */

/* @group General Styles */
html {
	background-color: black;
}
body {
	background-color: black;
	color: white;
	background: #000000 url(images/body-bg.jpg) no-repeat center 0;
}

.clearer {
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}

.image-left {
	float: left;
	margin: 5px 20px 5px 0px;
}

.image-right {
	float: right;
	margin: 5px 0px 5px 20px;
}

.center {
	text-align: center;
}

p {
	margin: 0 0 1.3em 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1.0em;
}

h1 {
	font-size: 1.4em;
	line-height: 1.2em;
	text-align: center;
}

ul.featuresList {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0px 0px 0px 50px;
	width: 300px;
}

a img, a img:hover {
	border: none;
	border-width: 0px;
}

.strikeThrough {
	color: #f70000;
	text-decoration: line-through;
}

b, .bold {
	font-weight: bold;
}

/* @end */

/* @group Layout */

#container {
	position: relative;
	width: 840px;
	text-align: left;
	margin: 0px auto;
	padding: 0 0 30px;
	color: black;
}

#pageHeader {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 225px;
	background: url(images/header-bg.jpg) no-repeat left top;
}

	#pageHeader h1 {
		display: none;
		color: black;
		font-size: 24px;
		text-align: left;
	}
	
	#pageHeader a, #pageHeader a:link, #pageHeader a:visited {
		position: absolute;
		top: 55px;
		left: 55px;
		display: block;
		width: 550px;
		height: 160px;
		border: none;
		outline: none;
		text-decoration: none;
	}
	
		#pageHeader a:hover, #pageHeader a:active {
			border: none;
			text-decoration: none;
			outline: none;
		}

#newsLetter {
	background-color: #d11107;
	border-top: 1px solid black;
	border-left: 1px solid white;
	height: 30px;
	position: relative;
	width: 839px;
}

	#newsLetter p {
		color: white;
		float: left;
		font-size: 1.0em;
		letter-spacing: 1px;
		margin: 0;
		padding-left: 1.5em;
		padding-top: 0.5em;
	}

#signUpForm {
	float: left;
	margin: 0.5em 1.0em 0;
	padding: 0;
	position: relative;
	vertical-align: middle;
}

	#signUpForm input {
		color: #5e5e5e;
		font-size: 10px;
		margin-right: 0.5em;
	}

#navContainer {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 30px;
}

#contentContainer {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: transparent url(images/content-bg-trans.png) no-repeat 0 0;
}

	#contentContainer #content {
		position: relative;
		margin: 40px;
		margin-top: 0px;
		padding: 0px;
		padding-top: 40px;
		min-height: 500px;
		font-size: 1.1em;
		line-height: 1.4em;
	}

#footer {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 3px 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

	#footer p {
		margin: 5px 20px;
		text-align: right;
	}
	
	#footer .designCredit {
		display: block;
		position: absolute;
		top: 9px;
		left: 20px;
		font-size: 0.8em;
	}

/* @end */



/* @group Navcontainer */

/* Toolbar Styles */

#navContainer {
	color: white;
	font-size: 12px;
	z-index: 100;
}

#navContainer ul{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 50;
	list-style: none;
}

#navContainer li {
	position: relative;
	display: block;
	float: left;
	width: 119px; /*1px narrower to accomodate right-hand border */
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-right: 1px solid white;
	border-top: 1px solid white;
	background: black;
}

	#navContainer li#Home {
	/* Customize left-most nav item */
		border-left: 1px solid black;
		width: 118px;
	}
	
	#navContainer li#Contact {
	/* Customize right-most nav item */
		border-right: none;
		width: 120px;
	}

	#navContainer li.current {
		border-top: 1px solid black;
		background: transparent;
	}
	
	#navContainer li#Contact.current {
		border-right: 1px solid black;
		border-top: 1px solid white;
		width: 119px;
	}
	
#navContainer a {
	display: block;
	width: 100%;
	height: 22px; /* li height minus top & bottom padding */
	line-height: 1.0em;
	padding: 8px 0px 0px;
	margin: 0px;
	text-decoration: none;
	border: none;
	outline: none;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 200;
}

#navContainer a:hover, #navContainer a.current, #navContainer a.currentAncestor {
	color: #ff1b03;
}

#navContainer a.current, #navContainer a.currentAncestor, #navContainer a:active, #navContainer a.currentAncestor:hover {
	color: #ff1b03;
	background: #f5f5f5;
}

/* Parent - Level 0 */

#navContainer ul li {

}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navContainer ul ul {
	position: absolute;
	top: 40px; /* Offset to account for height of parent */
	left: -1px; /* Adjusts left edge to align with parent */
	display: none;
	z-index: 60;
	padding: 0px;
	border: none;
	letter-spacing: 0px;
}

#navContainer ul ul li {
	width: 149px; /* Force 1px narrower width to align right edge with parent */
	border: 1px dotted black;
	border-top: none;
}

#navContainer ul ul a {

}


/* Child Level 3 */

#navContainer ul ul ul {
	position: absolute;
	left: 110px;
	top: 0;
	font-size: 1em;
}

#navContainer ul ul ul ul li { 
}

#navContainer ul ul ul ul a{
}

#navContainer ul ul ul ul a:hover{

}

div#navContainer ul ul, div#navContainer ul ul ul, div#navContainer ul li:hover ul ul, div#navContainer ul li:hover ul ul ul, div#navContainer ul li:hover ul ul ul ul, div#navContainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navContainer ul li:hover ul, div#navContainer ul ul li:hover ul, div#navContainer ul ul ul li:hover ul, div#navContainer ul ul ul ul li:hover ul, div#navContainer ul ul ul ul ul li:hover ul{
display:block;
}

/* @end */

/* @group FAQs */

#faq-header {
	margin-left: 30px;
	margin-bottom: 50px;
}

/* @end */



/* @group Contact Form */

#content #contactForm {
	line-height: 3.0em;
	margin: 0px;
	padding: 0px;
}

#contactForm .label {
	float: right;
	text-align: right;
	font-weight: bold;
}

#contactForm input, #contactForm textarea {
	font: 1.0em Lucida, Verdana, sans-serif;
	font-size: 1.0em;
	padding: 2px 4px;
	width: 80%;
}

#contactForm input.submit, #contactForm input.reset {
	width: auto;
}

/* @end */

/* @group Sitemap */

/* -- Sitemap classes -- */

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

#sitemap li {
	padding: 5px 0 10px 5px;
}

#sitemap a {
	display: block;
	margin-bottom: 0.25em;
	margin-left: -5px;
	width: 100%;
}



/* @end */

