@charset "utf-8";
/* CSS Document */

/* RESET RELOADED */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0; 
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Site Layout */

body {font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:16px;}
#wrapper {width:760px;margin:0 auto; border-left: 1px solid #dbdbdb;border-right: 1px solid #dbdbdb;margin-top:5px;}
#masthead {width:760px;height:30px;background-image:url(images/masthead.gif);}
#mainimage {width:760px;height:222px;background-image:url(images/cityscape.jpg);}
#navigation {display:block;height:24px;width:760px;background-image:url(images/navigation-background.gif);}
#navigation li {list-style-type:none;float:left;margin-top:5px;margin-left:15px;width:auto;display:block;}
#navigation li a, #navigation li a:visited {color:#FFF; text-decoration:none;}
#navigation li a:hover {text-decoration:underline;}
#columnwrapper {position:relative;width:760px;background-image:url(images/columns-background.gif);background-repeat:repeat-y;padding-bottom:12px;padding-top:15px;line-height:1.5;}
#columnwrapper h1 {color:#555;font-size:16px;margin-bottom:12px;font-weight:bold;letter-spacing:1px;}
#columnwrapper a {color:#6b6729; }
#leftcolumn {position:absolute;width:235px;left:15px;}
#centercolumn {position:realitve;width:240px; margin-left:265px;}
#rightcolumn {position:absolute;width:240px;left:520px;}
#footer {clear:both;border-top:1px solid #c8c8c8;font-size:10px;line-height:1.3; color:#535353;padding:3px 0px 3px 15px; border-bottom:1px solid #dbdbdb;}
#floatrightfooter {width:200px;margin-left:50px;float:right;text-align:right;padding-right:5px;}


/* Secondary Page Layout */
#secondaryimage {width:760px;height:130px;background-image:url(images/secondaryscape.jpg);}
#secondarybody h1 {color:#555;font-size:16px;margin-bottom:12px;font-weight:bold;letter-spacing:1px;}
#secondarybody p {margin-bottom:12px;}
#secondarybody {padding-left:80px;padding-right:80px;padding-top:15px;padding-bottom:12px;line-height:1.5;background-image:url(images/columns-background.gif);}
#secondarybody a {color:#6b6729;}
#secondarybody a:hover {font-style:italic;}

#areasofpractice {margin-left:50px;list-style-type:disc;margin-bottom:15px;}
#areasofpractice li {}