body 
{	
	font-size: 1em; 
	font-family: Verdana, sans-serif;
	text-align: center; /* centering hack for IE5 */
	background-color: #53534B;
	margin: 10px 10px;
	padding: 0;	
}

#header
{
	background-image: url(images/headerBG.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 200px;
	position: relative;	
	border: 0px solid red;
}

#flashLogo
{
	margin: 0 0 0 10px;	
	border: 0px solid blue;
	width: 150px;
	position: absolute;
	top: 26px;
	left: 13px;
	/*background-image: url(images/logoText.gif);
	background-repeat: no-repeat;	*/
}

#textLogo
{
	margin: 0 0 0 10px;	
	border: 0px solid blue;		
	/*background-image: url(images/logoText.gif);
	background-repeat: no-repeat;*/
	width: 137px;
	height: 81px;
	position: absolute;
	top: 29px;
	left: 14px;
}

#bondFlash
{
	margin: 0 0 0 0;	
	border: 0px solid blue;
	width: 543px;
	height: 90px;
	position: absolute;
	top: 15px;
	right: 33px;
	background-image: url(images/flashBG.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #6DCFF6;
}

#banner
{
	/*background-image: url(images/banner.jpg);
	background-repeat: no-repeat;*/
	width: 575px;
	height: 93px;
	position: relative;
	top: 9px;
	left: 90px;
	border: 0px solid red;
}
#wrapper
{
	text-align: left;	
	margin: 0 auto;
	width: 760px;		
	background-image: url(images/contentBG.gif);
	background-repeat: repeat-x;
	background-position: top right;
	border: 0px solid red;
}

/* BEGIN navigation */
#nav
{
	float: left;
	clear: both;	
	position: absolute;
	background-image: url(images/navBG.gif);
	background-repeat: repeat-x;
	background-position: bottom left;	
	top: 111px;
	left: 174px;	
	width: 583px;
}

ul#navi, ul#navi li
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;	
	
}

ul#navi 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;	
	/*position: absolute;
	top: 1px;	
	left: 0px;*/	
	border: 0px solid green;
	padding: 0 15px 8px 30px;
}

ul#navi li a
{
	color: #BEAC81;
	background-image: url(images/navDivider.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	float: left;
	padding: 3px 15px 1px 20px;
	text-decoration: none;
}

ul#navi li a:hover
{
	color: #ABB6BA;
}

ul#navi li.first a
{
	border-width: 0px;
	background-image: none;
}

/* END navigation */

#content
{
	/*background-color: #7C7A6D;*/
	background-image: url(images/contentColumn.gif);
	background-repeat: repeat-y;
	background-position: top left;	
	margin: 0 0 0 0;	
	border: 0px solid red;	
	float: left;
	width: 100%;
}

#column
{
	float: left;
	margin: 20px 0 0 0;
	width: 180px;
	border: 0px solid green;
}

#column h3
{
	font-size: 1.1em;
	font-weight: normal;	
	margin: 0 9px 0 20px;
	padding: 0;
	text-align: center;
	border-right: 2px solid #7C7A6D;
	border-bottom: 2px solid #7C7A6D;
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	color: #53534B;
}

#informationTree
{
	border: 0px solid green;
	margin: 20px 10px 0 25px;
}
/*
#informationTree a
{
	color: #000;
}
*/
.treeParentNode
{
	background-image: url(images/bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin: 10px 0;	
	font-size: .8em;	
	cursor: pointer;
	line-height: 1.6em;	
}

.treeChildNode
{
	display: none;
	background-color: #C6B797;
	margin: auto 3px;
}

.treeChildNode p
{
	font-size: .7em;
	margin-top: 12px;
	line-height: 1.8em;
	text-align: center;	
}

.treeChildNode ul
{
	font-size: .7em;
	margin-top: 12px;
	line-height: 1.8em;
	text-align: left;	
	list-style-type: square;	
	padding: 0 5px 0 0px;
}
/*
#column ul
{
	list-style-type: none;
	margin-left: -18px;
	line-height: 1.7em;
	font-size: .9em;	
}

#column ul li 
{
	padding-left: 25px;
	background-image: url(images/bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
}	
*/

div.error
{
	margin-bottom:10px;
	color:red;
	text-align:center;	
}

/* general link styles */
a:link, a:visited
{
	color: #0076A3;
	text-decoration: none;
}


/* begin dialogs */
.dialogBase
{	
	background-color: #F1ECE1;
	/*background-image: url(images/dialogShadow.gif);
	background-position: right;
	background-repeat: repeat-y;*/
	padding: 4px 4px 4px 4px;		
	float: left;
	border-bottom: 6px solid #53534B;
	border-right:  4px solid #53534B;	
}

.dialogTop
{
	border: 3px solid #7C7A6D;	
}

.dialogTop h3
{
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 3px solid #7C7A6D;
	margin: 10px 10px;	
	color: #4E5F69;
	background-image: url(images/dialogGradient.gif);
	background-position: center;
	background-repeat: repeat-x;
}

/*.dialogTop h3 em
{
	font-style: oblique;
	background-image: url(images/dialogBullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-align: center;
	padding-left: 30px;
}
*/
.dialogTop h4
{	
	text-align: left;
	padding: 0 0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em	;
	margin-bottom: -10px;
	color: #4E5F69;
}

.dialogTop p
{
	border-bottom: 1px solid #4E5F69;
	padding: 10px;
	margin: 10px;
	font-size: .8em;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 1em;
	line-height: 1.4em;
}

.dialogTop form
{
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#aboutDialog
{
	margin: 0 2px 0 3px;
	width: 330px;	
}

#newsDialog
{
	width: 215px;
	margin: 30px 5px 0 0;
	float: right;
}

#newsDialog ul
{
	list-style-type: none;
	font-size: .9em;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	line-height: 1.4em;		
	margin-left: 9px;
	padding: 0px;	
	
}

#newsDialog ul li
{	
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #4E5F69;
	font-weight: bold;
	border-bottom: 1px solid #4E5F69;
	margin-right: 7px;
}

#newsDialog p
{
	text-indent: 0;
	margin 0;
	padding: 0 0 10px 0;
	border-width: 0px;
	/*font-size: .9em;	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	font-weight: normal;
	color: #000;
}

#updateDialog
{
	width: 215px;
	margin: 10px 5px 0 0;
	float:right;
	clear:right;
	/*font-size: .9em;*/
}

#updateDialog p
{
	text-indent: 0;	
	/*font-size: .8em;	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	font-weight: normal;
	color: #000;
}


span#healthLink
{
	font-size: .9em;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	line-height: 1.4em;
	padding: 10px;
	display: block;
	font-style: oblique;
}

#contactDialog
{
	width: 530px;
	margin: 30px 5px 30px 15px;	
}

#contactDialog p
{
	border-width: 0px;
}

#staffDialog
{
	width: 530px;
	margin: 10px 5px 10px 15px;	
	text-align: center;
}
#staffDialog h4
{
	margin: 20px 0;
	text-align: center;
}

#locationsDialog
{
	width: 530px;
	margin: 30px 5px 30px 15px;	
	text-align: center;
}

#locationsDialog hr
{
	
	margin: 10px;	
	
}

#locationsDialog p
{
	border-width: 0px;
}

#locationsDialog h4
{	
	text-align: center;
	margin-bottom: 10px;
}

#linksDialog
{
	width: 530px;
	margin: 30px 5px 30px 15px;	
	text-align: center;	
}

#lasikDialog
{
	width: 530px;
	margin: 30px 5px 30px 15px;	
	text-align: center;	
}

#lasikDialog h4
{
	text-align: left;
	text-decoration: underline;
	margin-bottom: 0px;
}

#lasikDialog p
{
	border-width: 0px;
	text-align: left;
	margin: 0 15px;
}

#lasikDialog dl
{	
	text-align: left;
	margin: 0 0 0 20px;	
}

#lasikDialog dt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#lasikDialog dd
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;	
	margin-bottom: 5px;
}

#lasikDialog ul
{
	list-style-image: url(images/bullet.gif);
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;		
}

#lasikDialog li
{
	padding: 5px 0 5px 3px;
}

#healthUpdateDialog
{
	width: 530px;
	margin: 60px 5px 80px 15px;	
	text-align: left;
}

#healthUpdateDialog p
{
	border-bottom-width: 0px;
	line-height: 1.7em;
}


/* end dialogs */

table#staffMenu
{		
	width: 100%;			
}


div.staffPhoto
{
	width: 100px;
	height: 145px;	
	font-size: .6em;
	margin-bottom: 20px;	
}

div.staffPhoto img
{
	border-bottom: 3px solid #53534B;
	border-right: 3px solid #53534B;
	border-top: 3px solid #aaa;
	border-left: 3px solid #aaa;
	cursor: pointer;
}

div.staffPhoto img#p1
{
	border-bottom: 3px solid #00AEEF;
	border-right: 3px solid #00AEEF;
	border-top: 3px solid #6DCFF6;
	border-left: 3px solid #6DCFF6;
	cursor: pointer;
}


div.staffDetail
{
	border-bottom: 2px solid #53534B;
	border-right: 2px solid #53534B;
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;
	margin: 15px 10px;
	padding: 5px 15px 15px 15px;
	/*font-size: .8em;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;	
}

div.staffDetail p.first
{
	text-indent: 1.5em;
}


div.staffDetail p
{
	border-width: 0px;
	font-size: .8em;
	margin: 0 0 10px 0;
	padding: 0;
	text-indent: 0;
	line-height: 1.8em;
}

div.staffDetail ul
{
	font-size: .8em;
}

* html #footer
{
	height: 1%;
}

#footer
{
	clear: both;	
	background-color: #7C7A6D;
	background-image: url(images/footerBG.gif);
	background-position: top left;
	background-repeat: no-repeat;		
	margin-bottom: 25px;
	border-bottom: 0px solid #53534B;		
}

#mdwLink 
{
	color: #CCCCCC;	
	text-decoration: none;
	text-align: center;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: -5px 0 10px 0;
	padding-top: 15px;
}

#footerLinks
{
	float: right;
	margin: 60px 5px 0 0;
}

#footerLinks ul
{
	float: left;
}

#footerLinks ul li
{
	float: left;
	list-style-type: none;
	
}

#footerLinks ul li a:link, #footerLinks ul li a:visited
{
	color: white;
	font-size: .7em;
	font-family: "Times New Roman", Times, serif;
	padding: 0 5px;	
	border-left: 1px solid white;
}

#footerLinks ul li.last a:link, #footerLinks ul li.last a:visited
{
	border-right: 1px solid white;
}

div.locationPhoto
{
	position: absolute;
}

div.locationPhoto#dsoffice
{
	right: 20px;
	top: 100px;
	width: 140px; 
}

div.locationPhoto#amiteoffice
{
	left: 20px; 
	top: 320px;
	width: 140px; 
}

div.locationPhoto#hammondoffice
{
	right: 15px; 
	bottom: 40px;
	width: 140px; 
}

* html div.locationPhoto#amiteoffice
{
	left: -245px; 
	top: 350px;
	width: 140px; 
}