/* These are the styles for the main content div's */

#container {
	background-color:#FFF;
	border: 3px solid #7F7F7F;
	width:980px;
	margin:auto;
	overflow:hidden;
}

#top {
	background-image: url("/images/topgrad.jpg");
	background-repeat:repeat-x;
	background-color:#3A7BCB;
	border-top:1px solid rgb(47,97,158);
}

img#logo {
	clear:none;
	float:right;
}

#navbar { 
	clear:left;
}

#contentandnews { background-color:white; }

#content {
    background-color:#fff;
	margin-right:222px;
	border:1px solid white;
  /*border-right:2px #CCCCCC solid;*/
}

#newsspace {
	background-color:#FFFFFF;
	border-left:#CCCCCC solid 2px;
	margin:20px 0px;
	padding:0px 5px;
	width:210px;
	float:right;
	clear:none;
}

#footer {
	background-color:#333;
	width:980px;
	margin:auto;
	padding:20px 0px;
	font-size:small;
	text-align:center;
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover { text-decoration:underline; }

#footer p {
	font-family: "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size:small;
}

/* navigation tabs */

#navbar ul {
    overflow: hidden;
    list-style-type: none;
    margin: 0px 0px 0px 10px;
    padding:0;
	*zoom:1;
}

#navbar li {
    float: left;
    margin-left: 10px;
}

#navbar .active { background-color: white; }

#navbar .active a { color: rgb(37,64,97); }

#navbar .inactive { background-color:rgb(37,64,97); }

#navbar .inactive:hover { background-color:rgb(49,83,125); }

#navbar a {
    display: block;
    padding: 5px 10px;
    color: white;
    text-decoration: none;
	font-family:"Lucidia Grande", Helvetica, sans-serif;
}


/* These are general styles for various page components */ 

body {
	background-color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	margin-top:10px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	margin:0px 0px 15px 0px;
	font-size:medium;
}

h1#title {
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:30pt;
	margin:10px 0px 10px 20px;
}

#patient_doctor_partner {
    overflow:hidden;
	width:700px;
	margin:10px auto 30px auto;
	/*border:2px solid blue;*/
}

#patient_doctor_partner ul {
	list-style-type:none;
}

.pdp_nav {
	width:200px;
	float:left;
	margin:0px auto;
	/*border:1px solid blue;*/
	text-align:center;
}

.pdp_img {
	margin:0px 5px;
	padding:3px;
	border:3px solid black;
}

.contentbox {
	overflow:hidden;
	margin:5px 20px 30px 20px;
	text-align:justify;
	padding:0px 5px;
	background-color:#fff;
	/*border:2px solid blue;*/
}

.contentbox_urgent {
	margin:5px 20px 30px 20px;
	text-align:justify;
	padding:10px;
	background-color:#FF8080;
	border:2px solid red;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.roundedborders {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.subtitle {
	color:rgb(37,64,97);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:135%;
}

.location {
	margin-bottom:1em;
	overflow:hidden;
	*zoom:1;
}

.mapalignright {
	clear:none;
	float:right;
	margin-left:20px;
}

a.inlinelink {
	color:#C00;
	text-decoration:none;	
}

a.inlinelink:hover { text-decoration:underline; }

.gray { color:#CCCCCC; }
.bold { font-weight:bold; }
li.noshow { list-style:none; }