@import "main.css";
html{
	background: url(../images/background_sub.jpg);
}
h3{
margin-top:10px;
font-size:11px;
border-bottom:1px solid #ababab;
}

a#home{
	display: block;
	margin-left:60px;
	width:250px;
	height:0px;
	padding-top:120px;
	overflow: hidden;
}
ul#mainnav{
margin: 0px;
}
ul#subnav{
margin: 0px;
padding: 0px;
padding-right:50px;
padding-top:8px;
}
#content{
	padding-top:20px;
}
body#free #sub ul{
	list-style: none;
	margin-left:0px;
	padding-left:0px;
}
body#free #sub ul li{
	padding-bottom:8px;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/arrow.jpg) left top no-repeat;
}
html>body #content #placeholder{
	height:500px;  /*20 px now but if this messes things up the use 500px*/
}
html>body#free #content #placeholder{
	height:1900px; /*3700 was original*/
}
html>body#about #content #placeholder,body#announcements #content #placeholder{
height: 20px;
}

#content #main{
	width:500px;
}
#content #sub{
	width:200px;
}
#content .odd{
	background:#DFDFDF;
	padding:5px;
	margin-top:10px;
}
#content .odd h3{
	margin-top:0px;
}

#content img{
	max-width:600px;
}
body#carriers #content{
	margin-left: 0px;
	padding-left:46px;
}
body#carriers a img{
	border: 0px;
}
body#carriers #content #placeholder{
	height:35px;
}
body#download #content #placeholder{
	height:1200px;
}
body#carriers #content #main{
}
body#carriers #content #main img{
	padding: 10px;
}

html>body#carriers #content #main{
	float:none; 
	padding-left:20px; 
	width:450px;
	overflow: hidden;
}

body#free #content #main img{
	border: 4px solid #b0becb; 
	margin-right:5px;
	height:60px;
}
body#free #content #main a:hover img{
	border-color: #1D5382;
}
