﻿body
{
}

/*--- ------------------------------------ ---*/
/* -- Downloads Content Page -- */
/*--- ------------------------------------ ---*/
#downloads_title
{
	width: 99%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 2em;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
}
/*--- ------------------------------------ ---*/
*.bg
{
	background: url(../Images/h-trans2white.png) repeat-y right top #D9E0EB;
	margin-top: 4px;
}

*.tl
{
	background: url(../Images/rc.gif) top left no-repeat;
}
*.br
{
	background: url(../Images/rc.gif) bottom right no-repeat;
}
*.tr
{
	background: url(../Images/rc.gif) top right no-repeat;
}
*.bl
{
	background: url(../Images/rc.gif) bottom left no-repeat;
}

*.trc
{
	background: url(../Images/rc-trc.gif) top right no-repeat;
}
*.blc
{
	background: url(../Images/rc-blc.gif) bottom left no-repeat;
}

*.pad
{
	padding: 10px;
}
*.padtop
{
	padding-top: 2px;
}
/*--- ------------------------------------ ---*/

#threecolcontainer
{
	clear:both;
	width: 100%;
	margin: 4px auto 0 auto;
	padding-left: 15px;
}
#col1, #col2, #col3
{
	float: left;
	width: 31%;
	min-height: 300px;
	margin: 0;
	background-image: url( "../Images/downbg.jpg" );
	background-repeat: repeat-x;
	background-position: bottom center; /* border: black 1px solid */
}
.col_spacer
{
	float: left;
	width: 1.5%;
	margin: 0;
	background-image: url( "../Images/downspacer.jpg" );
	background-repeat: no-repeat;
	background-position: top center;
}
*.col_content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	display: block;
	min-height: 300px;
}
*.bgdn
{
	margin-top: 4px;
}

*.col_content h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #006699; /* #0106c9; */
	font-weight: bold;
	margin: 0 auto 4px auto;
	text-align: center;
	display: block;
	line-height: 1.5em;
}
*.hr
{
	height: 2px;
	width: 60%;
	margin: 0 auto 0 auto;
	border: 0;
	background: url(../Images/hr.gif) repeat-x left center;
	line-height: 1px;
	font-size: 1px;
}
*.hr hr
{
	display: none;
}
