/* RESET
***************************/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; padding: 0; 
}


/* Structure
***************************/
body{
	font-size: 62.5%;
	font-family: Arial;
	color: #838383;
	
}
#masthead_wrapper{
	background: url(../images/masthead_footer.gif) left bottom repeat-x;
}

#masthead{
	width: 960px;
	margin: 0 auto;
	position:  relative;
	height: 110px;
}

#logo_link{
	margin-top: 29px;
	float: left;
}

#nav{
	list-style-type: none;
	position: absolute;
	top: 42px;
	right: 10px;
}
#nav li{
	float:left;
	margin-left: 10px;
	display: inline;
}

#nav a{
	height: 25px;
	display: block;
	background-position: left top;
	text-indent: -5000px;
}
#nav a:hover, #nav .selected a{
	background-position:left bottom;
}

#nav_home a{
	background:url(../images/nav_home.gif);
	width: 69px;
}
#nav_product a{
	background:url(../images/nav_product.gif);
	width: 94px;
}
#nav_benefits a{
	background:url(../images/nav_benefits.gif);
	width: 94px;
}
#nav_getstarted a{
	background:url(../images/nav_get_started.gif);
	width: 121px;
}
#nav_blog a{
	background:url(../images/nav_blog.gif);
	width: 64px;
}
#nav_about_us a{
	background:url(../images/nav_about_us.gif);
	width: 101px;
}


/* Hero Banner
***************************/
#hero{
	background: #07161c url(../images/hero_bg.jpg) no-repeat center top;
	height: 247px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: absolute;
	width:  100%;
	z-index: 10;
}
#home_hero{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#home_hero_message{
	position: absolute;
	top: 66px;
	left: 0;
}
#home_hero_people{
	position: absolute;
	top: 0;
	right: 20px;
}
#hero_diagram{
	position: absolute;
	top: 57px;
	right: 20px;
}

#home_hero{
	padding-top: 57px;
}

/* Content
***************************/
#content_wrapper{
	background: url(../images/content_top.gif) top left repeat-x;
	margin-bottom: 37px;
	margin-top: 247px;
}
#content{
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
}
#left_col{
	float: left;
	width: 465px;
	margin-right: 30px;
	display: inline;
}
#right_col{
	float: left;
	width: 450px;
	padding-right: 15px;
	display: inline;
}

/* Article List
***************************/
.article_list ul{
	list-style: none;
	margin: 15px 0;
}
.article_list ul li{
	padding-bottom: 15px;
}
.article_list h3{
	font-weight: normal;
}
.article_link{
	color:#000;
	font-size: 1.4em;
	text-decoration: none;
}

.article_list ul li p{
	color: #838383;
	font-size: 1.3em;
}
.article_list ul li p .date{
	text-transform: uppercase;
	color: #a3b400;
}

/* Footer
***************************/
#footer_wrapper{
	background: url(../images/footer_bg.png) repeat-x;
	margin-bottom: 24px;
}
#footer{
	width: 960px;
	margin: 0 auto;
	height: 77px;
	line-height: 77px;
	position: relative;
}

.sm_link{
	float: left;
	display: block;
	width: 26px;
	height: 27px;
	text-indent: -5000px;
	margin-right: 8px;
	margin-top: 24px;
	overflow: hidden;
}
#facebook{
	background: url(../images/sm_link_facebook.png);
}
#linkedin{
	background: url(../images/sm_link_linkedin.png);
}
#you_tube{
	background: url(../images/sm_link_youtube.png);
}
#sm_twitter{
	background: url(../images/sm_link_twitter.png);
}
#sm_4{
	background: url(../images/sm_link_4.png);
}

#share_this a img{
	margin: 25px 15px 0 0px;
	float: left;
}

#subscribe{
	position: absolute;
	left: 491px;
}
#subscribe_form{
	float: left;
	margin-top: 24px;
}
#email{
	border: none;
	background: url(../images/email_bg.gif) no-repeat;
	width: 219px;
	height: 22px;
	padding: 3px 6px;
	float: left;
}
#btn_join{
	float: left;
}

#subscribe a{
	font-size: 1.1em;
	color: #999999;
	margin-left: 8px;
	text-decoration: none;
}

/* Bottom Menu
***************************/
#bottom_menu{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 50px;
	position: relative;
}

#service_menu{
	list-style: none;
}
#service_menu li{
	display: inline;
	color: #888;
}
#service_menu li a {
	text-decoration: none;
	color: #888;
	font-size: 1.1em;
}
#icon_inc{
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	color: #888;
	font-size: 1.1em;
}

/* Headings
***************************/

/* H2 */
.h2_heading{
	display: block;
	text-indent: -5000px;
	height: 37px;
	margin-bottom: 15px;
}
#h2_hot_topics{
	background: url(../images/h2_hot_topics.gif) no-repeat left top;
	width: 200px;
}
#h2_news{
	background: url(../images/h2_news.gif) no-repeat left top;
	width: 157px;
}

/* H4 */
.h4_heading{
	display: block;
	text-indent: -5000px;
	height: 19px;
}
#h4_follow_us_on{
	background: url(../images/h4_follow_us_on.png) no-repeat left center;
	width: 114px;
	height: 77px;
	float: left;
	margin-right: 15px;
	display: inline;
}
#h4_subscribe{
	background: url(../images/h4_subscribe.gif) no-repeat left center;
	width: 94px;
	height: 76px;
	float: left;
	margin-right: 15px;
	display: inline;
}


/* General
***************************/
.clearline{
	clear: both;
	height: 0;
	overflow: hidden;
}
a img{
	border: none;
}










