@charset "UTF-8";

/* Banner
------------------------------------------------------------------*/
#banner_shadow {
	background-image: url(../../images/bg_banner.png);
	background-repeat: repeat-x;
	width: 100%;
	background-position: bottom;
	background-color: #f5ecd8;
	padding-top: 20px;
	padding-bottom: 20px;
}
#banner_container {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	height: auto;
}
#banner {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#textContainer  {
	width: 650px;
	float: left;
}
#textContainer h2 {
	color: #990000;
	margin: 10px 0 20px;
	padding: 0;
	clear: both;
	font-size: 24px;
}
#textContainer p {
	margin: 0 0 15px;
	padding: 0;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
.banner_image_container  {
	width: 260px;
	float: right;
}
.banner_box {
	width: 260px;
	background-image: url(../../images/blog-banner_box_grad.png);
	background-repeat: repeat-y;
	margin-bottom: 0;
}
.banner_box_top {
	width: 260px;
	background-image: url(../../images/blog-banner_box_top.png);
	background-repeat: no-repeat;
	height: 10px;
	overflow: hidden;
}
.banner_box_content {
	width: 240px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../../images/blog-banner_box_bot.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.banner_image {
	width: 100%;
	height: 180px;
}
.banner_image img {
	overflow: hidden;
	height: 100%;
	width: 100%;
}


/* Banner images
------------------------------------------------------------------*/
#comet {
	background: url(../../images/banner_images/comet.jpg) no-repeat -55px -55px;
	height: 200px;
}
#people1 {
	background: url(../../images/banner_images/people1.jpg) no-repeat -100px -100px;
	height: 120px;
}
#people2 {
	background: url(../../images/banner_images/people2.jpg) no-repeat right -50px;
}
#people3 {
	background: url(../../images/banner_images/people3.jpg) no-repeat center -12px;
}
#people4 {
	background: url(../../images/banner_images/people4.jpg) no-repeat right -50px;
}
#shaking_hands {
	background: url(../../images/banner_images/shaking_hands.jpg) no-repeat center center;
	height: 160px;
}
#cell_call {
	background: url(../../images/banner_images/cell_call.jpg) no-repeat right -50px;
}
#chart {
	background: url(../../images/banner_images/chart.jpg) no-repeat center center;
}
#laptop {
	background: url(../../images/banner_images/laptop.jpg) no-repeat center -200px;
}
#trees {
	background: url(../../images/banner_images/trees.jpg) no-repeat center -200px;
}
#nebula {
	background: url(../../images/banner_images/nebula.jpg) no-repeat center center;
}
#saturn {
	background: url(../../images/banner_images/saturn.jpg) no-repeat center -200px;
}
#moon {
	background: url(../../images/banner_images/moon.jpg) no-repeat center -200px;
}
#girl1 {
	background: url(../../images/banner_images/girl1.jpg) no-repeat left -40px;
}
#girl2 {
	background: url(../../images/banner_images/girl2.jpg) no-repeat right top;
}
#silhouettte_tree {
	background: url(../../images/banner_images/silhouette_tree.jpg) no-repeat center -200px;
}
#wordpress-banner {
	background: url(../../images/banner_images/wordpresslogo.jpg) no-repeat center center;
	height: 200px;
}
#tree_clouds {
	background: url(../../images/banner_images/trees_clouds.jpg) no-repeat center center;
	height: 170px;
}
#need_blog {
	background: url(../../images/banner_images/trees_clouds.jpg) no-repeat center center;
	height: 50px;
}
#got_blog {
	background: url(../../images/banner_images/google_rankings.png) no-repeat center center;
	height: 135px;
}
#blog-seo {
	background: url(../../images/blogs-for-seo.png) no-repeat center center;
	height: 130px;
}
#blog-cms {
	background: url(../../images/blogs-for-cms.png) no-repeat center center;
	height: 130px;
	width: 240px;
}
