@import url(dp_signon.css);

div.corp_pitch {
	clear: both;
	width: 60em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
}

div.corp_pitch h2 {
	font-size: 1.5em;
}

div.corp_web {
	float: left;
	width: 30em;
	overflow: hidden;
	margin-bottom: 1em;
	margin-top: 0;
	padding-top: 75px;
	margin-left: 6em;
	margin-right: -1em;
	position: relative;
}

div.corp_text {
	min-height: 22em;
	margin-top: 0;
	width: 25em;
	border: solid 1px #CCC;
	background-color: #F7F7F7;
	padding: 1em;
	font-size: .9em;
	font-weight: normal;
	float: left;
}

div.corp_text h2 {
	padding-top: .5em;
}

div.corp_text h3 {
	padding: 0;
	padding-left: 1em;
}

div.corp_text p {
	padding-right: 1em;
	padding-left: 1em;
}

div.corp_img {
	position: absolute;
	top: 0px;
	right: 0;
}

div.corp_logos {
	float: left;
	width: 20em;
	margin-left: 2em;
}

div.corp_logos img {
	margin-top: 4em;
}

div.corp_feature {
	background-color: #fff;
	border: solid 1px #CCC;
	min-height: 25em;
	position: relative;
}

div.corp_feature h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: rgb(9,28,90);
	margin-top: 0;
	text-align: center;
	padding-top: 3px;
}

div.corp_feature_link {
	position: absolute;
	bottom: 6px;
	right: 6px;
	width: 8em;
	text-align: center;
	border-left: solid 2px #ccc;
	border-top: solid 2px #ccc;
	border-right: solid 2px #666;
	border-bottom: solid 2px #666;
	background-color: #999;
/*	background-color: rgb(133,29,28); */
/*	background-color: rgb(9,28,90); */
	font-weight: bold;
	font-size: .9em;
}

div.corp_feature_link a:link    { color: #fff; text-decoration: none; }
div.corp_feature_link a:visited { color: #fff; text-decoration: none; }
div.corp_feature_link a:hover   { color: #fff; text-decoration: underline; }

.cust_sel {
	width: 20em;
	float: left;
	background-color: #efefef;
	border: solid 1px #ccc;
	padding: 1em;
	font-size: .9em;
	margin-left: 1em;
	margin-top: 1em;
}

