body 
{
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #000;
	
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EBE8E0;
	background-image: url('../images/background.jpg');
}


/* HEADERS */

h1 {
	font-size: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 10px;
	color: #293E69;
}

h2 {
	font-size: 150%;
	color: #698B5E;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}


h3 {
	font-size: 150%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E20000;
	margin-bottom: 5px;
	padding-left: 5px;

}

h4 {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #698B5E;
    margin-bottom: 10px;
}

h5 {
	font-size: 180%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 10px;
	color: #293E69;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCFBF;
}


a {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	color: #003366;
}

	
a:hover
{
	text-decoration: none;	
}


#wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}


#logo
{
	
	position: relative;
	display: inline;
	float: left;
	position: relative;
	text-align: center;
	height: 184px;
	padding-top: 70px;
	width: 300px;

}
#banner {
	padding-top: 41px;
	width: 647px;
	margin-left: 310px;
}
#homepage #banner {
	height: 350px;
	width: 650px;

	background-repeat: no-repeat;
	background-position: -2px 40px;
	text-align: center;
	margin-left: 300px;
}
#topnav {
	position: absolute;
	z-index: 10;
	top: 12px;
	right: 20px;
	width: 620px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#topnav li { float: left; display: block; position: relative; }






/* navigation */



#nav {
	text-align: center;
	clear: both;
}


#nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}


#nav li {
	float: left;
	
}

#nav li a {
	color: #003366;
	text-decoration: none;
	display: block;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 15px;
}

#nav a:hover {
	color: #EBE8E0;
	}








ul#dropmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;

  
  
}



/* LAYOUT */

#content {
	padding-top: 20px;
}

#main {
	width: 602px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	padding-right: 10px;
	display: inline;
}


A.here
{
    color:#000000;
    text-decoration:underline;
}
#main p {
	margin-bottom: 10px;
}


#sidebar .sidebar-items {
	margin-top: 10px;
	height: 90px;
}
#sidebar .sidebar-items img {
	border: 2px solid #A6B29A;
	margin-right: 10px;
	float: left;
    width: 82px;
    height: 82px;
}
#sidebar .sidebar-items .sidebar-name a {
	font-weight: bold;
}


#sidebar a:hover {
	text-decoration: none;
}
#location {
	padding-top: 15px;
}
#location .locationbox {
	background-image: url('../images/bg-list.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 313px;

}
#location .locationbox .titlebox {
	color: #FFFFFF;
	background-color: #E20000;
	width: 285px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


#location .locationbox li {
	
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 13px;
}
#location .locationbox ul {
	padding-left: 10px;
	padding-right: 20px;

	padding-top: 10px;
}




#footer {
	color: #666666;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C5CCBD;
	border-bottom-color: #C5CCBD;

}
#footer p {
	font-size: 90%;
}
#footer a {
	color: #333333;
	text-decoration: none;
}




#main     .doctor-listing  a, #main .doctor-listing-odd a {
	color: #003366;
	text-transform: capitalize;
}
#main .listing-name, #main .listing-name {
	margin-bottom: 10px!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%!important;
	font-weight: bold;
}

#main .doctor-listing-odd {
	background-color: #CBCEC0;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}







/* BODY CHANGES */


body#homepage
{
	background-image: url('../images/background.jpg');
	
	}


body#homepage #logo  {
	width: 300px;
	padding-top: 130px;
	height: 260px;
	}



#doctor-bio {
	background-color: #DFDBD2;
	padding: 10px;
}
#doctor-bio #doctor-sidebar img {
	border: 2px solid #A6B29A;
	height: 200px;
	width: 200px;
	margin-bottom: 10px;
}
#doctor-bio #doctor-sidebar {
	float: left;
	width: 210px;
}
#doctor-bio #doctor-sidebar p {
	margin-bottom: 0px;
	font-size: 90%;
	text-transform: uppercase;
	font-weight: bold;
}
#doctor-bio #doctor-sidebar a {
	font-weight: normal;
	text-transform: capitalize;
}
#doctor-bio #doctor-main {
	width: 360px;
	margin-left: 220px;
}
#librarytable li {
	padding-left: 20px;
}
#librarytable .divider {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	height: 20px;
	border-bottom-color: #CCCFBF;
}
.centertitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #293E69;
	font-size: 130%;
	margin-bottom: 0px;
	font-weight: bold;
}
.nobottomspace {
	margin-bottom: 0px;
}
iframe {
	border: 1px solid #333333;
    text-align: center;
}
.centertitle-with-line {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #293E69;
	font-size: 130%;
	margin-bottom: 0px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #003366;
	padding-top: 10px;
	margin-top: 10px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight: normal;
	color: #999999;
	font-size: 120%;
	margin-top: 10px;
}
.sign {
	padding-left: 30px;
	font-size: 95%;
}



/* form */

label
{
margin-right: 0.5em;
display: block;
}
.submit 
{
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.formstyled 
{
	color: #000000;
	border: 1px solid #AAA785;
	background-color: #D8D5C3;
	padding: 5px;
	width: 70%;
}


fieldset
{
	margin-top: 15px;
}

legend
{
	padding: 2px 6px;
	color: #900028;
}
textarea {
	color: #000000;
	border: 1px solid #0A6657;
	background-color: #DAEEF3;
}

#faxx {
	display: none;
}
#docscenter img {
	height: 110px;
	width: 110px;
	border: 1px solid #666666;
	padding: 2px;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
}
#docscenter p {
	margin-bottom: 0px;
}
#docscenter td {
	text-align: center;
}
#docscenter .namedoctor {
	font-weight: bold;
	color: #003366;
	margin-top: 5px;
}
.linetop {
	margin-top: 50px;
	padding-top: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCFBF;
}

.uppercasebold {
	text-transform: uppercase;
	color: #003366;
	font-size: 90%;
	font-weight: bold;
}
#jobs #main p {
	margin-bottom: 0px;
}


/*-------LIBRARY COLORS -------*/

.high_cervical, .high_shoulders, .high_elbow, .high_knee, .high_thorasic, .high_foot, .high_hip, .high_hand {

}
.menucervical {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFF00;
	padding-left: 10px;
}

.menushoulder {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding-left: 10px;
}
.menuelbow {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #66CCFF;
	padding-left: 10px;
}
.menuknee {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #6666CC;
	padding-left: 10px;
}
.menuthoracic {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #66CC66;
	padding-left: 10px;
}
.menuhand {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF6699;
	padding-left: 10px;
}

.menufoot {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #9966CC;
	padding-left: 10px;
}
.menuhip {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
}

.menunone {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #EBE8E0;
	padding-left: 10px;
}


.map {
	border: 1px solid #19345C;
	margin-right: 10px;
}


#main .docgrid {
	float: left;
	width: 150px;
	text-align: center;
	height: 220px;
}

#main .docgrid p {

margin-bottom: 0px;

}

#main .docgrid img {
	border: 2px solid #A6B29A;
	height: 92px;
	width: 92px;
}

#main .docgrid .namedoctor {
	font-weight: bold;
	margin-bottom: 10px;	
}

#main .docgrid .listing-location {
	margin-top: 10px;

}

.nobullets li {

	list-style-type: none!important;
	margin-left: 0px!important;


}

#doctors-wrap {
	background-color: #DFDBD2;
	border: 1px solid #BBB7B0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	line-height: 1.3em;
}

.fieldhidden {
display: none;
}

.joanellenote {
color: #FF0000;
}



#main .job-listing {
	background-color: #DFDBD2;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EBE8E0;
	border-bottom-width: 2px;
	margin-bottom: 5px; 
}

#jobs h3 {
	background-color: #A6B29A;
	padding: 5px;

}

#main .job-listing-odd {
	background-color: #CBCEC0;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EBE8E0;
	margin-bottom: 5px;
}#main   .applyjob    {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #A5B199;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 10px;
}

#searchresults #main {
width: 90%;
float: none;
}

#cse-search-results {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.indent {
	margin-left: 15px;
	margin-bottom: 10px;
}



#main li {
	list-style-type: square;
	margin-left: 15px;
}
#main ul {
	margin-bottom: 10px;
}


#library #main li {
	list-style-type: none;
	margin-left: 0px;
}
#library  #main ul {
	margin-bottom: 0px;
}

.picborder {
	border: 2px solid #A6B29A;
	

}

#topnav #search, #topnav #form {
display: none;

}


.testimonial-pic {
	float: left;
	margin-right: 10px;
	height: auto;
	width: 100px;
    border: 2px solid #A6B29A;

}

.testimonial-text {
font-style: italic;
}

.sp
{
	padding-left: 10px;
	}
.lbl
{
	width: 77px;
	padding-left: 15px;
	float: left;
	}
	
#sigla
{
position: absolute; 
top: 60px; 
left: 10px;

}
LI.verde
{
    color:#006600;
    text-align:center;
    font-size:200%;
    font-weight:bolder;
}