﻿#homePromo {
margin-top: 15px;
margin-left: -15px;
}

#homeIntro {
border-top: 1px solid #DDD;
width: 747px;
margin-top: 15px;
}

#home #leftCol {
position: absolute;
left: 0px;
top: 15px;
padding-bottom: 5px;
padding-right: 0px;
}
#home #leftCol a {
float: left;
clear: none;
}

#home #leftCol p {
float: left;
clear: both;
width:280px;
color:#ddd;
font-size: 12px;
line-height: 24px;
padding-bottom: 35px;
}

#home #leftCol p.copy{padding-bottom:0;}

#home #message {
margin-left: 315px;
width: 448px;
top: 15px;
}

#home #message p {
padding-bottom: 5px;
}

#home #gradientBg, #home #bodyWrapper {
min-height: 600px;
}

/* Unfortunate IE hack - to make sure that the gradient doesnt get cut off */
* html #home #gradientBg, * html #home #bodyWrapper {
height: 120px;
}


