/* CSS Document */

/***********/
/* CONTENT */
/***********/

.content {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}

.contentWrapper {
	width: 100%;
	padding: 5px 0px 0px 0px;
	clear: both;
}

.rightColumn {
	background: #FFFFFF;
	border-left: 1px solid #bce0fb;
	border-right: 1px solid #bce0fb;
	border-bottom: 1px solid #bce0fb;
}

.rightColumnCons {
	background: #FFFFFF;
	border-left: 1px solid #bce0fb;
	border-right: 1px solid #bce0fb;
	border-bottom: 1px solid #bce0fb;
}

.rightColumnCons .article fieldset h2 {
	background:url("/images/colours/title_cons_bg.gif") no-repeat left top;
	width: 934px;
}

.rightColumnCons .article fieldset p {
	width: 920px;
}

.rightColumnCons .article fieldset p.steps {
	a-padding-left: 208px;
}

.rightColumnCons .article fieldset p.steps p {
	padding: 0px 0px 0px 208px;
	margin: 0px;
	width: 700px;
}

.rightColumnCons .article fieldset p.steps b {
	display: block;
	border: 1px solid #ED7373;
	padding: 5px 5px 5px 5px;
	margin: 10px 0px 10px 208px;
	width: 700px;
	clear: both;
}

.rightColumnCons .article fieldset p.steps ul {
	padding: 0px 0px 0px 208px;
}

.rightColumnCons .article fieldset p.steps b ul {
	padding: 0px;
}

.rightColumnCons .article fieldset p.steps b p {
	padding: 0px;
	margin: 0px;
	width: auto;
}

.rightColumnCons .article fieldset#calcResults {
	width: auto;
}

.rightColumnCons .article fieldset div#results div.firstDiv {
	width: 206px;
	float: left;
	margin-left: 15px;
	padding: 0;
}

.rightColumnCons .article fieldset div#results div.firstDiv p {
	width: 200px;
	padding: 5px 0px 5px 0px;
	margin: 0;
}

.rightColumnCons .article fieldset div#results div.div1 p, .rightColumnCons .article fieldset div#results div.div2 p, .rightColumnCons .article fieldset div#results div.div3 p, .rightColumnCons .article fieldset div#results div.div4 p {
	width: 176px;
	padding: 5px 0px 5px 0px;
	margin: 0;
}

.rightColumnCons .article fieldset div#results div.div1, .rightColumnCons .article fieldset div#results div.div2, .rightColumnCons .article fieldset div#results div.div3, .rightColumnCons .article fieldset div#results div.div4 {
	margin: 0;
	padding: 0;
	width: 178px;
	float: left;
}

.rightColumnCons .article fieldset div#results input, .rightColumnCons .article fieldset div#results textarea {
	width: 170px;
}

.rightColumnCons .article fieldset p.steps table {
	padding: 0px;
	margin: 0px;
	border: none;
}

.rightColumnCons .article fieldset input, .rightColumnCons .article fieldset textarea {
	width: 170px;
}

.rightColumnCons .article fieldset select {
	width: 172px;
}

.article p {
	padding-top: 0px;
}

.article h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 1.2em;
	font-weight: bold;
}

.article fieldset label {
	width: 200px;
	display: block;
	float: left;
}

.article fieldset#selectFields {
	width: auto;
}

.article fieldset#selectFields .formatContent {
	display: none;
}

.article fieldset#calcResults {
	position: relative;
}

.article fieldset#calcResults .formatContent {
	position: absolute;
	top: 5px; 
	right: 0px;
}

.article fieldset#calcResults .formatContent2 {
	position: absolute;
	bottom: 0px; 
	right: 0px;
	background: url(/images/colours/title_cons_bg.gif) no-repeat left top;
	width: 935px;
	text-align: right;
	padding: 8px 7px;
}

.article fieldset h2 {
	margin-bottom: 20px;
}

.description h2 {
	color:#082376;
	font-size: 1.1em;
	margin-bottom: 20px;
}

.description p {
	font-size: 0.9em;
	margin-bottom: 5px;
}

.description ul {
	margin-left: 20px;
	font-size: 0.9em;
	list-style-image: url(/images/colours/bullet.gif);
}

.article fieldset #errMsg {
	color: #ed7373;
	width: 200px;
	font-size: 1.1em;
}

.article fieldset p  {
	padding: 2px 0px 2px 3px;
	width: 420px;
	margin: 5px 10px 5px 15px;
	a-height: 23px;
}

.article fieldset p  textarea {
	border: 1px solid #A9CFEB;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	width: 200px;
}

fieldset#calcResults .formatContent .greenBtn, fieldset#calcResults .formatContent2 .greenBtn {
	background: url(/images/colours/btn_green_blue_bg.gif) no-repeat right top; 
}

fieldset#calcResults .formatContent .greenBtn span, fieldset#calcResults .formatContent2 .greenBtn span {
	background: url(/images/colours/btn_green_blue_bg.gif) no-repeat; 
	}

.printElements {
	display: none;
}

.rightColumnCons .article fieldset div#results p.firstP {
	width: 195px; 
	height: 70px;
	padding: 0 5px 0 0;
}

@media print {
	fieldset#selectFields, .formatContent, .formatContent, fieldset#calcResults h2, .footer, .path, .greenBtn {display: none;}
	
	.printElements {display: block; margin-left: 15px; font-size: 40px; color: #11317d; text-transform: uppercase; padding: 0 0 30px 0; }
	
	.rightColumnCons .article fieldset div#results p { height: 30px; padding: 0; margin: 0;}
	.rightColumnCons .article fieldset div#results p input {padding: 0; margin: 0;}
	.rightColumnCons .article fieldset div#results p.firstP { width: 195px; height: 70px; padding: 0 5px 0 0;}
	
}
