body {
	background: #CDCDCD;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 a {
	width: 525px;
	float: left;
	background: #767879;
	padding: 6px 15px 6px 15px;
	font-size: 2.4em;
	color: #CECECE;
}
h3 {
	font-size: 2.1em;
	letter-spacing: 1px;
	padding: 10px 0 5px 0;
}
h3, h3 a {
	color: #444;
}
h3 a {
	padding-right: 18px;
	background: transparent url(../images/icons/icon-external.gif) bottom right no-repeat;
}
h3 a:hover {
	color: #000;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.7em;
	color: #444;
	padding: 6px 0 5px 0;
}
h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	color: #888;
	padding: 5px 0 3px 0;
	letter-spacing: 1px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #555;
	padding: 0 0 15px 0;
}
a {
	color: #bb9322;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a[href ^='mailto:'] {
	padding-right: 18px;
	background: transparent url(../Images/icons/icon-mailto.gif) right no-repeat;
}
a[href	$='.pdf'] {
	padding-right: 18px;
	background: transparent url(../Images/icons/icon-pdf.gif) right no-repeat;
}
a[href ^='http://'], a[href ^='https://'] {
	padding-right: 18px;
	background: transparent url(../Images/icons/icon-external.gif) bottom right no-repeat;
}
address {
	font-size: 1.1em;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	line-height: 1.3em;
}
#header a, a.noicon {
	background: none;
	padding-right: 0;
}
blockquote {
	display: block;
	background: url(../images/defaults/open_quote.png) no-repeat top left;
	margin: 20px 15px 20px 15px;;
	font-size: 1.8em;
}
blockquote p {
	background: url(../images/defaults/close_quote.png) no-repeat 100% 95%;
	text-indent: 35px;
}
/***********/
/*  Lists  */
/***********/
#mainContent ul {
	list-style: url(../images/defaults/bullet-l1.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #626262;
	padding: 0 0 15px 15px;
}
#mainContent ul li {
	padding: 1px 0;
}
#mainContent ul ul {
	list-style: url(../images/defaults/bullet-arrow_grey.gif);
	font-size: 1em;
}
#mainContent ul ul ul {
	list-style: url(../images/defaults/bullet-arrow_yellow.gif);
}
dl {
	padding: 8px 10px 8px 0;
}
dt {
	font-size: 1.4em;
	color: #595959;
}
dd {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #666;
	padding: 3px 15px 15px 15px;
}
/***********/
/*  Forms  */
/***********/
form {
}
form ul {
	list-style-image: none;
	padding-left: 0;
}
fieldset {
	padding: 8px 20px 8px 0;
}
label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	padding: 8px 0 0 0;
	color: #444;
	font-size: 1.2em;
}
label.inline {
	display: inline;
	padding-left: 10px;
}
textarea {
	display: block;
}
input {
	margin: 2px 0 5px 0;
	vertical-align: middle;
}
input.searchBox {
	width: 175px;
}
/************/
/*  Header  */
/************/
#header {
	margin: 0;
	padding: 0;
	background: #4D4B47 url(../images/defaults/grad_dark-gray.png) repeat-x;
}
#headerContent form {
	position: absolute;
	bottom: 10px;
	right: 0;
}
/****************/
/*  Navigation  */
/****************/
ul.parentNav, ul.primaryNav {
	list-style: none;
}
ul.parentNav {
	position: absolute;
	right: 0;
	top: 45px;
}
ul.parentNav li {
	display: inline;
	padding: 3px 5px;
}
ul.parentNav a {
	color: #ccc;
	font-size: 1.1em;
	text-decoration: none;
}
ul.parentNav a:hover {
	text-decoration: underline;
	color: #fff;
}
ul.primaryNav {
	width: 245px;
	float: right;
	background: #AFB3B6 url(../images/defaults/grad_blue-gray.jpg) repeat-x;
	padding-bottom: 10px;
}
ul.primaryNav li {
}
ul.primaryNav a.appointment {
	background: #f2be31 url(../images/defaults/grad_yel_blue.png) repeat-x bottom;
	padding: 14px 45px 20px 0;
	margin-bottom: 10px;
}
ul.primaryNav a.appointment:hover {
	background: #000 url(../images/defaults/black-blue-grad.png) repeat-x bottom;
	color: #f2be31;
}
ul.primaryNav a {
	display: block;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	text-decoration: none;
	padding: 4px 45px 4px 0;
	color: #504c43;
}
ul.primaryNav a:hover {
	background: #7E8284;
	color: #eaeaea;
}
li.contact {
	text-align: right;
}
span.emailus {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	text-decoration: none;
	padding: 4px 45px 4px 0;
	color: #504c43;
}
span.emailus:hover {
	background: #7E8284;
	color: #eaeaea;
	cursor: pointer;
}
/*************/
/*  Content  */
/*************/
img.banner {
	display: block;
}
img.logo {
	position: absolute;
	bottom: 20px;
	left: 0;
}
.wrapper, #headerContent {
	position: relative;
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
#contentWrap {
	background: #fff url(../images/defaults/grad_short_gray-white.jpg) repeat-x;
}
.wrapper {
}
#headerContent {
	height: 99px;
}
#sideBar {
	float: right;
	width: 245px;
	min-height: 20px;
	margin-bottom: 25px;
}
#mainContent {
	float: left;
	width: 525px;
	margin: 15px 0 25px 0;
	padding: 0 15px;
}
#dialog address {
	font-size: .9em;
	padding: 10px 0 5px 0;
}
#dialog p {
	font-size: 1em;
}
/************/
/*  Footer  */
/************/
#footerWrap {
	background: #CDCDCD url(../images/defaults/bg-grad-light_grey.png) repeat-x;
	height: 240px;
	padding-top: 20px;
}
#footerWrap ul, #footerWrap address {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0;
	padding: 2px 0 2px 15px;
}
ul.footerNav {
	clear: both;
}
ul.footerNav li {
	display: inline;
	color: #666666;
}
/***********/
/*  Tools  */
/***********/
.hidden {
	position: absolute;
	left: -9999px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.margin {
	margin: 15px;
}
.current {
	background:#8A9AA7;
}
p.byline {
	color: #888;
	font-size: 1em;
}
.video {
	margin-bottom: 15px;
	background: #eaeaea;
}
.photoWithCaption {
	margin: 15px;
}
.photoWithCaption p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
}
.quote {
	display: block;
	text-align: right;
	font-size: .8em;
	color: #666;
}
/**********/
/*  Local */
/**********/
.callout {
	width: 200px;
	float: right;
	margin-top: 8px;
	margin-left: 10px;
	border: 1px solid #ccc;
	background: #F4E8C9;
}
.callout h4 {
	background: #444;
	color: #fff;
	text-transform: lowercase;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-indent: 15px;
}
#mainContent .callout ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 30px;
}
