/*
 * BODY
 */

body {
	font-family: "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
	background: #b3b3b3 url(../images/layout/body_bg.jpg) repeat-x fixed 0 bottom;
	line-height: 1.5;
}



/*
 * TYPOGRAPHY
 */

body {color:#9d9d9d;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	font-size: 12px;}
	
address,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,th,td {
	margin-top: 1em;}

h1 			{ color:#00a1f2;font-size: 24px;margin-top:1.25em;font-weight: normal;}
h1.alt		{ color:#00a1f2;font-size: 24px;margin-top:1.25em;padding-bottom:15px;border-bottom: 1px solid #9d9d9d;}
h2 			{ color: #7a7a7a;font-size: 14px;margin-top: 1.75em;font-weight: bold;}
h2.alt		{ color: #7a7a7a;font-size: 14px;padding-bottom: 15px;margin-top: 14px;
			  border-bottom: 1px solid #9d9d9d;line-height: 20px;font-weight: normal;}
h3 			{ color:  #9d9d9d;font-size: 13px;font-weight: normal;}
h4,
h5,
h6 			{ color:  #9d9d9d;}

li 			{ margin-top: 1em;line-height: 1.85;}
li ul, 
li ol       { margin-top: 0; }
ul, ol      { margin: 1em 1.5em 0;}
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 1em 0 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

p           { margin: 15px 0 0; color:#9d9d9d;line-height: 1.85;font-size: 13px;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a 			{ text-decoration: underline;}
a:link    	{ color: #000; }   
a:visited 	{ color: #000; }   
a:focus,
a:hover   	{ color: #000; } 
a:hover		{ text-decoration: none; }
a:active  	{ color: #000; } 

blockquote  { margin: 1.5em; font-style: italic; }
strong      { font-weight: bold; color: #7a7a7a;}
em,
dfn 	    { font-style: italic; }
dfn         { font-weight: bold; }
sup,
sub			{ line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #000; }
address     { font-style: italic; margin-top: 1em;}
del         { color:#666;text-decoration: line-through; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,
code,
tt			{ font: 12px 'andale mono', 'lucida console', monospace; line-height: 1.5; }

hr			{ color: #9d9d9d;background-color: #9d9d9d;height: 1px;margin-top:1em;}



/*
 * IMAGES
 */

#main img {
	margin-top: 40px;
}



/*
 * HEADER
 */

#header {
	width: 100%;
	background: url(../images/layout/header_bg.png) no-repeat center top;
	float: left;
	height: 210px;
}

.ie6 #header {
	background: url(../images/layout/header_bg_ie6.png) no-repeat center top;
}

#header a {
	display: block;
}

#header .wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	float: left;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	display: none;
}

#bfc_logo {
	position: absolute;
	top: 82px;
	left: 50px;
}

#bfc_tagline {
	position: absolute;
	top: 171px;
	right: 50px;
}

#header_icons {
	background: url(../images/layout/header_icons.jpg) no-repeat;
	width: 228px;
	height: 38px;
	position: absolute;
	top: 115px;
	right: 45px;
}

#webinar {
	width: 210px;
	height: 48px;
	background: url(../images/layout/webinar.jpg) no-repeat;
	position: absolute;
	right: 40px;
	top: 140px;
}

#webinar a {
	display: block;
	width: 100%;
	height: 100%;
}

#twitter {
	position: absolute;
	right:40px;
	top: 158px;
}



/*
 * 1
 */

#footer {
	width: 100%;
	background: url(../images/layout/footer_bg.png) no-repeat center bottom;
	height: 123px;
	float: left;
}

.ie6 #footer {
	background: url(../images/layout/footer_bg_ie6.gif) no-repeat center bottom;
}

#footer .wrap {
	width: 880px;
	margin: 0 auto;
}


#footer.alt {
	height: 163px;
}

#footer.alt .wrap {
	margin-top: 40px;
	border-top: 1px solid #9d9d9d;
}

#footer .menu {
	font-size: 11px;
	color: #9d9d9d;
	float: left;
	line-height: 73px;
	margin-left: 25px;
	float:left;
}

#footer small {
	font-size: 11px;
	float: left;
	color: #7a7a7a;
	line-height: 73px;
	float:right;
}

#footer .twitter {
	float: right;
	margin:  22px 0 0 0;
}

#footer a {color: #7a7a7a;text-decoration: none;}
#footer a:link {color:#7a7a7a;text-decoration: none;}
#footer a:visited {color:#7a7a7a;text-decoration: none;}
#footer a:hover {color:#9d9d9d;text-decoration: underline;}
#footer a:active {color:#7a7a7a;}




/*
 * CONTENT
 */

#content {
	width: 100%;
	background: url(../images/layout/content_bg.png) repeat-y center;
	float: left;
}

.ie6 #content {
		background: url(../images/layout/content_bg_ie6.gif) repeat-y center;

}

#content .wrap {
	width: 880px;
	margin: 0 auto;
}

/*
 * COLUMNS
 */
 

#columns {
	margin-top: 45px;
	clear: both;
	overflow: hidden;
	_float:left;
}

#side {width: 280px;padding-left: 20px;float: left;}
#main {width:530px;float: right;padding-right: 20px;}

#columns.layout1 #side { float: left;}
#columns.layout1 #main { float: right;}
#columns.layout2 #side { float: right;}
#columns.layout2 #main { float: left;}
#columns.layout3 #side { display:none;}
#columns.layout3 #main { width: 100%;float: left;}

/* Remove margin-top from first H1 in #main */
#main > h1:first-child {margin-top: 0;}

/* Remove margin-top from first H1 in #side */
#side > h1:first-child {margin-top: 0;}



/* 
 * MAIN NAVIGATION
 */

#navigation {
	font-size: 13px;
	height: 54px;
	width: 874px;
	margin: -7px 0 0 -7px;
	background: url(../images/layout/navigation_bg.png) no-repeat center top;
	padding-top: 7px;
	padding-left: 20px;
}

#navigation ul,
#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#dropdown {
	position: relative;
	z-index: 200;
	display: block;
	height: 47px;
	float: left;
}

#dropdown li {
	float: left;
	height: 47px;
	position: relative;
}

#dropdown li:hover,
#dropdown li.hover {
	z-index: 201;
	cursor: default;
}

#dropdown li:hover ul,
#dropdown li.hover ul {
	visibility: visible;	
}

#dropdown a {
	display: block;
	float: left;
	height: 47px;
	background: url(../images/layout/navigation_main_li_left.png) no-repeat left top;
	color: #747679;
	text-decoration: none;
}

#dropdown a:hover {
	color: black;
	background: url(../images/layout/navigation_main_li_left.png) no-repeat left bottom;
}

#dropdown a span {
	float: left;
	height: 47px;
	line-height: 47px;
	background: url(../images/layout/navigation_main_li_right.png) no-repeat right top;
	margin-left: 13px;
	display:inline;
	padding-right: 13px;
	display:inline;
}

#dropdown a:hover span {
		background: url(../images/layout/navigation_main_li_right.png) no-repeat right bottom;
}

#dropdown ul {
	position: absolute;
	visibility: hidden;
	width:230px !important;
	width:210px;
	left: -10px !important;
	left:0;
	top:47px;
	background: url(../images/layout/navigation_second_ul_bg.png) center bottom !important;
	background: url(../images/layout/navigation_second_ul_bg.png) center top; /*IE6*/
	padding-bottom: 23px !important; padding-bottom: 0; /*IE6*/
}

#dropdown ul li, #dropdown ul a, #dropdown ul a:hover, #dropdown ul a:hover span {
	background:none;
	font-weight: normal;
}

#dropdown ul li {
	margin-left: 10px !important;
	margin-left:0;
	display:block;
	width:210px;
	background:none;
	height: 31px;
}

#dropdown ul li:first-child {
	background: url(../images/layout/navigation_second_ul_shadow.png) repeat-x 0 top;
}

#dropdown ul a {
	height:auto;
	padding: 0 0 0 13px;
	width: 197px;
	display: block;
	height:31px;
	line-height: 31px;
}

#dropdown ul a:hover {
	background: url(../images/layout/navigation_second_ul_li_a_hover.png) repeat-x center center;
	color: white;
}


/*
 * SPLASH SLIDER
 */
 
#splash {
	height: 290px;
	width: 880px;
	margin: -7px 0 0 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#splash .items {
	position: absolute;
	width: 20000px;
}

#splash .items div {
	float: left;
	width: 880px;
	height: 290px;
}

#splash.slider p,#splash.slider h3 {
	display: none;
}


/*
 * SIDE NAV
 */
 
 
#side_nav {
	width: 280px;
	background: url(../images/layout/side_nav_ul.png) no-repeat center bottom;
	padding-bottom: 1px;
}

#side_nav h2 {
	width: 245;
	height: 51px;
	background: url(../images/layout/side_nav_h2.png) no-repeat left top;
	line-height: 51px;
	padding-left: 35px;
	color: #00A1F2;
	font-size: 18px;
	font-weight: normal;
}

#side_nav h3 {
	background: url(../images/layout/side_nav_li.png) no-repeat center top;
	height: 37px;
	width: 245px;
	line-height: 37px;
	color: #747679;
	font-size: 14px;
	padding-left: 35px;
	margin-top: -1px;
}

#side_nav a {
	background: url(../images/layout/side_nav_li.png) no-repeat center top;
	height: 37px;
	width: 245px;
	line-height: 37px;
	color: #747679;
	font-size: 14px;
	padding-left: 35px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin-top: -1px;
	overflow: hidden;
}

#side_nav ul, #side_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#side_nav ul {
	display: none;
}
#side_nav li {
	height: 38px;
	background: url(../images/layout/side_nav_2nd_bg_single.png) repeat-y center center;
	padding-bottom: 0px;
	line-height: 38px;
	padding-left: 35px;
	overflow: hidden;
}

.ie6 #side_nav li,.ie7 #side_nav li {
	margin-bottom:-3px;
}

#side_nav li:first-child {
	background: url(../images/layout/side_nav_2nd_bg_fc.png) no-repeat center top;
}

#side_nav li:last-child {
	background: url(../images/layout/side_nav_2nd_bg_lc.png) no-repeat center top;
}

#side_nav li a {
	background: transparent;
	display: block;
	color: #bdbdbd;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.ie6 #side_nav li a {
	width: 235px;
}

#side_nav li a:hover {
	color: white;
}


/*
 * CASE STUDY SIDE
 */

#case_study_side h2 {
	display: none;
}

#case_study_side p {
	font-size: 1.3em;
	margin-top: .25em;
}

#case_study_side a {
	text-decoration: none;
	color: #9d9d9d;
	font-weight: bold;
}



/*
 * NEWS SPLASH - HOME PAGE
 */
 
#home #news_splash {
	height: 50px;
	width: 880px;
	background: url(../images/layout/news_splash.gif) no-repeat center bottom;
	overflow: hidden;
}

#home #news_splash div.items {
	height: 50px;
	width: 880px;
	overflow: hidden;
}

#home #news_splash div.items div {
	height: 50px;
	width: 880px;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	color: white;	
}

#home #news_splash span,
#home #news_splash a {
	font-weight: bold;
	color: #A9A39B;
}



/*
 * CASE STUDY SLIDER - HOME PAGE
 */
 
#home #case_study_slider {
	position: relative;
	width: 880px;
	height: 200px;
	overflow: hidden;
	margin: 45px 0 0 0;
	background: url(../images/content/case_study_slider/case_study_bg.gif) no-repeat left top;
}

#home #case_study_slider .content {
	width: 880px;
	height: 150px;
	overflow: hidden;
	width:20000em;
	position: absolute;
}

#home #case_study_slider .content div {
	float: left;
	display: block;
	width: 880px;
	height: 150px;
}

#home #case_study_slider .controls {
	width: 880px;
	height: 50px;
	top: 150px;
	position: absolute;
	background: url(../images/layout/news_splash.gif) no-repeat left top;
	line-height: 50px;
}

#home #case_study_slider .controls a {
	float: left;
	height: 50px;
	width: 50px;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
}

#home #case_study_slider .controls a.start {
	margin: 0;
	padding: 0;
	display: block;
	width: 610px;
	color: white;
	font-size: 12px;
	padding-right: 20px;
	float: left;
	text-align: right;
	background: url(../images/content/case_study_slider/case_study_right_arrow.gif) no-repeat 618px center;
	color: white;
	font-size: 12px;
	text-decoration: none;
	text-indent: 0;
}

#home #case_study_slider .controls  a.healthcare {
	background: url(../images/content/case_study_slider/case_study_tab_healthcare.jpg) no-repeat;
}

#home #case_study_slider .controls  a.insurance {
	background: url(../images/content/case_study_slider/case_study_tab_insurance.jpg) no-repeat;
}

#home #case_study_slider .controls  a.franchise {
	background: url(../images/content/case_study_slider/case_study_tab_franchise.jpg) no-repeat;
}

#home #case_study_slider .controls  a.association {
	background: url(../images/content/case_study_slider/case_study_tab_association.jpg) no-repeat;	
}

#home #case_study_slider .controls  a.manufacturing {
	background: url(../images/content/case_study_slider/case_study_tab_manufacturing.jpg) no-repeat;	
}

#home .case_study_tooltip {
	width: 115px;
	height: 45px;
	background: url(../images/content/case_study_slider/case_study_tooltip.gif) no-repeat 0 top;
	display: block;
	text-align: center;
	overflow: hidden;
	color: white;
	line-height: 33px;
	font-size: 12px;
}

#home #case_study_slider .lower_right {
	position: absolute;
	width: 5px;
	height: 5px;
	z-index: 300;
	bottom: 0;
	right: 0;
	background: url(../images/content/case_study_slider/case_study_corner_lr.png) no-repeat;
}


/*
 * CERTIFICATION BOX - HOME PAGE
 */

#certification_box {
	margin-top:23px;
	margin-left:20px !important;margin-left:10px; /* FIX FOR IE6 DOUBLE MARGIN FLOAT BUG */
	width:440px;
}

#certification_box img {
	float:left;
	margin-right:48px;
}

#certification_box p {
	display:block;
	font-size:10px;
	color:#9d9d9d;
	line-height:1.2em;
	clear:left;
	overflow:hidden;
	padding-top:2em;
	margin-top:0;
}

.ie6 #certification_box p {
	padding-top:10px;
}


/*
 * HIPAA BOX - HOME PAGE
 */

#ipm_icons {
	width:232px;
	height: 76px;
	float:right;
	margin-top:30px;
	background: url(../images/layout/ipm_icons.jpg) no-repeat left top;
	margin-top:55px;
}

#ipm_icons a {
	display: block;
	width: 100%;
	height: 100%;
}


/*
 * CERTIFICATIONS PAGE
 */
 

#certifications #main img {
	margin-top: 0px;
	float: left;
	margin-right: 1.5em;
	padding-top: 16px;
	margin-bottom: 0px;
}

#certifications #main img.fsc {
	margin-bottom: 1em;
}

#certifications #main img.sfi {
	margin: 0;
	margin-right:1em;
}

#certifications #main img.greenworks {
	margin: 0;
	margin-right: 1em;
	padding-top: 7px;
}


/*
 * EQUIPMENT LIST
 */

#equipment #main li {
	line-height: 1.2em;
}

#equipment #main h3 {
	font-weight: bold;
}

/*
 * CONTACT PAGE
 */
 
 
#contact #side h2 {
	border: none;
}

#contact #side address {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
}

#contact #side ul, #contact #side li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contact #side ul {
	margin-top: 1.5em;
}

#contact #side li {
	font-size: 14px;
	line-height: 20px;
}

#contact #main div {
	background: url(../images/layout/contact_form_top.gif) no-repeat center top;
	overflow: hidden;
	font-size: 14px;
	width: 530px;
	margin-right: -20px;
}

#contact #main div p {
	line-height: 1.2em;
	font-size: 14px;
}

#contact #main form h1 {
	margin-top: 24px;
}

#contact #main ul, #contact #main li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contact #main ul {
	margin-top: 1.5em;
}
#contact #main li {
	clear: both;
	margin-bottom: 0.5em;
}

#contact #main label {
	width: 120px;
	text-align: right;
	display: block;
	float: left;
	color: white;
	padding: 0 10px 0 0;
	font-size: 14px;
}

#contact #main input.text, #contact #main textarea.text{
	background-color: #616265;
	border: 1px solid #66676B;
	color: white;
	padding: 3px;
	font-size: 14px;
}

#contact #main textarea {
	overflow: auto;
}

#contact #main form {
	padding: 0 30px 30px 30px;
	background: url(../images/layout/contact_form_bot.gif) no-repeat left bottom;
	_background:none;
}

#contact #main input.submit {
	width: 93px;
	height: 33px;
	margin: 20px 0 0 130px;
	background: url(../images/layout/contact_submit.gif) no-repeat;
	border: none;
	cursor: pointer;
}

#contact #main input.error, #contact #main textarea.error {
	border:1px solid red;
}

/*
 * DOCUMENT CENTER
 */
 
#document #main ul {
	list-style: none;
	margin:0;
	padding:0;
}

#document #main ul li {
	list-style: none;
	margin:0;
	padding:0;
	height:60px;
	padding-left:60px;
	margin-top:1.5em;
	padding:1em;
	padding-left:75px;
	background-color: #eee;
}

#document #main ul li.pdf_bfc {
	background: #eee url(../images/layout/document_icons/bfc_pdf.gif) no-repeat 14px 14px;
}

#document #main ul li.book_bfc {
	background: #eee url(../images/layout/document_icons/bfc_book.gif) no-repeat 14px 14px;
}

#document #main ul li.pdf {
	background: #eee url(../images/layout/document_icons/pdf.gif) no-repeat 14px 14px;
}

#document #main ul li.book {
	background: #eee url(../images/layout/document_icons/book.gif) no-repeat 14px 14px;
}

#document #main ul li.vid {
	background: #eee url(../images/layout/document_icons/vid.gif) no-repeat 14px 14px;
}

#document #main ul li a {
	color:#00A1F2;
}


#document #overlay {
	display:none;
	background-image: url(images/layout/video_overlay/movie_bg.png);
	overflow:visible;
}

.ie6 #document #overlay,
.ie7 #document #overlay,
.ie8 #document #overlay {
	background-image: url(images/layout/video_overlay/movie_bg_ie6.gif);
}

#document #overlay .contentWrap {
	width:468px;
	height:344px;
	margin-left:50px;
	margin-right:49px;
	margin-top:75px;
	margin-bottom:75px;
}


#document #overlay.secure {
	display:none;
	overflow:visible;
	background: none;
}

#document #overlay.secure .contentWrap {
	width:764px;
	height:430px;
}


#inklink #side h2:first-child {
	margin-top: 0;
}

#imprivia #main h3 {
	font-weight:bold;
}

#imprivia #main ul li {
	margin-top:0;
}

#tomorrow #main ul, #tomorrow #main ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	
}

#tomorrow #main ul {
	margin: 1em 0 0 0;
}

#tomorrow #main ul li {
	
		margin-bottom: 1em;

}

#tomorrow #main ul ul {
	margin: 0;
}

#tomorrow #main ul ul li {
	margin: 0;
	list-style-type: disc;
	margin-left: 2em;
	font-weight: normal;
	
}
