* { 
    margin: 0; 
    padding: 0; 
    border: none; 
    outline: none; 
    list-style:none; 
    text-decoration:none;
    vertical-align:middle;
	}

body{
	background:#F0EEE4 url(/assets/img/background_main.png) center top repeat-x;
	font-family: "calibri", "arial", "verdana", sans-serif;
	font-size:80%;
	}

/*-----------------------------------------------------------------------------
	primary containers
------------------------------------------------------------------------------*/

#wrap{
	width:893px;
	margin:0 auto;
	display:block;
	background:url(/assets/img/background_wrap.png) bottom center repeat-x;
	border-bottom:5px solid #991C31;
	padding:0 0 15px 0;
	}
#content{
	width:60%;
	float:right;
	display:block;
	font-size:115%;
	color:#454545;
	}
#sidebar{
	width:40%;
	float:left;
	}

.left{
	float:left;
	}
.right{
	float:right;
	}
.paper{
	margin:0 0 20px 0;
	background:#fff;
	padding:5px 15px 15px 15px;
	}	
/*-----------------------------------------------------------------------------
	footer
------------------------------------------------------------------------------*/
#footer{
	width:893px;
	margin:0 auto 20px auto;
	clear:both;
	padding:15px 0 0 0;
	}
.credits{
	text-indent:-9000px;
	width:410px;
	height:40px;
	float:right;
	background:url(/assets/img/icon_hotline.png) center no-repeat;
	}
#footer small{
	width:400px;
	float:left;
	}

/*-----------------------------------------------------------------------------
	markup
------------------------------------------------------------------------------*/		
h1 a, h1 a:hover{
	display:block;
	background:url(/assets/img/logo.png) center no-repeat;
	width:135px;
	height:170px; 
	text-indent:-9000px;
	float:left;
	}
	
h2{	
	color:#fff;
	font-size:110%;
	background:#991C31;
	padding:10px 15px;
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0 0 15px 0;
	}


h3{
	margin:15px 0 0 0;
	font-size:100%;
	background:#CCCCCC;
	padding: 5px 10px;
	}
	.justify{
		text-align:justify;
		}

.clear, hr {
   	clear:both;
   	visibility:hidden;
	display:block;
	}

dt {
	display:block;
	background:url(/assets/img/line.png) 50% center repeat-x;
	font-weight:bold;
	}
dt span {
	background:#D2CEC9;
	padding:0 10px 0 0;
	}	
em{
	color:#CC0000;
	}

.contact_email{
	color:#555;
	text-decoration:none;
	border-bottom:1px dashed #555;
	}
p{
	margin:0 0 20px;
	}
.list{
	margin:0 0 0 20px;
	}	
	.list li{
		list-style: disc inside;
		}
.forms{
	float:left;
	margin:0 10px 0 0;
	background:#454545;
	color:#fff;
	padding:10px 15px;
	}
/*-----------------------------------------------------------------------------
	header
------------------------------------------------------------------------------*/
#header_cont{
	background:#991C31;
	padding:30px;
	margin:20px 0;
	}	
#header{
	background:#B0AAA9;
	height:170px;
	display:block;
	}
.header_nav{
	float:left;
	width:225px;
	margin:3px 10px 0 10px;
	}
.header_nav a{
	color:#fff;
	padding: 0 10px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	line-height:1.755em;
	}
	.header_nav a:hover{
		background:#555;
		}

	.header_nav .separator{
		border-bottom:1px solid #8F8F8F;
		}
#header_cont #rotator{
	height:170px;
	width:451px;
	display:block;
	float:right;
	overflow:hidden;
	}
	#header_cont #rotator img{
		vertical-align: middle;
		}
/*-----------------------------------------------------------------------------
	contact
------------------------------------------------------------------------------*/
#locations li{
	margin:20px 0;
	background:#fafafa;
	padding:10px;
	
	}
	#locations li p{
		width:250px;
		margin:15px 0 0 250px;
		padding:20px 0 0 0;
		}
	#locations li img{
		float:left;
		}
		#locations .vid{
			text-align:center;
			margin:30px auto;

			
			}
/*-----------------------------------------------------------------------------
	menus
------------------------------------------------------------------------------*/
.mainnav li {
	display:inline;
	}
.mainnav li a{
	text-transform:uppercase;
	}
	.mainnav li a:hover{
		}
.bullet{
	margin:0 10px;
	}
#topnav .mainnav{
	background:#B0AAA9;
	height:20px;
	float:right;
	padding:0 10px;
	}
#topnav .mainnav li a{
	color:#fff;
	font-weight:bold;
	}
#topnav .mainnav .bullet{
	color:#fff;
	}
#footer .mainnav{
	float:left;
	}
#footer .mainnav li a{
	color:#555;
	font-weight:bold;
	}
#footer .mainnav li a:hover{
	color:#fff;
	background:#555;
	}
#footer .mainnav .bullet{
	color:#555;
	margin:0 5px;
	}
/*-----------------------------------------------------------------------------
	teasers
------------------------------------------------------------------------------*/

.teaser{
	background:#D2CEC9;
	padding:10px;
	width:88%;
	margin:0 0 15px 0;
	}
.teaser .healthteaser{
	background:#4A4A4A url(/assets/img/icon_healthupdates.png) 2% 50% no-repeat;
	padding:10px 10px 10px 45px;
	}
.teaser .pediatrics{
	background:#4A4A4A url(/assets/img/icon_pediatrics.png) 2% 50% no-repeat;
	padding:10px 10px 10px 45px;
	}
.teaser .calendarteaser{
	background:#4A4A4A url(/assets/img/icon_calendar.png) 2% 50% no-repeat;
	padding:10px 10px 10px 45px;
	}
.teaser .monthlyteaser{
	background:#4A4A4A url(/assets/img/icon_monthlytopics.png) 2% 50% no-repeat;
	padding:10px 10px 10px 45px;
	}
.teaser a {
	color: #3399FF;
	}
	.teaser .viewmore a{
		float:right;
		font-size:70%;
		background:#D2CEC9;
		padding:3px 5px;
		color:#4A4A4A;
		}
		.breaker{
			background:#4A4A4A;
			height:6px;
			display:block;
			margin:20px 0 0 0;
			}
/*-----------------------------------------------------------------------------
	details
------------------------------------------------------------------------------*/

.box{
	padding:0 10px 5px 10px;
	margin:0 0 10px 0;
	background:#fff;
	}
	.box h3{
		margin:0 -10px 10px -10px;
		padding:5px 5px 5px 35px;
		height: 20px;
		}
	.health h3{
		background: #fafafa url(/assets/img/icon_health_small.png) 2% 50% no-repeat;
		}
	.employment h3{
		background:#fafafa  url(/assets/img/icon_employment_small.png) 2% 50% no-repeat;
		}
	.calendar h3{
		background:#fafafa url(/assets/img/icon_calendar_small.png) 2% 50% no-repeat;
		}
	.monthly h3{
		background:#fafafa url(/assets/img/icon_monthly_small.png) 2% 50% no-repeat;
		}
.box small{
	background:  #FFFFCC;
	padding:10px 15px;
	margin:-5px;
	display:block;
	float:right;
	}

/*-----------------------------------------------------------------------------
	videos
------------------------------------------------------------------------------*/
#video{
	background: url(/assets/img/background_tvback.png) no-repeat;
	padding:10px;
	width:520px;
	height:380px;
	display:block;
	}
	#video #holder{
		display:block;
		width:350px;
		height:300px;
		margin: 8px 44px 15px 44px;
		}
#videos{
	background:#D2CEC9;
	padding:10px 10px 10px 10px;
	margin:-20px 0 0 0;
	display:block;
	}
	
#videos li{
	background: url(/assets/img/icon_play.png) no-repeat;
	padding:0 0 5px 60px;
	border-bottom:2px solid #555;
	margin:20px 0 0 0;
	}
	#videos li a{
		color: #3399FF;
		}
/*-----------------------------------------------------------------------------
	photos
------------------------------------------------------------------------------*/

#photos{
	margin:20px 0;
	}
#photos li, .photos{
	float:left; 
	width:245px;
	background:#fff;
	padding:.52em;
	margin:0 5px 5px 0;
	}
	#photos li img{
		height:245px;
		width:245px;
		}
#photos li.admin{
	float:left; 
	height:285px;
	background:#fff;
	padding:.52em;
	margin:0 5px 5px 0;
	}
	.deleteheadshot{
		line-height:20px;
		margin:5px 0 0 10px;
		color:#fff;
		display:block;
		}
#gallery{
	background:#D2CEC9;
	padding:10px 10px 10px 10px;
	margin:-20px 0 0 0;
	display:block;
	}
	
#gallery li{
	background: url(/assets/img/icon_cam.png) no-repeat;
	padding:0 0 5px 60px;
	border-bottom:2px solid #555;
	margin:20px 0 0 0;
	min-height:60px;
	}
	#gallery li a{
		color: #3399FF;
		}		
/*-----------------------------------------------------------------------------
	doctor
------------------------------------------------------------------------------*/
.doctor{
	border-right:2px solid #c9c8bf;
	background:#fff url(/assets/img/rollordex_bottom.png) no-repeat bottom;
	}
.profile_pic{
	margin:20px 0 30px 10px;
	float:left;
	width:25%;
	}
.description{
	margin:20px 0 30px 0;
	float:right;
	width:70%;
	}
	.description h4{
		color:#347AC3;
		font-size:120%;
		font-weight:lighter;
		}
/*-----------------------------------------------------------------------------
	forms
------------------------------------------------------------------------------*/
form{
	padding:15px 10px 0 0 ;
	}
#login{
	margin:0 0 10px 0;
	width:100%;
	}
	#register{
		margin:0 0 10px 0;
	}

#legend{
	color: #90F4D0;
	font-size:1.2em;
	text-transform:uppercase;
	margin:40px 0 0 0;
	}	
label{
	display:block;
	padding:2px 0;
	color: #454545;
	margin:5px 15px 0  0;
	float:left;
	}	
	input{
		width:240px;
		font-size:1.5em;
		padding:3px;
		font-family: "Lucida Grande", "Lucida Unicode", Arial, Verdana, sans-serif;
		background:#fff;
		border:solid #454545;
		border-width: 0 0 5px 0;
		color:#555;
		display:block;
		}
		 textarea{
			width:518px;
			height:500px;
			padding:8px;
			background:#f2f2f2;
			color:#555;
			font:bold 1.5em "Lucida Grande", "Lucida Unicode", Arial, Verdana, sans-serif;
			border:solid #ccc;
			border-width:0 0 5px 0;
			margin:0 0 10px 0;
			height:200px;
			}
			select{
				width:515px;
				background:#fff;
				border:solid #454545;
				border-width: 0 0 5px 0;
				color:#555;
				padding:3px;
				font:bold 1.25em "Lucida Grande", "Lucida Unicode", Arial, Verdana, sans-serif;
				}
	
			
#legend{
	width:100%;
	display:block;
	}
	#legend small{
		float:right;
		}
	.left_form{
		float:left;
		}
	.right_form{
		float:right;
		}
		.form_btn{
			clear:both;
			margin:10px 0;
			width:100px;
			}
		#ad_html{
			height:300px;
			}	
			.alignl{
				float:left;
				margin:0 15px 0 0;
				}
			.submit{
				width:200px;
				margin:20px 0;
				padding:5px;
				clear:both;
				font-size:1em;
				background:#000;
				color:#fafafa;
				text-transform:uppercase;
				}
				
			.checkbox_label{
				float:right;
				line-height:15px;
				text-align:left;
				width:95%;
				}
				.checkbox{
					width:20px;
					height:20px;
					float:left;
					}
					#add_user{
						}
			.file_1{
				margin:5px 0 0 0;
				}
#link_editorSizeToggle{
	width:100px;
	background:#991C31;
	color:#fff;
	padding:10px;
	margin:0 0 15px 0;
	display:block;
	}

/*-----------------------------------------------------------------
			messages
-----------------------------------------------------------------*/	
	
#Message {
	font-family: Tahoma;
	font-size: 1.1em;
	color: #444;
	padding: 5px 5px 5px 30px;
	display:block;
	text-align: left;
	margin:0 0 10px 0;
	border-top:1px solid;
	border-bottom:1px solid;
	}
	#Message a{
		text-decoration: underline;
		color: #444;
		}
	#Message a:hover {
		text-decoration: none;
		color: #FFF;
		background-color: #444;
		}
	#Message.success {
		background:  #EAFFEB url(http://logopond.com/img/flag_green.gif) 6px no-repeat;
		border-color: #00CC00;
		}
	#Message.alert {
		background: #ffe8e5 url(http://logopond.com/img/exclamation.png) 6px no-repeat;
		border-color: #f7aea5;
		}
	#Message.download {
		background: #e3fce3 url(http://logopond.com/img/package_go.png) 6px  no-repeat;
		border-color:#9fe8b8;
		}
	#Message.info {
		background: #eff7ff url(http://logopond.com/img/information.png) 6px  no-repeat;
		border-color: #bfdaff;
		}
	#Message.podcast {
		background: #f1f4fa url(http://logopond.com/img/ipod_cast.png) 6px center no-repeat;
		border-color: #d7ddfb;
		}
	#Message.rssfeed {
		background: #ffe6c6 url(http://logopond.com/img/feed.png) 6px center no-repeat;
		border-color:#ffcfa2;
		}
	#Message.warning {
		background: #fff6bf url(http://logopond.com/img/error.png) 6px center no-repeat;
		border-color: #f8dd70;
		}	
		

/*-----------------------------------------------------------------
			table
-----------------------------------------------------------------*/	

.additional_formatting{
	text-align:center;
	width:180px;
	}

table {
	border-collapse:separate;
	border-spacing:0;
	color:#000;
	margin: 20px 0;

	}
table a {
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dotted;
	}
table a:visited {
	color:#444;
	}
table a:visited:after {
	content:"\00A0\221A";
	}
table a:hover {
	border-bottom-style:solid;
	}
thead th,
thead td,
tfoot th,
tfoot td {
	border:1px solid #523A0B;
	border-width:1px 0;
	background:#EBE5D9;
	text-transform:uppercase;
	font-size:70%;
	padding:10px;
	text-align:center;
	}

th {
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
tbody th,
td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align:top;
	}
tbody th {
	white-space:nowrap;
	}
tbody th a:link,
tbody th a:visited {
	}
tbody td,
tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	}
tbody tr.odd th,
tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
tbody tr:hover td,
tbody tr:hover th {
	background:#ffffee;
	border-color:#523A0B;
	}
/*--------------------------------------------------------------------------------------------------
								navigation 
-----------------------------------------------------------------------------------------------------*/
div.pagination {
	
	clear:both;

}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #333;
    text-decoration: none; /* no underline */
	color:#333;
}

div.pagination a:hover, div.pagination a:active {
    border: 1px solid #333;
	background: #000;
	color: #fff;
}

div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #999;
    font-weight: bold;
    background-color: #000;
color:#fff;
}

div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #ccc;
    color: #ccc;
}