/* CSS Document */
body {
	font: 16px Arial,Helvetica,Sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #f9f9f9 url(images/background.gif) top left repeat-x;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

a { text-decoration: none; color: #1E80C4; }
a:hover { text-decoration: underline; }
a img { border: none; }

input.styled, form#cformsform input, form#cformsform textarea {
	background: #fff url(images/input_bg.gif) top left repeat-x;
	border: 1px solid #6c6e6f;
	color: #666;
	font-size: 11px;
	font-family: Arial,Sans-serif;
	padding: 2px 4px;
}

#header {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	height: 150px;
	overflow: hidden;
	position: relative;
}
	
	#header a.client-login {
		position: absolute;
		 top: 18px;
		 right: 312px;
		font-size: 11px;
		background: url('images/icon_user.gif') no-repeat left center;
		padding-left: 12px;
		text-decoration: underline;
	}

        #header a.livechat {
                position: absolute;
                top:  35px;
                right: 307px;
        }
	
	#header a.phone {
		display: block;
		position: absolute;
		right: 0;
		top: 15px;
	}
	
	#header ul {
		position: absolute;
		bottom: 0;
		left: 0;
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-family: Verdana,sans-serif;
		font-weight: bold;
	}
	
		#header ul li {
			float: left;
		}
		
			#header ul li a {
				display: block;
				color: #fff;
				background: url(images/nav_divider.gif) 0 5px no-repeat;
			}
			
				#header ul li a span {
					display: block;
					padding: 7px 16px 11px;
					background: transparent;
				}
			
			#header ul li.first a {
				background: transparent;
			}
			
			#header ul li a:hover {
				color: #cfa041;
				text-decoration: none;
			}
			
			html body #header ul li.active a {
				background: #fff url(images/nav_bg_left.gif) top left no-repeat;
				color: #cfa041;
			}
			
				html body #header ul li.active a span {
					background: url(images/nav_bg_right.gif) top right no-repeat;
				}

#banner {
	width: 960px;
	margin: 15px auto -4px;
	padding: 0;
}

	#banner img {
		margin: 0;
	}

/* Page Container
-------------------*/

#page {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: left;
	background: url(images/bg_repeat.gif) top left repeat-y;	
}

	#page div.clear {
		clear: both;
		background: url(images/rounded_bottom.gif) bottom left no-repeat;
	}
	
	#page #content div.clear {
		background: transparent;
	}
	
	
/* Content
---------------------*/
	
#content {
	float: right;
	width: 690px;
	margin: 0 15px 0 0;
	padding: 0 0 1em;
	font-size: 12px;
	line-height: 1.5em;
}
	#content a {
		text-decoration: underline;
	}
	#content blockquote {
		margin: 0 0 15px 15px;
		padding: 0 0 0 15px;
		border-left: 2px solid #a9afb3;
	}
	#content h1 {
		font-size: 26px;
		font-weight: normal;
		margin: 0 0 .5em;
		padding-bottom: 3px;
		border-bottom: 1px solid #a9afb3;
		color: #334552;
	}
	#content #post-63 h1 {
		font-size: 18px;
	}
	
	#content h2 {
		font-family: "Lucida Sans","Lucida Sans Unicode",Arial,Sans-serif;
		font-size: 18px;
		font-weight: normal;
		color: #1e80c4;
		margin: 1em 0 1em -.1em;
		padding: 0;
	}
	
	#content h3 {
		font-size: 12px;
		font-weight: bold;
		margin: 1em 0 0;
	}

	#content p {
		margin-top: 0;
	}

	#content #login_col1 {
		width: 340px;
		float: right;
		margin-right: 15px;
	}
		#content #login_col1 h3 {
			margin-top: 0;
		}
		#content #login_col1 ul {
			margin: 6px 0 0 0;
			padding: 0 0 0 25px;
		}
	
	#content #login_col2 {
		width: 310px;
		text-align: center;
		float: left;
	}
		#content #login_col2 .container {
			width: 300px;
			text-align: left;
			background-color: #e7e8e9;
			border: 1px solid #999;
			margin: 0 0 10px;
		}
			#content #login_col2 .container em.heading {
				font-style: normal;
				display: block;
				width: 296px;
				background-color: #555;
				color: #fff;
				padding: 4px 0 4px 4px;
			}
			#content #login_col2 .container dl {
				padding: 10px;
				margin: 0;
			}
				#content #login_col2 .container dl dt {
					margin: 0;
					padding: 0;
				}
				#content #login_col2 .container dl dd {
					margin: 0 0 6px;
					padding: 0;
				}
				#content #login_col2 .container dl dd input.styled {
					width: 180px;
				}
				#content #login_col2 .container dl dd input.submit {
					background: url('images/btn_submit.gif') no-repeat center center;
					color: #fff;
					font: bold 12px Arial, Helvetica, sans-serif;
					text-transform: uppercase;
					cursor: pointer;
					border: 1px solid #555;
					padding: 4px 22px;
				}
				
			#content #login_col2 .container p.note {
				color: #444;
				font-size: .9em;
				line-height: 1.4;
				padding: 0 10px 10px;
				margin: 0;
			}
	

/* Sidebar
-----------------------*/

/* Sidebar
-----------------------*/
#sidebar {
	margin: 0 725px 0 15px;
	padding: 0 0 1em;
	font-size: 11px;
}

	#sidebar em {
		display: block;
		font-size: 18px;
		font-style: normal;
		color: #1E80C4;
		margin: 0 0 .5em;
	}

	#sidebar ul {
		list-style: none;
		margin: 0 0 2em;
		padding: 0;
		border: 1px solid #acc5d5;
		background: #e4e5e6 url(images/subnav_bg.gif) top left repeat-x;
	}
		
			#sidebar ul li a {
				display: block;
				color: #212121;
				background: url(images/subnav_border.gif) bottom center no-repeat;
				padding: 9px 11px;
				margin: 0;
				font-weight: bold;
			} 
			
			#sidebar ul li.last a {
				background: 0;
			}

			

		#sidebar a.consultation {
			display: block;
			margin: 0;
			padding: 10px 0 0;
			text-indent: -9999px;
                        width: 220px;
                        height: 48px;
			background: url(images/free_consultation.gif) top left no-repeat;
		}
	
	#sidebar em.testimonial {
		display: block;
		margin: 0;
		height: 25px;
		background: url(images/testimonials_header.gif) top left no-repeat;
		text-indent: -9999px;
	}
		
	#sidebar div.testimonial {
		border: 1px solid #acc5d5;
		background: #e1e3e4 url(images/blockquote_bg.gif) top left no-repeat;
		color: #222;
	}		

		#sidebar div.testimonial blockquote {
			margin: 15px 15px 0;
			padding: 0 0 7px;
			border-bottom: 1px dotted #1e80c4;
		}
		
		#sidebar div.testimonial p {
			margin: 0 15px;
			padding: 5px 0;
			border-bottom: 1px dotted #1e80c4;
			font-weight: bold;
		}
		
		#sidebar div.testimonial p.more {
			border: 0;
		}
		
		#sidebar div.testimonial a.more {
			display: block;
			margin: 0 15px;
			padding: 5px 0;
			font-weight: bold;
			text-align: right;
			color: #1e80c4;
		}

#sidebar a.tellafriend {
clear: none;			
display: block;
			margin: 10px 0 0 0;
                        padding: 10px 0 0 0;			
                        text-indent: -9999px;
                        width: 220px;
                        height: 72px;
			background: url(images/tell_a_colleague.gif) top left no-repeat;
		}

/* Footer
-----------------------*/

#footer {
	width: 960px;
	margin: 1em auto;
	padding: 0;
	text-align: left;
	background: url(images/bg_repeat.gif) top left repeat-y;
	font-size: 11px;
	color: #444;
	position: relative;
}

	#footer a {
		color: #444;
		text-decoration: underline;
	}
	
		#footer a:hover {
			color: #777;
		}

	#footer .wrap {
		background: url(images/rounded_top.gif) top left no-repeat;
		padding: 10px 0 0;
	}

	#footer .box {
		float: left;
		padding-left: 15px;
		padding-right: 20px;
	}
	
		#footer .box form p {
			margin: 0;
			padding: 0;
		}
		
		#footer .box form input {
			vertical-align: middle;
			margin-top: 4px;
		}
		
		#footer .box img {
			float: left;
		}
		
	#footer .assurance {
		color: #d69615;
		display: block;
		margin: 2px 0 0 18px;
	}


	#footer .address {
		float: left;
		padding: 0 8px;
	}
	
	#footer .lastaddr {
		padding-right: 0;
                
                
	}
	
		#footer .address address { font-style: normal; }
		
p.footer { 
	clear: both;
	width: 960px;
	font-size: 11px;
	color #444;
	margin: 0 auto;
	padding: 15px 0 0;
	text-align: center;
	background: #F9F9F9 url(images/rounded_bottom.gif) top left no-repeat;
}

	p.footer a {
		color: #444;
		text-decoration: underline;
	}
	
	p.footer a:hover {
		color: #888;
	}

p.footer span.priv {
        float: right;
        }


	
/* Home Page Specific */
#featured {
	height: 138px;
	overflow: hidden;
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.25em;
	color: #000;
}

	#featured li {
		float: left;
		margin: 0 15px 0 0;
		padding: 0 0 25px 0;
		background: url(images/featured_bottom.gif) bottom left repeat-x;
		width: 220px;
	}
	
	#featured li.managed {
		margin-right: 0;
	}
	
		#featured li div {
			border: 1px solid #bfc1bf;
			background: url(images/featured_bg.gif) top left no-repeat;
		}
		
			#featured li div em {
				display: block;
				height: 42px;
				overflow: hidden;
				text-indent: -9999px;
				background-position: 0 0;
			}
					
			#featured li div p {
				margin: 0;
				padding: 4px 24px 2px;
			}
				
				#featured li div p span.button {
					display: block;
					height: 26px;
					overflow: hidden;
					margin: 6px auto;
				}
				
				#featured li div p span.button a {
					display: block;
					padding: 26px 0 0;
				}

			#featured li.breakfix div em { background-image: url(images/featured_breakfix.gif); height: 33px; }
			#featured li.breakfix div p { padding: 4px 33px 2px; }
			#featured li.breakfix div p span.button { margin-top: 15px; }
			#featured li.breakfix div p span.button a { background: url(images/btn_gethelp.gif) 0 -26px no-repeat; width: 150px; }
			
			#featured li.assessment div em { background-image: url(images/featured_assessment.gif); }
			#featured li.assessment div p { padding: 4px 21px 2px; }
			#featured li.assessment div p a { background: url(images/btn_evaluate.gif) 0 -26px no-repeat; width: 174px; }
			
			#featured li.managed div em { background-image: url(images/featured_managed.gif); }
			#featured li.managed div p span.button a { background: url(images/btn_managed.gif) 0 -26px no-repeat; width: px; }

			#featured li div p span.button a:hover { background-position: 0 0; }
	
/* Blog 
-----------------------*/

.entry .postinfo {font-size: .9em; background-color: #fbf5e7; border: 1px solid #ccc; padding: 4px; margin: 0 0 40px;}
ol.commentlist {margin: 0; padding: 0;}
ol.commentlist li {
	list-style: none;
	margin: 8px 0 15px 0;
	padding: 15px;
	background-color: #fbf5e7;
	border: 1px solid #ccc;
}
ol.commentlist li p {margin: 10px 0;}
ol.commentlist li.alt {background-color: #fff;}
#sidebar form {
	magin: 0;
	padding: 0 0 1em;
}

#content .blog-entry p.blog-info {
	color: #333;
	margin-top: 0;
	font-size: 11px;
	border-bottom: 1px solid #a9afb3;

}
#content .blog-entry h1 {
	margin-bottom: 2px;
}

	
	
/* CForms
---------------------------*/
#contact-vans {
	margin: 0 auto;
	display: block;
}
div#contactform {
	position: relative;
	width: 619px;
	background: #E5E7E7 url(images/learnmore_bg.gif) top left no-repeat;
	margin: 30px 0 15px;
}

	div#contactform p.intro {
		padding: 50px 10px 0 98px;
	}
	
	div#contactform div.cf_info {
		color: #c00;
		padding: 0 10px 11px 98px;
		margin: 0;
	}
	
form#cformsform {
	margin: 0;
	padding: 0;
	color: #000;
}


	form#cformsform input {
		font-size: 12px;
	}

	
	form#cformsform label {
		display: block;
		float: left;
		width: 96px;
		padding: 0 4px 0 0;
		text-align: right;		
	}


form#cformsform span.reqtxt,form#cformsform span.emailreqtxt { position: absolute; top: -9999px; }


	form#cformsform .cf_hidden { display: none; }

	form#cformsform ol.cf-ol {
		margin: 0;
		padding: 0;
		height: 200px;
		list-style: none;
		position: relative;
	}

		div#contactform ol.cf-ol li {
			position: absolute;
			left: 0;
		}
		
			div#contactform ol.cf-ol li input {
				width: 215px;
			}
	
		div#contactform ol.cf-ol li#li--1 {
			top: 0px;
		}
		div#contactform ol.cf-ol li#li--2 {
			top: 27px;
		}
		div#contactform ol.cf-ol li#li--3 {
			top: 54px;
		}
		div#contactform ol.cf-ol li#li--4 {
			top: 81px;
		}
		div#contactform ol.cf-ol li#li--5 {
			top: -5px;
			left: 355px;
		}
			div#contactform ol.cf-ol li#li--5 label {
				float: none;
				text-align: left;
				width: auto;
			}
			div#contactform ol.cf-ol li#li--5 textarea {
				width: 240px;
				height: 82px;
				font-size: 12px;
			}
		
		div#contactform p.cf-sb {
			margin: 0;
			padding: 0;
			position: absolute;
			bottom: 40px;
			left: 194px;
		}	
		
			div#contactform p.cf-sb input.sendbutton {
				color: #fff;
				background: url('images/btn_submit.gif') top left no-repeat;
				cursor: pointer;
				border: none;
				font-size: 16px;
				padding: 9px 36px 11px 24px;
				text-transform: uppercase;
				text-align: center;
			}
			
		div#contactform p.assurance {
			margin: 0;
			padding: 0 0 10px;
			font-size: 11px;
			width: 619px;
			text-align: center;
			position: absolute;
			bottom: 0;
			left: 0;
			line-height: 1.15em;
			background: url(images/learnmore_footer.gif) bottom left no-repeat;
		}
		
div.os {
	background: #f9f9f9;
	height: 100px;
	position: relative;
}

	div.os div.box {
		position: absolute;
		top: -15px;
		left: 0;
	}
div.priv {
        background: #f9f9f9;
        position: relative;
}
       div.priv span {
                position: absolute;
                right: 0;
                top: -112px;
}


/* Calculator 
-----------------------*/
form#calculator .output {
	width: 150px;
	border: none;
	color: #f6931f;
	font-weight: bold;
}
form#calculator .slider {
	width: 375px;
	margin: 0 25px 0 25px;
}

/* CForms
---------------------------*/

form#cforms3form {
	margin: 0;
	padding: 0;
	color: #000;
	background: #FFFFFF url(images/tellafriend_bg.gif) top left no-repeat;
}


	form#cforms3form input {
		font-size: 12px;
	}

	
	form#cforms3form label {
		display: block;
		float: left;
		width: 120px;
		padding: 0 4px 0 0;
		text-align: right;		
	}


form#cforms3form span.reqtxt,form#cforms3form span.emailreqtxt { position: absolute; top: -9999px; }

	form#cforms3form .cf_hidden { display: none; }

	form#cforms3form ol.cf-ol {
		margin: 0;
		height: 250px;
		list-style: none;
		position: relative;
	}

		form#cforms3form ol.cf-ol li {
			position: absolute;
			left: 0;
		}
		
			form#cforms3form ol.cf-ol li input {
				width: 215px;
			}
	
		form#cforms3form ol.cf-ol li#li-3-1 {
			top: 60px;
		}
		form#cforms3form ol.cf-ol li#li-3-2 {
			top: 87px;
		}
		form#cforms3form ol.cf-ol li#li-3-3 {
			top: 114px;
		}
		form#cforms3form ol.cf-ol li#li-3-4 {
			top: 141px;
			width: auto;
		}
		form#cforms3form ol.cf-ol li#li-3-5 {
			top: 55px;
			left: 355px;
		}
			form#cforms3form ol.cf-ol li#li-3-5 label {
				float: none;
				text-align: left;
				width: auto;
			}
			form#cforms3form ol.cf-ol li#li-3-5 textarea {
				width: 240px;
				height: 150px;
				font-size: 12px;
			}
		form#cforms3form ol.cf-ol li#li-3-6 {
			top: 168px;
		}			
		form#cforms3form ol.cf-ol li#li-3-6 .cf-box-b {
			width:auto;
		}	
form#cforms3form p.cf-sb {
			margin: 0;
			padding: 0;
			position: relative;
			background: url(images/learnmore_footer.gif) bottom left no-repeat;
			}	
		
			form#cforms3form p.cf-sb input.sendbutton {
				color: #fff;
				position:relative;
				left: 170px;
				bottom: 10px;
				background: url('images/btn_submit.gif') top left no-repeat;
				cursor: pointer;
				border: none;
				font-size: 16px;
				padding: 9px 36px 11px 24px;
				text-transform: uppercase;
				text-align: left;
				width: 300px;
			}
			
