@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/sidegrad.jpg);
	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;
	background-attachment: fixed;
	background-color: #B5B5B6;
	background-repeat: repeat-x;
	background-position: left top;
}
.csfgb #container {
	width: 967px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:558px;
	background-image:url(../images/background.png); /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-repeat: no-repeat;
} 
.csfgb #header {
	height:100px;  /* 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. */
	background-attachment: fixed;
	background-image: url(../images/headgrad.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.csfgb #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 */
}

.csfgb #logo {
	background-image: url(../images/logo.png);
	float: left;
	height: 69px;
	width: 272px;
	margin-top: 15px;
	margin-left: 18px;
}
.csfgb #container #header #address {
	
         float: right;
	height: 32px;
	width: 180px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A1A1A5;
	margin-top: 20px;
	line-height: 133%;


}
.csfgb  #sidebarLFT {
	float: left; /* since this element is floated, a width must be given */
	background-image: url(../images/navside.jpg);
	height:404px;
	width:166px;
	margin-left: 6px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	clear:left;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.csfgb #container #sidebarLFT p {
	margin-left: 15px;
        margin-top: 10px;
        margin-bottom: 5px;
}

#sidebarLFT a {
text-decoration:none;
color:#ffffff;
}
#sidebarLFT a:hover {
text-decoration:none;
color:#666666;
}
.csfgb  #sidebarRT {
	float: right; /* since this element is floated, a width must be given */
	width: 187px; /* padding keeps the content of the div away from the edges */
	background-image: url(../images/rightheader.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	clear: none;
	margin-right: 5px;
}
.csfgb #container #sidebarRT h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003768;
}

.csfgb #container #sidebarRT #news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
	color: #59595A;
	overflow: auto;
	height: 250px;
	width: 150px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top;
}
#mycustomscroll_contentwrapper a{
text-decoration:none;
color:#003565;

}
#mycustomscroll_contentwrapper a:hover{
text-decoration:none;
color:#999999;
}
.csfgb #container #sidebarRT #news p {
	margin-top: 20px;
	margin-bottom: 10px;
}

.csfgb #mainContent {
	margin-top: 0;
	margin-right: 211px;
	margin-bottom: 0;
	margin-left:200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
/*
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #003767;
*/
	position: relative;
} 
.csfgb  #container  #mainContent  #maintext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
       font-size:12px;
	background-color: #707073;
	padding-top: 20px;
padding-right:20px;
padding-left:20px;
padding-bottom:5px;
	height:97px;
	width: 512px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: 0px;
       overflow:hidden;
/*	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	*/
}

.csfgb #container #mainContent #marquee {
	background-image: url(../images/firm-lawyers.png);
	height: 322px;
	width: 555px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-top:-28px;
	color: #FFFFFF;
	font-variant: normal;
/*	margin: 0px;*/

}

csfgb #container #mainContent #marqueeR {
/*
	background-image: url(../images/firm-lawyers.png);
*/
	height: 322px;
	width: 555px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-top:-28px;
	color: #FFFFFF;
	font-variant: normal;


}


.csfgb #container #mainContent #marquee h1 {
	font-size: 42px;
}


.csfgb #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 88%;
	color: #59595A;
	clear: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 15px;
} 
.csfgb #container #footer #leftad {
	float: left;
	margin-left: -15px;
}
.csfgb #container #footer #footlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	text-align: left;
	width: 550px;
	float: none;
	clear: none;
	height: 45px;
        margin-left: 200px;
}
#footlinks a {
text-decoration:none;
color:#666666;
}
#footlinks a:hover{
text-decoration:underline;
color:#ffffff;
}

.csfgb #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 */
	line-height: 110%;
}

.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;
}
.csfgb #container #footer #rightad {
	float: right;
	text-align: right;
	margin-right: 20px;
}
