body  {
	;
	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: #233b55;
	background-color: #ebeced;
	background-image: url(../images/bkgd.gif);
	background-repeat: repeat-x;
	font-family: "Myriad Roman", Verdana, Arial;
	line-height: 20px;
}
#container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #d9dbdd;
	background-image: url(../images/bkgdMain.gif);
	left: 46%;
	margin-left: -352px;
	padding-top: 20px;
	padding-right: 8px;
	padding-left: 8px;
	background-repeat: no-repeat;
	position: absolute;
}
#header {
	padding: 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. */
	background-image: url(../images/logo.gif);
	height: 92px;
	float: left;
	position: relative;
	width: 800px;
	z-index: 100;
	background-repeat: no-repeat;
} 
#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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -2999px;
}
#flash {
	padding: 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. */
	height: 188px;
	float: left;
	width: 800px;
	position: relative;
	z-index: 0;
} 
#container #flash #flashImage {
	height: 188px;
	width: 561px;
	float: left;
	position: relative;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#container #flash #secondaryImages {
	float: left;
	height: 188px;
	width: 199px;
	position: relative;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	z-index: 0;
}


 #main {
	background-image: url(../images/bkgdContent.gif);
	background-repeat: repeat-y;
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	float: left;
	width: 800px;
	position: relative;
}
#main h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #A0742B;
	margin-top: 0px;
	padding-top: 0px;
}
#main h2 {
	font-size: 14px;
	font-weight: bold;
	color: #A0742B;
}


#mainContent {
	float: left;
	width: 540px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
	font-size: 12px;
} 
#sidebar1 {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: right;
	width: 180px;
	position: relative;
	font-size: 12px;
}
#footer {
	padding-top: 20;
	padding-bottom: 20;
	float: left;
	width: 800px;
	position: relative;
	font-family: "Myriad Roman", Verdana, Arial;
	font-size: 11px;
	line-height: normal;
	min-height:100px;
} 
#footer a{
	color:#233b55;
	text-decoration: none;
}
#footer a:hover{
	color:#233b55;
	text-decoration: underline;
}
#container #footer #left {
	float: left;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
#container #footer #right {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	text-align: right;
}

.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;
}
#main a {
	color: #4F91CD;
	text-decoration: none;
}
#main a:hover {
	color: #A07429;
	text-decoration: underline;
}
#container #main #mainContent ul {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 15px;
}
#container #main #mainContent li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#nav, #nav ul {
	float: right;
	width: 662px;
	list-style: none;
	margin-top: 59px;
	padding: 0;
	text-transform: uppercase;
	z-index: 100;
	font-weight: normal;
	font-family: "Myriad Roman", Verdana, Arial;
	font-size: 11px;
}

#nav a {
	display: block;
	text-decoration: none;
	text-align: center;
}
#nav #home a {
	background-image: url(../images/menu/home.gif);
	text-indent: -2999px;
	height: 22px;
	width: 74px;
}
#nav #home a:hover {
	background-image: url(../images/menu/home_over.gif);
	text-indent: -2999px;
	height: 22px;
	width: 74px;
}
#nav #about a {
	background-image: url(../images/menu/about.gif);
	text-indent: -2999px;
	height: 22px;
	width: 90px;
}
#nav #about a:hover {
	background-image: url(../images/menu/about_over.gif);
	text-indent: -2999px;
	height: 22px;
	width: 90px;
}
#nav #practice a {
	background-image: url(../images/menu/practice.gif);
	text-indent: -2999px;
	height: 22px;
	width: 121px;
}
#nav #practice a:hover {
	background-image: url(../images/menu/practice_over.gif);
	text-indent: -2999px;
	height: 22px;
	width: 121px;
}
#nav #attorneys a {
	background-image: url(../images/menu/attorneys.gif);
	text-indent: -2999px;
	height: 22px;
	width: 99px;
}
#nav #attorneys a:hover {
	background-image: url(../images/menu/attorneys_over.gif);
	text-indent: -2999px;
	height: 22px;
	width: 99px;
}
#nav #news a {
	background-image: url(../images/menu/news.gif);
	text-indent: -2999px;
	height: 22px;
	width: 76px;
}
#nav #news a:hover {
	background-image: url(../images/menu/news_over.gif);
	text-indent: -2999px;
	height: 22px;
	width: 76px;
}
#nav #resources a {
	background-image: url(../images/menu/resources.gif);
	text-indent: -2999px;
	height: 22px;
	width: 97px;
}
#nav #resources a:hover {
	background-image: url(../images/menu/resources_over.gif);
	text-indent: -2999px;
	height: 22px;
	width: 97px;
}
#nav #contact a {
	background-image: url(../images/menu/contact.gif);
	text-indent: -2999px;
	height: 22px;
	width: 85px;
}
#nav #contact a:hover {
	background-image: url(../images/menu/contact_over.gif);
	text-indent: -2999px;
	height: 22px;
	width: 85px;
}
#nav #noimage a {
	background-image: none;
	text-indent: 0px;
	width: 220px;
}
#nav #noimage a:hover {
	background-image: none;
	text-indent: 0px;
	width: 220px;
}

#nav a:hover {
	color: #005696;
	text-decoration: underline;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10;
	display: block;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 240px;
	font-weight: normal;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1px;
	border: 1px solid #A0742B;
}

#nav li li {
	width: 220px;
}

#nav li ul a {
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: none;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	text-align: left;
}
#nav li ul a:hover {
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #005696;
	text-decoration: none;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {

}
.image_right {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.align_center {
	text-align: center;
}
hr {
	color: #D9DBDD;
	background-color: #D9DBDD;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.boxedtable td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}
.input {
	font-family: "Myriad Roman", Verdana, Arial;
	font-size: 11px;
	color: #233b55;
	border: 1px solid #4F91CD;
}
.button {
	font-family: "Myriad Roman", Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #A0742B;
	border: 1px solid #72531F;
}
