body
{
	background: #F8F283;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #02164F;
	margin: 0;
	padding: 0;
}
/* ------------ Layout ------------*/
#container
{
	margin: auto;
	width: 780px;
	border-right: 2px solid #EED03E;
	border-left: 2px solid #EED03E;
	background: #FAF9E6;
}
#header
{
	background: url(images/general/headerBg2.gif) no-repeat bottom left;
	height: 187px;
}
#sectionOne
{
	width: 485px;
	float: left;
}
#sectionTwo
{
	width: 287px;
	margin-left: 490px;	
	position: relative;
	top: -72px;
}
#footer
{
	padding-top: 40px;
	clear: both;
}
/* ------------ call out boxes ------------*/
.calloutOne, .calloutTwo
{
	background: #E9EDF6 url(images/general/calloutFoot.gif) no-repeat center bottom;
	padding-bottom: 20px;
	width: 218px;
	margin: 0 0 0 20px;
	overflow: hidden;
}
.calloutTwo
{
	float: right;
}
.calloutOne h2, .calloutTwo h2
{
	margin: 0;
	padding: 8px 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	text-align: center;
	color: #4C6CB7;
	width: 218px;
	background: url(images/general/calloutHead.gif) no-repeat;
}
.calloutOne ul, .calloutTwo ul
{
	margin: 0;
	padding: 0;
}
.calloutOne li, .calloutTwo li
{
	list-style: none;
	background: url(images/general/bullet.gif) no-repeat 25px 8px;
	padding: 5px 5px 0 40px;
}
.calloutOne p, .calloutTwo p
{
	margin: 0;
	font-size: 11px;
	padding: 10px 10px 0 20px;
}
/* ------------ newPatient box ------------*/
#newPatient
{
	width: 280px;
	background: white;
	margin-left: 25px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #cccccc;
}
#newPatient h4, #newPatient p
{
	margin: 0;
	line-height: 15px;
}
#newPatient ul
{
	margin: 5px 0;
}	

#newPatient li
{
	list-style: none;
	padding-left: 15px;
	background: url(images/general/bullet.gif) no-repeat center left;
}
/* ------------ text columns ------------*/

#columnA
{
	width: 215px;
	margin-left: 20px;
}
#columnB
{
	width: 200px;
	float: right;
}
/* ------------ sub-navigation ------------*/
#subnav
{
	padding-bottom: 20px;
	width: 218px;
	margin: 15px 10px 15px 30px;
	overflow: hidden;
}
#subnav h2
{
	margin: 0;
	padding: 8px 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	text-align: center;
	color: #F1E94E;
	width: 218px;
	background: url(images/general/subnavHead.gif) no-repeat;
}
#subnav ul
{
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: white;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#subnav li
{
	list-style: none;
	background: url(images/general/bullet.gif) no-repeat 12px 11px;
	border-bottom: 1px solid #cccccc;
	margin: 0;
}
#subnav li a, #subnav li.active
{
	text-decoration: none;
	padding: 8px 0 8px 30px;
	display: block;
}
#subnav li a:hover, #subnav li.active
{
	background: #F9F5B4 url(images/general/bullet.gif) no-repeat 12px 11px;
	color: #02164F;
}
/* ------------ sub-sub-navigation ------------*/
#subsubnav li, ul#subsubnav
{
	border: 0;
	background: none;
	background-color: #F9F5B4;
	font-size: 12px;
}
#subsubnav li
{
	height: 20px;
}
ul#subsubnav
{
	margin-top: 5px;
	margin-left: 5px;
}
#subsubnav li a:hover, #subsubnav li.activeTwo
{
	background: none;
	text-decoration: underline;
}
#subsubnav li a
{
	padding: 3px;
	display: block;
}
/* ------------ Text styles ------------*/
p
{
	margin: 0 10px 10px 25px;
	font-size: 13px;
	color: #000000;
	line-height: 20px;

}
h1
{
	font-size: 17px;
	line-height: 17px;
	margin: -100px 0 0 0;
	padding: 0;
	float: left;
}
h2
{
	margin-right: 10px;
	margin-left: 25px;
	margin-top: 40px;
	font-weight: normal;
	font-size: 18px;
}
h3
{
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 25px;
	margin-bottom: 5px;
	color: #000000;

}
h4
{
	font-size: 12px;
	margin-right: 10px;
	margin-left: 25px;
}
blockquote
{
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}
dl
{
	margin-left: 35px;
	margin-right: 35px;
}
dt
{
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
}
dd
{
	margin: 0;
	padding: 0;
	
}
form ol li 
{
	margin-top: 25px;
}
fieldset
	{
	margin: 15px 35px;
	padding: 10px;
	border: 1px solid #6B87CB;
	width: 350px;
	}

h1 a
{
		width: 400px;
		height: 160px;
		position: absolute;
}
h3.dict
{
	background: #6B87CB;
	width: 400px;
	color: white;
	padding: 3px;
}
a, a:link, a:visited
{
	color: #02164F;
}
a:hover, a:active
{
	color: #294AA7;
}
img
{
	border: 0;
}

#header ul
{
	margin: 0 0 0 455px;
	padding: 0;
}
#header li
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #F1E94E;
	font-weight: bold;
	text-transform: lowercase;
	background: url(images/general/headerLi.gif) no-repeat right center;
	margin: 15px 2px 3px 2px;
	padding: 6px 10px 0 0;
	height: 35px;
	line-height: 15px;
	float: left;
	list-style: none;
}
#header li a, #header li a:link, #header li a:visited
{
	color: white;
	text-decoration: none;
}
#header li a:hover, #header li a:active
{
		color: #F1E94E;
		text-decoration: none;
}
#sectionTwo p
{
	margin: 0;
	padding: 0;
}
#footer ul, #footer p
{
	text-align: center;
	font-size: 11px;
	padding: 10px 0;
	margin: 0;
}
#footer li
{
	display: inline;
	line-height: 16px;
}
#footer a, #footer a:link, #footer a:visited
{
	text-decoration: none;
}
#footer a:hover, #footer a:active
{
	text-decoration: underline;
}
ul#referrals
{
	list-style: none;
	font-weight: bold;
}
address
{
	font-style: normal;
	font-size: 11px;
	text-align: center;
	background: #294AA7;
	padding: 5px;
	color: white;
}
