/*-----------------------------------------------------------------------------
	Introduction module
-----------------------------------------------------------------------------*/

div.introduction-pane {
	height:260px;
	margin:18px 0 9px;
	}
	div#Intro {
		position:relative;
		float:left;
		overflow:hidden;
		width:747px;
		height:100%;
		/*background:url(/assets/x/50051) 0 0 no-repeat;*/
		}
    	div#Intro img {
    	    padding:0;
    	    border:none;
    	    }
	div.about-pane {
		position:relative;
		float:right;
		width:198px;
		min-height:195px;
		height:auto !important;
		height:260px;
		he\ight:195px;
		padding:0 0 65px;
		background:#043c5d url(/images/branding/aboutPane/bottomEdge.gif) 0 100% no-repeat;
		}
		div.about-pane h5 {
			height:18px;
			padding:20px 0 30px 20px;
			font-size:1.3em;
			font-weight:bold;
			color:#9db348;
			background:url(/images/branding/aboutPane/topLeftConer.gif) 0 0 no-repeat;
			}
		div.about-pane p {
			padding:0 20px 0;
			color:#fff;
			font-weight:bold;
			}
			div.sign-up span,
			div.about-pane span {
				position:absolute;
				bottom:25px;
				right:20px;
				width:160px;
				margin:0 auto;
				padding:10px 0 0;
				border-top:1px solid #648ea4;
				}
			div.about-pane span a {
				color:#cbdc42 !important;
				}
		a#CloseButton {
			position:absolute;
			top:6px;
			right:6px;
			width:16px;
			height:16px;
			text-indent:-999em;
			background:url(/images/branding/icons/close.png);
			}
