@charset "UTF-8";

/***************************************
1: BASE STYLES
****************************************/
/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
	}
/* neutralize browser spacing for vertical elements
	we could do more elements, but this gives us the 
	most widely used block level elements so that we
	control main element spacing without having to 
	add margins back for every block element */
	
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	}


/* General Styles */

body  {
	background: #333333;
	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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DFDFDF;
}

body STRONG {
	color: #F4F4F4;
}
/* Main Tittle */
h1 {
	font-size: 18px;
	color: #FFFFFF;
}

h2 {
	font-size: 18px;
	color: #FFC;
}


h3 {
	font-size: 15px;
	color: #FFFFFF;
}

h4 {
	font-size: 12px;
	color: #DFDFDF;
}


/* footer */
h6 {
	font-size: 12px;
	color: #CCCCCC;
}

/***************************************
2: LAYOUT STYLES
****************************************/

.twoColFixLtHdr #container {
	width: 1080px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(/images/contentbgr.jpg) repeat-x scroll;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 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. */
} 
.twoColFixLtHdr #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: 0px 0 30px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 310px; /* 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: url(/images/leftbar.jpg) no-repeat scroll right top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 350px;
	background-color: #484848;
	width: 690px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 20px 0 0px;
	background-attachment: scroll;
	background-image: url(/images/footerbgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
} 
.twoColFixLtHdr #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 */

}
.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;
}


.twoColFixLtHdr #container #mainContent #roundBox {
	width: 690px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin-bottom: 20px;
}


/* Rounded corners div for main content */

.roundcontent {
	overflow: hidden;
	padding-left: 35px;
	padding-right: 20px;
	position: relative;
}

.roundheader {
	height: 22px;
	overflow: hidden;
	background: url(/images/topright.jpg) no-repeat right top;
	
}
	.roundheader div {
	width: 22px;
	height: 22px;
	overflow: hidden;
	background: url(/images/topleft.jpg) no-repeat left top;
	
	}

.roundfooter {
	height: 22px;
	overflow: hidden;
	background: url(/images/botright.jpg) no-repeat right bottom;
	clear: both;
}

	.roundfooter div {
	width: 22px;
	height: 22px;
	overflow: hidden;
	background: url(/images/botleft.jpg) no-repeat left bottom;
	
	}


/***************************************
3: GENERAL TYPOGRAPHY AND COLOR STYLES
****************************************/

#container #sidebar1content {
	overflow: hidden;
	padding-left: 85px;
	padding-top: 20px;
	font-size: 13px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 1.6em;
}

#container #mainContent #roundBox #practiceareas {
	!important
	position: absolute;
	top: 300px;
	width: 260px;
	overflow: hidden;
	float: left;
	visibility: visible;
	height: 400px;
	}

#container #footer {
	font-size: 12px;
	color: #CCCCCC;
}

#container #footer a, #container #footer a:visited {
	text-decoration: none;
	color: #36F;
	margin-right: 5px;
}

#container #footer a:hover {
	text-decoration: underline;
}

.dotted {
	border: 3px dotted #999999;
}

#container #mainContent #roundBox #roundcontent #map {
	padding-right: 100px;
	padding-left: 100px;

}


/***************************************
3: TESTING Services Scroller
****************************************/

.scroll {
	position: absolute;
	!important
	top: 100px;
	right: 30px;
	width: 325px;
	overflow: hidden;
	float: right;
	top: 100px;
	height: 440px;
}

.scrollContainer div.panel {
	/* 640x300 area is maintained with the padding*/
	padding: 10px 10px 10px 20px;
	width: 325px;
	text-align: left;
	height: 440px;
}




ul.navigation {
	font-size: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
	font-weight: bold;
	line-height: 2.5em;
	text-decoration: underline;
	color: #DFDFDF;
}

ul.navigation li {
    margin-right: 10px;
}

ul.navigation a {
	color: #DFDFDF;
}

ul.navigation a:hover {
	color: #FFC;
}

ul.navigation a.selected {
	color: #CFF;
}

ul.navigation a:focus {
    outline: none;
}

.hide {
    display: none;
}

