/* CSS Document */


/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	text-align: left;
	font-size: 100%;
	vertical-align: baseline;
	line-height: 1;
	font-style: inherit;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/* End reset style */


body {
	text-align: center;
this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	background-image: url(../images/bkgrnd_gradient.jpg);
}
p {
	font-size: 0.85em;
	line-height: 1.3em;
	padding-bottom: 10px;
}
em {
	font-size: 0.9em;
	line-height: 1.3em;
	padding-bottom: 10px;
	font-style: italic;
}
ul {
}
li {
	list-style-type: square;
	list-style-position: outside;
	font-size: 0.9em;
	line-height: 1.2em;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetical, sans-serif;
	color: #A0191E;
	padding-bottom: 10px;
	padding-top: 10px;
	letter-spacing: 0.05em;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetical, sans-serif;
	padding-bottom: 10px;
	line-height: 1.3em;
}
h3 {
	font-size: 1.3em;
	line-height: 1.2em;
	padding-bottom: 5px;
	color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetical, sans-serif;
	font-weight: lighter;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	padding-bottom: 12px;
	letter-spacing: 0.03em;
	font-size: 0.9em;
	line-height: 1.3em;
}
a {
	color: #A0191E;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.2;
}
sup {
	vertical-align: super;
	font-size: 0.8em;
}
#container {
	width: 95%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	max-width: 1200px;
	min-width: 730px;
}
#header_wrapper {
	background-image: url(../images/header_tile.jpg);
	height: 106px;
}
#header_right {
	background-image: url(../images/header_right.jpg);
	height: 106px;
	width: 22px;
	float: right;
}
/*#nav_bar {
	margin: 0;
}
#nav_bar  ul {
	background-image: url(../images/nav_tile.jpg);
	background-repeat: repeat;
	height: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	margin: 0;
	padding-top: 5px;
}
#nav_bar li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav_bar li a {
	color: #ADB9C3;
	font-size: .9em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #333333;
	margin: 0px;
	padding: 4px;
}
#nav_bar li a:hover {
	color: #DBDDDE;
	background-color: #333333;
}*/
#mainContent {
	padding-right: 40px;
	padding-left: 40px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	padding-bottom: 20px;
}
#container #mainContent ul {
	padding-left: 25px;
	padding-bottom: 20px;
	padding-top: 5px;
}
#flashheader {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	padding: 0;
	margin: 0;
}
.image_right {
	border: 1px solid #000000;
	float: right;
	margin-left: 0.3em;
	padding: 2px;
	background-color: #FFFFFF;
	margin-bottom: .5em;
}
.image_left {
	border: 1px solid #000000;
	float: left;
	margin-right: .6em;
	padding: 2px;
	margin-bottom: 0.3em;
}
.image_rt_plain {
	float: right;
	margin-right: 1em;
	margin-bottom: 0.2em;
}
.button {
	float: right;
	padding-top: 20px;
}
.essentialsmethod {
	font-style: italic;
	font-weight: bold;
}
#home_greywrapper {
	margin-top: 15px;
}
#mainContent .homemidwrapper {
	text-align: center;
}

.homemidwrapper  ul {
	padding-left: 1.5em;
}
.homemidwrapper   li {
	margin-bottom: 10px;
}
.homemidwrapper   li a{
	list-style-type: square;
	line-height: 1em;
	color: #000;
	text-decoration: none;
}
.homemidwrapper   li a:hover{
	color: #666;
}


#home_col1 {
	float: left;
	width: 30%;
	margin-right: 3%;
}
#home_col2 {
	float: left;
	width: 30%;
	margin-right: 3%;
}

#home_col3 {
	width: 30%;
	float: left;
}
.homemidwrapper h3 {
	color: #A0191E;
}
.demo_btn {
	float: right;
	padding-right: 40px;
}
#method_col1 {
}
#method_col2 {
	background-color: #CCCCCC;
	width: 230px;
	float: right;
	padding: 8px;
}
.products_col1 {
	margin: 1em;
}
.products_col1  ul {
}
.products_col1   li {
	list-style-type: none;
	padding-left: 1em;
	list-style-position: outside;
	line-height: 1.1em;
	padding-bottom: 0.4em;
}
.products_col2 {
	float: left;
	width: 44%;
	padding-right: 2%;
	padding-left: 4%;
}
.products_col2   ul {
}
.produtcs_col2    li {
	list-style-type: none;
	padding-left: 1em;
	list-style-position: outside;
	line-height: 1.1em;
	padding-bottom: 0.4em;
}
.quote {
	font-size: 5em;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #82818E;
	float: left;
}
.quoteright {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #82818E;
	line-height: .5em;
}
.quotewrapper {
	margin: 10px;
}
.quote2 {
	font-size: 5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #82818E;
	line-height: 0.5em;
	margin-top: 0px;
	float: right;
}
.quote-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: right;
	padding-right: 15px;
	font-style: oblique;
	color: #666;
}
.refboxliquidround {
	background-image: url(../images/roundedboxleft.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.refboxtop {
	background-image: url(../images/roundedboxtopleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 100%;
}
.refboxtop span {
	background-repeat: no-repeat;
	background-position: right top;
	height: 28px;
	width: 100%;
	background-image: url(../images/roundedboxtopright.jpg);
	display: block;
	position: relative;
}
.refboxcenter {
	position: relative;
	background-image: url(../images/roundedboxright.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 1px 23px 10px 25px;
	margin: -1px 0px -25px 0px;
}
.refboxbottom {
	background-image: url(../images/roundedboxbottomleft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 41px;
}
.refboxbottom span {
	background-image: url(../images/roundedboxbottomright.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	display: block;
	position: relative;
	height: 41px;
}
.refbox1 {
	background-color: #E3E3E3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A0191E;
	padding: 5px;
	margin-bottom: 10px;
}
.refbox2 {
	background-color: #F5F6F7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A0191E;
	padding: 5px;
	margin-bottom: 10px;
}
.faq_list  {
	margin-bottom: 2em;
	margin-left: 1em;
}
.faq_list ul {
}
.faq_list li {
	list-style-type: none;
	margin-bottom: 0.8em;
}
.faq_list a {
	color: #333333;
	line-height: 1.2em;
}
.faq_list a:hover {
	color: #A0191E;
	line-height: 1.2em;
}
.question {
	font-weight: bold;
	color: #990000;
	line-height: 1.3em;
}
.faq_col1 p {
	line-height: 1.2em;
	margin-top: .5em;
}
.faq_col2 p {
	line-height: 1.2em;
	margin-top: .5em;
}
.faq_col1 {
	background-color: #E3E3E3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A0191E;
	padding: .8em;
}
.faq_col2 {
	background-color: #F5F6F7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A0191E;
	padding: .8em;
}
#contact_col1 {
	width: 29%;
	margin-right: 2%;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #A0191E;
	height: 150px;
}
#contact_col1  h3 {
	font-size: 1.1em;
}
#contact_col1   p {
	font-size: .85em;
}
#contact_col2 {
	width: 29%;
	margin-right: 2%;
	margin-left: 2%;
	float: left;
	height: 150px;
}
#contact_col2   h3 {
	font-size: 1.1em;
}
#contact_col2    p {
	font-size: .85em;
}
#contact_col3 {
	width: 29%;
	margin-left: 2%;
	float: left;
	height: 150px;
}
#contact_col3   h3 {
	font-size: 1.1em;
}
#contact_col3    p {
	font-size: .85em;
}
#footer_wrapper {
	background-color: #EFEFEF;
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 20px;
	color: #242424;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-bottom: 10px;
}
#footer_top {
	height: 31px;
	display: block;
	background-image: url(../images/footertop.gif);
	background-repeat: no-repeat;
	background-color: #EFEFEF;
	background-position: center;
}
#footer_wrapper a {
	color: #666666;
}
#footer_wrapper p {
	text-align: center;
}
.footer_red {
	color: #A7141F;
}
.dottedline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	background-color: #00066;
	margin-bottom: 1.4em;
	margin-top: 1em;
}
.test_col1 {
	float: left;
	padding-right: 50px;
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #AB1511;
}
.test_col2 {
	white-space: nowrap;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-right: 50 px;
	float: left;
}
.downloadbtn {
	padding-top: 10px;
}
.video_right {
	border: 1px solid #000000;
	height: 239px;
	width: 320px;
}
.home_right {
	width: 320px;
	float: right;
	margin-right: 10px;
}
#mainContent .whitepaper_right {
	float: right;
	width: 275px;
}
#mainContent .whitepaper_left {
	margin-right: 20px;
	text-align: center;
}
#mainContent .whitepapersstack {
	background-image: url(../images/whitepapersstack.png);
	height: 350px;
	width: 205px;
	padding-top: 35px;
	padding-right: 30px;
	padding-left: 40px;
	background-repeat: no-repeat;
}
#container #mainContent .whitepaper_left .whitepaper_col1 {
	float: left;
	width: 45%;
}
#container #mainContent .whitepaper_left .whitepaper_col2 {
	float: left;
	margin-left: 5%;
	width: 45%;
}
.whitepapersstack p {
	line-height: 1.5em;
}
.whitepapersstack h3 {
	font-weight: bold;
	line-height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 5px;
}
.whitepapersstack #Image1 {
	top: 500px;
	position: absolute;
}
.whitepapersstack #Image2 {
	position: absolute;
	top: 500px;
}
.whitepapersstack #Image3 {
	position: absolute;
	top: 500px;
}
.clientheaderwrapper {
	background-image: url(../images/client_header_bkgrnd.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.clientheaderwrapper .clientheader {
	background-image: url(../images/client_header.jpg);
	height: 200px;
	background-repeat: no-repeat;
}
.indexheaderwrapper {
	background-image: url(../images/indexheader_bkgrnd.jpg);
	background-repeat: repeat-x;
	text-align: center;
	z-index: 1;
}
.indexheaderwrapper .indexheader {
	background-image: url(../images/indexheader.jpg);
	height: 200px;
	background-repeat: no-repeat;
}
.videowrapper {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
	padding-top: 10px;
}
#container #mainContent .situationbox {
	background-color: #E8E8E8;
	padding: 8px;
}
#container #mainContent .planbox {
	background-color: #CCC;
	padding: 8px;
}
#container #mainContent .actionablebox {
	background-color: #bbb;
	padding: 8px;
}
#container #mainContent .resultbox {
	color: #FFF;
	background-color: #666;
	padding: 8px;
}
.logo_right {
	float: right;
	margin: 10px;
}
#container #mainContent .anchors {
}
#container #mainContent .anchors ul{
	margin-left: -20px;
}
#container #mainContent .anchors li{
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #mainContent .anchors li a{
}
