/* CSS Document */
/* Generic Layout Styles */

#content #rightcol {
	float: right;
	width: 200px;
	display: block;
	margin-right: 1em;
}
#content #leftmain {
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	height: 1%;
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 10px;
	/* End hide from IE5/mac */
}


/* RIGHT COLUMN STYLES */

#content #rightcol .adspot {
	padding: 0px;
	height: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
}
#content #rightcol .adspot div.text p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#content #rightcol .adspot div.text {
	float: right;
	width: 105px;
	height: 118px;
	background-image: url(../gfx/border_curved_red1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content #rightcol .adspot div.image {
	float: left;
}
#content #rightcol .adspot h3 {
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #DD4121;
	margin: 0px;
	padding: 0px;
}
#content #rightcol .adspot h3 a {
	color: #FFFFFF;
	background-color: #DD4121;
	margin: 0px;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	display: block;
	line-height: 12px;
	text-decoration: none;
}
#content #rightcol .adspot h3 a:hover {
	color: #EEEEEE;
	text-decoration: none;

}



/* LEFT MAIN CONTENT STYLES */



#content #leftmain #bottomads {
	display: block;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}
#content #leftmain #bottomads div.bottomad {
	width: 48%;
	margin: 0px;
	padding: 0px;
	height: 140px;
	background-image: url(../gfx/border_curved_blue1.gif);
	background-repeat: no-repeat;
	background-position: bottom right ;
}
#content #leftmain #bottomads div.bottomleft {
	float: left;
}
#content #leftmain #bottomads div.bottomright {
	float: right;
}
#content #leftmain #bottomads div.bottomad div.image {
	float: left;
	height: 120px;
	width: 90px;
}
#content #leftmain #bottomads div.bottomad div.text {
	display: block;
	overflow: auto;
	padding: 5px;
	height: 110px;
}
#content #leftmain #bottomads div.bottomad div.text p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content #leftmain #bottomads div.bottomad h3 {
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #2E61A4;
	height: 14px;
	margin: 0px;
	padding: 3px 0.75em 3px 0.75em;
}
p.strapline {
	font-weight: bold;
}
#content #leftmain li.infobullet {
	margin-bottom: 1em;
}
#content #leftmain div.diagram {
	padding: 0px;
	background-color: #2E61A4;
	display: block;
	width: 152px;
	margin: 0px 10px 10px 0px;
	font-size: 90%;
	color: #fff;
	float: left;
	background-image: url(../gfx/diagram_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content #leftmain div.diagram ol,
#content #leftmain div.diagram li {
	margin: 0px 0px 0px 12px;
	padding: 0 3px ;
}
#content #leftmain div.diagram img {
	margin: 0 ;
	padding: 0 ;
	border-left: solid 1px #2E61A4;
	border-right: solid 1px #2E61A4;
}
#content #leftmain div.diagram h3{
	margin: 0px;
	padding: 2px 5px ;
	background-color: #2E61A4 ;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
}
#content span.general {
	font-weight: normal;
	font-size: 100% ;
	padding-left: 1em;
}