﻿/* CSS Document */

#container {
	width: 901px;
	margin: auto;
	padding-top: 10px;
}

#top {
	height: 53px;
}

	#topLeft {
		float: left;
		width: 420px;
		padding-top: 5px;
		padding-left: 10px;
	}
	
	#topRight {
		float: right;
		width: 460px;
		padding-right: 10px;
		text-align: right;
		color: #0072AD;
	}
	
	#topRight a {
		color: #0072AD;
	}

#navBar {
	position: relative;
	margin-top: 14px;
	clear: both;
}

	#navLeftCorner {
		padding-left: 10px;
		width: 10px;
		vertical-align: top;
	}
	
	#navCenter {
		height: 32px;
		background-image: url(images/graphic_bgNav.jpg);
		background-repeat: repeat-x;
		font-size: 11px;
		font-weight: normal;
		color: #0072AD;
		text-align: center;
		vertical-align: top;
	}
	#navCenter a {
		color: #0072AD;
	}
		.physicianHoverable a {
			padding-top: 7px;
			display: block;
			width: 125px;
			height: 25px;
		}
		#navCenter .physicianHoverable a:hover {
			background-image: url(images/b_physician_over.jpg);
			background-repeat: no-repeat;
			text-decoration: none;
			color: #FFFFFF;
		}
		#navCenter .physicianSelected {
			padding-top: 7px;
			height: 25px;
			background-image: url(images/b_physician_down.jpg);
			background-repeat: no-repeat;
			color: #FFFFFF;
		}
		#navCenter .physicianSelected a, .physicianSelected a:hover {
			text-decoration: none;
			color: #FFFFFF;
		}
		
		
		.servicesHoverable a {
			padding-top: 7px;
			display: block;
			width: 128px;
			height: 25px;
		}
		#navCenter .servicesHoverable a:hover {
			background-image: url(images/b_services_over.jpg);
			background-repeat: no-repeat;
			text-decoration: none;
			color: #FFFFFF;
		}
		#navCenter .servicesSelected {
			padding-top: 7px;
			height: 25px;
			background-image: url(images/b_services_down.jpg);
			background-repeat: no-repeat;
			color: #FFFFFF;
		}
		#navCenter .servicesSelected a, .servicesSelected a:hover {
			text-decoration: none;
			color: #FFFFFF;
		}
		
		
		.guideHoverable a {
			padding-top: 7px;
			display: block;
			width: 193px;
			height: 25px;
		}
		#navCenter .guideHoverable a:hover {
			background-image: url(images/b_guide_over.jpg);
			background-repeat: no-repeat;
			text-decoration: none;
			color: #FFFFFF;
		}
		#navCenter .guideSelected {
			padding-top: 7px;
			height: 25px;
			background-image: url(images/b_guide_down.jpg);
			background-repeat: no-repeat;
			color: #FFFFFF;
		}
		#navCenter .guideSelected a, .guideSelected a:hover {
			text-decoration: none;
			color: #FFFFFF;
		}
		
		
		.supportHoverable a {
			padding-top: 7px;
			display: block;
			width: 148px;
			height: 25px;
		}
		#navCenter .supportHoverable a:hover {
			background-image: url(images/b_support_over.jpg);
			background-repeat: no-repeat;
			text-decoration: none;
			color: #FFFFFF;
		}
		#navCenter .supportSelected {
			padding-top: 7px;
			height: 25px;
			background-image: url(images/b_support_down.jpg);
			background-repeat: no-repeat;
			color: #FFFFFF;
		}
		#navCenter .supportSelected a, .supportSelected a:hover {
			text-decoration: none;
			color: #FFFFFF;
		}
		
		
		.researchHoverable a {
			padding-top: 7px;
			display: block;
			width: 90px;
			height: 25px;
		}
		#navCenter .researchHoverable a:hover {
			background-image: url(images/b_research_over.jpg);
			background-repeat: no-repeat;
			text-decoration: none;
			color: #FFFFFF;
		}
		#navCenter .researchSelected {
			padding-top: 7px;
			height: 25px;
			background-image: url(images/b_research_down.jpg);
			background-repeat: no-repeat;
			color: #FFFFFF;
		}
		#navCenter .researchSelected a, .researchSelected a:hover {
			text-decoration: none;
			color: #FFFFFF;
		}
		
		
		.professionalsHoverable a {
			padding-top: 7px;
			display: block;
			width: 173px;
			height: 25px;
		}
		#navCenter .professionalsHoverable a:hover {
			background-image: url(images/b_professionals_over.jpg);
			background-repeat: no-repeat;
			text-decoration: none;
			color: #FFFFFF;
		}
		#navCenter .professionalsSelected {
			padding-top: 7px;
			height: 25px;
			background-image: url(images/b_professionals_down.jpg);
			background-repeat: no-repeat;
			color: #FFFFFF;
		}
		#navCenter .professionalsSelected a, .professionalsSelected a:hover {
			text-decoration: none;
			color: #FFFFFF;
		}
	
	#navRightCorner {
		width: 11px;
		padding-right: 9px;
		vertical-align: top;
	}

#middleContainer {
	float: left;
	width: 901px;
	margin-top: -2px;
	background-color: #FFFFFF;
}

	#middleInnerContainerRight {
		float:left;
		background-image: url(images/graphic_sub_right.jpg);
		background-repeat: repeat-y;
		background-position: right;
	}

		#middleInnerContainerLeft {
			float: left;
			background-image: url(images/graphic_subnav_bgGradient.jpg);
			background-repeat: repeat-y;
			background-position: left;
		}
		
			#middleInnerContainerRose {
				float: left;
				background-image: url(images/graphic_subnav_bgman.jpg);
				background-position: left 15px;
				background-repeat: no-repeat;
			}
	
				#middleContainerLeft {
					float: left;
					width: 192px;
				}
				
					#middleContainerLeftTop {
						height: 15px;
						background-image: url(images/graphic_subnav_top.jpg);
					}
					
						#subNavItem,.subNavItem {
							padding-left: 25px;
							padding-top: 3px;
							padding-bottom: 3px;
							padding-right: 8px;
							color: black;
						}
						
						#subNavItem a {
							color: black;
							font-size: 11px;
						}
						.subNavItem a {
							color: black;
							font-size: 11px;
						}
						
						#subNavSelected,.subNavSelected {
							padding-top: 5px;
							padding-bottom: 5px;
							padding-left: 23px;
							margin-left: 2px;
							padding-right: 8px;
							font-size: 11px;
							font-weight: bold;
							color: black;
							background-color: #7DBBCE;
						}
						
							#subNavSelectedItem,.subNavSelectedItem {
								padding-top: 4px;
								padding-bottom: 4px;
								padding-left: 15px;
								font-size: 10px;
								font-weight: normal;
								line-height: 11px;
								color: black;
							}
							
							#subNavSelected a,.subNavSelected a {
								font-size: 11px;
								font-weight: bold;
								color: black;
							}
							
							 #subNavSelectedItem a,.subNavSelectedItem a {
								font-size: 10px;
								font-weight: normal;
								color: black;
							 }
							 
							 #subNavSubSelectedItem,.subNavSubSelectedItem {
							 	padding-top: 4px;
								padding-bottom: 4px;
								padding-left: 15px;
								font-size: 10px;
								font-weight: bold;
								line-height: 11px;
								color: black;
							 }
							 
							 #subNavSubSelectedItem a,.subNavSubSelectedItem a {
							 	font-size: 10px;
								font-weight: bold;
								color: black;
							 }
							 
							 #subNavSubSelectedSubItem,.subNavSubSelectedSubItem {
							 	font-size: 10px;
								color: black;
								font-weight: normal;
								padding-left: 15px;
								line-height: 11px;
							 }
							 
							 #subNavSubSelectedSubItem a,.subNavSubSelectedSubItem a {
							 	font-size: 10px;
								color: black;
								font-weight: normal;
							 }
							 
							 #subNavSubSelectedSubSelectedItem,.subNavSubSelectedSubSelectedItem {
							 	font-size: 10px;
							 	color: black;
							 	font-weight: normal;
							 	padding-left: 15px;
								line-height: 11px;
							 }
							 
							 #subNavSubSelectedSubSelectedItem a,.subNavSubSelectedSubSelectedItem a {
							 	font-size: 10px;
							 	color: black;
							 	font-weight: bold;
							 }
				
				#middleContainerRight {
					float: right;
					width: 709px;
				}
				
					#middleContainerRightContentTop {
						float: left;
						width: 475px;
						padding-left: 20px;
						padding-top: 20px;
					}
				
					#middleContainerRightContent {
						margin-top: 50px;
						width: 475px;
						padding-left: 20px;
						padding-right: 10px;
						background-color: #FFFFFF;
					}
						
						#middleContainerRightContent a {
							text-decoration: underline;
						}
						
						#middleContainerRightContent li a {
							text-decoration: underline;
							cursor: hand;
						}
					
						.largeHeader {
							font-size: 12px;
							color: #0073AE;
							font-weight: bold;
							margin-top: 10px;
						}
						
						.imageBorder {
						margin-right: 6px;
						border: 1px solid #c9c8ce;
						}
					
						#middleContainerRightContentDivider,.middleContainerRightContentDivider {
							background: url(images/graphic_sub_divider.gif);
							background-repeat: repeat-x;
							height: 1px;
							margin-top: 10px;
							margin-bottom: 10px;
						}
					
						.currentCrumb {
							font-weight: bold;
							color: #0073AE;
							font-size: 10px;
						}
						
						.prevCrumb {
							color: #0073AE;
							font-size: 10px;
						}
				
					#middleContainerRightResources {
						float: right;
						width: 154px;
						margin-top: 20px;
						margin-right: 20px;
						margin-bottom: 20px;
						background-color: #FFFFFF;
					}
					
					#middleContainerRightResources ul {
						list-style-type: none;
						list-style-image: none;
						padding-left: 0;
						margin-left: 0;
					}
					
					#middleContainerRightResources li {
						background-image: url(images/graphic_arrow.gif);
						background-position: left top;
						background-repeat: no-repeat;
						padding-left: 18px;
						margin-bottom: 3px;
					}
					
						#middleContainerRightResourcesContent {
							height: 47px;
							padding-top: 6px;
							margin-bottom: 15px;
							background: url(images/graphic_bgToolbox.jpg);
							background-repeat: no-repeat;
						}
						
						#middleContainerRightResourcesAsk {
							height: 81px;
							padding-top: 103px;
							padding-left: 12px;
							margin-bottom: 15px;
							background: url(images/sidebar_ask.jpg);
							background-repeat: no-repeat;
						}
						
						#middleContainerRightResourcesComponent,.middleContainerRightResourcesComponent {
							position: relative;
							padding-bottom: 15px;
						}
						
						.divider {
							background: url(images/graphic_sub_divider.gif);
							background-repeat: repeat-x;
							height: 1px;
							margin-top: 10px;
							margin-bottom: 10px;
						}

#bottom { 
	clear: both;
	height: 15px;
}

	#bottomLeft {
		float: left;
		width: 192px;
		height: 15px;
		background-image: url(images/graphic_subnav_bottom.gif);
	}
	
	#bottomRight {
		float: right;
		width: 709px;
		height: 15px;
		background-image: url(images/graphic_sub_bottom.gif);
	}

#baseline {
	clear: both;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #66608e;
}

#baseline a {
	font-size: 9px;
	color: #66608e;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #c1c1c1;
	background-image: url(images/graphic_bgGradient.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 15px;
	font-size: 11px;
}

select {
	border: 2px solid #0073AE;
}

input {
	border: 2px solid #0073AE;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0072AD;
}


a:hover {
	text-decoration: underline;
}

ul {
	list-style-image: url(images/graphic_arrow.gif);
	padding-top: 2px;
}


.purple {
	color:#0072AD;
}


.textBox 
{
	border: 1px solid #0072AD;
}

.jsHide
{
	display: none;
	list-style-type: none;
	margin-top: 5px;
	visibility: hidden;
}


.btnGoogle
{
	width:70px; 
	height:20px;
	background: none; 
	background-image: url(images/b_search.gif);
	border-style: none;
}
