@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
typography.css * Sets up some sensible default typography. 
* Based on the typography.css portion of Blueprint CSS @ http://blueprintcss.org/ 
-------------------------------------------------------------- */ 

/* Default font settings. The font-size percentage is of 16px. (0.625 * 16px = 10px) */ 
body { 
	font-size: 75%; /*converts from default browser font size 16px*0.625=10px (1em=10px)*/
	color: #444d3e; /* dark grey */
	background: #5e6e66; /* medium grey */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	behavior: url(/incl/csshover.htc); /*WinIE behavior call */
	line-height:1.4; 
	} 
*:focus {
	outline: none;
}
/* Headings -------------------------------------------------------------- */ 
h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	} 
h1 { 
	font-size: 2em; 
	line-height: 1.1; 
	margin-bottom: 0em; 
	color:#8a2003;
	}
	
h2 { 
	font-size: 1.1em;
	line-height: 1.5;
	margin-bottom: 0em; 
	} 
h3 { 
	font-size: 1.4em; 
	line-height: 1.4; 
	margin-bottom: 1em; 
	} 
	
/* Added 1/18/2011 to replace certain h1 tags for SEO purposes */
#htext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 2em; 
	line-height: 1.1; 
	margin-bottom: 0em; 
	color:#8a2003;
}

#h3text {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 1.1em;
	line-height: 1.5;
	margin-bottom: 0em;
}
/* ------------------------------------------------------------ */	
	
h4 { 
	font-size: 1.2em; 
	line-height: 1.25; 
	margin-bottom: 1.25em; 
	} 
h5 { 
	font-size: 1em; 
	font-weight: bold; 
	margin-bottom: 1.5em; 
	} 
h6 {
	color:#a8b5ae; /* light grey */
	font-size: 0.9em; 
	font-weight:bolder !important;
	margin:0;
	padding:3px 0 20px 0; 
	} 
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { 
	margin: 0; 
	} 

h2.lead {
	line-height: 1.2em;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 1em;
}
#promo {
	padding: 10px;
	margin-top: 17px;
	background: #8a2003;
	color: #fff;
	border: 1px #444d3e solid;
}
#promo h1 {
	margin: 0;
	color: #fff;
}
#promo h2 {
	line-height: 1;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 1em;
}
#promo p {
	font-size: 1.2em;
}
#promo h6 {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
/* Text elements -------------------------------------------------------------- */ 
p { 
	margin: 0 0 1.5em 0; 
	} 
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: none;
	color: #8a2003; /* red */
}
a:focus, a:hover {
	text-decoration: underline;
}
blockquote { 
	margin: 1.5em; 
	background-color:#eaeceb;
	padding:10px 15px 2px 15px;
	} 
strong { 
	font-weight: bold; 
	} 
em,dfn { 
	font-style: italic; 
	} 
dfn { 
	font-weight: bold; 
	} 
sup, sub { 
	line-height: 0; 
	} 
abbr, acronym { 
	border-bottom: 1px dotted #666; 
	} 
address { 
	margin: 0 0 1.5em; 
	font-style: italic; 
	} 
del { 
	color:#666; 
	} 
pre { 
	margin: 1.5em 0; 
	white-space: pre; 
	} 
pre,code,tt { 
	font: 1em 'andale mono', 'lucida console', monospace; 
	line-height: 1.5; 
	} 
/* Lists -------------------------------------------------------------- */ 
li ul, li ol { 
	margin:0 1.5em; 
	} 
ul, ol { 
	margin: 0; 
	padding:0;
	margin-left:3em;
	margin-bottom:1.5em;
	margin-top:1.5em;
	}
ul.lead {
	list-style: none;
}
ul.lead  li {
	background: url(/images/bullet.png) 5px 10px no-repeat;
	border-top: dotted #ccc 1px;
	padding: 5px 5px 5px 22px;
	margin: 0;
	line-height: 16px;
	text-transform: uppercase;
}
ol li {
	line-height: 16px;
	padding-bottom:10px;
	}
/* Misc classes -------------------------------------------------------------- */ 
.small { 
	font-size: .9em; 
	} 
.large { 
	font-size: 1.2em; 
	line-height: 2.5em; 
	margin-bottom: 1.25em; 
	} 
.hide { 
	display: none; 
	} 
.first { 
	margin-left:0; 
	padding-left:0; 
	} 
.last { 
	margin-right:0; 
	padding-right:0; 
	} 
.top { 
	margin-top:0; 
	padding-top:0; 
	} 
.bottom { 
	margin-bottom:0; 
	padding-bottom:0; 
	}
.left {
	float:left;
	padding-right:20px;
	padding-bottom:10px;
	}
.right {
	float:right;
	padding-left:20px;
	padding-bottom:10px;
	}
/* InnerTag Customization --------------------------------------------------------- */
#container {
	width:900px;
	margin: 0 auto;
	background: #5e6e66; /* medium grey */
	position:relative;
	z-index:0; /* IMPORTANT! UNDERLYING LAYERS THAT CONTAIN MAIN NAVIGATION NEED A Z-INDEX IN ORDER FOR SUBNAVIGATION TO DROP DOWN OVER REST OF CONTENT */
	}
#banner {
	width:900px;
	height:159px;
	margin:0;
	padding:0;
	position:relative;
	z-index:100; /* IMPORTANT! UNDERLYING LAYERS THAT CONTAIN MAIN NAVIGATION NEED A Z-INDEX IN ORDER FOR SUBNAVIGATION TO DROP DOWN OVER REST OF CONTENT */
	}
#logo-wrapper {
	width:256px;
	margin:0;
	padding:0;
	height:159px;
	float:left;
	}
#logo {
	background: #ffffff url(/images/logo-noflash.jpg) no-repeat center bottom;
	width: 240px;
	margin:0;
	padding:8px 8px 0 8px;
}
#nav-wrapper {
	width:644px;
	margin:0;
	padding:0;
	float:right;
	position:relative;
	z-index:500; /* IMPORTANT! UNDERLYING LAYERS THAT CONTAIN MAIN NAVIGATION NEED A Z-INDEX IN ORDER FOR SUBNAVIGATION TO DROP DOWN OVER REST OF CONTENT */
	}
.breadcrumbs {
	font-size:0.9em;
	color:#8a2003;
	}
#wrapper {
	clear:both;
	width:900px;
	background:url(/images/bg_content-slice.jpg) repeat-y;
	position: relative;
	overflow: hidden;
	}
#left-column {
	float:left;
	width:221px;
	margin-left:59px;
	background-color:#eaeceb; /*very light grey */
	padding:0 20px 20px 20px;
	}
#report {
	width:221px;
	font-size:1em;
	float:left;
	}
#report input, #report textarea {
	font-size:1em;
	background-color:#fff;
	color:#444d3e;
	width:221px;
	margin-bottom:5px;
	}
.accent {
	color:#8a2003; /* red */
	}
#right-column {
	float:right;
	width:443px;
	background-color:#fff;
	margin-right:57px;
	padding:0px 50px 0px 30px;
	position:relative;
	z-index:0; /* IMPORTANT! UNDERLYING LAYERS THAT CONTAIN MAIN NAVIGATION NEED A Z-INDEX IN ORDER FOR SUBNAVIGATION TO DROP DOWN OVER REST OF CONTENT */
	}
#red-bar {
	width:443px;
	}
#red-bar h3 {
	font-family: Arial, Helvetica, sans-serif; 
	color:#ffffff;
	font-weight:bold;
	display:block;
	background-color:#8a2003; /* red */
	padding:3px 10px;
	margin:0;
	}
#red-bar p {
	padding: 2px 10px 5px 10px;
	}
#contact-info {
	width: 180px;
	float:right;
	padding:10px 0 0 20px;
	}
#cta a {
	background:url(/images/bg_cta-button.jpg) no-repeat center;
	text-decoration:none;
	display: block;
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
	height:45px;
	padding-top:17px;
	text-align:center;
	}
#cta a:hover {
	background:url(/images/bg_cta-buttono.jpg) no-repeat center;
	color:#8a2003;
	}
	
#blogbtn a {
	background:url(/images/bg_blogbtn.jpg) no-repeat center;
	text-decoration:none;
	display: block;
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
	height:62px;
	width: 203;
	padding-top:30px;
	text-align:center;
	}
#blogbtn a:hover {
	background:url(/images/bg_blogbtno.jpg) no-repeat center;
	color:#771f07;
	}
	
#footer {
	color: #FFFFFF;
	font-size: 0.9em;
	vertical-align: bottom;
	padding: 10px 10px 25px 10px;
}

/* menu navigation ------------------------------------------------------------------*/
#mainnav {
	margin: 0;
	padding: 0;
	height: 38px;
	width: 644px;
	min-width: 644px;
	text-align: left;
	list-style: none;
	position:relative;
	z-index:1000; /* IMPORTANT! UNDERLYING LAYERS THAT CONTAIN MAIN NAVIGATION NEED A Z-INDEX IN ORDER FOR SUBNAVIGATION TO DROP DOWN OVER REST OF CONTENT */
}
#mainnav #menu {
	margin: 0;
	padding: 0;
}
#mainnav ul {
	list-style:none;
	}
#mainnav li {
	float: left;
}
#mainnav li a {
	display: block;
	height: 38px;
}
#mainnav #what {
	background: url(/images/nav_whatwedo.jpg) 0 0 no-repeat;
	width: 86px;
}
#mainnav #what:hover {
	background: url(/images/nav_whatwedoo.jpg) 100% 0 no-repeat;
}
#mainnav #eleventhings {
	background: url(/images/nav_eleventhings.jpg) 0 0 no-repeat;
	width: 147px;
}
#mainnav #eleventhings:hover {
	background: url(/images/nav_eleventhingso.jpg) 100% 0 no-repeat;
}
#mainnav #guarantee {
	background: url(/images/nav_guarantee.jpg) 0 0 no-repeat;
	width: 134px;
}
#mainnav #guarantee:hover {
	background: url(/images/nav_guaranteeo.jpg) 100% 0 no-repeat;
}
#mainnav #testimonials {
	background: url(/images/nav_testimonials.jpg) 0 0 no-repeat;
	width: 92px;
}
#mainnav #testimonials:hover {
	background: url(/images/nav_testimonialso.jpg) 100% 0 no-repeat;
}
#mainnav #news {
	background: url(/images/nav_news.jpg) 0 0 no-repeat;
	width: 93px;
}
#mainnav #news:hover {
	background: url(/images/nav_newso.jpg) 100% 0 no-repeat;
}
#mainnav #contact {
	background: url(/images/nav_contact.jpg) 0 0 no-repeat;
	width: 84px;
}
#mainnav #contact:hover {
	background: url(/images/nav_contacto.jpg) 100% 0 no-repeat;
}
#mainnav #navbar {
	background: url(/images/nav_bar.jpg) 0 0 no-repeat;
	width: 8px;
}
#mainnav li ul {
	display: none;
	list-style-type:none;
	list-style:none;
	width: 200px;
}
#mainnav li:hover ul, #mainnav li.over ul {
	display: block;
	position: absolute;
	background: #9CA8A2; /* med grey bg for subnav */
	list-style: none;
	margin: 0;
	padding:0;
}
#mainnav li li {
	font-family:Arial, Helvetica, sans-serif;
	float: none;
	width: 200px;
	text-transform: uppercase;
}
#mainnav li li a {
	display: block;
	font-size: 0.9em;
	line-height: 0.9em;
	height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 20px;
	text-decoration: none;
	margin:0;
}
#mainnav li li a:hover {
	background: #5e6e66; /* same grey as body background */
	color: #ffffff;
}
#mainnav li li.simple a {
	background:url(/images/SimpleIT_icon.jpg) no-repeat 20px;
	color:#8a2003;
	font-size:1.3em;
	font-weight:bold; !important
	height:3em;
	padding-left: 40px;
	padding-top:10px;
	text-transform:none;
	}
#mainnav li li.secure a {	
	background:url(/images/SecureIT_icon.jpg) no-repeat 20px;
	color:#8a2003;
	font-size:1.3em;
	font-weight:bold; !important
	height:3em;
	padding-left: 40px;
	padding-top:10px;
	text-transform:none;
	}
#mainnav li li.smart a {
	background:url(/images/SmartIT_icon.jpg) no-repeat 20px;
	color:#8a2003;
	font-size:1.3em;
	font-weight:bold; !important
	height:3em;
	padding-left: 40px;
	padding-top:10px;
	text-transform:none;
}
#mainnav li li.cloud a {
	background:url(/images/CloudIT_icon.jpg) no-repeat 20px;
	color:#8a2003;
	font-size:1.3em;
	font-weight:bold; !important
	height:3em;
	padding-left: 40px;
	padding-top:10px;
	text-transform:none;
}
#mainnav li li.simple a:hover {
	background: #5e6e66 url(/images/SimpleIT_icon.jpg) no-repeat 20px; /* same grey as body background */
	color: #ffffff;
}
#mainnav li li.secure a:hover {
	background: #5e6e66 url(/images/SecureIT_icon.jpg) no-repeat 20px; /* same grey as body background */
	color: #ffffff;
}
#mainnav li li.smart a:hover {
	background: #5e6e66 url(/images/SmartIT_icon.jpg) no-repeat 20px; /* same grey as body background */
	color: #ffffff;
}
#mainnav li li.cloud a:hover {
	background: #5e6e66 url(/images/CloudIT_icon.jpg) no-repeat 20px; /* same grey as body background */
	color: #ffffff;
}

/* LIVE VALIDATION STYLING ------------------------------------------------------------
LV_validation_message - the class that is added to all validation messages 
LV_valid - the class that is added to a valid message 
LV_invalid - the class that is added to an invalid message 
LV_valid_field - the class that is added to a valid field 
LV_invalid_filed - the class that is added to an invalid field -----------------------*/

.LV_validation_message{
    color:#8a2003; /* red */
    margin:0;
	font-size:9px;
}
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #eaeceb; /*very light grey border*/
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #8a2003; /* red border */
}

	
