@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

html, body {
	margin:0;
	padding:0;
    height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}

	#wrapper {
		margin:0 auto;
		padding:0;
		position: relative;
		width:100%;
		min-height: 100%;
		font-family:Arial, Helvetica, sans-serif;
		background: url(../images/wrapper-background.gif) top center repeat-y #31416f;
	}
	
		#header-wrapper {
			width:100%;
			height:160px;
			background: url(../images/header-wrapper-background.jpg) top center repeat-x;
		}
		
			#header {
				margin: 0 auto;
				width:960px;
				height:160px;
				background: url(../images/header-background.gif) bottom left no-repeat;
			}

				#header h1 {
					margin:0;
					padding:0;
					float:left;
				}

					#header h1 a {
						display:block;
						width:240px;
						height:105px;
						background: url(../images/logo.gif) top left no-repeat;
						text-indent:-9999px;
					}

				#header #contact {
					float:right;
					width:490px;
					height:85px;
					padding-top: 20px;
					background: url(../images/contact-background.gif) 290px 0 no-repeat;
				}

					#header #contact h2 {
						margin:0;
						padding-bottom:3px;
						color:#31416f;
						text-transform:uppercase;
						font-size: 14px;
						font-weight:bold;
						letter-spacing: 0.1em;
					}

						#header #contact h2 strong {
							font-size:25px;
							font-weight:bold;
							letter-spacing:normal;
						}

					#header #contact a {
						display:block;
						width:284px;
						height:41px;
						color:#31416f;
						background: url(../images/schedule-appointment.gif) top left no-repeat;
						line-height:41px;
						text-align:center;
						text-decoration:none;
						font-size: 16px;
						font-weight:bold;
					}

						#header #contact a:hover {
							background-position: 0 -41px;
						}

				#header ul#nav {
					clear:both;
					position:relative;
					z-index:3 !important;
					width:942px;
					padding: 0 9px;
					list-style:none;
				}

					#header ul#nav li {
						float:left;
					}

						#header ul#nav li:hover {
							position:static;
						}

						#header ul#nav li a {
							display:block;
							width:150px;
							height:40px;
							line-height:40px;
							color:#31416f;
							background: url(../images/nav-button.png) top left no-repeat;
							text-align:center;
							text-transform:uppercase;
							text-decoration:none;
							font-size:14px;
							font-weight:bold;
						}
						
							#header ul#nav li a.large {
								width:186px;
								background: url(../images/nav-button-large.png) top left no-repeat;
							}

							#header ul#nav li a .carrot {
								margin-left: 15px;
								padding: 0 0 0 5px;
								background: url(../images/nav-button-carrot.png) 0 5px no-repeat;
								text-indent: -9999px;
							}

							#header ul#nav li a:hover {
								background-position: 0 -40px;
							}

							#header ul#nav > li.first a {
								background: url(../images/nav-button-left.png) top left no-repeat;
							}

								#header ul#nav > li.first a:hover {
									background-position: 0 -40px;
								}

							#header ul#nav li.large a {
								width:186px;
								background: url(../images/nav-button-large.png) top left no-repeat;
							}

								#header ul#nav li.large a:hover {
									background-position: 0 -40px;
								}

							#header ul#nav > li.last > a {
								width:156px;
								background: url(../images/nav-button-right.png) top left no-repeat;
							}

								#header ul#nav > li.last > a:hover {
									background-position: 0 -40px;
								}

					#header ul#nav li ul {
						position: absolute;
						left: -9999em;
						z-index:1;
						width:auto;
						padding:0;
						list-style:none;
						/*padding: 0 0 20px 0;*/
						/*-moz-border-radius-bottomleft:6px;
						-moz-border-radius-bottomright:6px;
						-webkit-border-bottom-left-radius:6px;
						-webkit-border-bottom-right-radius:6px;*/
					}
					
						#header ul#nav li:hover ul {
							left: auto;
						}

						#header ul#nav li ul li {
							float:none;
						}

							#header ul#nav li ul li a {
								width:150px;
								height:auto;
								padding: 15px 20px;
								color:#fff;
								background: #4a5f9b;
								border-top: 1px solid #818fb9;
								border-left: 1px solid #818fb9;
								border-bottom: 1px solid #34426c;
								border-right: 1px solid #34426c;
								line-height: normal;
								text-align:left;
								text-decoration:none;
								font-size:14px;
								font-weight:normal;
							}

								#header ul#nav li ul li a .carrot {
									margin-left: 5px;
									padding: 0 0 0 5px;
									background: url(../images/subnav-button-carrot.png) left center no-repeat;
									text-indent: -9999px;
								}
	
								#header ul#nav > li > ul > li.first > a {
									border-top:none;
									background: url(../images/nav-button-dropdown-background.gif) top left no-repeat #4a5f9b;
								}

								#header ul#nav li ul li a:hover {
									background: #7385b8;
									border-top: 1px solid #9daacd;
									border-left: 1px solid #9daacd;
									border-right: 1px solid #505d80;
									border-bottom: 1px solid #505d80;
								}

									#header ul#nav > li > ul > li.first > a:hover {
										border-top:none;
										background: url(../images/nav-button-dropdown-background.gif) -190px 0 no-repeat #7385b8;
									}

							#header ul#nav li ul li ul {
								margin: -48px 0 0 192px;
							}

							#header ul#nav li ul li ul {
								margin: -48px 0 0 192px;
							}

							#header ul#nav li:hover ul li ul {
								left: -999em;
							}

								#header ul#nav li:hover ul, #header ul#nav li ul li:hover ul {
									left: auto;
								}
								
								#header ul#nav li:hover ul li ul, #header ul#nav li:hover ul li ul li ul {
									left: -999em;
								}
								
									#header ul#nav li:hover ul, #header ul#nav li ul li:hover ul, #header ul#nav li ul li ul li:hover ul {
										left: auto;
									}
	
		#content {
			margin: 0 auto;
			padding:0 10px;
			width:940px;
		}
		
		.clear-float {
			display: block;
			height: 0px;
			width: 1px;
			font-size: 1px;
			margin: 0;
			padding: 0 0 1px 0;
			clear: both;
			}
		
		.clear-float-footer {
			display: block;
			height: 0px;
			width: 900px;
			font-size: 1px;
			margin: 0;
			padding: 0 0 285px 0;
			clear: both;
			}
		
		#footer {
			position:absolute;
			bottom:0;
			height:270px;
			width:100%;
			text-align: center;
			background: url(../images/footer-background.jpg) top center repeat-x #31416f;
		}

			#footer #affiliations {
				margin: 0 auto;
				padding: 32px 0 0 10px;
				width:950px;
				height:118px;
			}

				#footer #affiliations .affiliate {
					float:left;
					/*margin-right: 14px;*/
					margin-right:58px;
					width:155px;
					height:85px;
					background: url(../images/footer-affiliation-background.png) top left no-repeat;
				}
		
					#footer #affiliations .affiliate.small {
						float:left;
						margin-right:0;
						width:90px;
						height:85px;
						background: url(../images/footer-affiliation-background-small.png) top left no-repeat;
					}
			
					#footer #affiliations .affiliate.double {
						float:left;
						margin-right:0;
						width:160px;
						height:85px;
						background: url(../images/footer-affiliation-background-double.png) top left no-repeat;
					}

					#footer #affiliations .affiliate a {
						display:block;
						padding-top:4px;
						width:155px;
						height:81px;
						border:none;
					}

						#footer #affiliations .affiliate.small a {
							width:90px;
						}

						#footer #affiliations .affiliate.double a {
							margin-bottom:14px;
							padding-top:3px;
							width:160px;
							height:30px;
						}
			
			#footer ul {
				list-style:none;
				margin: 13px 0 10px;
			}
			
				#footer ul li {
					display:inline;
				}
				
					#footer ul li a {
						color:#fff;
						font-size:11px;
						text-transform:uppercase;
						text-decoration:none;
						border-right: 1px solid #fff;
						padding: 0 10px;
					}
					
					#footer ul li a.right {
						border-right:none;
					}
					
					#footer ul li a:hover, #footer ul li a.active {
						text-decoration:underline;
					}
			
			#footer p {
				color:#98a0b7;
				font-size:11px;
				line-height:17px;
			}

				/*#footer p .small {
					font-size:10px;
				}*/
			
				#footer p a{
					color:#98a0b7;
					text-decoration:underline;
				}
				
					#footer p a:hover {
						color:#fff;
						text-decoration:none;
					}

					/*#footer p .small a {
						text-decoration:none;
					}

						#footer p .small a:hover {
							text-decoration: underline;
						}*/
