/* CSS Document */

/***********/
/* CONTENT */
/***********/

.content {
	width: 100%;
	height: auto;
	position: relative;

}

.leftColumn {
	width: 175px;
	float: left;
	padding-top: 30px;
}

.leftColumn h1 span {
	display: none;
}

.rightColumn {
	width: 775px;
	float: left;
	margin-top: 23px;
}

.squareModule div {
	float: right;
	width: 232px;
	height: 148px;
	margin-bottom: 15px;
	margin-left: 26px;
	background: url(../images/intro_square.png) top left no-repeat;
	behavior: url(css/iepngfix.htc);
}

div.small {
	width: 232px;
	height: 78px;
	background: url(../images/intro_square_small.png) top left no-repeat;
	behavior: url(css/iepngfix.htc);
}

div p.small {
	margin: 0px;
	padding: 0px;
	height: 1px;
}

div p.noIcon {
	margin: 0px;
	padding: 0px;
	height: 1px;
}

* html div p.small {
	margin-top: -25px;
	width: 700px;
}

* html div p.noIcon {
	margin-top: -40px;
	width: 700px;
}

.squareModule div h2 {
	font-style: italic;
	font-weight: bold;
	color: #082376;
	font-size: 0.85em;
	padding-left: 68px;
	padding-top: 15px;
	margin: 0px;
	line-height: 1.1em;
}

.squareModule div h2 a {
	text-decoration: none;
	color: #082376;
}

.squareModule div h2 span {
	font-size: 0.8em;
	font-weight: normal;
}

.squareModule div h2.boxtitle {
	padding-top:0px;
}

div.small h2 {
	padding-left: 70px;
}

.squareModule div p {
	color: #000000;
	font-size: 0.75em;
	line-height: 1.1em;
	padding: 10px 10px 0 68px;
	margin: 0px;
}

.squareModule div p.boxparagraph {
	padding-top: 5px;
}

.squareModule div p a {
	color: #2E8E06;
	text-decoration: none;
}

.squareModule div p a:hover {
	text-decoration: underline;
}

.squareModule div img.introIcon {
	float: left;
	margin-top: 12px;
	margin-left: 8px;
	height: 79px;
	width: 56px;
	position: absolute;
	z-index: 1;
}

.squareModule div a {
	cursor: hand;
	cursor: pointer;
	a-position: absolute;
	z-index: 100;
}

.squareModule div.noIcon h2, .squareModule div.noIcon p  {
	padding: 3px 0px 0px 12px;
}

.squareModule div img { behavior: url("css/iepngfix.htc") }

#contentTag {
	font-size: 0.75em;
}