
body {
	margin: 0;
	padding: 0;
	background-color: #979185;
	font: normal small Arial, Verdana, sans-serif;
	line-height: 1.5em;
	color: #656769;
}

h1, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #8f9193;
}

h2{
	margin: 0;
	padding-top: 13px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: normal;
	color: #8f9193;
}

h3{
	margin: 0;
	padding-top: 13px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #8f9193;
}

img {  border-style: none;
	border: none;
}

a {
	text-decoration: none;
	color: #195c96;
	outline: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}


/***********/
/* WRAPPER */
/***********/

#wrapper {
	background: #FFFFFF url(../images/bg.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
	border: none;
}


/*************************/
/* MENU - TOP NAVIGATION */
/*************************/


#topnav {
	width: 750px;
	height: 40px;
	margin: 0px auto;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	border: none;
	z-index: 100;
	font-weight: bold;
}

#menu {
	height: 40px;
	width: 658px;
	float: right;
	background: none;
	padding: 0;
	margin: 0;
	border: none;
}

#menu ul {
	margin: 20px 0 0 0;
	padding: 0px;
	list-style: none;
	border: none;
	z-index: 100;
}

#menu li {
	display: block;
	float: right;
	height: 40px;
	position: relative;
	margin: 0;
	border: none;
	z-index: 100;
}

.logo {
	width: 90px;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 100;
}

.logotop{
	width: 90px;
	float: left;
	background: none;
	padding: 0px;
	margin: 0px;
	border: none;
}

a.logotop {
	background: none;
	text-decoration: none;
	color: #fff;
	border: 0px;
}

a.logotop:hover {
	background: none;
	text-decoration: none;
	border: 0px;
}

#menu li .left{
	width: 131px;
	margin: 0px;
	border: none;
	background: url(../images/navBarButtons/left-off.png) no-repeat left top;
}

#menu li .middle{
	width: 130px;
	margin: 0px;
	border: none;
	background: url(../images/navBarButtons/middle-off.png) no-repeat left top;
}

#menu li .right{
	width: 134px;
	margin: 0px;
	border: none;
	background: url(../images/navBarButtons/right-off.png) no-repeat left top;
}

#menu li .active_l{
	width: 131px;
	margin: 0px;
	border: none;
	background: url(../images/navBarButtons/left-on.png) no-repeat left top;
	color: white;
}

#menu li .active_m{
	width: 130px;
	margin: 0px;
	border: none;
	background: url(../images/navBarButtons/middle-on.png) no-repeat left top;
	color:white;
}

#menu li .active_r{
	width: 134px;
	margin: 0px;
	border: none;
	background: url(../images/navBarButtons/right-on.png) no-repeat left top;
	color:white;
}

#menu a {
	display: block;
	height: 40px;
	margin: 0px;
	border: none;
	text-align: center;
	font: Areal, Verdana, sans-serif;
	line-height: 1.8em;
	font-size: 11pt;
	color: #818182;
	z-index: 100;
	padding: 7px 0 0 0;
	outline: none;
}

#menu a.left{
	width: 131px;
	margin: 0px;
	border: none;
	background: url(../images/navBarButtons/left-off.png) no-repeat left top;
}

#menu a.middle{
	width: 130px;
	margin: 0px;
	border: none;
	background: url(../images/navBarButtons/middle-off.png) no-repeat left top;
}

#menu a.right{
	width: 134px;
	margin: 0px;
	border: none;
	background: url(../images/navBarButtons/right-off.png) no-repeat left top;
}

#menu a:hover{
	color: white;
	text-decoration: none;
}

#menu a.left:hover{
	background: url(../images/navBarButtons/left-over.png) no-repeat left top;
}

#menu a.right:hover{
	background: url(../images/navBarButtons/right-over.png) no-repeat left top;
}

#menu a.middle:hover{
	background: url(../images/navBarButtons/middle-over.png) no-repeat left top;
}

#menu a.active_l:hover {
	background: url(../images/navBarButtons/left-over.png) no-repeat left top;
}

#menu a.active_m:hover {
	background: url(../images/navBarButtons/middle-over.png) no-repeat left top;
}

#menu a.active_r:hover {
	background: url(../images/navBarButtons/right-over.png) no-repeat left top;
}

#menu li ul {
	display: none;
	position: absolute; 
	width: 130px;
	top: 1em;
	left: 0px;
	padding: 0px;
	margin: 0px;
	border: none;
	z-index: 100;
}

#menu li > ul {
	top: auto;
	left: auto;
	padding: 0px;
	margin: 0px;
	border: none;
	z-index: 100;
}

#menu li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	z-index: 100;
}

#menu li ul a{
	font: bold 10 arial, helvetica, sans-serif;
	width: 130px;
	display: block;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	padding-left: 15px;
	border-color: #b2b0b1;
	margin: -10px;
	z-index: 100;
	outline: none;
}


#menu li ul#productMenu a{
	width: 200px;
	margin-right: -50px;
}

#menu li ul a {
	color: #195c96;
	background: #f0f0f0;
	text-decoration: none;
	z-index: 100;
}

#menu li ul a:hover {
	color: #195c96;
	background: #dfddde;
	z-index: 100;
}


/*******************************/
/* HEADER with FLASH ANIMATION */
/*******************************/

#header {
	width: 750px;
	height: 145px;
	margin: 0px auto;
	padding: 0px;
	border: none;
	clear: left;
}

#header h1 {
	float: left;
	width: 92px;
	height: 122px;
	padding: 0px;
	margin: 0px;
	border: none;
}

#header h2 {
	float: right;
	width: 655px;
	height: 122px;
	padding: 0px;
	margin: 0px;
	border: none;
}


/*******************/
/* CONTENT WRAPPER */
/*******************/

#content {
	width: 750px;
	margin: 0 auto;
	z-index: 101;
	padding: 30px 0;
}


/****************/
/* MAIN CONTENT */
/****************/

#posts {
	float: right;
	width: 575px;
}

#posts .post h1{
	padding-left: 20px;
	margin-top: 0;
	padding-bottom: 3px;
	padding-top: 5px;
	font-size: 22px;
	color: #1D548C;

}

#posts .post #topHeader {
	font-size: xx-large;
	color:#ED5129;
	line-height: 32px;
	margin-bottom: 15px;
}

 #topHeader {
	font-size: xx-large;
	color:#ED5129;
	line-height: 32px;
	margin-bottom: 15px;
}
	
#posts .post {
	padding-bottom: 10px;
}

#posts .story {
	padding: 0px 20px 0 20px;
}

#posts .meta {
	padding: 5px 0 0 10px;
	background: url(../images/img06.gif) repeat-x;
}

#posts .meta p {
	margin: 0;
	line-height: 1em;
	font-size: smaller;
}

#posts .story ul {
	padding-left: 10px;
	margin-left: 0px;
}

#posts .story li{
  list-style: none;
  background: url(../images/bullet.gif) left top no-repeat;
  padding-left: 20px;  /* space for the image */
  margin-top: 5px;
}

#posts .story .info li{
  list-style: none;
  background: none;
}

#startNowPanel, #professionalPageStartNowPanel{
	/*JS: temp CSS3 only */
	background-color: white;
	border: 1px solid #bcb5ab; 
	padding: 2px;
	margin: 0px 10px 10px;
	text-align: center;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

#professionalPageStartNowPanel{
	margin-left: 20px;
	width: 160px;
	background-color: #f6f7f9;
}

#startNowPanel h2, #posts .post #startNowPanel h1, #professionalPageStartNowPanel h2, #posts .post #professionalPageStartNowPanel h1 {
	margin: 10px 0;
	padding: 0;
	color: #1d548c;
	font-weight: bold;
}

#fiveSteps {
	position:relative;
	left: -150px;
	margin: auto;
}

#productLogo{
	margin: 10px;
}

/*****************/
/* CONTENT TABLE */
/*****************/

table {
  border-collapse: collapse;
  padding: 0;
  margin-top: 20px;
  /*border: 1px #9fa5ab solid;*/
}

td th {
  border: 1px #cbcbcb solid;
  /*padding: 0px 5px 0px 10px;*/
}

td.noborder th.noborder {
  border: none;
  background: none;
}

table p{
  margin: 0;
  padding: 3px 10px 3px 15px;
  line-height: normal;
}

#noborder {
  border: 0;
  z-index: 1;
}

#table-header {
  border: 1px #cbcbcb solid;
  z-index: 150;
}

#table-eform {
  border: 1px #cbcbcb solid;
  background: #f6f7f9;
  z-index: 150;
}

#table-header-qlm {
  border-left: 1px;
  border-bottom: 1px;
  border-right: 1px;
  background: #f6f7f9 url(../images/tablebg.gif) left top no-repeat;
}

#table-qlm {
  background: #f6f7f9;
  border: 1px #cbcbcb solid;
  z-index: 150;
}

/******************/
/* CONTENT IN-BOX */
/******************/

#inbox {
	width: 188px;
	float: right;
	z-index: 102;
	margin-top: 20px;
	margin-right: -20px;
	padding: 0;
}

#inbox h3 {
	padding: 0 10px 0 40px;
	margin: 0;
	font-size: 14px;
}

#inbox .title {
	background: url(../images/box-title.gif) repeat-y;
	margin: 0;
	padding-bottom: 5px;
}

#inbox .info {
	background: url(../images/box-content.gif) repeat-y;
	margin: 0;
	padding-top: 5px;
	display: block;
}

#inbox .info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

#inbox .info li{
	padding: 0 10px 0 40px;
	list-style: none;
	margin: 0;
}

#inbox .top {
	background: url(../images/box-top.gif) no-repeat;
	width: 188px;
	height: 8px;
}

#inbox .bottom {
	background: url(../images/box-bottom.gif) no-repeat;
	width: 188px;
	height: 28px;
}

#emailLink {
	font-size: 15px;
	font-weight: bold;
	
}

#softwareCheckboxLabel {
	float: right;
	position: relative;
	top: -25px;
	left:27px;
}

/*****************/
/* FORM ELEMENTS */
/*****************/



form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  width: 535px; 
}

form fieldset {
  clear: both; /*note that this clear causes inputs to break to left in ie5.x mac, commented out*/
  border-color: #e6e6e6;
  border-width: 1px;
  border-style: solid;
  /*background-color: #f6f6f6;
  background-image: url(../images/form-bg.gif);
  background-repeat: repeat-x;*/
  line-height: 1.8em;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 5px 0 0 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	position: relative;
	float: left; 
	width: 65px; 
	font-size: small;
	padding: 0 0 0 10px; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}


form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
	color: #656769; /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input.text {
	width: 135px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
}

form input.file {
	width: 90%;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form label strong {
	position: absolute;
	text-align: left;
	left: 335px;
	top: 0.2em;
	width: 19em;
	color: #C00;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
}

form input.submit {
	background: #FFFFFF url(../images/button.gif) no-repeat;
	border: none;
	width: 75px;
	height: 31px;
	line-height: .8em;
}

input.submit:hover {
	background: #FFFFFF url(../images/button-over.gif) no-repeat;
}

input:focus {
	background: #f6f6f6;
	border-color: #7f9db9;
	border-width: 1px;
	border-style: solid;
	background-color: #f6f6f6;
	padding: 2px 1px;
}

textarea:focus {
	background: #f6f6f6;
	border-color: #7f9db9;
	border-width: 1px;
	border-style: solid;
	background-color: #f6f6f6;
	padding: 1px 1px;
}

.column1 {
	float: left;
	width: 250px;
}

.column2 {
	float: right;
	width: 250px;
}

.column_both {
	float: left;
	width: 66%;
}

.column_both1 {
	float: left;
	width: 50%;
}

.column_both2 {
	float: right;
	width: 49%;
}

.column3 {
	float: right;
	width: 33%;
}
	
span.other {
	padding-left: 10px;
}

#line {
	padding: 5px 10px;
	border-top: 1px solid #e6e6e6;
	height: 1px;
	margin: 5px 10px;
}

.elements {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

.bookDemoForm {
	width: auto;
}

/*********/
/* LINKS */
/*********/

#links {
	float: left;
	width: 153px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}s


#links .arrow{
	background: url(../images/arrow-left-nav.gif) no-repeat center right;
}

#links .line{
	background: url(../images/img06.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	height: 1px;
}

#links li li {
	padding: 10px 15px 10px 20px;
	background: url(../images/img06.gif) repeat-x bottom;
}

#links li a {
	background: none;
	padding: 10px 0;
}

#links li li:hover {
	background: #f7f7f7;
}

#links li li.first:hover {
	background: #f7f7f7 url(../images/nav-line.gif) repeat-x top;
}

#links li a:hover {
	text-decoration: none;
}

#links li i {
	font-size: smaller;
}

#links .nav2 h2{
	margin: 0 0 15px;
	padding-bottom: 1px;
	padding-top: 7px;
	padding-left:20px;
	font-size: 25px;
	font-weight: bold;
	color: #8f9193;
}

#links .active, #links .active:hover {
	margin: 0;
	background: #efefef url(../images/arrow-left-nav.gif) no-repeat center right;
	font-weight: bold;
}

/* Set up the pointers for the sub level indication 
#pmenu li.fly {background:#7484ad url(http://www.cssplay.co.uk/menus/fly.gif) no-repeat right center;}
#pmenu li.drop {background:#7484ad url(http://www.cssplay.co.uk/menus/drop.gif) no-repeat right center;} */


/**********/
/* FOOTER */
/**********/

#footer {
	background: #979185 url('../images/footerBackground.png') repeat-x top;
	padding: 10px 0 10px 0;
	width: 750px;
	height: 25px;
	margin: 0 auto;
	position: relative;
}

#footer p {
	background: none;
	margin: 0 auto;
	text-align: center;
	
}

/*JS/AO - redesign*/
#wrapper {
	background: none;
}

#header{
	height:125px;
	width: 100%;
	background-color: #1c5e98;
}


#content {
	background-color: #faf9f5;
}

#contentWrapper{
	width:100%;
	background-image:url(../images/background.png);
	background-color: white;
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto;
}

#footerContainer {
	background: #979185 url('../images/footerBackground.png') repeat-x top;
}

#footer a, #footer h4, #footer p{
	color: #272622;
}

#footerAddress {
	width: 200px;
}

#footerAddress p, #footerAddress h4{
	color: #f2ece0;
	text-align:left;
}

#footer ul{
	margin-left: 0;
	padding-left: 15px;
	list-style-image: url(../images/bullet2.gif);
}

.footerSection{
	float:left;
	width:125px;
	margin:0 20px;
}

#footerBottom {
	clear: both;
	border-top: 1px solid;
	font-size: 10px;
}


/*Home page*/

#servicesPost h2{
	padding-left: 0;	
}

#banner {
	margin: 0 auto;
	height:320px;
	width:100%;
	background-image:url(../images/background.png); 
	background-position: center;
	background-repeat: repeat-y;
	background-color: white;
}

#headerLeft {
	height: 235px;
	position: relative;
	background: url(../images/header/header-left.png) repeat-x;
}

#headerRight {
	height: 235px;
	margin-left: 50%;
	z-index:200;
	background: url(../images/header/header-right.png) repeat-x;
	background-position: right top;
}

#bannerContent {
	position: relative; 
	margin: -235px auto  0 auto; 
	height: 400px;
	width: 850px;
	right: 12px;
}

#bannerTopBackground {
	top:0;
	right:0;
	position: absolute;
}

#bannerBackground {
	position: absolute;
	right:30px;
	bottom: 70px;
}

#freeManImg{
	position: absolute;
	right: 65px;
	bottom: 140px;
	z-index: 60;
}

#banner a img {
	position:absolute;
	bottom:130px;
	right: 0;
	z-index: 70;
}
.standout {
	color: #1d548c;
	font-weight:bold;
}

.productSummary {
	width: 157px;
	padding: 15px;
	float: left;
	height: 100px;
	position: relative;
	background: url(../images/productSummaryBorder.png) no-repeat left;
}

.productSummary a {
	font-weight: bold;
	font-size: medium;
}

.productSummary a:hover{
	text-decoration: none;
}

.productSummary li {
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 20px;
	width:100%;
	color: #555553;
	font-size:  0.9em;
	list-style-image:url("../images/bullet2.gif");
	margin:10px 15px;
	padding:0;
	padding-right: -5px;
}

.productSummary li a {
	position: absolute;
	font-weight: bold;
	font-size: small;
	color: #555553;
}

#productSummaryContainer {
	position: relative;
	top: -20px;
	height: 160px;
	border-bottom: 3px solid #1d5e98;
}

#leftPanel {
	width: 187px; 
	float:left;
}

#leftPanel h1 {
	margin: 10px 0;
	padding: 0;
	color: #1d548c;
}

#leftPanel p {
	padding-bottom: 15px;
	background: url(../images/newsBorder.png) no-repeat bottom;
}


#startNowPanel h1 {
	margin: 10px 0;
	padding: 0;
	color: #1d548c;
}

#startNowPanel h2{
	font-weight: bold;
}

#rightPanel {
	width:187px; 
	float:right; 
	height:300px;
	margin-bottom: 10px;
	background: url(../images/rightPanelBorder.png) no-repeat left;
}

#centerPanel {
	width: 315px; 
	float:left;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 35px;
}

#centerPanel  h1{
	color: #ed5129;
	font-size: xx-large;
	margin: 10px 0;
}

#centerPanel p {
	line-height: 25px;
}

#panelContainer {
	height:320px;
}

/* QLM Register User page */

#userEditForm {
	width: auto;
}

#topNav #qstratLogo {
	background:none repeat scroll 0 0 transparent;
	color: #FFFFFF;
	margin-left: 0;
	padding-left: 0;
	width: 85px;
}

#userEditForm  label {
	display: inline;
	float: none; 
	width: auto; 
	font-size: 11px;
	padding: 0; 
	margin: 0; /* set top margin same as form input - textarea etc. elements */
}

#userEditForm input {
	margin: 0;
}

#userEditForm h1 {
	text-align: left;
	color: #1D548C;
}

#userEditForm  save {
	text-align: right;
}

#formHeader {
	font-size: large;
	color: #195C96;
	margin-bottom: 20px;
}
