/*//////// RESET /////////*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*//////// END RESET /////////*/

body {
  padding:0;
  margin:0;
  background:#BAB4A2;
}
#section_main {
  background:#dfdbd0;
}
#page {
  width:958px;
  margin:0 auto;
  line-height:100%;
  padding-bottom:20px;
}
/*/////// NAV MAIN ///////*/
#nav_main {
  width:958px;
  height:63px;
  clear:both;
}
/*/////// NAV MAIN W/ SECONDARY ///////*/
#nav_main_secondary {
  clear:both;
  width:958px;
}
#nav_main_secondary_center {
  height:24px;
  width:100%;
  float:left;
}

#phone_number {
	width:300px;
	padding-right:4px;
	font:12px normal Arial, Sans-Serif;
	float:right;
	color:#1299c8;	
	padding-top:26px;	
	text-align:right;				
}
#number {
	font-weight:bold;
	color:#197093;				
}


/*//////////////////////////////////////// FOOTER //////////////////////////////////////// */
	#section_footer {
		clear:both;
		background:#bab4a2;
	}
	#footer_bottom_alt {
		clear:both;
		height:80px;
		font: 12px normal Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
		color:#5c574b;
		padding-top:26px;
	}
	#footer_bottom_alt  a {
		color:#66604c;
		text-decoration:none;
	}
	#footer_bottom_alt  a:hover {
		color:#2b2a27;
		text-decoration:none;
	}
	#footer_bottom_wrap_alt {
		width:958px;
		margin: 0px auto;
	}
	#footer_copyright_alt {
		float:left;
		width:100%;
		text-align:center;
	}
	/*/// END Bottom Copyright/Links ALT ALT ALT  ///*/
	
	/*//////////////////////////////////////// END FOOTER //////////////////////////////////////// */
	
	.clear {
	  clear:both;
	  height:1px;
	  font-size:1px;
	}
