/* CSS Document */
/* Landing page stylesheet */



.landing #mid {

	width: 887px;
}

.landing #colLeft {
	width: 217px;
}

/* Right Hand (main) Column */
.landing #colRight {
	float: left;
	position: relative;
	padding: 17px 0 5px 0;
	width: 660px;
}

.landing #colRight .floating_window1 {
	top: 120px;
	left: 0px;
	/* background: url(../images/bg_floatingwindow1_dark.png) no-repeat; */
}

.landing #colRight .floating_window1 .hdr2{
	top: 11px;
	line-height: 19px;
	font-size: 18px;
	font-weight:bold;
}

.landing #colRight .left {
	width:430px;
}


.landing #colRight .left .content ul {
	padding: 0;
	margin: 8px 0 22px 0;
	list-style-type: disc;
}
.landing #colRight .left .content li {
	padding: 0;
	margin: 0 0 5px 22px;
	font-size: 13px;
	color: #4d4d4d;
}

/* Top half (adwords)*/
.landing #colRight .top-adwords {
	height: 338px;
}

.landing #colRight .lower .left 
{
	width:400px
}

.landing #colRight .lower .right 
{
	width:240px;
}

.landing #colRight .lower .right 
{
	margin-top:10px;
}

/* Top half (landing)*/
#colRight .top-landing {
	float: left;
	position: relative;
	width: 660px;
}
#colRight .top-landing h1 {
	padding: 0;
	margin: 0px 0 8px 0;
	font-weight: bold;
	font-size: 35px;
	color: #575757;
	letter-spacing: -1px;
	line-height: 35px;
}
#colRight .top-landing p {
	width: 445px;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 17px;
	font-weight: normal;
}
#colRight .top-landing ul
{
	margin:0px 0px 0px 25px;
}

#colRight .top-landing li
{
	list-style-type: disc;
	padding: 4px 0px 0px 0px;
	margin:0px;
}




