@charset "UTF-8";
/* CSS Document */

#topqueries{
	width: 960px;
	height: 240px;
	margin: 0 auto; /*Center container on page*/
	background: url("./../images/home/main.png") 0 0 no-repeat;	
	margin-bottom: 10px;		
}

#contentqueries{
	width: 520px;
	height: 170px;
	overflow: auto;
	margin-top: 20px;
	float: right;
}

#topqueries ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin-top: 0px;
	list-style: decimal;
	list-style-position: outside;
	padding-left: 25px;
}

#topqueries ol p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 5px;
	margin: 0px;
}

#topqueries h4 {
	width: 520px;
	float: right;
	margin-top: 30px;
}


#adviceholder{
	width: 946px;
	height: 205px;	
	margin: 0 auto; /*Center container on page*/
	background: url("./../images/home/category.png") 0 0 no-repeat;	
	margin-bottom: 10px;
}

#adviceholder h2 a{
	color: #192d55;
}

#leftsideholder{
	width: 627px;
	height: auto;
	float: left;
}

#newtoblueface{
	width: 309px;
	margin-left: 3px;
	height: 199px;
	float: left;
	border-right: 1px solid #cccccc;
}

#youraccount{
	width: 312px;
	height: 199px;
	float: right;
	border-right: 1px solid #cccccc;
}

#troubleshooting{
	width: 307px;
	height: 199px;
	margin-right: 9px;
	float: right;
}

.innertube{
	margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 10px;
	margin-bottom: 10px;
}

.iconimg{
	float: left;
	width: auto;
}


/*Bottom Section *****************************************************************/

#techholder{
	width: 946px;
	height: 385px;	
	margin: 0 auto; /*Center container on page*/
	background: url("./../images/home/tech.png") 0 0 no-repeat;	
}

#techleftsideholder{
	width: 627px;
	height: auto;
	float: left;
}

#tech01{
	width: 309px;
	margin-left: 3px;
	height: 379px;
	float: left;
	border-right: 1px solid #cccccc;
}

#tech02{
	width: 312px;
	height: 379px;
	float: right;
	border-right: 1px solid #cccccc;
}

#tech03{
	width: 307px;
	height: 379px;
	margin-right: 9px;
	float: right;
}

#techholder h4 a, #techholder a:visited, #techholder a:active{
	color: #192d55;
	text-decoration:none;
}

#techholder h4 a:hover{
	color: #666666; 
	text-decoration: underline;
}

