@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7A7A7A;
}

.ColFixHdr #container p {
	font-size:1em;
}


.ColFixHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFFFFF;
	margin-left:auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right:auto;

/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/* -----------  HEADER BEGINS -----------*/
.ColFixHdr #header { 
	padding: 0 0 20px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size:11px;
	margin:5px 0 5px 20px;
	color:#005B00;
} 

.ColFixHdr #header ul {
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}

.ColFixHdr #header li {
	display:inline;
}

.ColFixHdr #header a:link, .ColFixHdr #header a:visited  {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#C0C52E;
	padding:3px 3px 3px 3px;
}

.ColFixHdr #header a:hover {
	color:#FFFFFF;
	background-color:#005B00;
	padding:3px 3px 3px 3px;
}



/* -----------  HEADER ENDS  -----------*/

/* -----------  HEADER_2 BEGINS -----------*/
/* ---- Start Logo navigation ------*/

.ColFixHdr #header_2 #logo {
	margin: 20px 0 0 0;
	border:none;
}
/* ---- End Logo navigation ------*/


.ColFixHdr #header_2 #header_page {
	margin:-85px 0 45px 100px;
	font-family:Minion pro, Georgia, "Times New Roman", Times, serif;
	font-size:5em;
	color:#4B4B4B;
}

.ColFixHdr #header_2 #under_header_page {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.05em;
	margin:-55px 0 40px 100px;
	color:#7A7A7A;
}


/* -----------  HEADER_2 ENDS -----------*/


/* -----------  LEFT COLUMN BEGINS -----------*/
.ColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 110px; /* 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 */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
 /* padding keeps the content of the div away from the edges */
}

.ColFixHdr #sidebar1 ul {
	list-style:none;
}

.ColFixHdr #sidebar1 li {
	margin-left:-20px;
	padding:0 0 10px 0;
}

.ColFixHdr #sidebar1 a:link, .ColFixHdr #sidebar1 a:visited {
	text-decoration:none;
	color:#990000;
	padding:2px 2px 2px 2px;
	font-size:12px;
}

.ColFixHdr #sidebar1 a:hover {
	color:#FFFFFF;
	background:#990000;
}
/* -----------  LEFT COLUMN ENDS  -----------*/





/* -----------  RIGHT COLUMN BEGINS -----------*/
.ColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	
}


#soc_web {
	border:none;

}

/* -----------  RIGHT COLUMN ENDS -----------*/





/* -----------  MAIN CONTENT BEGINS -----------*/

#front_head {
	margin-left:135px;
}

#front_head span {
	background-color:#993300;
	color:#FFFFFF;
	padding:2px 4px 2px 2px;
}



.ColFixHdr #mainContent { 
	margin: 0 400px 0 135px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.ColFixHdr #mainContent p {
	font-size:0.8em;
}	


#mainContent_list {
	font-size:0.8em;
}

#mainContent_list span{
	font-weight:bold;
}




#content_bottom_index {
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	top:490px;

}

#content_bottom_title {
	margin-left:22px;

	color:#000066;
	font-size:18px;
}


#content_bottom_index img {
	border: 0px;
}

.content_buttons {
	width:900px;

}

.content_buttons .tools_pics {
	/*padding-left:8px;*/
}

.content_buttons .content_blurb {
	font-size:13px;
	text-align:left;
	padding:2px 8px 2px 8px;
	color:#0067CE;
}

.content_buttons .content_suggest {
	font-size:13px;
	padding:0 0 0 8px;
	color:#990000;
	font-weight:bold;
}

.content_buttons .content_suggest a:link, .content_buttons .content_suggest a:visited {
	text-decoration:none;
	color:#990000;
}

.content_buttons .content_suggest a:hover {
	text-decoration:underline;
	color:#0066FF;
}

/*------------ tools page table ----------*/
#mainContent_table {

}

#mainContent_table .tool_link {
	padding:3px 3px 3px 3px;
	font-size:14px;
	width:200px;
	text-align:center;
	background-color:#0099FF;

}

#mainContent_table .tool_link a:link, #mainContent_table .tool_link a:visited {
	text-decoration:none;
	color:#FFFFFF;
	display:block;
}

#mainContent_table .tool_link a:hover {
	color:#0033FF;
	background-color:#FFFFFF;
	

}

/*------------ tools page table ends -----------*/

/* ------------Find Me/Clients section begins ------------ */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
#findClient_table img {
	border:none;
}

#findClient_table td {
	width:180px;
}






/* ------------End of Find Me/Clients section ------------ *


/* -----------  MAIN CONTENT ENDS -----------*/


/* -----------  FOOTER BEGINS -----------*/
 
 
/*#footer_line {
	position: absolute;
	top:675px;
	color:#CCCCCC;
	margin-top:20px;
	margin-bottom:-10px;
} */
 
.ColFixHdr #footer {
	position:absolute;
	font-size:11px;
	top:675px;
/*	background-color:#CCCCCC;
	width:900px;
	padding-left:3px;*/
}

.ColFixHdr #footer {



	
}

/*.fltrt {
	float: right;
	margin-left: 0px;

}

.fltlft { 
	float: left;
	margin-right: 0px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 -----------  FOOTER ENDS -----------

.clear {
	clear:both;
}*/