/* formats the main section of the page */

.main_content_container {
	background-color:#FFFFFF;
	border: 0px solid #C4C2B0;
	border-top: 0px;
	}
	
#front_page_promo {
	position:absolute;
	width: 977px;
	height: 278px;
	z-index: 14;
	margin-left: -41px;
	float:left;
	top: 161px;
	}

/* drop the bottom of the notepad page into the website */
#tear_away_note {
	position:absolute;
	width:356px;
	height:356px;
	z-index:15;
	margin-left: -75px;
	top: 135px;
}

#home_icon_1 {
	position:absolute;
	width:72px;
	height:73px;
	z-index:10;
	top: 403px;
	margin-left:-2px;
	display:none;
}

#home_icon_2 {
	position:absolute;
	width:72px;
	height:73px;
	z-index:10;
	top: 403px;
	margin-left:-2px;
	display:none;
}

#home_icon_3 {
	position:absolute;
	width:72px;
	height:73px;
	z-index:10;
	top: 403px;
	margin-left:-2px;
	display:none;
}


#home_icon_precision {
	position:absolute;
	width:79px;
	height:78px;
	z-index:10;
	top: 444px;
	margin-left:115px;
}


.goto-box {
	background-color:#1659A1;
	border-right: 8px solid #FFFFFF;
	width: 160px;
	}

/*.nfback {
	background-image:url(/images/back.jpg);
	background-repeat:repeat;
	margin-top:10px;
	}
*/

/* container for the left sidebar content */
#sidebar_container_left { 
	margin: 22px 10px 10px 10px;
	width: 262px;
	display: block;
	}
	

/* white text in the gray View Series block */
.white:link {color: #FFFFFF;text-decoration:none;}		
.white:visited {color: #F6F6F6;text-decoration:none;}
.white:active {color: #E6E6E6;text-decoration:none;}
.white:hover {color: #FFFFFF;text-decoration:none;}	

/* slate blue text in the Custom solutions block */
.slate:link {color: #51717B;text-decoration:none;}		
.slate:visited {color: #666666;text-decoration:none;}
.slate:active {color: #444444;text-decoration:none;}
.slate:hover {color: #51717B;text-decoration:none;}	



.content_row1 {
	margin: 0px;
	background-color: #444444;
	color:#FFFFFF;
	background-image:url(/images/home2/midback.gif);
	background-repeat:repeat;
	}

.content_row1 .maintd-0{
	padding: 10px 16px 10px 12px;
	color:#FFFFFF;
	width:192px;
	font-size: 12px;
	font-family:Trebuchet MS, Arial;
	border-right: 1px solid #373840;
	/*background-image:url(/images/home2/midback2.jpg);
	background-repeat:repeat;*/
	}

.content_row1 .maintd-1{
	padding: 10px 12px 10px 16px;
	color:#FFFFFF;
	width:192px;
	font-size: 12px;
	font-family:Trebuchet MS, Arial;
	border-right: 1px solid #373840;
	/*background-image:url(/images/home2/midback2.jpg);
	background-repeat:repeat;*/
	}

.content_row1 .maintd-2{
	padding: 10px 16px 10px 16px;
	color:#FFFFFF;
	width:192px;
	font-size: 12px;
	font-family:Trebuchet MS, Arial;
	border-right: 1px solid #373840;
	/*background-image:url(/images/home2/midback2.jpg);
	background-repeat:repeat;*/
	}

.content_row1 .maintd-3{
	padding: 10px 4px 10px 14px;
	color:#FFFFFF;
	width:192px;
	font-size: 12px;
	font-family:Trebuchet MS, Arial;
	/*background-image:url(/images/home2/midback2.jpg);
	background-repeat:repeat;*/
	}

.content_row1 h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight:normal;
	color:#FFCC00;
	margin: 0px;
	}

.content_row1 h1 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight:normal;
	color:#FFCC00;
	margin: 0px;
	text-decoration: none;
	}
	

.content_row2 {
	margin: 0px;
	background-color: #FFFFFF;
	color:#444444;
	}



