/* 	FileName:	csi_2012.css
	Author:		Don Stier, Maplegate Technologies, LLC
	Date:			4/12/2012
----------------------------------------------------- */

body {
	padding: 10px 3px 10px 3px;
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #204080;
}
p, ul, ol, li, td {
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	background-color: #eaeaea;
	border: 2px inset #9D9D9D;
}
.titlebar {
	font-size: 16pt;
	font-weight: bold;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #204080;
	background-color: #ffffff;
}
h1, .hdr1, h2, .hdr2, h3, .hdr3 {
	font-size: 14pt;
	font-weight: bold;
	background-color: #ffffff;
	color:#204080;
}
h2, .hdr2 {
	font-size: 12pt;
}
h3, .hdr3 {
	font-size: 10pt;
}
th {
	font-size: 10pt;
	font-weight: bold;
	background-color: #ffffff;
	color: #AA1442
}
a {
	color: #0000ff;
}
.content {
	color: #204080;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
}
/* ****    **** */
.pageNav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #e6e6e6;
	width: 120px;
	padding:6px;
}
#sectionLinks {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 120px;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-color: #A9A9A7;
	border-top: 1px solid #363636;
	border-left: 1px solid #363636;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 0px 6px 4px;
	color: #0000a4;
}
#sectionLinks a:hover {
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	background-color: #c6c6c6;
	font-style: italic;
	padding: 6px 0px 6px 6px;
	color: #0000ff;
}
.xlink {
	display: block;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 1px solid #363636;
	border-bottom: 1px solid #363636;
	background-color: #e6e6e6;
	font-weight: bold;
	padding: 6px 0px 6px 4px;
	color: #0000a4;
}
.emptyspace {
	display: block;
	border-width: 0px 0px 0px 0px;
	padding: 6px 0px 6px 2px;
	background-color: #e6e6e6;
}
#sectionLinks a.bumpright {
	margin-left:20px;
}
/* ****    **** */
.imgcaption {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #000000;
}
.footer {
	font-size: 8pt;
	font-weight: normal;
	color: #204080;
}
.FormSection {
	font-size: 12pt;
	font-weight: bold;
	color: #ff0000;
}
.AreaTitle {
	font-size: 16pt;
	font-weight: bold;
	color: #8b0000
}
.ErrMsg {
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000
}
.HelpLinks {
	font-size: 9pt;
	font-weight: bold;
	color: #0099ff
}
/* ****    **** */
#solutions {
	padding:0; margin:0;
}
#solutions h2 {
	font-size:14pt;
}
#solutions img {
	max-width:850px;
	border:none;
}
div.blist ul {
	margin-left:450px;
}
div.blist li {
	padding:5px 0;
}

ul.citation {
	list-style:none;
}
ul.citation li {
	padding:5px 0;
}
div.img-box {
	padding:5px 20px;
	width:40%;
	display:inline-block;
	font-weight: bold;
	color:#204080;
	font-size:12pt;
	float:left;
}
div.img-box img {
	padding:5px 0 20px;
}

/* ****  misc  **** */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.cntr {
	text-align:center;
}