@charset "UTF-8";
@import url("/css/navigation.css");
@import url("/css/forms.css");
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	margin: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #474747;
	text-align: left;
	vertical-align: top;
}
h2 span {
	color: #892823;
}
h2 {
	margin-bottom: 10px;
}
hr {
	background-color: #D1D3D4;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link, a:visited{color: #8a2529; text-decoration:none;}
a:hover, a:active{text-decoration:underline;}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D1D3D4;
}
#contentWrapper {
	background-color: #D1D3D4;
	padding: 10px 20px;
}
.bodyContentOuter {
	background-color: #FFFFFF;
	padding: 5px;
	clear: both;
	margin-bottom: 10px;
}
.bodyContentInside {
	border: 1px solid #d1d3d4;
	text-align: left;
	padding: 15px;
	zoom: 1; /* hack for IE, mysteriously forces hasLayout */
}
body#software #wrapper{
	background-color: #D8D3C6;
}
body#software #contentWrapper{
	border: 1px solid #d8d3c5;
	background-color: #D8D3C6;
}
body#software .bodyContentInside{
	border: 1px solid #d8d3c5;
}
body#software .calloutContainer {
	border-right-color: #d8d3c5;
	border-bottom-color: #d8d3c5;
	border-left-color: #d8d3c5;
}
.globalFooterLeft {
	text-align: left;
	float: left;
	margin-top: 10px;
}
.globalFooterRight {
	text-align: right;
	float: right;
	margin-top: 10px;
}
.globalFooterRight a:link, .globalFooterRight a:visited  {
	text-decoration: underline;
	color: #4f4f4f;	
}
.globalFooterRight a:hover, .globalFooterRight a:active  {
	color: #8a2529;	
}
.clearBoth {
	clear: both;
	display: block;
	height: 1px;
}
.floatRight {
	float: right;
}
.testimonialIndex {
	font-style: italic;
	background-image: url(/images/testimonial-quotes.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	line-height: 145%;
}
.testimonial {
	font-style: italic;
	background-image: url(/images/testimonial-quotes.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 145%;
	padding: 10px;
	margin: 10px;
}

.textAlignRight {
	font-style: normal;
	text-align: right;
}
.redText{color:#8a2529;}
ul {
	margin: 0px;
	padding: 10px 0px 0px 30px;
}
ul ul {
	padding-top: 0px;
}
li {
	list-style-image: url(/images/global-bullet.gif);
	padding: 0px;
}
.headline {
	font-size:16px;
	font-weight:bold;
	color: #882629;
	display: block;
	margin-bottom: 10px;
}
.calloutContainer {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D1D3D4;
	border-bottom-color: #D1D3D4;
	border-left-color: #D1D3D4;
	padding: 10px 15px 15px 30px;
}
.floatLeft {
	float: left;
}
.rightPadding {
	padding-right: 10px;
}
blockquote {
	margin: 10px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D1D3D4;
	border-bottom-color: #D1D3D4;
}
.button{
	margin-top: 5px;
	border: 1px solid #D1D3D4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7a7a7a;
	display: block;
	background-color: #f0f0f0;
	text-align: center;
	width: 50px;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
}
a.tooltip {
	background-image: url(/images/tip-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 62px;
	width: 66px;
	position: relative;
	text-decoration: none;
}
a.tooltip:hover{
	background-position: right top;
	text-decoration: none;
}
/*BUG: Normally, I would style the default state and only change the display property on hover,
but IE6 would only hide the span text on mouse out while leaving the box visible. Styling the hover state resolved this*/
a.tooltip span {
	display: none;	
}
a.tooltip:hover span { 
	display: block;
	position: absolute;
	width: 150px;
	left: -140px;
	top: 30px;
	background-color: #fefff0;
	padding: 10px;
	border: 1px dashed #000000;
	color: #535353;
	text-decoration: none;
}
