@charset "utf-8";
/* CSS Document */

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


ul ul {margin:10px 0 10px 15px;}
li {margin-bottom:.25em;}
ul {padding-left:15px;}
.clear {clear:both;}

body {
	background-image:url('../images/bg-body.jpg');
	background-repeat:repeat-x;
}

#wrap {
	width:695px;margin:0 auto; 
	text-align:left;
	padding:0 29px 20px 29px;
	background-image:url('../images/bg-wrap.png');
	background-repeat: repeat-y;
}
#wrap-bottom {
	width:753px;margin:0 auto;
	height:23px; 
	background-image:url('../images/wrap-bottom.png');
}
#header {
	height:100px;
	padding-top:25px;
	width:695px
}

#menu img {
	float:left;
}
#sidebar {
	width:185px;
	height:298px;
	/* background-image:url('../images/bg-sidebar.gif'); */
	background-repeat:no-repeat;
	float:left;
	margin-top:40px;
}
#sidebar-bio {
	width:185px;
	float:left;
	margin-top:40px;
}
#home_content {
	width:695px;
	margin-top:10px;
}
#content {
	float:left;
	width:440px;
	margin-top:40px;
	padding:0 20px 20px 50px;
}
#footer {
	margin-top:10px;
	background-image:url('../images/bg-footer.gif');
	background-repeat:no-repeat;
	padding-top:60px;
	text-align:center;
}
#banner {
	width:695px;
	height:225px;
/*	background-image:url('../images/bg-banner.jpg'); */
	background-repeat:no-repeat;
}
#home_practice_focus {
	height:185px;
	width:185px;
	padding:20px;
	float:left;
	margin:10px 10px 0 0;
	background-image:url('../images/bg-green.gif');
	background-repeat:no-repeat;
}
#home_about {
	height:185px;
	width:185px;
	padding:20px;
	float:left;
	margin:10px 10px 0 0;
	background-image:url('../images/bg-red.gif');
	background-repeat:no-repeat;
}
#home_contact {
	height:185px;
	width:185px;
	float:left;
	padding:20px;
	margin:10px 0 0 0;
	background-image:url('../images/bg-magenta.gif');
	background-repeat:no-repeat;
}
#home_content p {
	margin-top:10px;
}
/* typography */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
h1, h2, h3, p, ul, ol {margin-bottom:1em;}
h1 {font-size:24px;color:#3d6f92;font-weight:normal;}
h2 {font-size:16px;color:#3d6f92;font-weight:bold;}

#footer {
	color:#a5a5a5;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#home_content {
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	line-height:1.2em;
}
#home_content a {
	color:#FFF;
}
