div.wrappernavcontentthree
{
	background-image:url(/images/threecolorangeline2.gif); 
	/*padding: 10px;*/
	width: 995px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.colmask
{
	/*clear:both;*/
	overflow:hidden;
	position:relative;
	width:100%;
}
	
.colright, .colmid, .colleft
{
	float:left;
	position:relative;
	width:100%;
}

.col1, .col2, .col3
{
	float:left;
	padding: 25px 0 1em 0;
	position:relative;
}

.col1
{
	margin: 0;
}

.col2
{
	margin: -15px 0 0 6px;
}

.col3
{
	margin: -15px 0 0 -12px;
}

.threecol .colmid
{
	float:left;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	right:25%;
}

.threecol .colleft
{
	right:50%;
}	
.threecol .col1
{
	left:102%;
	width:44%;
	float:left;
/*	padding-top:10px;*/
	font-size: 1.1em;
}

.threecol .col2
{
	left:31%;
	right:10%;
	width:23%;
	overflow:hidden;
	float:left;
}

.threecol .col3
{
	left:85%;
	width:21%;
	float:left;
}

.doublepage .colleft
{
	border-right:thin solid #DD5406;
	right:50%;
}

.doublepage .col1
{
	left:52%;
	width:46%;
}

.doublepage .col2
{
	left:56%;
	width:46%;
}

/* adds the PDF icon to the hover state of PDF links on the 3colhome template with special positioning */
a:hover[href$=".pdf"]     
{
	margin: 0 20px 0 0;
	padding-right: 22px;
	padding-top: 2px;
}

/* adjusts the rounded corners for the 3colhome template */
#bl_border
{
	bottom:42px;
}

#br_border
{
	bottom:42px;
	right: 0;
}

/* over rides for hover buttons */
#hoverButtons
{
	padding-bottom: 70px;
	padding-top: 40px;
}

