@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: #000000;
}

#body_text2 p{color:#222;}

#links{ width:800px; text-align:center; font-size:12px; border-collapse:collapse; margin:0px; padding:0px;}

#links td{}
#links td:hover{}


#links td{ text-align:center;}

#links a{font-weight:700; font-size:14px; color:#777; text-decoration:none; font-family: "Century Gothic", Arial, Verdana; font-weight:100; text-transform:capitalize;}

#links a:hover{ color:#000000;}


.oneColFixCtrHdr #container {
	width: 776px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	text-align:right;
	height:220px;
	background:  
	padding: 0 0px 0 0px;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {

	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#body_text{ padding:20px;}
#headline{width:100%;padding:20px;}
.oneColFixCtrHdr #footer {
	height:98px; border-top:#ccc solid 1px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dfdfdf url(images/footerbg.jpg) bottom center no-repeat;
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

h1{ position:relative; left:-999999px; top:-999999px; display:none;}

h2{ font:Bradley Hand ITC, Georgia, "Times New Roman", Times, serif;}

p { font-size:12px; font-family:Arial, Helvetica, sans-serif;}

#btn_menu{
width:100%;
background:#cccccc url(images/blue_gradient.jpg) repeat-x; 
text-align:right; 
color:#FFFFFF;
font-size:14px;}

#btn {
background:#cccccc url(images/blue_gradient.jpg) repeat-x;
display:inline; width:200px; border-left: #0099FF thin solid; ptext-align:center; padding-left:10px; padding-right:10px; }

address{ margin-top:5px; font-style:normal; }
#btn :hover{ background:url(images/gradient_bg_over.jpg) repeat-x; text-align:center; width:200px; color:#333333;}

#btn a{ text-decoration:none; color:#ffffff; }

a#btm_links  { color:#767676; text-decoration:none;}

a#btm_links :hover{color:#000000;}

#accolades{width:100%; font-size:12px;}
#clients{ width:100%; text-align:right;}
#clientsub{ text-align:right;color:#545454; font-size:12px;}

