/* Links */
a:link {
	color: #eae3ce;
	text-decoration: underline;
}

a:visited {
	color: #eae3ce;
}

a:hover {
	color: #244355;
}

a:active {
	color: #fff;
}

/* Layout */
#wrapper {
	width: 808px;
	border-top: 0px solid #7c929f;
	border-right: 1px solid #7c929f;
	border-left: 1px solid #7c929f;
	margin: 0px auto;
	padding: 0px;
	background: #869AA1;
}

body {
	padding: 0;
	color: #211e1e;
	/*font: 0.7em/1.4em Arial, Helvetica, sans-serif;*/
	font: 8pt/1.4em Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #bccbd0;
}

body li {
	list-style: url(../images/li_bullet.gif) outside;	
	
}

h1 {
	color: #eae3ce;
	font: bolder 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: 0.17em;
	padding-top: 1.3em;
	margin-bottom: -.5em;
}

h2 {
	color: #eae3ce;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	letter-spacing: 0.18em;
	margin-bottom: -.7em;
}

h3 {
	color: #244355;
	font: bold 1em Arial, Helvetica, sans-serif;
	letter-spacing: 0.12em;
	top: 10px;
	padding-top: 2.4em;
	margin-bottom: -.7em;
}

h4 {
	color: #e3e7e9;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: .3em;
}

h5 {
	color: #e3e7e9;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	padding-top: 35px;
}
h6 {
	font-size: 1.2em;
	color: #eae3ce;
	margin-top: .5em;
	margin-bottom: .3em;
}

ul {
	padding: .5em 0em 0em 0.9em;
	margin: .5em 0px 0px 0.9em;
}

#header {
	background: url(../images/header_grad_BG.jpg) repeat-x;
	height: 109px;
	width: 808px;
}

#logo {
	background: url(../images/logo.jpg) no-repeat;
	display: block;
	height: 54px;
	width: 167px;
	text-indent:-9999px;
	margin-top: 30px;
	margin-left: 18px;
	float: left;
}

#btnAppointment {
	background: url(../images/header_btnAppt.jpg) no-repeat;
	display: block;
	height: 109px;
	width: 265px;
	text-indent:-9999px;
	float: right;
}

#leftColumn {
	float: left;
	background-color: #869aa1;
	width: 133px;
	padding-left: 5px;
	line-height: 1.2em;
}

#topNav {
	background: url(../images/topNav_BG.gif) repeat-x;
	height: 28px;
	top: 53px;
	width: 808px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#btnsNav ul {
	padding: 0;
	margin: 0;
	height: 28px;
	width: 100%;
}

#btnsNav li {
	display: inline;
	float: left;
}

#contentWrapper {
	background: #658292;
	float: left;
	top: 81px;
	width: 670px;
	padding-bottom: 1em;
}

#leftContent {
	float: left;
	width: 251px;
	padding-right: 26px;
	padding-left: 20px;
	background: #658292;
}

#rightContent {
	float: left;
	width: 340px;
}

#rightContentMiniFlash {
	float: left;
	margin-top:50px;
		width:160px;
}

#leftContentStaff {
	float: left;
	width: 275px;
	padding-right: 26px;
	padding-left: 20px;
	background: #658292;
}

	
#rightContentStaff {
	float: left;
	width: 275px;
	padding-right: 26px;
	padding-left: 20px;
	background: #658292;
}

#pullQuote {
	font: italic bolder 120%/1.5em Arial, Helvetica, sans-serif;
	color: #eae3ce;
	height: 320px;
	width: 162px;
	padding-top: 140px;
	float: left;
	letter-spacing: 0.07em;
}
	
.left-element {
	float: left;
	margin-right: 50px;
}

.right-element {
	float: left;
}
	
#flashHome {
	width: 315px;
	height: 229px;
	margin-top: 50px;
}

#flashHomeBig {
	margin-top: 50px;
}

#footer {
	background: url(../images/footer_BG.gif) repeat-x;
	height: 21px;
	width: 808px;
	font: .85em/2.2em Arial, Helvetica, sans-serif;
	color: #abb9b5;
	text-align: center;
}

