/* CSS stylesheet for portal page */

body {
    position: relative;
	font: 100.01%/130% Arial, sans-serif; 
	color: #3e3e3e;
	background: url(../../images/portal_bg_q60_new.jpg) no-repeat center top #3e323c;
}

#main {
	background-color: transparent;
}

#head {
	height: 150px;
}

#head h1 a {
	width: 103px;
	height: 100px;
	background-image: url(../../images/logo_portal.png);
	top: 15px;
	left: 0;
}

#head #portalClaim {
	position: absolute;
	top: 95px;
	right: 0;
}

#langNav li a {
	color: #FFFFFF;
}

#metaNav li a {
	color: #FFFFFF;
	background-image: url(../../images/metanav_arrow_trans.gif);
}

#footer * {
	color: #FFFFFF;
	font-size: 13px;
}

#footer a {
	background-image: url(../../images/red_arrow_trans.gif);
	color: #FFFFFF;
}

#midCol {
	margin: 0;
}

#midCol .ctArea .ctElement {
	margin-left: 0 !important;
	margin-left: 6px;
	margin-right: 0 !important;
	margin-right: 6px;
	padding: 12px;
	margin-bottom: 20px !important;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

#midCol .ctArea .ctElement h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	padding-bottom: 25px;
}

#midCol .ctArea .ctElement h2 a {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}

#midCol .ctArea .ctElement p {
	font-size: 13px;
	line-height: 20px;
	position: relative;
}

#midCol .ctArea .ctElement .csc-textpic-imagewrap {
	border-left: 1px solid #a3a3a3;
	padding-left: 11px;
}

#midCol .ctArea .ctElement .csc-textpic-imagewrap  {
	margin: 0;
	position: relative;
}

#midCol .ctArea .ctElement .csc-textpic-imagewrap  {
	position: relative;
}

#midCol .ctArea .ctElement .csc-textpic-imagewrap .csc-textpic-caption {
	position: absolute;
	right: 25px;
	bottom: 13px;
}

#midCol .ctArea .ctElement .csc-textpic-imagewrap .csc-textpic-caption a.claimArrowLink {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	padding-right: 8px;
	zoom: 1;
	background: url(../../images/white_arrow_trans_15.gif) no-repeat 100% 4px;
}

#midCol .ctArea .ctElement .csc-textpic-text {
	padding: 17px 20px 0;
}

#midCol .ctElement .csc-textpic .csc-textpic-imagewrap img {
	border: 0;
}

#midCol .ctArea .ctElementBottom {
	display: none;
}


