HTML {
	background-color: #000;
}
BODY {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url(images/header_stripe.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}


/* text */
H1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 32px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 25px;
}
H2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
H3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 2px;
}
H4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 5px;
}
DT {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
P, UL, LI, DD {
	font-size: 15px;
	line-height: 20px;
	color: #333;
}
P, UL, OL, DL {
	margin-top: 0px;
	margin-bottom: 20px;
}
LI {
	margin-bottom: 5px;
}
HR {
	height: 1px;
	background-color: #ccc;
	border: none;
	margin: 20px 0px 20px 0px;
}


/* links */
A:link,A:visited {
	color: #0099ff;
	text-decoration: none;
}
A:hover,A:visited.hover {
	color: #0099ff;
	text-decoration: underline;
}


/* Misc Styles */
.smalltext {
	font-size: 12px;
	line-height: 15px;
}
.currentpage A:link,.currentpage A:visited,.currentpage A:hover,.currentpage A:visited.hover {
	color: #000;
}
.callout {
	margin: 0px 0px 20px 20px;
	border: 1px solid #c2c2c2;
	padding: 2px 2px 0px 2px;
	background-color: #FFF;
	float: right;
	font-size: 11px;
	line-height: 15px;
	color: #333;
}


/* This is in here to help the divs clear correctly in firefox */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
.clearfix {display:block;}
* html .clearfix {height: 1%;}
/* End hide from IE-mac */




/* sections */
div#ContainerHeader,div#ContainerContent,div#ContainerIntro,div#ContainerFooter {
	position: relative;
	width: 100%;
	text-align: center;
}
div#ContainerContent {
	background-color: #FFF;
	background-image: url(images/content_shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div#Header,div#Content,div#Intro,div#Stories,div#Footer {
	position: relative;
	width: 960px;
	margin: 0px auto 0px auto;
	text-align: left;
}
div#Header {
	height: 140px;
}
div#Intro {
	height: 290px;
}


/* Footer Elements */
#Footer H3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px 0px 10px 0px;
	padding: 10px 20px 0px 20px;
}
#Footer P {
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	color: #7d7d7d;
}
#Footer A {
	margin-right: 20px;
}


/* Header Elements */
div#Logo {
	position: absolute;
	top: 37px;
	left: 20px;
}
div#Nav {
	position: absolute;
	top: 90px;
	left: 0px;
	height: 40px;
}
div#Subnav {
	position: absolute;
	top: 130px;
	left: 0px;
	z-index: 10;
}

/* Nav Elements */
.NavMenu {
	position: absolute;
}
#Nav_solutions {
	left: 0px;
}
#Nav_demo {
	left: 240px;
}
#Nav_about {
	left: 480px;
}
#Nav_contact {
	left: 720px;
}

.NavSubmenu {
	display: none;
	background-image: url(images/subnav_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#Subnav_solutions,#Subnav_about {
	position: absolute;
	width: 240px;
}
#Subnav_solutions {
	left: 0px;
}
#Subnav_about {
	left: 480px;
}

div#Subnav h2 {
	margin: 0px;
	padding: 15px 20px 5px 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	background-image: url(images/subnav_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}
div#Subnav h2 A {
	color: #000;
}
div#Subnav DL {
	margin: 0px;
	padding: 0px 20px 10px 20px;
}
div#Subnav DT {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	background-image: url(images/arrow_on.png);
	background-position: 0px 9px;
	background-repeat: no-repeat;
}
div#Subnav DD {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin: 0px;
	padding: 0px 20px 5px 20px;
}
div#Subnav DL .currentpage {
	background-image: url(images/arrow_off.png);
}


/* Content Elements */
div#ContentMain {
	position: relative;
	float: right;
	width: 680px;
	margin: 50px 20px 40px 0px;
	min-height: 300px;
}
div#ContentLeft {
	position: relative;
	float: left;
	width: 540px;
	margin: 50px 0px 40px 20px;
	min-height: 300px;
}

div#Sidebar {
	position: relative;
	float: left;
	width: 240px;
	margin: 50px 0px 40px 0px;
}
div#SidebarRight {
	position: relative;
	float: right;
	width: 340px;
	margin: 105px 20px 40px 0px;
}

div#Sidebar H2 {
	display: block;
	height: 28px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	padding: 12px 20px 0px 20px;
	background-image: url(images/menu_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}
div#Sidebar DL {
	margin: 0px 0px 10px 0px;
	padding: 10px 20px 15px 20px;
	background-image: url(images/menu_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
div#Sidebar DT {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	background-image: url(images/arrow_on.png);
	background-position: 0px 9px;
	background-repeat: no-repeat;
}
div#Sidebar DD {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin: 0px;
	padding: 0px 0px 5px 20px;
}
div#Sidebar DL .currentpage {
	background-image: url(images/arrow_off.png);
}


/* Contact */
div#Contact {
	position: relative;
	float: right;
	width: 100%;
	border: 1px solid #c2c2c2;
	background-color: #e1e1e1;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}
div#Contact DL {
	position: relative;
	text-align: left;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}
div#Contact DT {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div#Contact DD {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div#Contact H2 {
	margin: 0px 20px 15px 20px;
	padding: 0px;
}
div#Contact H4 {
	margin: 0px 20px 15px 20px;
	padding: 0px;
}
div#Contact P {
	margin: 0px 20px 15px 20px;
	padding: 0px;
}
div#ContactMap {
	margin: 0px 0px 20px 0px;
	border: 1px solid #c2c2c2;
	padding: 2px 2px 0px 2px;
	background-color: #FFF;
	float: left;
}
.contactnormal {
	width: 480px;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #c2c2c2;
}
.contactindex {
	width: 190px;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #c2c2c2;
}
.submit {
	position: relative;
	clear: both;
	text-align: center;
}


/* Forms */
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	cursor: hand;
}
.required {
	color: #000;
}
.warning {
	color: #C00;
}
.sent {
	color: #C00;
	font-weight: bold;
}





/* Home Page Elements */
div#IntroImage {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 280px;
	width: 650px;
	background-image: url(images/intro_main.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#IntroImage H2 {
	margin: 100px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
	color: #FFF;
}
div#IntroImage P {
	width: 350px;
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
}
div#IntroImage A {
	color: #FFF;
	font-weight: bold;
}

div#IntroSidebar {
	position: absolute;
	top: 0px;
	left: 660px;
	height: 280px;
	width: 300px;
	background-image: url(images/intro_sidebar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#IntroSidebar H2 {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 20px;
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
}
div#IntroSidebar P {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 10px 20px;
	font-size: 11px;
	line-height: 14px;
}
#IntroForm {
	width: 260px;
	margin: 0px 0px 0px 20px;
}
.IntroTitle {
	width: 80px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding-right: 5px;
	padding-bottom: 7px;
}
.IntroField {
	padding-bottom: 7px;
}

div#Stories {
	position: relative;
	text-align: left;
	height: 200px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#Story1,#Story2,#Story3,#Story4 {
	position: absolute;
	top: 25px;
	overflow: hidden;
}
#Story1,#Story2,#Story3 {
	border-right: 1px solid #ccc;
}
#Story1 {
	left: 20px;
	width: 220px;
}
#Story2 {
	left: 260px;
	width: 220px;
}
#Story3 {
	left: 500px;
	width: 220px;
}
#Story4 {
	left: 740px;
	width: 220px;
}
div#Stories H2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
}
div#Stories H3 {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 0px;
	font-size: 11px;
	line-height: 14px;
}
div#Stories H4 {
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 0px 0px;
	font-size: 11px;
	line-height: 14px;
}
div#Stories P {
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 0px 0px;
	font-size: 11px;
	line-height: 14px;
}
div#Stories H2 A {
	color: #000;
}
div#Stories P A {
	font-weight: bold;
}

div#LQASVideo {
	padding: 5px;
	width: 640px;
	background-color: #e6e6e6;
	margin: 0px 0px 10px 0px;
}
