/* TABLE OF CONTENT
1 Universal
2 Template Layout
3 Branding / Logo elements
4 Main navigation elements
5 Extra content in the fifth column
6 Sub navigation elements
7 Footer elements  */

/* ------- 1 UNIVERSAL ---------- */

html, * {
	padding:0;
	margin:0;
	font-size: 100%;
}

body {
	font-family: arial, helvetica, sans-serif;
	color: #000;
	background:#FFF;
}

img { 
	border: 0;
	display: block;
}

.printhidden {
	display:none;
}

.hidden, #navigationwrapper, #pagecontent div.pagenavigation, #resources, #pagecontent div.backtotop, #header, #footer, div#downloads, #accessiblenav {
	position: absolute;
	top: -1000px;
	left: 0px;
	overflow: hidden;
	width: 0;
	height: 0;
}

#contentwrapper {
	font-size: 70%;
}
#printcontent {
	font-size: 70%;
	padding:10px;
	clear:both;
}
#pagecontent {
	padding:0 10px 0 0;
}
#pagecontent div.content {
}
#pagecontent div.internalcontent {
}
#copyright {
	float: left;
	width: 180px;
}
div.columnwrapper {
	width:100%;
	clear:both;
}
div.columnone {
	width:190px;
	float:left;
}
div.columntwo {
	width:190px;
	float:left;
}
div.columnthree {
	width:185px;
	float:left;
}
div.textcontent {
	width:350px;
	float:left;
	clear:left;
}

div.rightcol {
	width:148px;
	float:right;
	padding:0 44px 0 0;
}

div.casestudybox {
	width:180px;
	float:right;
	background:#f0e5f5 url(../images/site_objects/bg_casestudybox.gif) left bottom no-repeat;
	padding-bottom:10px;
	margin:20px 8px 0 0;
	color:#10147e;
}


div.downloadbox {
	width:180px;
	float:right;
	background:#EEE;
	padding-bottom:10px;
	margin:20px 8px 0 0;
	color:#10147e;
}

div.casestudyimages {
	width:180px;
	float:right;
	padding-bottom:10px;
	margin:20px 8px 0 0;
	color:#10147e;
}

div.downloadbox h3{
	padding:10px;
}


div.casestudybox div.text {
	height:145px;
}



div.sectionbox div.text{
	height:155px;
}

div.columnone div.casestudybox, div.columntwo div.casestudybox, div.columnthree div.casestudybox {
	float:left;
	margin:18px 0 0 0;
}
div.highlightbox {
	width:180px;
	float:right;
	background:#ebebeb url(../images/site_objects/bg_featurebox.gif) left bottom no-repeat;
	padding-bottom:10px;
	margin:20px 8px 0 0;
	color:#000;
}
div.sectionbox {
	width:180px;
	float:left;
	padding-bottom:10px;
	margin:20px 0 0 0;
	color:#000;
	border-top:1px solid #9950bb;
}

div.highlight {
	height:140px;
	padding:14px 10px 0 0;
}

div.onpagemenu {
	width:100%;
	padding:55px 0 28px 0;
	float:left;
}

div.contentwide div.business {
	clear:both;
	border-bottom:1px solid #CCC;
	padding:5px 0 5px 5px;
}

div.key	 {
	display:none;
}

/* ------- 3 BRANDING / LOGO  ---------- */
#branding div.logo {
	margin: 15px 0 33px 16px;
}
#branding div.title {
	margin: 0 0 7px 16px;
	color:#FFFFFF;
}
#headerlinks ul {
	margin: 11px 0 0 0;
	padding: 0;
	clear:both;
	float:left;
}
#headerlinks ul li {
	list-style-type: none;
	display: inline;
	float:left;
	padding: 0;
	margin:0;
}
#headerlinks a:link, #headerlinks a:visited { 
	text-decoration: underline; 
	color: #FFF;
}
#headerlinks a:hover, #headerlinks a:focus, #headerlinks a:active { 
	text-decoration: none; 
	color: #FFF;
}
#headerlinks img {
	clear: left;
	padding-top: 22px;
}

#printcontent {
	width:600px;
}
#printcontent h1.print {
	font-size:160% !important;
	padding:20px 0 10px 0;
	clear:both;
	border-top:1px solid #CCC;
}

/*print fix */
hr.print {
	float:left;
	clear:both;
	height:1px;
	width:100%;
	background:transparent;
	color:#FFF;
	margin:20px 0 20px 0;
	page-break-after:always;
}


