@charset "utf-8";
body {
	color: #626469;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
a:link {
	text-decoration: none;
	color: #009530;
	font-weight: bold;
}
a:visited {
	color: #009530;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #87D300;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}
#header {
	color: #FFFFFF;
}
#header img {
	display: block;
}
#heading {
	background-color: #4FA600;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 14px;
}
.greenBold, .greenBold2 {
	color: #009530;
	font-size: 11px;
	font-weight: bold;
}
#topRtNav {
	position: absolute;
	top: 6px;
	left: 660px;
	font-size: 10px;
	color: #626469;
	letter-spacing: .05em;
}
#topRtNav a:link {
	text-decoration: none;
	color: #626469;
	font-weight:normal;
}
#topRtNav a:visited {
	color: #626469;
	text-decoration: none;
	font-weight:normal;
}
#topRtNav a:hover {
	color: #87D300;
	text-decoration: none;
	font-weight:normal;
}
.topPad {
	padding-top: 10px;
	margin: 0;
}
h1 {
	font-size: 26px;
	font-weight: bolder;
	color: #FFFFFF;
	letter-spacing: 1px;
}
h2 {
	color: #4FA600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
}
#mainContent {
	position: relative;
	left: 0px;
	top: 0px;
	text-align: left;
}
.topBorder {
	border-top:solid 1px #94a0a4;
}
#mainContent h2.pageTitle {
	color: #4FA600;
	font-size: 20px;
	font-weight: 700;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-image: none;
}
#mainContent h2 {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: transparent;
	background-image: url(../images/green_bar_up.gif);
	background-repeat: repeat-x;
	background-position: left 70%;
}
#mainContent h2 span {
	color: #4fa600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-top: 0px;
}
h3 {
	color: #4FA600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#mainContent .top {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
}
.top {
	margin-top: 0px;
}
.subsequent {
	padding-top: 15px;
}
#mainContent img.left {
	float: left;
	border: none;
	clear: none;
	margin-bottom: 2px;
	margin-top: -5px;
	padding: 0px;
	margin-right: 0px;
}
.indent {
	text-indent: 15px;
	padding-bottom: 5px;
}
.rightAlign {
	float: right;
	position: relative;
	top: -20px;
}
#sidebar2 p {
	margin: 0px;
}
#mainContent p {
	margin-right: 0px;
	line-height:16px;
}
#mainContent p.wPicLeft {
	width: 480px;
	margin-left: 68px;
}
#sidebar2 p.top {
	margin-top: 0px;
}
#header img.topPad {
	margin: 0;
}
#footer p {
	font-weight: bold;
}


/*******************
 side nav - home
********************/
#sidebar1 a:link {
	color: #87D300;
	text-decoration: none;
	display:block;
	font-weight: bold;
	font-size: 11px;
}
#sidebar1 a:visited {
	color: #87D300;
	text-decoration: none;
	display:block;
	font-weight: bold;
	font-size: 11px;
}
#linkcontainer {
	line-height: normal;
}
/*******************
 rounded boxes  - Tim Walton - www.eveshamsolutions.co.uk/cornersdemo.html
********************/
.boxtop {
	display:block;
	width:275px;
	height:40px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(../images/top-gray-round.gif);
}
.topcontent {
	padding-top: 16px;
	padding-left:14px;
	text-align:left;
}
.boxbottom {
	display:block;
	width:275px;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-image:url(../images/bottom-gray-round.gif);
}
.maincontentbox {
	display:block;
	color: #626469;
	padding-left:14px;
	padding-bottom:0px;
	padding-right:10px;
}
.infoBox {
	float:left;
	line-height:13px;
	margin-top: 28px;
	width: 276px;
}
.infoBox2 {
	float:left;
	line-height:13px;
	margin-left:16px;
	margin-top: 28px;
	clear: none;
	width: 276px;
}
.infoBox2 a, .infoBox2 a {
	text-decoration:underline;
}
/*******************
smaller rounded box - 1/3 main content area
********************/
.boxtopSm {
	display:block;
	width:196px;
	height:40px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(../images/top-gray-round-sm.gif);
}
.topcontentSm {
	padding-top: 16px;
	padding-left: 14px;
	text-align: left;
}
.boxbottomSm {
	display: block;
	width: 196px;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-image:url(../images/bottom-gray-round-sm.gif);
}
.infoBoxSm {
	float:left;
	line-height:13px;
	margin-top:2px;
	width: 197px;
}
.infoBox2Sm {
	float:left;
	line-height:13px;
	margin-left: 4px;
	margin-top: 2px;
	clear: none;
	width: 197px;
}
.infoBox3Sm {
	float:left;
	line-height:13px;
	margin-left:4px;
	margin-top: 2px;
	clear: none;
	width: 197px;
}
/*******************
main content area rounded box - 560px 
********************/
.boxtopLg {
	display:block;
	width:560px;
	height:40px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(../images/top-gray-round560.gif);
}
.topcontentLg {
	padding-top: 16px;
	padding-left: 14px;
	text-align: left;
}
.boxbottomLg {
	display: block;
	width: 560px;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-image:url(../images/bottom-gray-round560.gif);
}
.infoBoxLg {
	line-height: 13px;
	margin-top: 20px;
	width: 197px;
}

/* end boxes */

li {
	list-style: url(../images/green_bullet2.gif);
}
li.upLeft {
	list-style: url(../images/green_bullet2.gif);
	position: relative;
	top: -10px;
	left: -15px;
}
.thrColFixHdr #container #mainContent .infoBoxLg .boxbottomLg .maincontentbox li.lgBox {
	list-style: url(../images/green_bullet2.gif);
	position: static;
	top: 0px;
	left: 0px;
}
#mainContent .PicRt {
	color: #4fa600;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	width: 600px;
}
#mainContent img {
	display:block;
	float:none;
}

.PicRt span {
	font-style:normal;
	font-weight: normal;
	color: #626469;
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
	position:relative;
	top:5px;
	width: 600px;
}
#mainContent table {
	margin-top: 30px;
	float: none;
}
.thrColFixHdr #sidebar2MDrive {
	float: right;
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding: 0px 10px 15px 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EAEAEA;
	margin-top: 49px;
}

/*table*/
.compareVersions {
	font-weight:700;
	border-collapse: collapse;
	width:580px;
}
.alternate {
	background: #EAEAEA;
}
.compareVersions caption {
	font-size:10px;
	font-style: italic;
	text-align: left;
	font-weight:normal;
	padding-top: 5px;
	padding-bottom: 10px;
}
.compareVersions th {
	color: #FFFFFF;
	background-color: #4FA600;
	text-align: left;
	padding: 2px 10px 3px 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.compareVersions td {
	padding: 5px 2px 3px 10px;
	border: 1px solid #999999;
}
#mainContent .compareVersions img {
	display:inline;
	float:left;
}
th.features {
	background-color:#87D300;
	font-size:13px;
	border-left: 1px solid #999999;
}
td.green {
	color: #4FA600;
	font-size:15px;
	font-weight:700;
}
.moveUp {
	position: relative;
	top: -20px;
}
.maincontentbox img {
	border-style: none;
}
img.diagram {
	margin-top: 0px;
	margin-bottom: 30px;
}
#mainContent .infoBoxLg .boxbottomLg .maincontentbox table {
	margin-top: 0px;
}
.linkLI {
	list-style-image: url(http://www.imshome.com/new/products/images/bullet.jpg);
}
#mainContent img.left3 {
	float: left;
	border: none;
	clear: none;	
	padding: 0px;
	margin-right: 0px;
}
#mainContent p.wPicLeft {
	width: 480px;
	margin-left: 68px;
}
#mainContent img.left3 {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.thrColFixHdr #footer, .twoColFixLtHdr #footer {
	background:#eaeaea;
	margin-top: 125px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 17px;
	padding-right: 17px;
}
.thrColFixHdr #footer p, .twoColFixLtHdr #footer p {
	margin: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	font-size: 10px;
}
#footer a:link {
	color: #626469;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #626469;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #87D300;
	text-decoration: none;
	font-weight: bold;
}
.sideNavHead {
	font-size: 12px;
	font-weight: bold;
	color: #626469;
	background: url(../images/gray-round-side2.gif) no-repeat left center;
	padding: 5px;
	display: block;
	height: 20px;
	width: 200px;
}
#linkcontainer li {
	list-style: url(../images/green_bullet2.gif);
	position: relative;
	top: -13px;
	left: -15px;
	margin-bottom:8px;
}
#container #sidebar1 #linkcontainer {
	position: absolute;
	left: 0px;
	top: 0px;
}
.infoLinks {
	line-height: 20px;
}
.infoLinks a:link {
	font-weight: bold;
	color: #87d300;
	text-decoration: none;
}
.infoLinks a:visited {
	font-weight: bold;
	color: #87d300;
	text-decoration: none;
}
.infoLinks a:hover {
	font-weight: bold;
	color: #87d300;
	text-decoration: none;
}
.sideLinks {
	line-height: normal;
}
.sideLinks a:link {
	font-weight: bold;
	color: #87d300;
	text-decoration: none;
}
.sideLinks a:visited {
	font-weight: bold;
	color: #87d300;
	text-decoration: none;
}
.sideLinks a:hover {
	font-weight: bold;
	color: #87d300;
	text-decoration: none;
	}
	.leftColTableHeading {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: #9FA0A4;
	padding-right: 5px;
	margin-right: 5px;
	}

