/* Colors: 
 *  light green - #bdd73c
 * 	red - #bf1e2e
 */

#container {
	margin: 0 auto;
	width: 1024px;
	background: #fff;
}

/* ------- Globals ----------- */
body {
	background: #fff;
}
.tag {
	text-indent: -9999px;
}
.cb {
	clear: both;
}
.hidden {
	display: none;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.bar-full {
	background: #bbd73c;
	height: 15px;
}
.bar {
	background: #bdd73c;
	height: 10px;
	margin: 10px 25px 0 25px;
}
span.break {
		color: #000;
		font-weight: bold;
}

/* ------------------------------------------------------------------
----------------------------- Top -----------------------------------
-------------------------------------------------------------------*/		
/* ----- Logo ----- */
#header {
	background: #fff;
	position: relative;
}
#header img#logo {
	margin: 30px 0 0 53px;
	float: left;
}
/* ----- Announcements ---- */
#header #announcements {
	position: absolute;
	top: 25px;
	left: 275px;
	width: 500px;
	height: 100px;
	text-align: center;
	border-top: 1px solid #cc3333;
	border-left: 3px solid #cc3333;
	border-right: 3px solid #cc3333;
	border-bottom: 5px solid #cc3333;
	-moz-border-radius: 5px;
}
#header #announcements h3 {
	font-size: 150%;
	color: #cc3333;
	font-weight: bold;
	font-variant: small-caps;
	font-family: 'Times New Roman';
}
#header #announcements a {
	color: #8FA522;
}
#header #announcements a:hover {
	text-decoration: underline;
	color: #cc3333;
}
/* ----- Locations in Header ---- */
#header #locations {
	float: right;
	margin: 0 22px 0 0;
	display: inline;
	width: 200px;
}
#header #locations img {
	margin: 0 auto;
}
#header #locations ul {
	list-style-type: none;
	display: inline;
}
	#header #locations ul li.loc {
		margin: 0 0 0 8px;
		display: inline;
	}
		#header #locations ul li.loc p.loc-number {
			margin: 0 15px 0 10px;
			float: right;	
			display: inline;
		}

		
/* ------ Navigation ---- */
#nav {
	float: right;
	margin: 60px 30px 0 0;
}
	#nav ul {
		list-style-type: none;
	}
		#nav ul li {
			display: inline;
		}
			#nav ul li a {
				float: left;
				background: url(../img/nav/nav.png) no-repeat;
				width: 143px;
				background-position: -5px 0;
				margin: 0 3px 0 0;
				height: 27px;
				text-align: center;
				font-size: 14px;
				font-weight: bold;
				padding-top: 10px;
				color: #fff;
			}
			#nav ul li a:hover {
				background-position: -154px 0;
				color: #000;
			}
		#nav ul li.current a {
			background-position: -154px 0;
			color: #000;
		}
/* ---------------------------------------------------------
 * ------------------ CONTENT GLOBALS ----------------------
 * -------------------------------------------------------*/
/* ------- Banner --------- */
#banner {
	background: #bdd73c;
	height: 161px;
	width: 990px;
	position: relative;
}
	#banner img {
		position: absolute;
	}
	#banner h1 {
		float: right;
		text-indent: -9999px;
	}
/* ------ Aside ------------ */
#aside {
	position: absolute;
	margin-top: 45px;
}	
	#aside a {
		color: #cc3333;
		outline: none;
		display: block;
		line-height: 2;
		border-bottom: 1px solid #cadf63;
		padding: 0 3px;
	}
	#aside a:hover {
		padding-left: 5px;
		color: #fff;
		background: #cc3333;
		-moz-border-radius: 10px;
		-moz-border-radius-topLeft: 0px;
		-moz-border-radius-bottomLeft: 0px;
	}
	#aside a.current {
		color: #bdd73c;
		font-weight: bold;
	}
	#aside a.current:hover {
		color: #fff;
	}
/* ------ Content -------- */
#content {
	float: right;
	width: 585px;
	margin-right: 30px;
	position: relative;
	margin-top: 40px;
}
	#content img {
		position: absolute;
		left: -150px;
	}

		
/* ------------------------------------------------------------------
---------------------------- Index ----------------------------------
-------------------------------------------------------------------*/		
/* ------- Banner --------- */
#index #banner {
	background: #fff;
	margin-bottom: 18px;
	height: auto;
}
	#index #banner img {
		position: static;
		float: right;
	}
	#index #banner h1 {
		background: url(../img/index/banner.png) no-repeat;
		width: 477px;
		height: 348px;
		margin-left: 25px;
		float: none;
	}	
/* -------- Content + Aside ---------- */
#index #aside {
	background: url(../img/index/bg_red_box.png) no-repeat;
	width: 400px;
	height: 245px;
	float: left;
	margin-left: 25px;
	display: inline;
	margin-top: 0;
}
	#index #aside p {
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		margin: 20px 0 0 15px;
	}
	#index #aside ul {
		list-style-position: inside;
		margin: 5px 0 0 35px;
	}
		#index #aside ul li {
			font-size: 16px;
			color: #fff;
			margin-top: 10px;
		}
#index #content {
	width: 517px;
	float: right;
	background: #bdd73c;
	margin-right: 34px;
	padding: 7px 3px 7px 30px;
	display: inline;
	margin-top: 0;
}
	#index #content p.heading {
		font-weight: bold;
		font-size: 14px;
		margin-top: 30px;
	}
	#index #content p {
		font-size: 12px;
		width: 320px;
		text-align: left;
		margin-top: 10px;
	}
	#index #content a {
		float: right;
		font-size: 12px;
		margin: 25px 15px 0 0;
	}
		#index #content a:hover {
			color: #bf1e2e;
		}
	#index #content img {
		float: right;
		position: static;
	}

/* ------------------------------------------------------------------
---------------------- Meet Our Practice ----------------------------
-------------------------------------------------------------------*/			
#meet-our-practice {
	position: relative;
	width: 100% !important;
	height: 100%;
	zoom: 1;
	z-index: 1000 !important;
}
		#meet-our-practice #banner img {
			position: absolute;
			top: -9px;
			height: 170px;
		}
		#meet-our-practice #banner h1 {
			float: right;
			background: url(../img/meet-our-practice/meet-our-practice.png) no-repeat;
			width: 616px;
			height: 93px;
			margin-right: 35px;
			margin-top: 30px;
		}
	#meet-our-practice #aside {
		width: 200px;
	}
	#meet-our-practice #content {
		float: right;
		width: 585px;
		margin-right: 30px;
		position: relative;
		margin-top: 40px;
	}
		#meet-our-practice #content img {
			position: absolute;
			left: -150px;
		}
		#meet-our-practice #content h3 {
			font-weight: bold;
		}
		#meet-our-practice #content p {
			margin: 20px 0;
			line-height: 1.2em;
		}
		#meet-our-practice #content ul {
			list-style-position: inside;
			margin: 5px 0 0 10px;
		}
		#meet-our-practice #content ul li {
			margin-top: 5px;
		}
		#meet-our-practice #content .section {
			background: url(../img/meet-our-practice/bar.png) no-repeat;
			background-position: bottom left;
			margin-top: 20px;
			padding-bottom: 20px;
		}
			#meet-our-practice #content .section h3 {
				font-weight: bold;
			}
			#meet-our-practice #content .section .address2 {
				float: right;
				margin-right: 100px;
			}
			#meet-our-practice #content .section .group {
				margin-top: 15px;
			}
				#meet-our-practice #content .section .group .right {
					float: right;
					width: 100px;
				}
			#meet-our-practice #content .section p {
				line-height: 1;
				margin: 0;
			}
			#meet-our-practice #content .section p.bold {
				font-weight: bold;
			}
			#meet-our-practice #content .section p.push {
				margin-top: 14px;
			}
			#meet-our-practice #content .section ul {
				list-style-type: none;
				margin-left: 30px;
			}
				#meet-our-practice #content .section ul li {
					margin-top: 10px;
					display: block;
				}
				#meet-our-practice #content .section ul li.first {
					margin-top: 0;
				}
				#meet-our-practice #content .special p.date {
					width: 200px;
				}
				#meet-our-practice #content .section ul li p.date {
					float: right;
					text-align: left;
					width: 130px;
				}
			#meet-our-practice #content .section .date {
				float: right;
				width: 200px;
				text-align: left;
				margin-right: 55px;
			}
			#meet-our-practice #content .section p.underline {
				text-decoration: underline;
			}
			#meet-our-practice #content ul.wide li p {
				width: 350px;
			}
			#meet-our-practice #content ul.wide li p.date {
				margin-right: 0;
				width: 100px;
			}
		#meet-our-practice #content .first {
			margin-top: 50px;
		}
		#meet-our-practice #content .end {
			background: none;
			margin-bottom: 40px;
		}	
/* ------------------------------------------------------------------
---------------------- Patient Education ----------------------------
-------------------------------------------------------------------*/
#patient_education #banner img {
	left: -8px;
	top: -4px;
}	
#patient_education #banner h1 {
	background: url(../img/patient-education/patient-education.png) no-repeat;
	width: 615px;
	height: 94px;
	margin-right: 50px;
	margin-top: 30px;
}
#patient_education #aside {
	
}
#patient_education #content h2 {
	font-weight: bold;
	padding: 20px 0 0 10px;
	margin: 20px 0 10px 0;
	border-top: 1px solid #bdd73c;
	font-size: 105%;
}
#patient_education #content h2.first {
	border: none;
}
#patient_education #content p {
	padding: 0;
	margin: 10px 0;
}
#patient_education #content p a {
	display: inline;
	margin: 0;
	padding: 0;
}
#patient_education #content p a:hover {
	padding: 0;
}
#patient_education #content a {
	color: #CC3333;
	margin: 7px 0;
	padding-left: 10px;
	display: block;
	width: auto;
}
#patient_education #content a:hover {
	/* color: #bdd73c; */
	color: #A2BA26;
	text-decoration: underline;
	padding-left: 3px;
}
/* ------------------------------------------------------------------
----------------------- New Patients --------------------------------
-------------------------------------------------------------------*/	
#new_patients #banner img {
	left: 30px;
	top: -10px;
}
#new_patients #banner h1 {
	background: url(../img/new-patients/new-patients.png) no-repeat;
	margin-right: 225px;
	margin-top: 30px;
	width: 435px;
	height: 91px;
}
#new_patients #content {
	/* min-height: 550px; */
	margin-bottom: 35px;
}
#new_patients #content h3, #new_patients #content h2 {
	font-weight: bold;
}
#new_patients #content p {
	margin: 20px 0;
	line-height: 1.2em;
}
#new_patients #content ul {
	list-style-position: inside;
	margin: 5px 0 0 10px;
}
#new_patients #content ul li {
	margin-top: 5px;
}
#new_patients #content table {
	margin-top: 10px;
	border-spacing: 30px 15px;
}
#new_patients #content table th {
	font-weight: bold;	
}
#new_patients #content table td {
	width: 250px;
}
#new_patients #content table td.row-heading {
	font-weight: bold;
	width: 100px;
}
#new_patients #content table tr.seperator td {
	background: #bdd73c;
	height: 1px;
}
/* ------------------------------------------------------------------
-------------------------- Contact ----------------------------------
-------------------------------------------------------------------*/	
#contact #banner img {
	left: 0;
	top: -6px;
	height: 176px;
}
#contact #banner h1{
	background: url(../img/contact/contact-us.png) no-repeat;
	width: 373px;
	height: 78px;
	margin-right: 300px;
	margin-top: 35px;
}
#contact #content p {
	margin: 10px 0;
}
#contact #content form {
	margin-top: 75px;
}
#contact #content form label {
	float: left;
	text-align: right;
	display: block;
	margin-right: 10px;
	width: 100px;
}
#contact #content form input {
	width: 370px;
	display: inline;
	border: 1px solid #000;
	box-shadow: 5px 5px 5px #b7b7b7;
	-moz-box-shadow: 5px 5px 5px #b7b7b7;
	-webkit-box-shadow: 5px 5px 5px #b7b7b7;
	padding: 2px;
}
#contact #content form input:focus {
	background-color: #FFFFCC;
}
#contact #content form input:hover {
	border-color: #BDD73C;
	box-shadow: 0 0 5px #BDD73C;
	-moz-box-shadow: 0 0 5px #BDD73C;
	-webkit-box-shadow: 0 0 5px #BDD73C;
}

#contact #content form div {
	margin-top: 7px;
}
#contact #content form textarea {
	width: 370px;
	height: 180px;
	border: 1px solid #000;
	box-shadow: 5px 5px 5px #b7b7b7;
	-moz-box-shadow: 5px 5px 5px #b7b7b7;
	-webkit-box-shadow: 5px 5px 5px #b7b7b7;
	overflow: auto;
}
#contact #content form textarea:focus {
	background-color: #FFFFCC;
}
#contact #content form textarea:hover {
	border-color: #BDD73C;
	-moz-box-shadow: 0 0 5px #BDD73C;
	-webkit-box-shadow: 0 0 5px #BDD73C;
}
#contact #content form div.buttons {
	margin: 20px 0 50px 0;
}
#contact #content form div.buttons input {
	width: auto;
	margin-left: 42%;
	box-shadow: 2px 2px 5px #b7b7b7;
	-moz-box-shadow: 2px 2px 5px #b7b7b7;
	-webkit-box-shadow: 2px 2px 5px #b7b7b7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 2px 25px;
}
#contact #content form div.buttons input:hover {
	cursor: pointer;
	box-shadow: 0 0 5px #BDD73C;
	-moz-box-shadow: 0 0 5px #BDD73C;
	-webkit-box-shadow: 0 0 5px #BDD73C;
}

#announcements #banner img {
	top: 30px;
	left: 20px;
}
#announcements #banner h1 {
	text-indent: 0;
	margin: 20px 125px 0 0;
	font-size: 66px;
}
#announcements #content {
	width: 100%;
	float: none;
}
#announcements #content .box {
	width: 80%;
	margin: 20px auto;
}
#announcements #content .dropbox {
	border-left: 1px solid #cc3333;
	border-right: 3px solid #cc3333;
	border-bottom: 5px solid #cc3333;
	background: #bdd73c;
	padding: 5px;
	-moz-border-radius-topRight: 5px;
	-moz-border-radius-bottomLeft: 5px;
}
#announcements #content .dropbox p {
	margin: 10px 0;	
}
#announcements #content h3 {
	font-size: 24px;
	font-weight: bold;
	color: #cc3333;
	padding: 5px 10px;
	background: #bdd73c;
	display: inline;
	border: 1px solid #cc3333;
	border-right: none;
	border-bottom: none;
	-moz-border-radius-topLeft: 5px;
	-moz-border-radius-topRight: 5px;
} 
#announcements #content table {
	margin: 0 auto;
}
#announcements #content table, #announcements #content th, #announcements #content td  {
	border: 1px solid #cc3333;
}
#announcements #content table table {
	border: none;
}
#announcements #content table th, #announcements #content table td {
	padding: 5px;
}
.docs {
	top: 20px;
	left: 10px;
	background: #bdd739;
}
#privacy_policy #banner h1 {
	text-indent: 0;
	font-size: 66px;
	margin: 30px 150px 0 0;
}

#terms #banner h1 {
	text-indent: 0;
	font-size: 66px;
	margin: 30px 100px 0 0;
}
#privacy_policy #content {
	width: 90%;
	float: none;
	margin-left: 30px;
	padding-bottom: 30px;
}
#privacy_policy #content h2 {
	font-size: 180%;
	font-weight: bold;
}
#privacy_policy #content p {
	line-height: 1.2;
	margin-bottom: 10px;
}
#privacy_policy #content p.contact {
	margin: 0;
}
#privacy_policy #content h3 {
	margin: 20px 0 0 0;
	font-weight: bold;
	text-decoration: underline;
}
#privacy_policy #content p.end {
	margin-top: 25px;
}	
#terms #content {
	width: 90%;
	float: none;
	margin-left: 30px;
	padding-bottom: 30px;
}
#terms #content h3 {
	display: inline;
	font-weight: bold;
}
#terms #content p {
	margin-top: 20px;
}

/* ------------------------------------------------------------------
---------------------------- Bottom ---------------------------------
-------------------------------------------------------------------*/	
/* ------- Information -------- */
 #info {
	padding-right: 25px;
	background: #fff;
}
	 #info .tab {
		background: url(../img/btm/tab-downward.png) no-repeat;
		width: 198px;
		height: 28px;
		margin-left: 24px;
		text-align: center;
	}
	 #info #legend {
		margin: 55px 0 0 35px;
	}
	 #info #legend p {
		font-size: 10px;
	}
	 #info #legend p.long {
		width: 195px;
		text-align: justify;
		margin-top: 15px;
	}
	 #info #legend p.short {
		width: 115px;
	}
	 #info .address ul {
		list-style-type: none;
	}
		 #info .address ul li {
			font-size: 11px;
		}
	 #info .hours {
		width: 130px;
	}
	 #info .hours p {
		text-align: center;
	}
	 #info .hours ul {
		list-style-type: none;
	}
		 #info .hours ul li {
			font-size: 14px;
		}
	 #info .loc {
		float: right;
		width: 325px;
	}
	 #info .loc.first {
		margin-right: 45px;
	}
		 #info .loc .hours {
			float: right;
		}
		 #info .loc .map-wrap {
			width: 180px;
			margin: 0 0 3px 0;
			font-size: 10px;
			text-align: center;
		}
			 #info .loc .map-wrap a {
				color: #bf1e2e;
			}
			 #info .loc .map-wrap a:hover{
				color: #bdd73c;
				text-decoration: underline;
			}
		 #info .loc .address {
			margin-left: 5px;
		}
/* ----------- Footer ---------- */
#footer {
	background: #bdd73c;
	padding: 15px 25px 3px 25px;
	font-size: 12px;
	height: 25px;
	margin-top: 10px;
}
	#footer p.links {
		display: inline;
		float: left;
	}
	#footer p.copyright {
		float: right;
		display: inline;
	}
	#footer a:hover {
		color: #bf1e2e;
	}


