@charset "utf-8";
/*  ///////////////////////////////////
	----------------------------------

	main.css
	W Dan Vaughn

	// contents
	   ^^^^^^^^

	/// global reset
	
	///site-wide styles
	////header
	////footer
	////typography
	
	///home page
	
	///interior pages
	

	----------------------------------
	//////////////////////////////////  */

@import "forms.css";


/*  @ global reset

      ------------  */



html, body { height:100%; width:100%; margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, div, span, hr, img, form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
	border-width: 0;
}


/*  @ site-wide styles

      ----------------  */

.clear {clear: both; visibility:hidden;}

.left { float: left; }
	img.left { padding: 0 10px 10px 0; }

.right { float: right; }

.clear-left { clear: left; }

.clear-right { clear: right; }

.center { text-align: center; }

.center-div { margin: 0 auto; }

.hidden { display: none; }

body {
	font-size: 12px;
	color: #4C5053;
	font-family: Arial, Helvetica, sans-serif;
	behavior:url("assets/css/csshover.htc");
	background: url(../images/css-body-bg.jpg) top repeat-x #fdfdfd;
	border-top: 5px solid #44555f;
}

#container {
	width: 790px;
	background: url(../images/css-container-bg.gif) top repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/*  //// Typography  */

#copy ul {
	padding: 5px 10px 10px 20px;
}
	#copy ul li { padding-bottom: 3px; }


/*  //// Header  */

#header {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
}
	h1#header-logo {
	display: block;
	margin-bottom: 20px;
	float: left;
	}
	
	p#header-info {
		display: block;
		float: right;
		text-align: right;
		font-size: 11px;
		color: #757561;
	}
		p#header-info span {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 15px;
			color: #455560;
			padding-top: 4px;
			line-height: 31px;
			font-weight: bold;
		}
	
	ul#header-main-nav {
	list-style-type: none;
	display: block;
	background: url(../images/dot-blue.gif) bottom repeat-x;
	padding-left: 10px;
	height: 1%;
	}
		ul#header-main-nav li {
			float: left;
			padding-right: 8px;
			height: 1%
		}
			ul#header-main-nav li a {
				display: block;
				float: left;
				height: 25px;
				width: 111px;
				line-height: 25px;
				font-size: 12px;
				text-decoration: none;
				color: #455560;
				text-align: center;
				background: url(../images/css-header-mnav-li-bg.gif) top no-repeat;
			}
				ul#header-main-nav li.current a { background-image: url(../images/css-header-mnav-li-bg-c.gif); font-weight: bold; }
				ul#header-main-nav li:hover a { background: url(../images/css-header-mnav-li-bg.gif) bottom no-repeat; }
					ul#header-main-nav li.current:hover a { background-image: url(../images/css-header-mnav-li-bg-c.gif); font-weight: bold; }


/*  //// Footer  */

#footer-container {
	background: url(../images/css-footer-container-bg.jpg) top repeat-x;
	clear:both;
	padding: 30px 0;
}
	#footer {
		width: 750px;
		margin: 0 auto;
		color: #a2aab0;
		font-size: 11px;
	}
		#footer a { color: #d0d4d7; text-decoration: none; }
		#footer a:hover {  text-decoration: underline; }
		
		#footer-info {
			float: right;
			text-align: right;
		}
			#footer-info span {
				font-size: 16px;
				line-height: 40px;
				color: #d0d4d7;
			}
		
		#footer-nav { list-style-type: none; padding: 10px 0 20px 0; }
			#footer-nav li {
				height: 1%;
				display: block;
				float: left;
			}
			#footer-nav li a {
				float: left;
				border-left: 1px solid #a2aab0;
				height: 10px;
				line-height: 10px;
				padding: 0 4px;
				color: #d0d4d7;
			}
				#footer-nav li.first a {
					padding-left: 0;
					border: none;
				}
		#fnav-legal { float: left; }
		
		#fnav-legal p#disc {
			display: block;
			padding-top: 18px;
			color: #8d949a;
		}				


/*  @ home page

      ---------  */

#masthead-home {
	padding: 0 20px;
	padding-bottom: 25px;
	background-image: url(../images/css-home-masthead-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #455560;
	height: 1%;
}
	#masthead-home h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 35px;
		font-weight: normal;
		color: #fff;
		padding: 25px 0 10px 0;
	}
		#masthead-home h2 span {
			font-size: 20px;
			color: #455560;
			text-transform: uppercase;
			font-style: normal;
		}
	
	#masthead-home p {
		font-size: 15px;
		font-weight: bold;
		color: #DFDED6;
		line-height: 21px;
		width: 485px;
		padding-bottom: 18px;
	}
	#masthead-home a.more {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		color: #455560;
		display: block;
		height: 20px;
		width: 113px;
		line-height: 20px;
		text-decoration: none;
		background: url(../images/css-home-masthead-morelink-bg.gif) no-repeat;
		text-align: center;
	}
	
#home-sidebar {
	float: right;
	width: 250px;
}
	#home-sidebar h3 {
	display: block;
	margin: 0;
	border-bottom: 1px solid #acb3b4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #455560;
	padding: 0px;
	height: 30px;
	}
	#home-sidebar ul {
	padding: 20px 20px 20px 20px;
	list-style-type: none;
	background-color: #d5d5ce;
	background-image: url(../images/css-home-sidebar-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
		#home-sidebar ul li { height: 1%; padding-bottom: 7px; }
		#home-sidebar ul li a {
			color: #5D87A1;
			font-family: Georgia, "Times New Roman", Times, serif;
			text-decoration: none;
		}
			#home-sidebar ul li a:hover { color: #CC3333; text-decoration: underline; }

#copy.home {
	width: 500px;
}
	#copy.home p#mission {
	font-size: 16px;
	line-height: 23px;
	color: #5D87A1;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 30px;
	border-bottom: 1px solid #d0d4d7;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	}

#meet-staff-box {
	height: 140px;
	background: url(../images/css-home-meet-staff-bg.gif) right no-repeat;
}
	#meet-staff-box img {
		float: left;
		padding-right: 15px;
	}
	#copy.home #meet-staff-box h3 {
		font-size: 16px;
		color: #5D87A1;
		padding: 10px 0 0 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		text-transform: uppercase;
		height: auto;
		border: none;
	}
		#copy.home #meet-staff-box ul {
		list-style-type: none;
		font-size: 14px;
		color: #717b85;
		margin: 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		}
			#copy.home #meet-staff-box ul li { padding: 0 20px 4px 10px; }


/*  @ interior pages

      --------------  */

#content { padding: 30px 0; }

#masthead-interior {
	padding: 0 20px;
	background: url(../images/css-interior-masthead-bg.jpg) top no-repeat;
	height: 108px;
}
	#masthead-interior h2 {
		line-height: 108px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 35px;
		font-weight: normal;
		color: #fff;
	}
		#masthead-interior h2 span {
			font-size: 20px;
			color: #455560;
			text-transform: uppercase;
			font-style: normal;
		}

#left-sidebar {
	width: 180px;
	float: left;
	padding-top: 30px;
}
	
	ul#sub-nav {
		list-style-type: none;
		width: 140px;
	}
		ul#sub-nav li { height: 1%; }
			ul#sub-nav li a {
	display: block;
	color: #455560;
	text-decoration: none;
	border-top: 1px solid #d0d4d7;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 12px;
			}
				ul#sub-nav li a:hover { text-decoration: underline; }
				ul#sub-nav li.current a {
	font-weight: bold;
	text-decoration: none;
	padding-left: 12px;
	background: url(../images/arrow-right.gif) left no-repeat #455560;
	color: #F2F2EC;
}
				ul#sub-nav li.top a { border: none; }

#right-sidebar {
	width: 140px;
	float: right;
	padding-top: 30px;
}
	div.sidebar-extra {
		padding: 15px 10px 0 10px;
		height: 1%;
	}
		div.sidebar-extra h4 {
			font-weight: bold;
			text-transform: uppercase;
			padding-bottom: 4px;
			padding-left: 3px;
			display: block;
		}
		div.sidebar-extra p {
			display: block;
			color: #455560;
			padding: 8px 3px 4px 3px;
			margin-top: 4px;
			border-top: 1px solid #acb3b4;
		}
		
		div.sidebar-extra.tan { background: url(../images/css-sidebar-extra-tan-top-bg.gif) top no-repeat #d5d5ce; }
			div.sidebar-extra.tan h4 { color: #5D87A1; }
			div.sidebar-extra.tan p {
				color: #455560;
				padding-left: 30px;
				font-weight: bold;
				background: left 7px no-repeat;
			}
				div.sidebar-extra.tan p a,
				div.sidebar-extra.tan p span {
					font-weight: normal;
					color: #5D87A1;
					display: block;
				}
					div.sidebar-extra.tan p a:hover { color: #CC3333; }
					
					div.sidebar-extra p.phone { background-image: url(../images/icon-phone.gif); }
					div.sidebar-extra p.email { background-image: url(../images/icon-mail.gif); }
					div.sidebar-extra p.directions { background-image: url(../images/icon-globe.gif); }
					
			div.sidebar-extra-endcap-tan { background: url(../images/css-sidebar-extra-tan-bottom-bg.gif) bottom no-repeat #d5d5ce; height: 10px; }
			
		div.sidebar-extra.blue { background: url(../images/css-sidebar-extra-blue-top-bg.gif) top no-repeat #b5c8d8; margin-top: 12px; }
			div.sidebar-extra.blue h4 { color: #455560; }
			div.sidebar-extra.blue p {
				color: #455560;
			}
				div.sidebar-extra.blue a {
					display: block;
					color: #5D87A1;
					margin-top: 12px;
					padding-left: 3px;
				}
					div.sidebar-extra.blue a:hover { color: #CC3333; }
			div.sidebar-extra-endcap-blue { background: url(../images/css-sidebar-extra-blue-bottom-bg.gif) bottom no-repeat #b5c8d8; height: 10px; }
		

#copy {
	width: 430px;
	float: left;
}
	#copy.article { width: auto; margin: 0 50px; }
	#copy h3 {
		font-size: 24px;
		font-weight: normal;
		color: #455560;
		height: 30px;
		display: block;
		border-bottom: 1px solid #d0d4d7;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	#copy-masthead {
		padding: 20px 0 10px 0;
	}
	#copy h4 {
	font-size: 18px;
	font-weight: normal;
	color: #5D87A1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
	#copy h5 {
		font-size: 12px;
		color: #455560;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding-bottom: 5px;
		padding-top: 10px;
	}
	#copy p {
	padding-bottom: 10px;
	line-height: 18px;
	}
	#copy a {
		color: #5D87A1;
		text-decoration: underline;
	}
		#copy a:hover {
			color: #CC3333;
		}

img.bio-photo {
	margin-top: 15px;
	display: block;
	border: 1px solid #999999;
}#container #content #home-sidebar .sidebar-certifications {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5D87A1;
	display: block;
	margin-top: 18px;
	margin-bottom: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D0D4D7;
	border-bottom-color: #D0D4D7;
	line-height: 18px;
}
#container #content #copy .notice {
	font-size: 11px;
	color: #73797d;
	padding-top: 20px;
}
