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

body {
	background:#fff;
	font-family:"Lucida Grande", "Helvetica Nue", Helvetica, Arial, Verdana, sans-serif;
	font-size:62.5%;
	color:#474747;
} 

#flash {
	margin-bottom:15px;
}

p {text-align:left;}
strong {font-weight:bold !important;}
em {font-style:italic !important;}
h1, h2, h3, h4, h5, h6 {text-align:left !important;}
big {color:#88b500;}
/***header placement***/

.goBlog {
	position:absolute;
	background:url(/images/build/goblog_bg.gif) top left no-repeat;
	width:166px;
	height:31px;
	float:right;
	right:0;
	top:0;
	font-size:11px;
	font-weight:bold;
	padding-top:7px;
	text-align:center;
}

.goBlog a, .goBlog a:visited {
	color:#131244;
	text-decoration:none;
}

.goBlog a:hover {
	text-decoration:underline;
}

#logotype, #logotype a {
	float:left;
	position:absolute;
	top:0;
	left:5px;
	width:186px;
	height:66px;
	text-indent:-9999px;
}

#logotype a {margin-top:23px; background:url(/images/build/logo.gif) top left no-repeat;}

.logo {
	float:left;
	margin:30px 0 0 10px;
}

.breakthrough {
	float:left;
	position:absolute;
	right:0;
	top:50px;
	opacity:.90; 
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
}

a:hover img.breakthrough {
	opacity:1.0; filter: alpha(opacity=100); -moz-opacity: 1.0;
}

/***Main Sections***/

#container, #header, #feature, #bodyWrap {width:920px;}

#container {
	float:left;
	position: relative;
	left:50%;
	margin-left:-460px;
}

#header {
	float:left;
}

#feature {
	float:left;
	height:321px;
	background:url(/images/build/feature-bg-new.jpg) top left no-repeat;
}

#bodyWrap {
	float:left;
	clear:both;
}

/***feature link***/
#feature a {display:block; text-indent:-9999px; width:242px; height:64px; margin:194px 0 0 314px;}


/***content area styles***/
#content {
	float:left;
	width:614px;
	padding:20px 0 20px 40px;
	margin-top:0 !important;
	border-left:1px solid #eaeef0;
}

#content a, #content a:visited {
	text-decoration:underline;
	color:#474747;
}

#content a:hover {
	background:#5d82a4;
	color:#fff;
	border-bottom:1px dotted #fff;
}

#content h2, #content h1 {
	font-size: 24px;
	color: #000;
	margin:0 0 10px 0;
}

#content h3 {font-size:18px; margin-bottom:15px;}

.green {color:#88b500;}

#content h4 {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:10px;
}

#content p {
	margin-bottom:15px;
	font-size:13px;
}

#content ul {
	list-style:disc;
	margin:0 0 10px 15px;
}

#content ul li {
	font-size:13px;
	margin:5px 0;
}

p.moreLink {
	padding-left:15px;
	margin-top:10px;
	background:url(/images/misc/orange_arrow.jpg) center left no-repeat;
}


/****sidebar styles and boxes****/
#sidebar {
	float:left;
	width:265px;
	padding-top:15px;
}

#sidebar a, #sidebar a:visited {color:#474747; text-decoration:underline;}
#sidebar a:hover {text-decoration:none;}

#sidebar ul li ul {list-style:disc; padding-left:10px;}
#sidebar ul li ul li a {font-size:11px; font-weight:normal !important;}

#sidebar h1, #sidebar h3 {
	color:#000;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:-1px;
	line-height:17px;
	margin-bottom:20px;
	font-weight:bold;
}

#sidebar p {
	font-size:12px;
	line-height:16px;
	margin:0 0 10px 0;
}

.box1 ul {
	margin-left:10px;
	font-size:1.2em;
}
.box1 ul li {
	margin:5px 0px;
}

.box1, .box2, .box3 {padding:15px;}

.box1 {
	
}

.box2 {
	background:#ebede3;
}

.box3 {
	
}

/***footer styles***/
#footer {
	clear:both;
	width:100%;
	min-height:74px;
	padding-bottom:40px;
}

#footer a, #footer a:visited {color:#474747;}
#footer a:hover {text-decoration:none;}

#footerContent {
	position: relative;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	border-top:1px solid #ccc;
	margin-top:20px;
}

#footerLinks {
	padding-top:10px;
}

#footerLinks li {
	float:left;
	margin:0 3px;
}

#footerLinks li.social {
	float:right;
}

#footerLinks li.social img {width:24px; height:24px;}

ul.asSeenIn {clear:both; padding-top:40px;}
ul.asSeenIn li {float:left; margin-right:10px;}
ul.asSeenIn li img {margin-top:-10px;}
/***MISCELLANEOUS***/
.italic {font-style:italic;}
.bold {font-weight:bold;}

.blackButton {display:inline-block; background:#000; color:#fff !important; text-decoration:none !important; border-radius:5px; padding:5px 10px;}

h3#respond {font-size:1.4em; text-align:left; text-decoration:underline;}

.linkedinTop {position:absolute; right:0; top:0; background:#f3f3f3; border-right:1px solid #e2e0e0; border-left:1px solid #e2e0e0; border-bottom:1px solid #e2e0e0; padding:2px; display:block;}
.linkedinTop img {width:28px; height:28px;}

/****contact form****/
#contact-area .box {
	padding:5px; 
	width:275px; 
	background:#eee; 
	border:1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 4px 10px 0px 0px;
}

#contact-area input[type=text]:focus, #contact-area textarea:focus {background:#fff !important; box-shadow:0 0 15px #ccc !important;}

#contact-area input.submit-button {
	font-family: Arial, Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	background:#6fab00;
	color:#fff;
	font-weight:bold;
	border-radius:3px;
	padding:10px 20px;
	border:1px solid #5c8d02;
	box-shadow:0 2px 3px #b1b0b0
}

#contact-area {
	position: relative;
}


