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

html{
	height: 100%;
}

body{
	height:100%;
	margin:0px;
	background-color:#f2f2f2;
	font:14px Arial, Helvetica, sans-serif;
	color:#333;	
}

h1, h2, h3{
	color:#009;
}

h1{
	font-size: 20px;
}

h2{
	font-size: 18px;
}

h3{
	font-size: 16px;
}

h4{
	font-size:15px;
	color:#000;
}


td, th{
	text-align: left;
}

input, textarea{
	font:14px Arial, Helvetica, sans-serif;
	color:#666;
}



#page-container{
	width:1000px;
	margin:0px auto 0px auto;
}

#top-fixed{
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:2;
}

#top-fixed-content{
	width:1000px;
	height:60px;
	margin:0px auto 0px auto;
	background-image:url(../images/pb-header-60x1000.jpg);
}


.top-menu-bar{
	width:1000px;
	height:30px;
	margin:0px auto 0px auto;
}


#top-menu-bar-specialities{
	width:1000px;
	min-height:30px;
	max-height:38px;
	margin:0px auto 0px auto;
	
}




#editible-area{
	float:left;
	width:1000px;
	min-height:500px;
	margin:95px 0px 0px 0px;
}


#bottom-menu-bg{
	float:right;
	clear:both;
	width:100%;
	max-height:80px;
	margin:0px auto 0px auto;	
	background-color:#e0e0e0;
}

#bottom-menu-bg-listing{
	float:right;
	clear:both;
	width:100%;
	max-height:40px;
	margin:0px auto 0px auto;	
	background-color:#e0e0e0;
}


#bottom-menu-bg-base-control{
	float:right;
	clear:both;
	width:100%;
	max-height:80px;
	margin:0px auto 0px auto;	
	background-color:#e0e0e0;
}


#bottom-menu{
	width:980px;
	height:20px;
	margin:0px auto 0px auto;
	padding:5px 10px 15px 10px;
}


#bottom-menu a{
	padding:0px 12px 0px 0px;
	font:14px Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
}

#bottom-menu a:visited{
    color:#666;
}

#bottom-menu a:hover{
    color:#000;
}

#bottom-menu a:active{
    color: #000;
    border-width:0px;
}

div.copyright{
	float:right;
	height:20px;
	color:#666;
}

div.copyright div.c{
	float:left;
	font-size:18px;
}

div.copyright div.c1{
	float:left;
	padding-top:4px;
	font-size:10px;
}

div.fixed-popup, div.fixed-popup input{
    background-color:#e0e0e0;
		font:12px Arial, Helvetica, sans-serif;
}

div.fixed-popup{
    border:outset 1px;
}

div.button{
	 background-color:#CCC;
    border:outset 1px;
    cursor:pointer;
    padding:2px;
}

.loginout-css{
	padding-left:0px;
}

.am-button-options{
	float:left;
	clear:left;
	margin-left:163px;
	margin-bottom:10px;
}


.am-admin-options a{
	display:block;
	float:left;
	clear:left;
	margin-top:10px;
	text-decoration:none;
	font-size:18px;
}

#more-results-button{
	float:right;
	margin:5px 0px 0px 0px;
	
}