﻿/* Jani-King Consumer, Darren Wissler 06-09 */

/*--------------------------------------------------------------------------> RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style-type: none;
	text-decoration: none;
}
 
/*--------------------------------------------------------------------------> HTML TAGS */  
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: url(../i/consumer_body_bg.jpg) top center no-repeat;
	text-align: center;
}

body#landing {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: url(../i/consumer_landing_body_bg.jpg) top center no-repeat;
	text-align: center;
}

p {
	margin: 0 0 15px 0px;
}

h1 {
	font-size: 1.4em;
	color: #0671a3;
	font-weight: 700;
	margin-bottom: 10px;
	background: url(../i/consumer_icon_arrow.gif) 0 35% no-repeat;
	padding-left: 17px;
}

h2 {
	font-size: 1em;
	color: #0671a3;
	font-weight: 700;
	margin-bottom: 10px;
}

hr {
	height: 1px;
	border: 1px solid #daedf7;
}

/*--------------------------------------------------------------------------> LINKS */
a:link { 
	color: #016797;
	text-decoration: underline;
}

a:visited {
	color: #525252;
	text-decoration: underline;
}

a:hover {
	color: #3d3d3d;
}
 
a:active {
 	color: #016797;
}

/*--------------------------------------------------------------------------> PNG hack by Angus Turnbull: http://www.twinhelix.com */
img, #formHead, #flash, #flashMap, #flashExpertise, #headerImage, #formHead_education, #formHead_hospitality, #formHead_healthcare, #formHead_general, #formHead_manufacturing, #formHead_government, #formHead_retail, #formHead_stadium { 
	behavior: url(iepngfix.htc);
}

/*--------------------------------------------------------------------------> CMS Login Screen Styles */
body#cmsLogin {
	background: url(/i/cmsLogin_bg.jpg) repeat-x;
	text-align: center;
}
		
#cmsLogin_bg {
	background: url(/i/cmsLogin_logo.jpg) no-repeat;
	width: 604;
	height: 337;
	margin: auto;
}
		
.cmsLogin {
	padding: 150px 0 0 250px;
}

.displaynone 
{
	display: none;
}

.displayinherit
{
	display: inherit;
}
