/*
// Author:  Guru Consulting Services, Inc.
// Homepage:  http://www.phpforumscript.com
// (c) Copyright 2008.  All Rights Reserved.
*/


	body {
		margin:0px 0px 0px 0px;
		padding:0px;
		font-family: verdana;
		font-size:10px;
		}
table {
	font-family: verdana;
	font-size:10px;
}

HTML * {   margin: 0;   padding: 0; } 

a {
	font-size: 10px;
	color: #cc0000;
	font-weight:bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}

h1{
	font-family:arial;font-size:16px;
	margin-bottom:5px;
}

h1#clinicBox{
	font-family:arial;font-size:16px;
	margin-bottom:10px;
}

h1.subject {
	font-family:verdana;font-size:12px;
	margin-bottom:3px;
}

h2{
	font-family:verdana;font-size:12px;
}

h3{
	font-family:verdana; font-size:11px; color:#999999; font-weight:normal;
	margin-bottom:3px;
}

h4{
	font-family:verdana;font-size:11px; font-weight:normal;
}


/* POSITIONING */

#containWeb {
    width:100%;
    text-align:center;
    margin:0;
    padding:0;
    }

#container {
	width:845px;
	margin: 0 auto;
	text-align: left;
	}

#leftBar{
	float:left;
	width:70px;
	height:598px;
	background-color:#cc0000;
	margin-bottom:40px;
	}

#rightBar{
	float:right;
	width:755px;
	margin-left:20px;
	height:380px;
	}

#topNav{
	float:left;
	width:755px;
	height:70px;
	margin-bottom:8px;
	text-align:left;
	}

#bigPic{
	float:left;
	clear:both;
	width:755px;
	height:180px;
	background-color:#CCCCCC;
	}	
	
#leftcontent {
	float:left;
	margin-top:20px;
	width:140px; height:300px;
	background:#fff;
	line-height:20px;
	}

#centercontent {
	float:right;
	margin:20px 0px 20px 0px;
	top:10px;
	padding-left:10px;
	width:554px;
	height:300px;
	overflow:auto;
	background:#fff;
	border-right:1px dashed #999999;
	border-left:1px dashed #999999;
	line-height:16px;
}

#mainText{
	float:left;
	text-align:left;
	margin-top:20px;
	width:525px;
	height:320px;
	line-height:18px;
	}

#clinicBox{
	float:right;
	text-align:left;
	margin-top:20px;
	width:190px;
	height:320px;
	}
	

#footer{
	float:left;
	padding-top:10px;
	width:755px;
	border-top: 1px solid #999999;
}

table.nav_table{
	border-collapse:collapse;
	padding:5px;
}

.postHeader{
	float:left;
	width:100%;
	text-align:left;
	background-color:#E2E4E9;
	padding:5px;
	}
	
/* classes */

.picBorder{
	border-right: 1px solid #ffffff;
	}

.pageTurner{
	text-align:right;
	font-weight:bold;
	}

.leafletBox{
	float:left;
	width:150px;
	margin-left:50px;
	margin-top:20px;
	text-align:left;
	}
	

/* POSTS */

.postTitle{
	float:left;
	width:100%;
	text-align:left;
	background-color:#E2E4E9;
	padding:5px;
	margin:5px 0px 5px 0px;
	}

.postContent{
	float:left;
	width:100%;
	text-align:left;
	background-color:#ffffff;
	padding:5px;
	}

.postFooter{
	float:left;
	width:100%;
	text-align:right;
	background-color:#ffffff;
	padding:5px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	margin:5px 0px 5px 0px;
	}

/* FORMS */

.formStyle{
	margin-top:5px;
	}

.formStyleTwo{
	margin:10px;
	}
INPUT,TEXTAREA { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; }

/* List css */
#clinicBox ul{ position:relative; top: 0px;}
	
#clinicBox li, .leafletBox li { line-height: 15px; font-size:9px; list-style-position:inside; margin-bottom:5px;}


#leafletBox ul{ position:relative; top: 0px;}

.liPad{
	padding-left:14px;
	}
/* End of List css */
