@charset "utf-8";
/* CSS Document */

#quickLinks select {
    font: 90%/1em Arial, Helvetica, sans-serif;
	width: 145px; 
	margin :  0px 0px 1em 0px;
	color: #CC7E55;  
}

#content2 {
	margin-right: 0px; 
	background-color:#FFFFFF;
	min-height: 550px; 
}

#pathway2 {
	padding-left: 1em;
	width: 450px;
	margin-top: 10px;
	margin-bottom: 10px; 
	letter-spacing   : .15em; 
	font-size: .8em;
	color: #666666;
}

.thrColFix #service1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 545px;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColFix #service2 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 545px;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColFix #service3 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 545px;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColFix #service4 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 545px;
	padding: 15px 10px 15px 30px; /* padding keeps the content of the div away from the edges */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#homebase	{
	color: #CC7E55;
	padding-right: 3px;
}
