@charset "utf-8";
/* CSS Document */
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	background-color: #151515;
	height: auto;
}

html,body,.container {
	margin: 0px;
	padding: 0px;
}

.container {
	padding: 0px;
	margin: auto;
	width: 950px;
	background-color:#FFFFFF;
	height: 1650px;
	border: none;

}

.header {
	width:950px;
	height:75px;
}

.header img {
	margin-top: 4px;
}	

.landingPage {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2.76ex;
	vertical-align: top;
	width: 950px;
	background-color: #FFFFFF;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}

.headline {
	height:auto;
	width:auto;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #333333;
	line-height: 1.1em;
	padding-bottom: 15px;
	letter-spacing: .04em;
}

.content {
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 20px;
}
	
.contact {
	float:right;
}	
	
.leftColumn {
	float:left;
	width: 70%;
	/*	border-right: solid #999999 1px; */
	margin-bottom: 30px;
	padding-right: 5px;
}

.leftColumn a, .rightColumn a {
	color:blue;
	text-decoration:underline;
}

.leftColumn a:hover, .rightColumn a:hover {
	color:blue;
	text-decoration:underline;
}

.rightColumn {
	float:right;
	width: 220px;
	padding-left: 5px;
	padding-right: 3px;
}

.buttonTable td, .buttonTable a, .buttonTable a:hover {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	vertical-align: middle;
	background-repeat: repeat-x;
	white-space: nowrap;
	color: #FFFFFF;
	text-decoration: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	line-height: 15pt;
	margin: .86em 0em .86em;
}

ul, li {
	line-height:1.5em;
	margin-left: 0.75em;
	list-style:none;
}

blockquote {
	line-height:1.5em;
	list-style:none;
	margin: 0.5em 0em 0.5em 0.75em;
}

sup { 
	vertical-align: +.9ex;
}

sub {
	vertical-align: -.4ex;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}

.landingPage img {
	padding: 0px;
	margin-top: 0px;
	border: none;
}

#Footer {
	color: #999999;
	font-size: 0.8em;
	width: 944px;
	height: 20px;
	text-align: right;
	padding: 5px 3px 3px 3px;
	margin: auto;
	background-color: #303030;
	background-image: url("/webassets/other/corp/lp/sem/images/footer.jpg");
	background-repeat: no-repeat;
	clear: both;
	
}