@charset "UTF-8";




/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
*/

/* Mobile Layout: 480px and below. */


#headerbg {
	position: fixed;
	height: auto;
	width: 100%;
	z-index:1000;
	background: #137cce; /* Old browsers */
	background: -moz-linear-gradient(top, #137cce 0%, #57a8e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #137cce), color-stop(100%, #57a8e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #137cce 0%, #57a8e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #137cce 0%, #57a8e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #137cce 0%, #57a8e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #137cce 0%, #57a8e5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#137cce', endColorstr='#57a8e5', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 2px 4px 3px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 2px 4px 3px rgba(0,0,0,0.29);
	box-shadow: 0px 2px 4px 3px rgba(0,0,0,0.29);

	
}

.gridHeader {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	
	
}

#header {
	position: relative;
	height:auto;
	max-width:900px;
	padding-bottom:5px;
	

	
}

#headeritem {
	position:relative;
	height:100%;
	width:auto;
	display:inline-block;
	margin-right:1%;
	margin-left:1%;
	
}

#logo {
	position: relative;
	height:100%;
	width:auto;
}



.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	
	
}

/*#nav {
	height:auto;
	width: auto;
	float:left;
	margin-top:30px;
	
}*/


#sharelinks{
	position:relative;
	height:100%;
	width:100%;
	margin-top:5px;
	bottom:-13px;
}

#content {
	margin-left:auto;
	margin-right:auto;
	height:auto;
	max-width:900px;
	background-color:#FFF;
	box-shadow: 0px 0px 10px #888888;
}




















#guidebox {
	position:relative;
	height:auto;
	width:100%;
	max-width:900px;
	padding-top:105px;
	border-bottom:#00BFFF thin solid;
	

}

#guideboxcont {
	position:relative;
	height:auto;
	max-width:800px;
	width:auto;
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
	
}


#guideitem {
	position:relative;
	height:100%;
	min-height:160px;
	min-width:240px;
	max-width:240px;
	width:auto;
	display:inline-block;
	text-align:left;
	vertical-align:top
	
}











#container {
    
    min-height: 125px;
    
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;

    
}








/*#guidecover {
	position:relative;
	height:100%;
	width:100%;
	background-color:#999;
}

#guideform {
	position:relative;
	height:100%;
	min-height:210px;
	width:auto;
	min-width:300px;
	background-color:#999;
}

#guidetest {
	position:relative;
	height:100%;
	min-height:210px;
	width:auto;
	max-width:200px;
	background-color:#999;
	
}*/






#contentInner {
	position:relative;
	height:auto;
	max-width:600px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:50px;
	padding-top:60px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	clear: both;
}


#testimonial {
	background-color: #FFF;
	border-width: medium;
	border-color: #F25F00;
	position: relative;
	height: auto;
	min-height: 170px;
	width: auto;
	max-width: 600px;
	border-style: solid;
	box-shadow: 0px 0px 5px #FEC38F;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #276c86;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
#testimonialLong {
	background-color: #FFF;
	border-width: medium;
	border-color: #F25F00;
	position: relative;
	height: auto;
	min-height: 170px;
	width: auto;
	max-width: 600px;
	border-style: solid;
	box-shadow: 0px 0px 5px #FEC38F;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	font-size: 17px;
	color: #276c86;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.textWrap {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}
.textWrap2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}



#salesBlock {
	position: relative;
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#salesBlockitem {
	position: relative;
	height: 90%;
	width: auto;
	display: inline-block;
}
#salesBlock2 {
	position: relative;
	height: auto;
	max-height: 188px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}





#diag_form {
	position: relative;
	width: auto;
	height: auto;
	background-color:#FFF;
	border-bottom:medium #CCC solid;
	padding-bottom:40px;
	padding-left:30px;
	
}


#diag_form_1 {
	position: relative;
	width: auto;
	height: auto;
	background-color:#FFF;
	border-top:medium #CCC solid;
	padding-top:40px;
	
}










#radios {
	position: relative;
	height: auto;
	width: auto;
	margin-left:20px;

}


input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  
  margin    : 0;
  padding   : 0;
 
  opacity   : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : block;
  margin-left  : auto;
    /*margin-right: 5em;*/
  line-height  : 1.5em;
  text-align:left;
  /*float:left;*/
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
  
}



input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}


input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : rgb(39,154,236);
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}


input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
 
  margin-left           : auto;
   margin-right           : auto;
    margin-top           : 0.150em;
	 margin-bottom           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(39,154,236);
  background-image :    -moz-linear-gradient(rgb(39,154,236),rgb(39,154,236));
  background-image :     -ms-linear-gradient(rgb(39,154,236),rgb(39,154,236));
  background-image :      -o-linear-gradient(rgb(39,154,236),rgb(39,154,236));
  background-image : -webkit-linear-gradient(rgb(39,154,236),rgb(39,154,236));
  background-image :         linear-gradient(rgb(39,154,236),rgb(39,154,236));
}











#bookIntro {
	position: relative;
	width: auto;
	height: auto;
	min-height: 350px;
	margin-top: 20px;
	margin-bottom: 20px;
}




.logout {
	font-size: 14px;
	background-color: #E8E8E8;
	border: thin solid #88A0AA;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	font-weight: bold;
}
#logout {
	position: relative;
	
	
}


#footer {
	background-color: #ebebeb;
	position: relative;
	height: auto;
	width:100%;
	background-repeat: repeat-x;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #57a8e5;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #57a8e5;

	
	
	
}

#footer_container {
	background-color: #ebebeb;
	position: relative;
	height: auto;
	max-width:700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top:20px;
	padding-bottom:130px;
	padding-left:20px;
	padding-right:20px;
	
	
	
	
	
} 

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 900px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}



