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

/* Global reset styles */

* {
     padding:0;
     margin:0;
}


<!-- 
body  {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #bfbfbf;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #333;
}

a:link, a:visited {
	color: #2d314e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body#home a#homenav {
	background-image: url(images/nav_top_roll.png);
	background-repeat: no-repeat;
}

body#contact a#contactnav {
	background-image: url(images/nav_bottom_roll.png);
	background-repeat: no-repeat;
}

body#cv a#cvnav,
body#clinical a#clinicalnav,
body#forensic a#forensicnav,
body#conditions a#conditionsnav,
body#resources a#resourcesnav {
	background-image: url(images/nav_roll.png);
	background-repeat: no-repeat;
}

#container { 
	width: 840px;
	background: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #000000;
	text-align: left;
} 

#header { 
	background: #333366;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 840px;
	height: 166px;
	padding: 0;
	margin: 0;
} 

#header h1 {
	margin: 0;
	padding: 10px 0;
}

#leftsidebar {
	float: left;
	width: 180px;
	background: #fff;
	margin: 0px;
	padding: 30px 0px 30px 0px;
}

#rightsidebar {
	float: right;
	width: 180px;
	background: #fff;
	margin: 0 0 0 0;
	padding: 30px 10px 30px 0px;
}

#mainContent { 
	margin: 0px 180px;
	padding: 30px 50px 0px 30px;

} 

#footer { 
	margin-top: 48px;
	padding: 2px 0px 1px 0px;
	background: #3d4268;
} 

#footer p {
	color: #fff;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.floatright {
	float: right;
	margin-left: 8px;
}


.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Navigation */

.nav {
	font-family: Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #3d4268;
	margin: 0px;
	padding: 0px;
}

.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	text-indent: 30px;
}

.nav li a:link, #nav li a:visited {
	color: #3d4268;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
}

 .nav li a:hover {
	background-image: url(images/nav_roll.png);
	background-repeat: no-repeat;
 }


/* Curved nav elements */

.nav li.page-1 a:link, .nav li.page-1 a:visited {
	color: #3d4268;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	background-image: url(images/nav_top.png);
	background-repeat: no-repeat;
} 

.nav li.page-1 a:hover {
	color: #3d4268;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	background-image: url(images/nav_top_roll.png);
	background-repeat: no-repeat;
} 

.nav li.page-2 a:link, .nav li.page-2 a:visited,
.nav li.page-3 a:link, .nav li.page-3 a:visited, 
.nav li.page-4 a:link, .nav li.page-4 a:visited, 
.nav li.page-5 a:link, .nav li.page-5 a:visited, 
.nav li.page-6 a:link, .nav li.page-6 a:visited {
	color: #3d4268;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
} 

.nav li.page-2 a:hover, 
.nav li.page-3 a:hover, 
.nav li.page-4 a:hover, 
.nav li.page-5 a:hover, 
.nav li.page-6 a:hover {
	background-image: url(images/nav_roll.png);
	background-repeat: no-repeat;
} 

.nav li.page-7 a:link, .nav li.page-7 a:visited {
	color: #3d4268;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	background-image: url(images/nav_bottom.png);
	background-repeat: no-repeat;
} 

.nav li.page-7 a:hover {
	background-image: url(images/nav_bottom_roll.png);
	background-repeat: no-repeat;
} 


/* Text Styles */

p {
	font-size: 11.5px;
	margin-top: 0em;
	margin-bottom: 1em;
	line-height: 1.5em;
}

.bodybold  {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-bottom: 1.5em;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin-bottom: 1em;
}

h4 {
	font-family: Geneva, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#rightsidebar h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #2d314e;
	margin: 12px 0 12px 0;
	padding: 0;
}

#rightsidebar {
	color: #3d4268;
}

.definitions {
	border-top: #CCC dotted 2px;
	border-bottom: #CCC dotted 2px;
	background-color: #eee;
	padding-left: 5px;
	padding-right: 3px;
}

.definitionsGrey {
	color: #999;
	font-weight: normal;
}

.definitionsbold {
	font-weight: bold;
}

.definitionsheader {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.definitions ul {
	list-style: none;
}


.definitions li {
	margin-bottom: .5em;
}


.caption {
	font-size: 10px;
	color: #666;
	margin-top: 3px;
	margin-bottom: 12px;
}

.caption a {
	text-decoration: underline;
}

.definitionsMain ul {
	margin-left: 12px;
	padding-left: 12px;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
}

.definitionsMain li {
	padding-left: 12px;
	margin-bottom: 1.5em;
}

.definitionsMain a:link, .definitionsMain a:hover, .definitionsMain a:visited {
	text-decoration: underline;
}

.definitionsMainBold  {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.definitionsMainBold a:link {
	font-weight: bold;
	text-decoration: underline;
}

.small {
	font-size: 11px;
	color: #666;
	line-height: 1.3em;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

.form {
	margin-top: 6px;
}

hr {
	border: 1px dotted #CCC;
}

.break {
	border-top: #CCC dotted 2px;
	margin-top: 3px;
	margin-top: 12px;
	margin-bottom: 12px;
}

#anchors {
	text-align: right;
	margin: 0;
	padding: 0;
}

#anchors a:link, #anchors a:hover, #anchors a:visited {
	font-size: 10px;
	color: #2d314e;
	text-decoration: underline;
}

.curvedheader {
	background-image:url(images/header_curved_grey.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 176px;
	height: 30px;
	color: #FFF;
	padding: 4px 3px 2px 12px;
	line-height: 30px;
}

.hprightcol {
	padding-left: 3px;
	color: #333;
}

.hprightcol p {
	color: #333;
}

.hprightcolbold {
	font-weight: bold;
	color: #3d4268;
}

.hprightcollink a:link, .hprightcollink a:hover, .hprightcollink a:visited {
	font-size: 10562px;
	text-decoration: underline;
	color: #3d4268;
	background-color: #0CF;
}

/*Table Styles */

.cellspacer1 {
	width: 24px;
}

--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#leftsidebar { width: 180px; }
#rightsidebar { width: 190px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#rightsidebar, #leftsidebar { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->