html, body, form
{
	height:100%; /* gives layout 100% height */
	overflow:inherit; /* triggers 100% height in Opera 9.5 */
}
#wrap 
{
	min-height:100%; /* gives layout 100% height */
}
body
{
	vertical-align:top;
	background-color: #F6F5E8;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-image: url(/images/sis/bg.png);
	background-position: top;
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6, #footer
{
	font-family: Arial, Helvetica, sans-serif;
}

h2, h3, h4, h5
{
	color: #142143;
	font-weight: bold;
}

h1
{
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 18pt;
	font-family: Arial;
	margin-bottom: 14px;
}
h2
{
	margin-top: 24px;
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial;
}


p
{
	line-height: 1.4em;
	margin-top: 10px;	
	margin-bottom: 10px;
}
sup
{
	line-height: 1em;
	vertical-align: top;
	font-size: 45%;
}

sub
{
	vertical-align: top;
	font-size: 45%;
}

a:link, a:visited, a:hover
{
	color: #3756A6;
}
a, a:link, a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

table td
{
	vertical-align: top;
}

table td p
{
	margin-right: 15px;
}

table.contactus
{
	margin-left: 30px;
}

table.contactus td
{
	padding: 6px;
	font-size: 12pt;
}

table.contactus td p
{
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.1em;
}

table.contactus td h3
{
	text-align: right;
}

/* Form element */
label
{
	margin-top: 7px;
	padding: 5px 0px 5px 0px;
	text-align: right;
	font-size: 12pt;
}
.text
{
	margin-top: 7px;
	padding: 5px;
	font-size: 16px;
	border: solid 1px #cccccc;
	font-family: Arial, Sans-Serif;
}
#bodyText .text
{
	float: left;
}
span.text
{
	border: solid 1px white;
}
input.grid_1, input.grid_2, input.grid_3, input.grid_4, input.grid_5, input.grid_6
{
	margin-left: 0px;
}
input.grayed
{
	color: #aaaaaa;
}

.sideNote
{
	display: inline-block;
	float: left;
	font-size: 10pt;
	width: 125px;
	padding: 1px 0px 0px 7px;
}

div.error
{
	border: 1px solid #DD3C10;
	background-color: #FFEBE8;
	padding: 5px;
}

div.error h3
{
	color: black;
}

/* Various Styles */

.nomargin
{
	margin: 0px;
}

.padded
{
	padding: 15px;
}

.border_left
{
	padding-left: 15px;
	border-left: solid 1px #EAE8CC;
}

.border_bottom
{
	padding-bottom: 15px;
	border-bottom: solid 1px #EAE8CC;
}

.white
{
	color: white;
}

.notBold
{
	font-weight: normal;
}

.center
{
	text-align: center;
}

a.dropdown
{
	background-image:url('../images/sis/down_blue.gif');
	background-position:right 2px;
	background-repeat:no-repeat;
	padding-right:18px;
}

a.btn_orange, a:link.btn_organ, a:visited.btn_orange, a:hover.btn_orange
{
	background-image: url(/images/sis/btn_orange.gif);
	border: solid 1px #E7520C;
	color: white;
}

a.btn_blue, a:link.btn_blue, a:visited.btn_blue, a:hover.btn_blue
{
	background-image: url(/images/sis/btn_blue.gif);
	border: solid 1px #000033;
	color: white;
}

a.btn_red, a:link.btn_red, a:visited.btn_red, a:hover.btn_red
{
	background-image: url(/images/sis/btn_red.gif);
	border: solid 1px #660000;
	color: white;
}

a.btn_green, a:link.btn_green, a:visited.btn_green, a:hover.btn_green
{
	background-image: url(/images/sis/btn_green.gif);
	border: solid 1px #003300;
	color: white;
}

a.btn_orange, a.btn_blue, a.btn_red, a.btn_green
{
	background-repeat:repeat-x;
	background-position:0px 0px;
	display: inline-block;
	margin-top: 8px;
	padding: 7px;
	font-size: 10pt;
	line-height: 1em;
}

a:hover.btn_orange, a:hover.btn_blue, a:hover.btn_red, a:hover.btn_green
{
	text-decoration: none;
	background-position: 0px -35px;
}

a:active.btn_orange, a:active.btn_blue, a:active.btn_red, a:active.btn_green
{
	background-position: 0px -70px;
}

.right
{
	display: block;
	text-align: right;
}

.big
{
	font-size: 16pt;
}

ol
{
	list-style-type: decimal;
	margin-left: 20px;
	line-height: 1.2em;
}

ol li
{
	margin-bottom: 2px;
}
/* The top navigation area */

#logo
{
		padding-top:5px;
}

#existingusers
{
	text-align:right;
	font-size: 10pt;
	
}
#existingusers a
{
    margin: 0 0 0 10px;
}

#navigation
{
	padding-top:5px;
	text-align: right;
	font-size: 11pt;
}

#navigation #bar
{
	clear: both;
}
#navigation #bar ul
{
	margin-top:7px;
	line-height: 30px;
	white-space: nowrap;
}

#navigation #bar ul li
{
	list-style-type:none;
	display:inline;
	font-size: 13pt;
}

#navigation #bar ul li a:link, #navigation #bar ul li a:visited
{
	color: black;
	text-transform: lowercase;
	background-color:#EAE8CC;
	padding: 0px 15px 0px 15px;
	display:inline-block;
	border-left: white solid 1px;
}
#navigation #bar ul li a:hover
{
	color: black;
	background-color:#E0EAF3;
	text-decoration: none;
}
#navigation #hovertext
{
	text-align:center;
	font-size:13pt;
	margin-top:8px;
	padding-bottom:8px;
	position: absolute;
}

/* Side navigation */
#sidebar
{
	
}

#sidebar .section
{
	margin-bottom: 30px;
}

#sidebar ul li
{
	/* background-color: #F4F4FF; */
	margin-bottom: 5px;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar ul li a
{
	padding: 8px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#sidebar ul li a:hover
{
	background-color: #EAEAFF;
}

#sidebar .latestentry
{
	font-size:10pt;
	margin-bottom: 2px;
	font-family:Arial, Helvetica, sans-serif;
}

#sidebar .latestentry a
{
	display: block;
	color: black;
	padding: 5px;
}

#sidebar .latestentry a:hover
{
	background-color: #EAEAFF;
	text-decoration: none;
}

#sidebar input.text
{
	width: 210px;
}

#sidebar h2
{
	font-size: 11pt;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* Main Body */

#main
{
	margin-top: 30px;
}

#bodyText
{
	margin-left: 0px;
	padding: 16px;
	border: solid 1px #EAE8CC;
	border-bottom: none;
	background-color: white;
	min-height: 100%;
}

#bodyText ul
{
	list-style: disc;
	margin-left: 22px;
}

#bodyText ul li
{
	margin-left: 4px;
	line-height: 1.5em;
}

/* Home page */
.claim
{
	height: 55px;
}

.claim a.showOnHover
{
	visibility: hidden;
	font-size: 11pt;
}

#homeIntro
{
	margin-top: 65px;
	margin-bottom: 80px;
}

#homeIntro p
{
	padding-left: 10px;
}

.homeSignUp
{
	/*background-image: url(/images/sis/bg_home_free_sign_up.png);
	background-position: top right;
	background-repeat: repeat-y;*/
	background-color: #EDEBD3;
	padding: 10px 10px 10px 10px;
	white-space: nowrap;
}

.homeSignUp .text
{
	margin-top: 0px;
	width: 370px;
	float: left;
	margin-right: 10px;
}

.homeSignUp a
{
	margin-top: 0;
	width: 110px;
	height: 16px;
	float: left;
}

#homeVideo
{
	text-align: center;
	margin-top: 26px;	
}

#homeVideo p
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	text-align: right;
}

.videoBorder
{
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	border: solid 2px #EAE8CC;
	display: block;
}

.videoThumb .thumb
{
	display: inline-block;
}

.videoThumb .sideText
{
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

.sideText p
{
	line-height: 1.0em;
}

#homeBottom
{
	border: solid 1px #EAE8CC;
	border-bottom: none;
	background-color: white;
}


/* Footer */

.container_12
{
	padding-bottom: 170px;
}

#footer
{
	background-color:#142143;
	color:#ffffff;
	padding-top: 13px;
	font-size: 11pt;
	height:157px;
	margin:-170px auto 0; /* -80px sucks it back into the #wrapper */
}

#footer ul
{
}

#footer ul li.heading
{
	font-weight: bold;
}

#footer ul li
{
	margin: 3px;
}

#footer a
{
	color: White;
}

#footer #copyright
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 8pt;
	text-align: center;
}

/* 906 extension for five columns */
.container_5
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.container_5 .grid_1 {
	width: 172px;
}

/* FAQ page */

#faq a.question
{
	display: block;
	color: #3756A6;
	font-weight: bold;
	padding: 10px 0px 10px 25px;
	background-image: url(/images/sis/right_blue.gif);
	background-position: 4px 10px;
	background-repeat: no-repeat;
}

#faq a.question.ui-state-active
{
	background-image: url(/images/sis/down_blue.gif);
}

#faq div.answer
{
	padding-left: 25px;
}


/* Feature Comparison */
#featureComparison
{
	width: 650px;
}

.check
{
	
}

/** top **/
#featureComparison #top td
{
	background-repeat: no-repeat;
	height: 47px;
	padding: 6px 3px 4px 3px;
	font-weight: bold;
	line-height: 1.3em;
	vertical-align: bottom;
	text-align: center;
}

#featureComparison #top td.first
{
	background-image: url(/images/sis/bg_comp_top.gif);
	background-position: 0 0;
	padding-left: 6px;
	width: 281px;
	text-align: left;
}

#featureComparison #top td.second
{
	background-image: url(/images/sis/bg_comp_top.gif);
	background-position: -290px 0;
	width: 114px;
}

#featureComparison #top td.third
{
	background-image: url(/images/sis/bg_comp_top.gif);
	background-position: -410px 0;
	width: 114px;
}
#featureComparison #top td.forth
{
	background-image: url(/images/sis/bg_comp_top.gif);
	background-position: -530px 0;
	width: 114px;
}

/** bottom **/

#featureComparison #bottom td
{
	background-repeat: no-repeat;
	padding: 6px 3px 18px 3px;
	line-height: 1.0em;
	vertical-align: middle;
	text-align: center;
}

#featureComparison #bottom td.first
{
	background-image: url(/images/sis/bg_comp_bottom.gif);
	background-position: 0 bottom;
	padding-left: 6px;
	width: 281px;
	text-align: left;
}

#featureComparison #bottom td.second
{
	background-image: url(/images/sis/bg_comp_bottom.gif);
	background-position: -290px bottom;
	width: 114px;
}

#featureComparison #bottom td.third
{
	background-image: url(/images/sis/bg_comp_bottom.gif);
	background-position: -410px bottom;
	width: 114px;
}
#featureComparison #bottom td.forth
{
	background-image: url(/images/sis/bg_comp_bottom.gif);
	background-position: -530px bottom;
	width: 114px;
}

/** row **/
#featureComparison .row td
{
	background-repeat: repeat-y;
	padding: 5px;
	line-height: 1.0em;
	vertical-align: middle;
	text-align: center;
	font-size: 10pt;
}

#featureComparison .row td.first
{
	background-image: url(/images/sis/bg_comp_row.gif);
	background-position: 0 0;
	padding-left: 6px;
	width: 279px;
	text-align: left;
}

#featureComparison .row td.second
{
	background-image: url(/images/sis/bg_comp_row.gif);
	background-position: -290px 0;
	width: 110px;
	color: #333333;
}

#featureComparison .row td.third
{
	background-image: url(/images/sis/bg_comp_row.gif);
	background-position: -410px 0;
	width: 110px;
	color: #333333;
}
#featureComparison .row td.forth
{
	background-image: url(/images/sis/bg_comp_row.gif);
	background-position: -530px 0;
	width: 110px;
	color: #333333;
}

#featureComparison .alt td.first, #featureComparison .alt td.second, #featureComparison .alt td.third, #featureComparison .alt td.forth
{
	background-image: url(/images/sis/bg_comp_row_alt.gif);
}

/** Download page **/
.download
{
	display: block;
	cursor: default;
	border: 1px solid white;
	padding: 5px;
	margin-bottom: 5px;
}

.download .button
{
	margin-top: 0px;
	display: none;
}

.download.selected
{
	border: 1px solid #0F164A;
	background-color: #EAEAFF;
}

.download.selected .button
{
	display: inline-block;
}

.download.hover
{
	background-color: #EAEAFF;
}

.download h3
{
	margin-top: 3px;
	color: black;
}

.download input
{
	float: left;
	width: 20px;
}

.download .desc
{
	float: left;
	display: block;
	width: 610px;
}

/** Page Peel **/
/** http://www.sohtanaka.com/web-design/simple-page-peel-effect-with-jquery-css/ **/
#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	right: 0; top: 0;
	background: url(/images/sis/page_flip_feedback.gif) no-repeat right top;
	text-indent: -9999px;
}





















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
sup {
	vertical-align: top;
	font-size: 45%;
}

.disclaimer {
font-size: 8pt;
line-height: 10pt;
font-family: Arial;
}

.benefit {
line-height: 1em;
margin-bottom: 15px;
}

.claim {
float: left;
clear: both;
white-space: nowrap;
text-align: right;
display: block;
line-height: 1.0em;
margin: 5px 0px 0px 0px;
}

