﻿body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/* Styles for Masthead */
#masthead {
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	width: 1000px;
	padding: 0;
	background-color: #FFFFFF;
	height: 100px;
	background-image: url('../images/titlebackground.jpg');
}
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 0px;
}
#masthead img.inline {
	display:inline;
	float:none;
	height:10px;
}
#logo {
	height: 70px;
	width: 250px;
	float: left;
	left: 10px;
	position: relative;
	top: 5px;
}

#pagecontent {
	background-color:#FFFFFF;
}

/* inline image for contact page */
img.inline {
	display:inline;
	float:none;
	height:12px;
}

/* front page banner control */
#bannerleft {
	width: 480px;
	font-family: "Book Antiqua";
	float: left;
	height: 550px;  /* a little taller to leave some space from things below */
}
#bannerleft img {
	border-style: none;
}
#bannerright {
	float: right;
	width: 480px;
}
#bannerright h2 {
	position: relative;
	top: 80px;
	font-weight: normal;
}
#bannerright h1 {
    position: relative;
	top: 80px;
}


/* the trial button on the front page */
#trial {
	width:170px;
	height:40px;
	position:relative;
	left:20px;
	top: 100px;
}
#trial a {
	font-size: x-large;
	color: white;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 170px;
	height: 40px;
	background-image: url('../images/trynowoff.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 4px;
}
#trial a:active, #trial a.selected, #trial a:hover {
	display:block;
	width:170px;
	height:40px;
	background-image:url('../images/trynowon.jpg');
	text-decoration:none;
}

/* the demo button on the front page */
#demo {
	width:170px;
	height:40px;
	position:relative;
	left:230px;
	top: 60px;
}
#demo a {
	font-size: x-large;
	color: white;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 170px;
	height: 40px;
	background-image: url('../images/trynowoff.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 4px;
}
#demo a:active, #demo a.selected, #demo a:hover {
	display:block;
	width:170px;
	height:40px;
	background-image:url('../images/trynowon.jpg');
	text-decoration:none;
}




/* call out box on the right */
#callout_shell {
	display: block;
	width: 230px;
	float: right;
	margin: 10px 0 10px 0;
	padding: 0;
}	
#callout_hdr {
	display: block;
	background: #40837d;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	padding: 6px 10px 6px 15px;
	margin: 10px 0 0 0;
}
#callout_text {
	display: block;
	background: #ededed;
	font-size: 0.85em;
	line-height: 1.3em;
	padding: 10px 25px 10px 15px;
	margin: 0;
}

/* two columns on the help pages */
#indexpane {
	width: 115px;
	float: left;
	position: relative;
	top: 25px;
}
#indexpane ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#indexpane li {
	float: left;
	text-align: left;
	width: 115px;
	margin-bottom: 1px;
}
#indexpane a {
	display: block;
	text-decoration: none;
	float: none;
	font-size: small;
	color: #000;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #d3d3d3;
}
#indexpane a:hover {
	background-color: #f2f2f2;
}
#indexpane a.active {
	background-color: #d3d3d3;	
}

#Contentpane {
	width: 850px;
	right: 0px;
	position: relative;
	float: right;
}
		
/* two columns on normal pages */

#column_l {
	width: 680px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	float: left;
	background-color: #FFFFFF;
}
#column_r {
	width: 230px;
	margin: 0;
	float: right;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}


/* footer */
#footer {
	width: 1000px;
	text-align: center;
	background-color: #89a;
	float: left;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}


/* Styles for Navigation */
#navigation {
	overflow: hidden;
	font-size: large;
	position: relative;
	top: 0px;
	left: 0px;
	width: 600px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	text-align: center;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #d3d3d3;
}
#navigation a.active {
	background-color: #d3d3d3;
}



/* Styles for Content */
h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}


/* Styles for Links */
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}