/*
Copyright (c) 2008 Toucan.biz Limited.
Author: Cameron Cooke (cameron.cooke@toucan.biz)
*/

#homeContainer{
	padding: 48px 10px 0px 10px;

   /* This does the same as below in IE */
	height: 100%;
}

/*
Creates a block element with clear both using
CSS 2. This block element causes the container to
expand to the height of the floated child elements. 

See: http://www.cs.hmc.edu/~mbrubeck/clear-after/
*/
#homeContainer:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
}

#homeContainerLeft{
   width: 695px;  
   float: left;
}

#homeContainerRight{
   width: 234px;   
   float: right;
}

#introBox{
	height: 73px;
	width: 660px;	
	background-image: url(../images/introBox.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #022FA7;
	padding: 8px 15px 0 15px;
}

#introBox p{
	margin: 0;
}

#introBox h1{
	margin: 0;
	font-size: 14px;
	color: #2E8D52;
}

#introBox a{
	color: #DD2624;
	text-decoration: none;
}

#introBox a:hover{
	text-decoration: underline;
}

#newBox{
	height: 67px;
	width: 144px;
	background-image: url(../images/newBox.jpg);
	background-repeat: no-repeat;
	margin-top: -13px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 27px 53px 0px 15px;
	margin-left: 15px;
	position: relative;
	z-index: 5;
}

#newBox h1{
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}

#newBox a{
	color: #2E8D52;
	text-decoration: none;
}

#newBox a:hover{
	text-decoration: underline;
}

#solutionBox{
	width: 210px;
	height: 20.5em;
	background-image: url(../images/solutionback.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
 margin-top: 6px;
	padding: 10px;
}

#solutionBox h1{
	color: #022FA7;
	line-height: 136%;
	font-size: 1.5em;
	text-align: center;
	font-weight: normal;
	margin: 10px 0 25px 0;
	text-transform: uppercase;
}

#solutionBox ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#solutionBox ul li{
	line-height: 125%;
}

#solutionBox ul li a{
	display: block;
	width: 131px;
   min-height: 4.583em;
	height: 4.583em;
	color: #2E8D52;	
	font-weight: bold;
	line-height: 125%;
	text-decoration: none;
	background-image: url(../images/solutionItem.png);
	background-repeat: no-repeat;
	padding: 0.916em 70px 0 0.75em;
	margin-top: -0.833em;
}

#videoBox{
	width: 450px;
	height: 23.333em;
	background-image: url(../images/videobox.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: -8px;
	position: relative;
}

#videoBox h1{
	color: #022FA7;
	font-weight: normal;
	font-size: 1.666em;
	line-height: 133%;
	text-transform: uppercase;
	display: block;
	width: 150px;
	margin: 53px 0 0 26px;
}

#videoBox a{
	text-transform: uppercase;
	color: #2E8D52;
	font-size: 1.833em;
	text-decoration: none;
	position: absolute;
	top: 224px;
	left: 28px;
}

#videoBox a img{
	vertical-align: middle;
}

#benefitsBox{
	width: 220px;
   font-size: 1.166em;
   color: #2E8D52;
   padding-left: 20px;
}

#benefitsBox ul{
   margin: 0;
   padding: 0;
   list-style: none;
}

#benefitsBox ul li{
   margin: 0;
   padding: 0;
}

#benefitsBox h1{
   margin: 0 0 15px 0;
   padding: 0; 
   color: #2E8D52;
   font-size: 1.142em;
   font-weight: normal;
   text-transform: uppercase;  
}

#benefitsBox ul li{
   padding-bottom: 10px;
}

#benefitsBox ul li h2{
   margin: 0;
   padding: 0;
   color: #022FA7;
   font-size: 1.142em;
   font-weight: normal;
}

.homeAdBox{
	height: 8.146em;
	width: 92px;
	background-image: url(../images/demobox.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
   margin-top: 10px;
   position: relative;
  
   color: #E24543;
   font-size: 1em;
	padding: 25px 120px 0 18px;
}

.homeAdBox img{
	border: none;
}

.homeAdBox a{
	color: #022FA7;
	text-decoration: none;
}

.homeAdBox h1{
   font-size: 1.916em;
   font-weight: normal;
   color: #2E8D52;
   margin: 0 0 5px 0;
   padding: 0;
   text-transform: uppercase;
}

.homeAdBox img{
   position: absolute;
   top: 25px;
   right: 13px;
}

#listBox{
	height: 8.146em;
	width: 131px;
	background-image: url(../images/listbox.gif);
	background-repeat: no-repeat;
	float: left;
   margin-top: 10px;
	position: relative;
	
   color: #E24543;
   font-size: 1em;
	padding: 25px 60px 0px 18px;
}

#listBox img{
	border: none;
}

#listBox a{
	color: #022FA7;
	text-decoration: none;
}

#listBox h1{
   font-size: 1.916em;
   font-weight: normal;
   color: #2E8D52;
   margin: 0 0 5px 0;
   padding: 0;
   text-transform: uppercase;
}

#listBox img{
   position: absolute;
   top: 25px;
   right: 13px;
}

.quote{
	color: #1F559D;
	font-size: 1.25em;
	padding: 0 20px 0 20px;
	font-style: italic;
	line-height: 133%;
	margin-top: 2em;
}

.quote span{
	font-size: 0.8em;
	display: block;
	margin-top: 1em;	
}
