/* CSS Document */

body {
	font-family: arial, helvetica, verdana, sans-serif;
	text-align: center; /* hack to force IE5.x pc to center our wrapper div */
	background-color: #E5E5E5;
	background-repeat: repeat-x;
	min-width: 875px; /* hack to force Netscape 6 pc to show horizontal scroll bar */
	padding: 0;
	margin: 30px 0 0 0;
}

#wrapper {
	width: 875px;
	margin: 0 auto;
}

#masthead {
	position: relative;
	height: 100px;
	background-color:#FFF;
	margin-bottom: 12px;
}

#masthead .logo {
	position: absolute;
	top: 15px;
	left: 45px;
	z-index: 99;
	border: none;
}

a {
	text-decoration: none;
	color:#3366CC;
}

a:visited {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: underline;
	color:#009933;
}

img {
	border: none;
}

#content {
	position: relative;
	background-color:#FFF;
	width: 851px;
	text-align: left; /* re-align the text to the left after the above hack */
	margin: 0 0 5px 0;
	padding: 13px 13px 20px 13px;
	font-size: 12px;
}

#cleaner {
	clear: both;
	margin: 0;
	padding: 0;
}

/* NAVIGATION */

#navbar {
	font-family: arial, helvetica, verdana, sans-serif;
	position: absolute;
	font-size: 12px;
	top: 60px;
	left: 300px;
	width: 570px;
}

#navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navbar li {
	float: left;
	padding: 0;
	margin:0;
	background-image: url(../images/img_dotted_line_diag.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#navbar li.noline {
	background-image: none;
}

#navbar a {
	display: block;
	color: #595959;
	text-decoration: none;
	padding: 0 13px 0 4px;
	line-height: 20px;
}

#navbar a:visited {
	color: #595959;
}

#navbar a:hover {
	color: #ED171F;
}

#navbar a:visited.live {
	color: #ED171F; 
}

#navbar a.live {
	color: #ED171F; 
}

/* Subnavigation */


#subnav {
	font-size: 11px;
	height: 18px;
	width: 555px;
	margin-bottom: 10px;
}

#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#subnav ul.thirdlevel {
	float: right;
	width: 225px;
	padding: 0;
	margin: 0;
}

#subnav li {
	float: left;
	padding: 0;
	margin:0 7px 0 0;
	border-right: 1px solid #595959;
}

#subnav li.noborder {
	border-right: none;
}


#subnav a {
	display: block;
	color: #595959;
	text-decoration: none;
	padding: 0 8px 0 1px;
	margiin: 0;
	line-height: 12px;
}

#subnav a:visited {
	color: #595959;
}

#subnav a:hover {
	color: #ED171F;
}

#subnav a.highlighted {
	color: #369;
}

#subnav a.highlighted2 {
	color: #ED171F;
}

#subnav a:visited.highlighted {
	color: #369;
}


#promo1 {
	margin-bottom: 25px;
	height: 334px;
}

#promo1 h1 {
	position: absolute;
	text-indent: -999em;
	margin:0;
	padding:0;
}

#promo1 p {
	position: absolute;
	top: 125px;
	left: 545px;
	margin:0;
	padding:0;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	width: 250px;
}

#column_wrapper {
	width: 851px;
	padding: 0;
	margin: 0;
}

#column_wrapper {
	width: 851px;
	background-image: url(../images/bg_dotted_line_265px.gif);
	background-repeat: repeat-y;
	
}

#column1 {
	float: left;
	width: 260px;
	margin: 0 25px 0 0;
	padding: 0;
	text-align: center;
}

#column1 blockquote {
	font-family: Palatino, Times New Roman, Times;
	font-style:italic;
	font-size: 17px;
	line-height: 28px;
	color: #ED171F;
	margin: 20px 10px 10px 10px;
}

#column_body {
	float: left;
	width: 555px;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

#column_body blockquote {
	font-style:italic;
	font-size: 14px;
	line-height: 22px;
	margin: 20px 20px 10px 30px;
}

#column_body blockquote .byline {
	font-style:normal;
	color:#595959;
	font-size: 12px;
	line-height: 40px;
}

#column_body p {
	line-height: 18px;
}

.caption {
	font-size: 10px;
	color: #595959;
	margin: 10px 5px 10px 10px;
}

#column_body h1 {
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 15px 0;
}

ul {
	margin: 0px 15px 15px 0px;
	padding: 0 0 0 15px;
	list-style: square;
	text-indent: none;

}

li {
	margin: 0px 0px 12px 0;
	padding: 0;
}

ul.nobullet {
	list-style: none;
}

li.listhead {
	margin: 0 0 5px -15px;
	font-weight: bold;
	list-style: none;
}

.box1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 550px;
}

.box1 p {
	display: block;
	float: left;
	width: 240px;
	margin: 0;
	padding: 10px 0 10px 30px;
}

.box1 p.client {
	float: left;
	padding: 10px 0 10px 20px;
	text-align: center;
	margin: 0;
}

.box1 hr {
	clear: both;
	border: 0;
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	width: 100%;

}

.box2 {
	float: right;
	background-color: #E5E5E5;
	padding: 20px 15px 20px 15px;
	margin: 5px 10px 15px 30px;
	max-width: 200px;

}

.box3 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 500px;
	font-size: 11px;
}

#column_body .box3 p {
	display: block;
	float: left;
	width: 270px;
	margin: 0;
	padding: 17px 0 10px 10px;
	line-height:15px;
}

#column_body .box3 p.logo {
	float: left;
	padding: 15px 0 10px 10px;
	text-align: left;
	margin: 0;
	width: 200px;
}

.box3 hr {
	clear: both;
	border: 0;
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	width: 100%;

}

p {
	margin: 0 0 12px 0;
}

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #D0181F;
	margin: 15px 0 7px 0;
}

h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0 0 2px 0;
	padding: 0;
}

h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 15px 0 13px 0;
	padding: 0;
}

h6 {
	font-size: 12px;
	color: #FFF;
	margin: 15px 0 13px 0;
	padding: 2px 0 2px 15px;
	background-color: #58595A;
}

.indent25 {
	margin-left: 25px;
}

.indent15 {
	margin-left: 15px;
	margin-right: 15px;
}


/*footer*/

#footer {
	clear: both;
	position: relative;
	width: 865px;
	margin: 0 auto;
	font-size: 9px;
	color: #000;
}

#footer ul {
	list-style: none;
	padding: 0 0 15px 5px;
	margin:0;
	text-align: left;
}
	
#footer li {
	line-height: 16px;
	display: inline;
	border-right: 1px solid #595959;

}

#footer a, #footer a:visited {
	display: inline;
	color: #3366CC;
	text-decoration:none;
	padding: 0 7px 0 7px;
	margin:0;
}

#footer a:hover {
	color: #006699;
	text-decoration: underline;
}

#footer .copyright {
	position: absolute;
	top: 0;
	right: 10px;
	margin:0;
	padding: 0;
	line-height: 16px;
}


/* FORMS */

fieldset {
	margin: 1em 0;
	padding: 1em 1em 1em 2em;
	border: 1px solid #CCC;
	background: #FAFAFA;
	width: 500px;
}

fieldset#profile {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
fieldset p {
	margin: .3em 0;
	padding: 0;
	clear: both;
}

fieldset h4 {
	margin: 0;
	padding: .5em 0 1em 0;
}

legend {
	font-weight: bold;
}

label {
	float: left;
	width: 13em;
}

#profile label {
	width: 3em;
	float: none;
	display: inline;
}

fieldset div {
	width: 250px;
	float: left;
	padding-bottom: 2em;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.other {
	width: 100px;
	margin-left: 10px;
	height: 12px;
}

.submit {
	padding-top: 1em;
}

textarea {
	width: 400px;
	height: 100px;
	float: left;
	margin-bottom: 15px;
}

password {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

/*Headline Swipes*/

#column_body .swipe_company {
	text-indent: -999em;
	background-image: url(../images/headline_company.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_leadership {
	text-indent: -999em;
	background-image: url(../images/headline_leadership.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_services {
	text-indent: -999em;
	background-image: url(../images/headline_services.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_jump_start {
	text-indent: -999em;
	background-image: url(../images/headline_jump_start.gif);
	background-repeat: no-repeat;
	height: 50px;
}

#column_body .swipe_brochure {
	text-indent: -999em;
	background-image: url(../images/headline_brochure.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_experience {
	text-indent: -999em;
	background-image: url(../images/headline_experience.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_clients {
	text-indent: -999em;
	background-image: url(../images/headline_clients.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_case_studies {
	text-indent: -999em;
	background-image: url(../images/headline_case_studies.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_case_study_FireEye {
	text-indent: -999em;
	background-image: url(../images/headline_case_study_FireEye.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_case_study_iForem {
	text-indent: -999em;
	background-image: url(../images/headline_case_study_iForem.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_case_study_3Leaf {
	text-indent: -999em;
	background-image: url(../images/headline_case_study_3_Leaf.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_case_study_4Blox {
	text-indent: -999em;
	background-image: url(../images/headline_case_study_4Blox.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_case_study_BlueCoat {
	text-indent: -999em;
	background-image: url(../images/headline_case_study_Blue.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_case_study_Concentric {
	text-indent: -999em;
	background-image: url(../images/headline_case_study_Concent.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_case_study_NetMagic {
	text-indent: -999em;
	background-image: url(../images/headline_case_study_NetMag.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_case_study_Ankeena {
	text-indent: -999em;
	background-image: url(../images/headline_case_study_Ankeena.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_testimonials {
	text-indent: -999em;
	background-image: url(../images/headline_testimonials.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_news {
	text-indent: -999em;
	background-image: url(../images/headline_news.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_press_releases {
	text-indent: -999em;
	background-image: url(../images/headline_press_releases.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_articles {
	text-indent: -999em;
	background-image: url(../images/headline_articles.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_contact {
	text-indent: -999em;
	background-image: url(../images/headline_contact.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_privacy_policy {
	text-indent: -999em;
	background-image: url(../images/headline_privacy_policy.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_site_map {
	text-indent: -999em;
	background-image: url(../images/headline_site_map.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_terms_of_use {
	text-indent: -999em;
	background-image: url(../images/headline_terms_of_use.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_tech_heroes {
	text-indent: -999em;
	background-image: url(../images/headline_tech_heroes.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_awards {
	text-indent: -999em;
	background-image: url(../images/headline_awards.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_nonprofits {
	text-indent: -999em;
	background-image: url(../images/headline_nonprofits.gif);
	background-repeat: no-repeat;
}

#column_body .swipe_philosophy {
	text-indent: -999em;
	background-image: url(../images/headline_philosophy.gif);
	background-repeat: no-repeat;
}


