/* ############################################################################
   ##
   ##  Print Template Styles 
   ##
   ##  The styles in this file are intended to override styles in global.css
   ##  but global.css is still loaded.
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */

body
{
	background-image: none;
}

/* ####################################
   Page Objects
   ################################## */

#page-wrapper
{
	background-image: none;
}

#page-content
{
	background-image: url('/images/templates/spacer.gif');
	margin-left: 15px;
	padding: 4px 0px 0px 0px;
}

#trailnavigation
{
	margin-left: 15px;
}

#footer
{
	position: relative;
	clear: both;
	background-image: url('/images/templates/dots_horizontal.gif');
	background-repeat: repeat-x;
	background-position: 15px 0px;
	background-color: #ffffff;
	padding: 15px; 
	margin-top: 15px;
	margin-left: 0px;
	font-size: 75%;
	color: #666666;
	line-height: 1.5em;
}
td
{
	font-size: 75%;
}

#footer a
{
}
#footer a:link
{
	color: #3b96c3;
	text-decoration: none;
}
#footer a:visited
{
	color: #0573a9;
	text-decoration: none;
}
#footer a:hover
{
	color: #46aae3;
	text-decoration: underline;
}
#footer a:active
{
	text-decoration: underline;
}

#footer-support
{
	position: relative;
	background-color: #ffffff;
	padding: 0px;
	margin-left: 15px;
	font-size: 75%;
}

#footer-copyright
{
	position: relative;
	width: 170px;
	float: right;
	z-index: 11;
}

#footer-cm3
{
	position: relative;
	width: 170px;
	float: right;
	z-index: 11;
}

