/* Homepage Styles */

#content {
	border: solid 1px black;
	border-top: 0px;
	background-color: #EBEBEB;
	overflow: hidden;
	width: 750px; /* IE 5 has entered the building */
	width/**/:/**/ 748px;
	padding-top: 5px;
}

#leftcolumn {
	float: left;
	margin-bottom: 10px;
	width:217px;
}



#leftcolumn ul.icons, #leftcolumn ul.logos {
	list-style-type: none;
	font-size: 0.9em;
    margin: 0px;
    padding: 0px;
}

* html #leftcolumn ul.icons, * html #leftcolumn ul.logos {
	margin-left: 14px;
}

#left_logos {
	font-size: 11px;
	padding-left: 12px;
	padding-top: 5px;
	width: 190px;
}

#left_logos img {
	float: left;
}

* html #left_logos p {
	padding-top:3px;
}

#left_linethick {
	padding-left: 12px;
	clear: both;
}

#certified {
	border: solid red 1px;
	width: 200px;
	padding-left: 12px;
	/* padding-top: 2px;
	padding-bottom: 5px; */
	font-size: 11px;
}

#certified img {
	padding-left: 102px;
	margin-top: -35px;
}

#deposit {
	width: 83px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 11px;
}

#deposit img {
	padding-left: 102px;
	margin-top: -15px;
}

#mainBox {
	width: 522px;
	height: 356px;
	padding: 0 0 5px 0;
	margin: 5px 0 5px 0;
	background-image: url(/images/homepage/download2.jpg);
	background-repeat: no-repeat;
	float: right;
}

#mainBox h1 {
	color:#FFFFFF;
	font-size: 20px;
	font-weight: normal;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 0;
}

* html #mainBox h1 {
	margin-top: 10px;
	margin-bottom: 0px;
}

#mainBox img{
	float:left;
	margin-top:20px;
	margin-left:11px;
	margin-right:-5px;
}

* html #mainBox img{
	float:left;
}


#downloadBox {
	/* border: solid red 1px; */
	width: 225px;
	height: 240px;
	padding-right: 10px;
	float:right;
	color:#FFFFFF;
	font-size:13px;
}

#downloadBox p {
	margin-top: 2px;
	margin-bottom: 2px;
}

#downloadBox h2 {
	color:#FFFFFF;
	font-size:15px;
	margin-top: 9px;
}

* html #downloadBox h2 {
	margin-top:7px;
}

#downloadBox img {
	margin-top: 6px;
	margin-left:1px;
}

@media all and (min-width: 0px){
	#downloadBox img {
		margin-top: 5px;
	}
}


* html #downloadBox img {
	margin-top: 8px;
}

#white_box {
	/* border: solid red 1px; */
	clear: both;
	width: 734px;
	height: 260px;
	background-color:#FFFFFF;
	background-image:url(/images/homepage/white_side.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	margin-left: 15px;
	padding-left: 3px;
}

* html #white_box {
	padding-left: 0px;
}

#smallBox {
	float: left;
	width: 231px;
	height: 245px;
	margin: 0 0 0 8px;
	padding: 9px 0 0 0;
}

* html #smallBox {
	margin: 0 0 0 7px;
}

#smallBox p {
	/* border: solid red 1px; */
	padding: 0 10px 0 0;
	font-size:10px;
}

* html #smallBox p {
	margin: 10px 0 0 0;
}

*:first-child+html #smallBox p { /* IE 7 */
	margin: 6px 0 0 0;
}

#smallBox h3 {
	/* border: solid red 1px; */
	/* width: 220px; */
	padding: 6px 0 0 0;
	margin: 0;
	color:#660000;
}

@media all and (min-width: 0px){
	#smallBox p {
		margin: 10px 0 0 0;
	}
}

#smallBox a, #smallBox a:link, #smallBox a:visited {
	background-image: none;
	background-image/**/:/**/ url(/images/link_arrow.gif); /* IE 5 has entered the building */
	background-repeat: no-repeat;
	background-position: 0 .45em;
	color: #660000;
	padding-left: 9px;
}

#smallBox a:hover {
	text-decoration:underline;
}


#smallBox a.grphcLink, #smallBox a.grphcLink:link, #smallBox a.grphcLink:visited {
	margin:0px!important;
	margin-left:-9px!important;
	color:#FFFFFF;
	background-image:none!important;
}

#smallBox a.grphcLink:hover {
	margin:0px!important;
	margin-left:-9px!important;
	text-decoration:none;
	background-image:none!important;
}

#white_content {
	font-size: 0.9em;
	width: 270px;
	height: 100px;
	margin: -105px 0 0 210px;
}

#white_content h2 {
	margin-top: 0px;
	margin-bottom: -8px;
	/* border: solid red 1px; */
	color: #660000;
	font-size: 1.5em;
}

#white_content ul {
	list-style-type: none;
	padding-left:0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top:12px;
}

#white_content li a, #white_content li a:link, #white_content li a:visited {
	background-image: url(/images/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 10px;
	color: #660000!important;
	text-decoration:none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#white_content li a:hover {
	text-decoration: underline;
}

/* IE 7 has entered the building! */
*:first-child+html #leftcolumn ul.icons {
	/* border: solid red 1px; */
	margin-left: 12px;
} 

ul.icons a {
	color: #660000!important;
	text-decoration: underline!important;
}

ul.icons a:hover {
	text-decoration: none!important;}

ul.icons a:hover, .icon2 a {
	text-decoration: underline;
}

ul.icons li, ul.logos li { 
	margin-left: 12px;
}

.icon1 {
	width: 150px;
	background: URL(/images/homepage/home-icon-1.gif) no-repeat 0 50%;
	padding: 5px 0 5px 45px; /* IE 5 has entered the building */
	padding/**/:/**/ 13px 0 13px 45px;
}

.icon2 {
	width: 150px;
	background: URL(/images/homepage/home-icon-2.gif) no-repeat 0 50%;
	padding: 5px 0 5px 45px; /* IE 5 has entered the building */
	padding/**/:/**/ 13px 0 13px 45px;
}

.icon3 {
	width: 150px;
	background: URL(/images/homepage/home-icon-3.gif) no-repeat 0 50%;
	padding: 5px 0 5px 45px; /* IE 5 has entered the building */
	padding/**/:/**/ 15px 0 13px 45px;
}

.icon4 {
	width: 150px;
	background: URL(/images/homepage/home-icon-4.gif) no-repeat 0 50%;
	padding: 5px 0 5px 45px; /* IE 5 has entered the building */
	padding/**/:/**/ 13px 0 13px 45px;
}

.icon5 {
	width: 150px;
	background: URL(/images/homepage/home-icon-5.gif) no-repeat 0 50%;
	padding: 5px 0 5px 45px; /* IE 5 has entered the building */
	padding/**/:/**/ 13px 0 13px 45px;
}

.icon6 {
	background: url(/images/homepage/thawte_logo.gif) no-repeat 95px 50%;
	padding: 0px 20px 0px 0px;
}

*:first-child+html .icon6 { /* IE 7 */
	margin-left: 39px;
	width: 190px;
}

.icon7 {
	background: url(/images/homepage/icon_deposit.gif) no-repeat 90px 50%;
	padding: 6px 20px 8px 0px;
}

*:first-child+html .icon7 {
	margin-left: 39px;width: 190px;
}
