/* BLUE SKY */
/* CSS Document */

body {
	text-align: center;/* hack for ie5*/
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Verdana;
	background-image: url("../gfx/background_top.gif");
	background-repeat: repeat-x;
}

img {
	border: 0px;
}
a:link {text-decoration: none; color: #C35B46;}
a:visited {text-decoration: none; color: #E5814C;}
a:hover {text-decoration: underline; color: #B30B14;}

h3 {
		text-align: left;
		font-size: 10pt;
		margin: 15px 0px 0px 20px;
		color: #666666;
		font-family: Helvetica;
	}

#Wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

ul {
		text-align: left;
		font-size: 10pt;
		margin: 0px 0px 0px 60px;
		color: #666666;
	}

/* Logo On Top*/
#Top_logo {
	height: 160px;
}



/* MIDDLE CONTENT*/

#Middle_Block {
		width: 100%;
		height: 200px;
		position: relative;
		top: 10px;
		left: 0px;
		text-align: center;
		margin-left: auto;
		margin-top: auto;
	}
	
#Outsource_Block {
		width: 100%;
		height: 300px;
		position: relative;
		top: 10px;
		left: 0px;
		text-align: center;
		margin-left: auto;
		margin-top: auto;
		background-image: url("../gfx/home_outsource.png");
		background-repeat: no-repeat;
	}
	
	#Outsource_Block img {
		position: relative;
		float: left;
		margin-left: 650px;
		margin-top: 10px;
	
	}

	#mid_content {
		width: 100%; 
		height: 160px;
		position: relative;
		top: 40px;
		left: 0px;
		float: center;

		text-align: center;
		margin-left: auto;
		margin-top: auto;
	}
	
	#navigation {
		width: 180px;
		height: 150px;
		left: 0px;
		position: relative;
		float: left;
	}
	
	#textblock {
		width: 485px;
		height: 150px;
		left: 0px;
		position: relative;
		float: left;
			}

/* BOTTOM CONTENT */

	#bottom_content {
		width: 775px; 
		left: 120px;
		position: relative;
	}
	#box1 {
		width: 225px;
		height: 175px;
		position: relative;
		top: 20px;
		left: 10px;
		float: left;
		text-align: left;
		/*border-left-style: solid;
		border-left-width: 0px;
		border-left-color: #8C8C8C;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #8C8C8C;
		background-color: #;*/
		
	}
	
	#box1 p {
		text-align: left;
		font-size: 10pt;
		margin-left: 10px;
		margin: 0px 50px 0px 20px;
		color: #555555;
	}
	
	#box2 {
		width: 225px;
		float: left;
		height: 185px;
		position: relative;
		top: 20px;
		left: 10px;
		text-align: left;
		margin: 0px 0px 0px 0px;
		
		padding-right: 0px;
		background-image: url("../gfx/homesquare_blog.png");
		background-repeat: no-repeat;
		
		/*border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #8C8C8C;
		background-color: #;*/
		

	}
	#box2 p {
		text-align: right;
		font-size: 10pt;
		margin-top: 0px;
		padding-right:30px;
		color: #E5814C;
	}
	#box3 {
		width: 225px;
		float: left;
		height: 175px;
		position: relative;
		top: 20px;
		left: 10px;
		/*border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #8C8C8C;
		background-color: #FFFFFF;*/
		text-align: left;
	}
		#box3 p {
		text-align: left;
		font-size: 10pt;
		margin: 0px 20px 0px 10px;
		color: #E5814C;
	}
	
	#bottombar {
		width: 660px;
		float: left;
		height: 250px;
		position: relative;
		top: 25px;
		left: 10px;
		/*background-image: url("../gfx/webinar_3tools_banner.png");
		background-repeat: no-repeat;*/
		text-align: left;
	}
		#bottombar p {
		text-align: left;
		font-size: 10pt;
		margin: 65px 0px 0px 540px;
		color: #E5814C;
	}
	
#bottombar_left {
		width: 350px;
		float: left;
		height: 130px;
		position: relative;
		top: 25px;
		left: 10px;
		/*background-color: #666666;*/
		background-image: url("../gfx/homebanner_webinars.png");
		background-repeat: no-repeat;
		text-align: left;
	}
		#bottombar_left p {
		text-align: left;
		font-size: 10pt;
		margin: 45px 0px 0px 10px;
		color: #E5814C;
	}
	
#bottombar_right {
		width: 315px;
		float: left;
		height: 130px;
		position: relative;
		top: 25px;
		left: 10px;
		/*background-color: #666666;*/
		background-image: url("../gfx/home_cwtv.png");
		background-repeat: no-repeat;
		text-align: left;
	}
#bottombar_right p {
		text-align: left;
		font-size: 10pt;
		margin: 70px 0px 0px 173px;
		color: #E5814C;
	}

/*FEEDBURNER*/

div.feedburnerFeedBlock { 
	width: 170px;
	padding-left: 20px;
}

div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}

div.feedburnerFeedBlock ul li span.headline {
font-weight:bold;
}

#creditfooter {
        display: none; 
		}