/* boxes - global */
		
div#wrapper { /* overall wrapper */
	width: 900px;
	margin:auto;
	background-position: center;
	top:0px;
}

/* header */

div#header_wrapper { /* wrapper around  */
	width:900px;
	height:auto;
	background: none;
	border:none;
	padding:0px;
	margin:0px;
	}
div#header_left {
	position:relative;
	float:left;
	margin:20px 0px;
}
div#header_right {
	position:relative;
	float:right;
	margin:20px 0px;
}

/* box under top nav */

div#top_box { 
	width:100%;
	padding:10px 0px;
	margin:0px;
	clear:both;
	text-align:center;
	border-top:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	border-left:none;
	border-right: none;
	}
div#top_box_flash { 
	width:900;
	height:186px;
	padding:0px;
	margin:0px;
	clear:both;
	border-top:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	border-left:none;
	border-right: none;
	}

/* body */

div#body_wrapper { /*  around body cols */
	width:100%;
	height: auto;
	background: none;
	height:auto;
	clear:both;
}

div#bottom_nav { /* footer links */
	width:100%;
	padding:0px;
	margin:20px 0px 0px 0px;
	clear:both;
	text-align:center;
	border-top:1px #CCCCCC solid;
	border-bottom:1px #cccccc solid;
	border-left:none;
	border-right: none;
	text-align:center;
	position:relative;
	clear:both;
	top:10px;
	}
div#footer { /* final row */
	width:100%;
	height:auto;
	background: none;
	border:none;
	padding:0px;
	margin:0px;
	clear:both;
	position:relative;
	top:20px;
	}




/*  quick link divs */

#q_link_box {
	border:1px #cccccc solid;
	margin:20px 0px;
	min-height:210px;
	}
#q_link_box:hover {
	border:1px #ff0000 solid;
	margin:20px 0px;
	min-height:210px;
	}
	
#q_link_box_services {
	border:1px #cccccc solid;
	margin:20px 0px;
	min-height:210px;
	height: 300px !important;	
	//height: 340px !important;	
	}
#q_link_box_services:hover {
	border:1px #cccccc solid;
	margin:20px 0px;
	min-height:210px;
	height: 300px !important;	
	//height: 340px !important;	
	}
	
#q_link_box_test {
	border:1px #cccccc solid;
	margin:20px 0px;
	}	
		
#col_2_test {
	width:670px !important;
	max-width:670px !important;
	min-width:670px !important;
	margin:0px;
	margin-bottom: 50px;
	padding:0px;
	min-height: 50px;
	background: none;
	position:relative;
	float:left;
	top:10px;
	left:20px;
	}	

#smfoot {width: 900px; float: left;}
#add { width: 500px; float: left;}
#smicons {float: right; width: 400px; text-align: right;}




