/* default microsite styles */
@import url(microsite.css);

/* override defaults */
body { margin: 0 0 5px;}
.style1 {color: #00F;}

/* main contect section */
.maincontent {
	float:left;
	width:550px;
	padding:20px 10px;
	text-align:justify;	
}

/*righthand */
.righthand {
	float:left;
	width:175px;
	text-align:left;
	padding-top: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:1.3;
}

/* line */
.line {
	width:175px;
	border-top:#CCCCCC solid 1px;
	margin-top: 10px;
	height: 10px;
}

/* expanding divs */
.xpando-content { padding: 1px 8px; }

.xpando p { margin: 0.5em 0; }

.xpando h2 {
	margin: 0; 
	padding: 10px 0 3px;
}

.xpando h2 a { color: #000 !important; }

.xpando h2 a:hover { text-decoration: none; }

.xpando span.tog
{
	font-weight: normal;
	padding-left: 1em;
}

.blue .xpando-content { background-color:#e5f2f5; }
.orange .xpando-content { background-color:#fdf2e8; }
.green .xpando-content { background-color:#eef8e7; }
.red .xpando-content { background-color:#f8e6ea; }
.maroon .xpando-content { background-color:#efe5e8; }

.xpando.blue h4 { border-bottom:solid 2px #0081a1; }
.xpando.orange h4 { border-bottom:solid 2px #ec811f; }
.xpando.green h4 { border-bottom:solid 2px #55BB11; }
.xpando.red h4 { border-bottom:solid 2px #bc0631; }
.xpando.maroon h4 { border-bottom:solid 2px #660320; }

/* column lists layout */

div.oneColumnList,
div.twoColumnList,
div.twoColumn {
	width:100% !important;
	padding:0;
	float:left;
	clear:both;
}

div.oneColumnList h5,
div.twoColumnList h5 {
	padding:0;
}

div.twoColumn div {
	width:100%;
	padding:0;
}

div.twoColumn {margin-bottom:15px; }
div.twoColumnList div.columnFirst,
div.twoColumn div.columnFirst {float:left;}

div.twoColumn p{margin:0 !important;}
