html {
	background: #fff;
}

a {
	color: #5199CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	/* ie */
	border: 0px;
	size: 1px;
	height: 1px;
	color: #aaaaaa;
	/* firefox, opera */
	background-color: #aaaaaa;
}

.slide, .slider {
	text-align: left;
	width: 750px;
	height: 16em;
}

.slider {
	overflow: hidden;
	float: right;
}

.slide {
	font-size: 100%;
	/* ie font looks too big */
	*font-size: 90%;
	color: #293535;
}

.slide pre {
	display: block;
	float: right;
	text-align: left;
	width: 300px;
	padding: 0.5em;
	font-size: 90%;
}

code {
	color: #5199cc;
}

.slide p {
	padding: 0.5em 0 0 0;
	margin: 0;
}

.slide li p {
	padding: 0.25em 0 0 0;
	float: left;
	text-align: right;
	width: 200px;
	font-size: 100%;
}

.slide li {
	clear: both;
/* 	height: 2em; */
}

.banner {
	clear: both;
	/*background: #ebf0f5;*/
	/*background: #d8edd1;*/
		
	/*background: #D5D6D8;*/
/* 	border-bottom: solid 0.5em #1f415c; */
}

#lowerhalf {
	background: #ffffff url(../img/slideshow_gradient.png) repeat-x;
	min-height: 285px;
}

.slideshow {
	width: 980px;
	text-align: left;
	margin: auto;
	height: 16em;
	/* adds space between strip and slideshow */
	padding-top: 1em;
}

.slidercontrol {
	position: relative;
	width: 205px;
	*width: 215px;
	float: left;
	margin: 0;
}

.slidercontrol ol {
	color: #777;
	font-size: 100%;
	line-height: 175%;
	padding: 0 0 0 25px;
	list-style-type: decimal;
	font-size: 185%;
}

.slidercontrol ol li {
	list-style: none;
	list-style-position: inside;
	text-align: center;
	
	color: #fdfdfd;
	padding-top: 6px;
	cursor: pointer;
}

.slidercontrol ol li.orangebutton {
	background: url('../img/button_orange.png') no-repeat;
}

.slidercontrol ol li.redbutton {
	background: url('../img/button_red.png') no-repeat;
}

.slidercontrol ol li.purplebutton {
	background: url('../img/button_purple.png') no-repeat;
}

.slidercontrol ol li a {
	line-height: 42px;
}

.slidercontrol ol a {
	text-decoration: none;
	color: #fff;
}

.slidercontrol ol li.selected, .slidercontrol ol li.selected a, .slidercontrol .no-js li:hover, .slidercontrol .no-js li:hover a, .slidercontrol .no-js li a:hover {
	/* blue */
	color: #fdfdfd;
}

.slidercontrol ol li .slide {
	position: absolute;
	left: 400px;
	top: 0;
	font-size: 55.4%;
	line-height: 125%;
	width: 560px;
}

.slidercontrol a + .slide {
	display: none;
}

.slidercontrol a:active + .slide, .slidercontrol a:hover + .slide, .slidercontrol li:active .slide, .slidercontrol li:hover .slide {
	display: block;
}

body {
    background: #fff;
    text-align: center;
    padding-bottom: 100px;
    behavior: url(../js/csshover3.htc);}

#header {
	text-align: center;
	display: block;
	background: #80bee9;
	background: #1f415c;
	background: #bfcddb url(../img/topbar_right.png) repeat-x;
	min-height: 120px;
	z-index: -1;
}

#headerbkgd {
	text-align: center;
	display: block;
	background: #80bee9;
	background: #1f415c;
	background: url(../img/topbar.png) no-repeat;
	min-height: 120px;
	z-index: -1;
}

#headerright {
	background: #bfcddb url(../img/topbar_right.png) repeat-x;
	min-height: 120px;
	float: right;
}

#logonav {
	margin: auto;
	text-align: left;
	width: 960px;
	position: relative;
}

h1 {
	text-indent: -9999px;
	width: 405px;
	height: 120px;
	background: url(images/picloud2.png) no-repeat 0 35px;
}

h2 {
	font-size: 167%;
	font-weight: normal;
	margin: 1.0em 0 1em 0;
	/*color: #000;*/
	color: #2b6f9a;
}

h3 {
	color: #000;
	font-size: 138.5%;
	margin: 1em 0 0.5em;
}

h4 {
	color: #555;
	font-size: 135.0%;
	margin: 1em 0 0.5em;
	#font-weight: bold;
}

.alt_headers h2 {
	color: #000;
}

#navigation {
	position: absolute;
	top: 0;
	left: 300px;
	width: 660px;
	height: 120px;
	margin: 0;
	padding: 0;
}

#globalnav {
	float: right;
	margin-top: 50px;
}

#globalnav li {
	display: inline;
	padding: 21px 0;
}

#globalnav li.selected {
	/*background: url(images/edge.png) no-repeat left center;*/
}

#globalnav a {
	color: #d5d6d8;
	text-decoration: none;
	font-size: 138.5%;
	padding: 21px 0.5em;
}

#globalnav a:hover {
	color: #2b6f9a;
}

#globalnav li.selected a {
	/*background: url(images/glow.png) no-repeat right center;*/
	/*_background: url(images/glowopaque.png) no-repeat right center;*/
	/* TODO: Not working on IE */
	background: url(images/edge_flat.png) no-repeat 50% 68%;
	color: #d8edd1;
}

.strip {
	/* strip img height is 43 + 10 px */
	background: #bfcddb url(../img/strip.png) repeat-x;
	min-height: 43px;
	padding-top: 10px;
	/* necessary for ie to render properly, firefox ignores */
	*height: 53px;
}

.sidebar .input_button, .input_button {
	
	background: url(../img/button_in_wide.png) no-repeat left top;
	border: 0;
	width: 150px;
	height: 31px;
	
	font-size: 138.5%;
	text-decoration: none;
	color: #fdfdfd;
	/*font-weight: bold;*/
	text-align: center;
	display: block;
	height: 29px;
	line-height: 175%;
	overflow: hidden;
	/*padding-bottom: 6px;*/
	
}

.sidebar .input_button:hover, .input_button:hover {
	color: #cccccc;
}

.button {
	background: url(../img/button_in_wide.png) no-repeat left top;
	width: 150px;
	height: 31px;
}

.buttonlink {
	font-size: 138.5%;
	text-decoration: none;
	color: #fdfdfd;
	/*font-weight: bold;*/
	text-align: center;
	display: block;
	height: 29px;
	line-height: 175%;
	overflow: hidden;
}

a.buttonlink:hover {
	text-decoration: none;
	color: #cccccc;
}

.strip_content {
	clear: both;
	width: 960px;
	margin: 0 auto;
	font-size: 100%;
	padding: 0em 0;
}

#tagline {
	padding-top: 0.18em;
	float: left;
	font-size: 170%;
	color: #ffffff;
}


#content {
	clear: both;
	width: 960px;
	*width: 960px;
	margin: 0 auto;
	text-align: left;
	font-size: 100%;
	padding: 1em 0;
}

#content.basic {
	margin: 20px auto 0;
}

#main {
	line-height: 150%;
	color: #444;
	float: left;
	width: 480px;	
}

#main_large {
	line-height: 150%;
	color: #444;
	float: left;
	width: 580px;	
}

.sidebar ul, .sidebar_small ul {
	text-indent: 5px;
	margin-left: 20px;
}

.sidebar li, .sidebar_small li {
	list-style-type: square;
}

.sidebar_small {
	float: right;
	width: 294px;
	/* necessary for ie */
	*width: 375px;
	background: #4F7790;
	margin: 1em 0;
	padding: 1em 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #FFF;
}

.sidebar h3, .sidebar_small h3 {
	color: #FFF;
	/*font-weight: bold;*/
	/*color: #000;*/
	/*font-size: 138.5%;*/
	margin: 0.5em 0 0.5em;
}

.sidebar a, .sidebar_small a {
	color: #ddd;
	text-decoration: none;
}

.sidebar a:hover, .sidebar_small a:hover
{
	text-decoration: underline;
}

.sidebar {
	float: right;
	width: 400px;
	/* necessary for ie */
	*width: 450px;
	background: #4F7790;
	margin: 1em 0;
	padding: 1em 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #FFF;
}

.sidebar input {
    background-color: #ffffff;
    /*background-image: url('http://mysite.com/input.gif');*/
    border: 1px solid #D5D6D8;
    /*font-family: verdana;*/
    font-size: 18px;
    width: 11em;
}

.blurb {
	float: right;
	width: 398px;
	border: solid #999 1px;
	color: #000;
	margin: 1em 0;
	padding: 1em 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.half_blurb_left {
	float: left;
	width: 175px;
	border: solid #999 1px;
	color: #000;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2.3em;
	/*padding: 1em 25px;*/
	padding: 1.4em 1.4em 0.7em 1.4em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 130px;
}

.half_blurb_right .alt_h3 {
	margin-top: 0em;
	font-size: 120%;
	line-height: 100%;
	color: #214979;
}

.half_blurb_right .alt_h3 a {
	margin-top: 0em;
	font-size: 140%;
	line-height: 100%;
	color: #214979;
}

.half_blurb_right {
	float: right;
	width: 180px;
	border: solid #999 1px;
	color: #000;
	margin-top: 1em;
	margin-bottom: 1em;
	/*padding: 1em 25px;*/
	padding: 1em 1.4em 0.7em 1.4em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 135px;
}


#monthly_calculator {
	float: right;
	width: 290px;
	border: solid #999 1px;
	color: #000;
	margin: 1em 0;
	padding: 1em 2em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.full_register_box {
	float: left;
	width: 340px;
	border: solid #999 1px;
	color: #000;
	margin: 1em 0;
	padding: 0.5em 3em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.learnmore_register_box {
	float: right;
	width: 340px;
	border: solid #999 1px;
	color: #000;
	margin: 1em 0;
	padding: 0.5em 3em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.submit_button {
	
	width: 150px;
	height: 31px;
	
	font-size: 138.5%;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 37px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.box
{
	width: 325px;
	margin: 1em 0em;
	padding: 1.5em 3em 0.5em 2em;
	background-color: #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#monthly_calculator input {
	text-align: right;
}

#monthly_calculator select {
	
	/*float: right;
	margin-right: 5px;*/
}

#monthly_calculator label {
	float: left;
	width: 14.5em;
}

#monthly_calculator_estimate {
	color: #555;
	font-size: 300%;
	text-align: right;
}

#main p {
	font-size: 107.7%;	
}

.quote {
	background: #f9fed5;
	padding: 1em;
	text-align: right;
}

blockquote {
	text-align: left;
	font-style: italic;
	font-family: serif;
	font-size: 112.5%;
	color: #000;
}

cite {
	font-size: 87.5%;
}

p {
	margin: 0 0 1em;
}

#ie {
	display: none;
	*display: block;
}

#ie .slide {
	display: none;
	*display: block;
}

strong {
	font-weight: bold;
	color: #000;
}

.slide strong {
	color: #994444;
	font-weight: normal;
	font-size: 153.9%;
	margin-bottom: 0.5em;
}

.slide ul {
	color: #777;
	padding: 0;
	width: 550px;
}

.slide li {
	margin: 0.5em;
}

.slide li, .slide p {
	font-size: 138.5%;	
}

.slide img {
	margin: 0 1em 0 0;
	float: left;
}

img.center {
	display:block;
	margin-left:auto;
	margin-right:20px;
	float: left; 
}

.slidercontrol, .right {
	height: 12em;
	margin-top: 1em;
	*margin-bottom: 1.8em;
	padding: 1em 0 1em 15px;
}

.right {
	float: right;
	width: 730
}

.slide_text_outer {
    height: 156px;
    display: table;
    vertical-align: middle;
    *position: relative;
    overflow: hidden;
}

.slide_text_inner {
	display: table-cell;
	vertical-align: middle;
	*position: absolute;
	*top: 50%;
}

.slide_text_content {
	*position: relative;
	*top: -50%;
}

#footer {
	clear: both;
	display: block;
	text-align: center;
	color: #666;
	padding-top: 2em;
}

#footernav {
	margin-bottom: 1em;
}

#footernav li {
	display: inline;
	padding: 0.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#footernav li.selected {
	background: #2b6f9a;
	background: #5199cc;
}

#footernav a {
	color: #2b6f9a;
	text-decoration: none;
}

#footernav li.selected a, #footernav li.selected a:hover {
	color: #FFF;
}

#footernav a:hover {
	color: #1f415c;
}

#main.full {
	width: 100%;
}

.features li {
	display: block;
	width: 445px;
	float: left;
	padding: 5px;
}

.features li p {
	margin-left: 40px;
}

.icon {
	float: left;
	margin: 1em 8px 1em 0;
}

#feedback {
	padding: 2em 0;
	display: none;
}

#feedback strong {
	font-weight: normal;
	font-size: 138.5%;
	display: block;
	width: 28.88em;
	text-align: left;
	margin: 0 auto 1em;
	color: #313538;
}

#feedback, #feedbacklink {
	background: #d5d6d8;
}

#feedback fieldset {
	display: block;
	width: 40em;
	*width: 42em;
	margin: 0 auto;
	background: #313538;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	padding: 1em;
	text-align: center;
}

#feedback input, #feedback textarea, #feedback label {
	float: left;
	margin:  0 0 1.5em 1em;
}

#feedback textarea {
	width: 28.9em;
}

#feedback input {
	width: 29em;
}

#feedback label {
	width: 9em;
	color: #ccc;
	font-weight: bold;
	text-align: right;
}

#feedback #sendMail {
	width: 10em;
	float: right;
}

#feedbacklink {
 	float: right;
	margin-right: 1em;
	padding: 0.5em 1em;
	color: #2b6f9a;
	text-decoration: none;
	font-size: 108%;
	position: relative;
	z-index: 1;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	*width: 0;
	*margin-left: -8em;
}

#messageSent {
	display: none;
	color: #e4effa;
}


/* for labels within forms, ie. reg form */
.register_form label
{
	width: 6.5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

/* extend length of input boxes in register form */
.register_form input[type="text"], .register_form input[type="password"]
{
	width: 18em;
}

.register_form p
{
	margin-bottom: 1.5em;
}


#faq h3
{
	font-weight: bold;
	font-size: 120%;
}

/* used for django form errors */
ul[class="errorlist"] li
{
	color: red !important;
}

.pricing_table {
	border: 1px solid #eeeecc;
	margin-bottom: 1em;
}

.pricing_table th {
	background-color: #EEEECC;
	font-weight: bold;
}

.pricing_table td, .pricing_table th {
	padding: 6px 70px 6px 10px;
	border-bottom: 1px solid #CCCC99;
	width: 200px;
}

.support_table {
	border: 1px solid #eeeecc;
	margin-bottom: 1em;
	width: 561px;
}

.support_table th {
	background-color: #EEEECC;
	font-weight: bold;
}

.support_table td, .support_table th {
	padding: 6px 6px 6px 10px;
	border-bottom: 1px solid #CCCC99;
	/*width: 200px;*/
}

.support_table_sum_row {
	border-top: 3px solid #cccc99;
}


/**** css properties for the tour page ****/

#tour {
	background: #ffffff url(../img/slideshow_gradient_long.png) repeat-x;
	height: 600px;
	font-family: arial, helvetica;
}

#tour .monospace { font-family: 'lucida console', monospace; }

#tour .bold { font-weight: bold; }

#tour .orange { color: #D15600; }

#tour .green { color: #73880A; }

#tour .blue { color: #4F6C7B; }

#tour .rounded_corners {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	*-webkit-border-radius: 0px;
}

#tour .abspos {
	position: absolute;
	left: 0px;
	top: 0px;
}

#tour .relpos {
	position: relative;
	left: 0px;
	top: 0px;
}

#tour .absnone {
	position: absolute;
	display: none;
}

#tour .blink {
	text-decoration: blink;
}

#tour_content {
	width: 980px;
	height: 390px;
	margin-left: auto;
	margin-right: auto;
}

#tour_intro {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 980px;
	height: 330;
	color: #393939;
	font-size: 26px;
	font-weight: normal;
}

#tour_intro_bkgd {
	position: absolute;
	left: 80px;
	top: 0px;
	width: 820px;
	height: 290;
	/*background-color: #ffba55;*/
	/*border: 5px solid black;*/
	opacity: 0.11;
	*filter: alpha(opacity = 11);
}

#tour_intro_container1 {
	position: absolute;
	left: 80px;
	top: 0px;
	width: 820px;
	height: 290px;
	text-align: center;
	font-size: 22px;
	display: table;
	vertical-align: middle;
	overflow: hidden;
}

#tour_intro_container2 {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	*position: absolute;
	*left: 0;
	*top: 50%;
	/*padding: 5px;*/
}

#tour_intro_container3 {
	width: 100%;
	*position: relative;
	*top: -50%;
}

#tour_intro_container4 {
	width: 100%;
	font-size: 95%;
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}

#tour_intro_container5 {
	float: left;
	position: relative;
	left: 50%;
}

#tour_intro_container6 {
	float: left;
	position: relative;
	left: -50%;
	text-align: left;
}

#tour_panels {
	width: 980px;
	visibility: hidden;
}

#tour_panels #desc_bar_bkgd {
	width: 100%;
	height: 50px;
	background-color: #405869;
	opacity: 0.45;
	*filter: alpha(opacity=45);
}

#tour_panels #desc_bar {
	width: 980;
	height: 50px;
	color: #ddddcc;
	font-size: 26px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	cursor: default;
}

#tour_panels #tour_slide {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 100%;
	height: 270px;
}

#tour_slide #anim_control {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 240px;
	height: 250px;
}

#anim_control #legend_bkgd {
	width: 100%;
	height: 100%;
	background-color: #fa0303;
	opacity: 0.10;
	*filter: alpha(opacity=10);
}

#anim_control #legend {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 200px;
	height: 160px;
	color: #333333;
	font-size: 18px;
}

#anim_control #control_buttons {
	position: absolute;
	left: 0px;
	top: 210px;
	width: 240px;
	height: 25px;
	text-align: center;
}

#control_buttons .tour_button {
	color: #424242;
	font-size: 20px;
	font-weight: bold;
	-moz-user-select: none;
	outline: none;
	margin: 10px;
}

#tour_back:hover {
	text-decoration: none;
	color: #ddddaa;
}

#tour_next:hover {
	text-decoration: none;
	color: #ddddaa;
}

#tour_slide #tour_anim {
	position: absolute;
	left: 250px;
	top: 0px;
	width: 730px;
	height: 270px;
}

#tour_anim #console {
	position: absolute;
	left: 15px;
	top: 55px;
	width: 300px;
	height: 178px;
}

#console .console_line {
	position: absolute;
	left: 13px;
	width: 280px;
	height: 18px;
	font-size: 14px;
	color: #eeeeaa;
	text-align: left;
}

#console #console_line1 { top: 20px; }

#console #console_line2 { top: 50px; }

#console #console_line3 { top: 80px; }

#console #console_line4 { top: 110px; }

#tour_anim #pi_cloud {
	position: absolute;
	left: 398px;
	top: 25px;
	width: 320px;
	height: 220px;
}

#pi_cloud #logo_container {
	position: absolute;
	left: 39px;
	top: 72px;
	width: 44px;
	height: 41px;
}

#pi_cloud #arrow1 {
	left: 92px;
	top: 43px;
}

#pi_cloud #arrow2 {
	left: 96px;
	top: 65px;
}

#pi_cloud #arrow3 {
	left: 93px;
	top: 98px;
}

#pi_cloud #processing1 {
	left: 152px;
	top: 45px;
}

#pi_cloud #processing2 {
	left: 242px;
	top: 71px;
}

#pi_cloud #processing3 {
	left: 184px;
	top: 135px;
}

#pi_cloud #button_on1 {
	left: 174px;
	top: 36px;
}

#pi_cloud #button_on2 {
	left: 264px;
	top: 62px;
}

#pi_cloud #button_on3 {
	left: 206px;
	top: 126px;
}

#pi_cloud #idle1 {
	position: absolute;
	left: 152px;
	top: 45px;
}

#pi_cloud #idle2 {
	position: absolute;
	left: 242px;
	top: 71px;
}

#pi_cloud #idle3 {
	position: absolute;
	left: 184px;
	top: 135px;
}

#pi_cloud .funcs {
	position: absolute;
	width: 235px;
	height: 18px;
	color: #242424;
	font-size: 14px;
	text-align: left;
}

#pi_cloud #func1 {
	left: 190px;
	top: 4px;
}

#pi_cloud #func2 {
	left: 280px;
	top: 45px;
}

#pi_cloud #func3 {
	left: 225px;
	top: 120px;
}

#tour_anim #arrow {
	left: 320px;
	top: 105px;
	width: 94px;
	height: 26px;
}

#tour_anim #arrow_back {
	left: 320px;
	top: 105px;
	width: 94px;
	height: 26px;
}

#tour_chapters {
	position: absolute;
	left: 78px;
	top: 360px;
	width: 823;
	height: 46;
}

#tour_chapters .chapter {
	width: 270px;
	height: 46;
	margin-left: 2px;
	margin-right: 2px;
	line-height: 46px;
	float: left;
	color: #ddddbb;
	font-size: 20px;
	font-weight: bold;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	*-webkit-border-radius: 0px;
	-moz-user-select: none;
	cursor: pointer;
}

#tour_chapters .chapter_selected {
	color: #eeeecc;
	font-size: 24px;
	text-decoration: underline;
}

#cloud_call {
	background-color: #D15600;
}

#cloud_call:hover {
	background-color: #e16610;
}

#cloud_result {
	background-color: #73880A;
}

#cloud_result:hover {
	background-color: #83981A;
}

#cloud_map {
	background-color: #4F6C7B;
}

#cloud_map:hover {
	background-color: #5F7C8B;
}

.bullet_list, .bullet_list {
	text-indent: 0px;
	margin-left: 40px;
	margin-bottom: 1em;
}

.bullet_list li, .bullet_list li {
	list-style-type: square;
}

.numbered_list, .numbered_list {
	text-indent: 0px;
	margin-left: 40px;
	margin-bottom: 1em;
}

.numbered_list li, .numbered_list li {
	list-style-type: decimal;
}
