﻿#page h1, #page h2 
{
    display: none;
}

#page
{
	background-image:none;
}


#page #header 
{
    height: auto;
}

#content 
{
    float: none;
    width: 858px;
    font-size: 85%;
}

#content #box1
{
	width:347px;
	margin-left: 40px;
	float:left;
	background: transparent url(images/boostgc/home/1-middle.jpg) top repeat-y;
}
#content p
{
	margin:0;
	padding:0px 10px 0 0;
}

#content .homeList li
{
	list-style-image: url(images/boostgc/home/home_bullet.jpg);
}

#content a
{
	text-decoration:none;
	color:#000000;
}
#content a:hover
{
	text-decoration:underline;
}
#content #box1 p.note
{
	padding-top:10px;
	font-size:10px;
	font-style: italic;
}
#content #box1 .title
{
	background: transparent url(images/boostgc/home/1-top.jpg) no-repeat;
	padding:26px 0 0 20px;
	margin:0;
}
#content .title a, #content .middle h4 a
{	
	color:#004D79;
	text-decoration:underline;
}

#content .title a:hover
{
	text-decoration:none;
}

#content .title a
{
	display:block;
}

#content #box1 .middle
{
	padding:0px 10px 0px 20px;
	background: transparent url(images/boostgc/home/1-bottom.jpg) bottom no-repeat;
	height:220px;
}

#content #box2
{
	width:187px;
	float:left;
	background: transparent url(images/boostgc/home/2-middle.jpg) top repeat-y;
}

#content #box2 ul
{
	margin:0 0 0 15px;
	padding:0;
}

#content #box2 .title
{
	background: transparent url(images/boostgc/home/2-top.jpg) no-repeat;
	padding:26px 0 0 20px;
	margin:0;
}

#content #box2 .middle
{
	padding:0px 20px 0px 20px;
	background: transparent url(images/boostgc/home/2-bottom.jpg) bottom no-repeat;
	height:300px;
	
}

#content #box3
{
	width:244px;
	float:left;
	background: transparent url(images/boostgc/home/3-middle.jpg) top repeat-y;
}

#content #box3 ul
{
	margin:0 0 0 15px;
	padding:0;
}

#content #box3 .title
{
	background: transparent url(images/boostgc/home/3-top.jpg) no-repeat;
	padding:26px 0 0 20px;
	margin:0;
}

#content #box3 .middle
{
	padding:0px 20px 0px 20px;
	background: transparent url(images/boostgc/home/3-bottom.jpg) bottom no-repeat;
	height:300px;
	
}

#changeSize
{
	position:absolute;
	width:200px;
	height:53px;
	background: transparent url(images/boostgc/home/home_size.png) no-repeat;
	top:20px;
	right: 40px;
	float: none;
}

#changeSize a
{
	width:53px;
	height:17px;
	top: 20px;
}
#ctl00_increase
{
    left: 75px;
	background-image:url(images/boostgc/home/home_increase.jpg);
}
#ctl00_decrease
{
    left: 128px;
	background-image:url(images/boostgc/home/home_decrease.jpg);
}

