/**************************************
 * Front Page
 */
#sections{
	color:#fff;
}
#sections .footer {
	clear: both;
}
#sections a {
	float:left;
	display:block;
	width:470px;
	height:150px;
	text-decoration:none;
	color:#fff;
}

#sections a.webdev {
	background: url(/img/development.gif) no-repeat top left;
	float: left;
}
#sections a.managed {
	background: url(/img/infrastructure.gif) no-repeat top left;
	float: left;
}

#sections a h2 {
	margin: 2px 0;
	text-indent: -10000px;
	font-size: 15px;
}
#sections li{
	background: url(../img/arrow.png) no-repeat;
	list-style: none;
	margin-left: 135px;
	padding-left:20px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
	color: #fff;
	overflow: hidden;
}
#sections ul{
	margin: 0;
}
/*
 * News and Events
 */
p.news {
	margin: 5px 0;
}
p.news a {
	text-decoration: none;
}
p.news a:hover {
	text-decoration: underline:
}



#divTools {
	margin-bottom: 20px;
}
#divTools .footer {
	clear: both;
}
#divTools a {
	text-decoration: none;
	display: block;
	height: 160px;
}
#divTools .livehelp {
	float: left;
	width: 470px;
}
#divTools .tools {
	background: url(../img/tools.png) top left no-repeat;
	margin-left: 470px;
}



/*
 * Headlines
 */
#headlines {
	margin-bottom: 50px;
}

#headlines div.left {
	width: 460px; 
	float: left;
}

#headlines div.right {
	margin-left: 482px;
}

#headlines div.post {
	margin-bottom: 15px;
}

#headlines h3 {
	color: #555;
	text-align: left;
	font-size: 26px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 10px;
}
#headlines h3 a {
	float: right;
	color: #7F7F7F;
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	padding-top: 15px;
}
#headlines h4 a {
	color: #8E1A00;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	margin: 0px 0 2px 0;
}
#headlines h5 {
	color: #7F7F7F;
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;
	margin: 0px 0 2px 0;
}
#headlines p {
	color: #7F7F7F;
	font-family: "Trebuchet MS", Tahoma, Arial;
	margin: 14px 0 0 0;
}
#headlines p.tags {
	margin: 0px 0 2px 0;
}




