/*
	ICx print.css v 1.1
*/
/* Import Yahoo! Reset CSS */ @import'yahoo-reset.css';
/* Provide wrapping for float containers. */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* Image Replacement <span>s */ #nav-small li a span, #nav-large li a span { display: block; width: 0; height: 0; overflow: hidden; }
/* Elements Hidden For Print */ form, #small ul.left-links, #left ul.left-links, #page-top, #page-bottom, #nav, #branding, #footer p.print{display: none;}

body {
	font: normal normal normal 62.5%/1 Tahoma, Helvetica, Verdana, sans-serif;
	background-color: #EBEBEB;
	color: #666666;
	text-align: center;
}

a:link, a:visited {
	color: #084A8E;
	text-decoration: underline;
}

a:hover, a:active {
	color: #333;
	text-decoration: none;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

address, blockquote, p, pre, dl, ol, ul {
	padding: 0;
	margin:  0 0 1.5em 0;
	line-height: 1.6em;
}

address {font-style: normal;}
b, strong {font-weight: bold;}
i, em {font-style: italic;}

blockquote {
	padding: 0px 25px;
	font-style: italic;
	background: url(../images/predefined/blockquote-open.gif) no-repeat top left;
	color: #999;
}

	blockquote cite {
		display: block;
		padding: 0 0 15px 15px;
		font-weight: bold;
		background: url(../images/predefined/blockquote-close.gif) no-repeat top right;
	}

cite {font-style: italic;}

code, kbd, pre, samp, tt {
	font-size: 1.1em;
	font-family: Consolas, Courier New, Courier, monospace;
}

	code {color: #538B1E;}

pre {
	padding: 10px;
	border: 1px solid #BFBFBF;
	overflow: auto;
	background-color: #EBEBEB;
}

del {text-decoration: line-through;}

img {border: 0;}

	img.left {
		float: left;
		margin: 5px 10px 10px 0;
	}
	
	img.right {
		float: right;
		margin: 5px 0 10px 10px;
	}

p.callout {
	font-size: 1.2em;
	margin-bottom: 1em;
}

sub, sup {font-size: .8em;}

	sub {vertical-align: sub;}
	sup {vertical-align: super;}

/*	Headings 
	-------- */

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #084A8E;
}

h1 {font-size: 1.5em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
h5 {font-size: 1em;}
h6 {font-size: 1em;}

/*	Tables
	------ */

table {
	width: 100%;
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
}

caption {
	padding: 5px 0 10px 0;
	font-size: 1.1em;
	color: #084A8E;
}

th, td {
	padding: 5px 10px;
	border: 1px solid #999;
}

thead th {
	border-top: 5px solid #BFBFBF;
	background-color: #999;
	color: #FFF;
}

tfoot td {background-color: #DADADA;}

/*	Lists 
	----- */

dl {margin: 0;}

	dt {
		display: inline;
		padding: 0 15px 0 0;
		margin: 0;
		font-weight: bold;
		background: url(../images/predefined/arrow-grey.gif) no-repeat center right;
	}

	dd {
		display: block;
		padding: 0 0 10px 0;
	}

ol {list-style: decimal;}

ol, ul {margin:  0 0 1.5em 20px;}

ul {list-style-image: url(../images/predefined/bullet.gif);}

ul ul {
	margin: 0 0 0 18px;
	list-style-image: url(../images/predefined/sub-ul-bullet.gif);
}

/*	Predefined Styles & Elements
	============================ */

/* Big Right Thumb Box */

div.big-right-thumb {
	padding: 5px 0 0 0;
	border-top:
	1px solid #C8C8C8;
	margin: 0 0 1.5em 0;
}

	div.big-right-thumb img {
		float: right;
		width: 75px;
		padding: 1px;
		border: 1px solid #9A9A9A;
		margin: 0;
	}

	div.big-right-thumb p,
	div.big-right-thumb ul,
	div.big-right-thumb ol,
	div.big-right-thumb dl {
		padding: 0;
		margin: 0 90px 1.5em 0;
	}

	div.big-right-thumb ul,
	div.big-right-thumb ol {
		margin: 0 90px 1.5em 20px;
	}

/* Little Left Thumb Box */

div.little-left-thumb {
	padding: 0;
	margin: 0 0 1.5em 0;
}

	div.little-left-thumb img {
		float: left;
		width: 50px;
		padding: 1px;
		border: 1px solid #9A9A9A;
		margin: 0;
	}

	div.little-left-thumb p,
	div.little-left-thumb h4 {
		padding: 0;
		margin: 0 0 .5em 60px;
	}

	div.little-left-thumb a {
		padding: 0 15px 0 0;
		background: url(../images/predefined/greyarrow.gif) no-repeat center right transparent;
		font-weight: bold;
	}

/* Phone and Fax Spans */

span.phone {
	display: block;
	padding: 0 0 0 18px;
	background: url(../images/predefined/phone.gif) no-repeat center left #FFF;
}

span.fax {
	display: block;
	padding: 0 0 0 18px;
	background: url(../images/predefined/fax.gif) no-repeat center left #FFF;
}

/* Page Wrapper
   ============ */

#page {text-align: left;}

/* Masthead
   ======== */

#masthead {
	position: relative;
	width: 100%;
	height: 100px;
	padding: 0 0 1px 0;
	border-top: 10px solid #084A8E;
	border-bottom: 1px solid #C8C8C8;
	margin: 0 0 1em 0;
}

	#masthead #logo {
		position: absolute;
		top: -10px;
		left: 0;
	    width: 316px;
    	height: 110px;
	}

/* Content Areas & Columns
   ======================= */

	#small, #left, #main, #center, #right, #column1, #column2, #column3 {
		border-bottom: 1px solid #C8C8C8;
		margin: 0 0 1em 0;
	}


/* Subcolumns
   ---------- */

.sub-col-1 {
	float: left;
	width: 45%;
}

.sub-col-2 {
	float: right;
	width: 45%;
}

/* Footer
   ======*/

#footer {
	padding: 1em 0;
	border-top: 1px solid #999;
	color: #999;
}

	#footer ul {
		list-style-type: none;
		padding: 0;
		margin: 0 0 10px 0;
	}

	#footer ul li {display: inline;}
	
	#footer a:link, #footer a:visited {
		color: #999;
		text-decoration: underline;
	}
	
		#footer ul a:link, #footer ul a:visited {text-decoration: none;}

	#footer a:hover, #footer a:active {
		color: #666;
		text-decoration: none;
	}

	#footer p {
		padding: 0;
		margin: 0;
	}
