* {
margin: 0px;
padding: 0px;
border: none;
outline: none;
}

html {
height: 100%;

}

p {
line-height: 130%;
font-size: 14px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.9em;
	height: 100%; 
}
.clear {
clear: both;
}


#pageWrap {
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -215px; /* the bottom margin is the negative value of the footer's height */
}
#colLeft {
	background-image: url(images/landing_r1_c1.gif);
	background-repeat: no-repeat;
	width: 360px;
	float: left;
	height: 600px;
}
#colRight {
	margin-left: 370px;
	background-image: url(images/landing_r1_c5.gif);
	background-repeat: no-repeat;
}

.push {
 height:  215px; 
 /* .push must be the same height as .footer */ 
 }
 
#footer {
	padding-bottom: 10px;
	font-size: 0.8em;
	background-image: url(images/landing_r6_c5.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 40px;
	margin: 0 auto;
	padding-top: 150px;
	width: 1000px;
}
#footer a {
	text-decoration: none;
	font-size: 1.1em;
	color: #333333;
}
#footer a:hover {
	color: #50088C;
}
#footer ul {
	list-style-type: none;
}
#footer img {
	float: right;
	margin-right: 670px;
}
#header {
	height: 200px;
	padding-bottom: 35px;


}

#header h1 {
	text-indent: -9999px;
	display: block;
	height: 67px;
}

#header p {
	width: 400px;
	padding-bottom: 5px; 
	
}
#content {
padding-top: 40px;


}

#content .intro {
	padding-right: 250px;
	padding-bottom: 20px;
}

#features li a {
	height: 420px;
	width: 195px;
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	display:block;
	margin-right: 15px;
}

#features li a:hover {
	background-position: right bottom;
}
#features li span {
	display: block;
	padding: 10px 30px 150px 30px;
}
#feature1 {
	background: url(images/feature-background1.jpg);
}
#feature2 {
	background: url(images/feature-background2.jpg);
}
#feature3 {
	background: url(images/feature-background3.jpg);
}
a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #4E0A8C;
}
.clear {
	clear: both;
}

#features li {
	list-style: none;
	width: 195px;
	float: left;
}

.textSmall {
margin-top: 4px;
font-size: 11px;

}
