﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	margin: 0 auto;
	font: 13px/28px 'OpenSansRegular', Arial, sans-serif;
	color: #666666;
	background: #213f7c;
	width: 100%;
}
a:link {
	color: #0564a1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong, b {
    font-weight: bold;
}
p {
	margin: 0 0 15px 0;
	font-size: 14px;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1 {
	font: 36px/40px Georgia, serif;
	color: #213f7c;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h2 {
	font: 30px/36px Georgia, serif;
	color: #213f7c;
	text-transform: uppercase;
	margin-bottom: 15px;
}
h3 {
	font: 24px/30px Georgia, serif;
	color: #213f7c;
	text-transform: uppercase;
	margin-bottom: 15px;
}
h4 {
	font: 18px/24px 'OpenSansBold', Arial, sans-serif;
	color: #333333;
	margin-bottom: 15px;
}
h5 {
	font: 13px/28px 'OpenSansBold', Arial, sans-serif;
	color: #333333;
}
.wrapper {
    width: 100%;
	background: #fff;
}
.clear {
	clear: both;
}
img.right {
	float: right;
	margin: 0 0 30px 30px;
	border: solid 1px #cccccc;
}
img.left {
	float: left;
	margin: 0 30px 30px 0;
	border: solid 1px #cccccc;
}
ol {	
	margin: 0 0 25px 60px;
}
ol li {	
	list-style: decimal;
	padding: 10px 0 0 5px;
}
ol li ol {
	margin: 0 0 0 60px;
}
ul {	
	margin: 0 0 25px 60px;
}
ul li {	
	list-style: disc;
	padding: 10px 0 0 5px;
}
ul li ul {
	margin: 0 0 0 60px;
}
.two-col {
	overflow: hidden;
	width: 100%;
	margin: 0 0 25px;
}
.two-col ul li{
	float: left;
    width: 44%;
}
.two-col-sm {
	overflow: hidden;
	margin: 0 0 25px;
}
.two-col-sm ul li{
	float: left;
    width: 44%;
}
table.table {
	border-collapse: collapse;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 0 0 1px;
    font-weight: bold;
    margin: 0 0 12px;
    width: 100%;
}
table.table thead td {
	padding: 10px 5px 0 14px;
    width: 112px;
	background: none repeat scroll 0 0 #EEEEEE;
    height: 38px;
	font-weight: bold;
}
table.table td.heading-cell {
	font-weight: bold;
	padding: 10px 5px 0 14px;
	height: 38px;
}
table.table td {
	border-color: #DDDDDD;
    border-style: solid;
    border-width: 0 1px 1px 0;
	line-height: 20px;
	font-weight: normal;
	padding: 10px 5px 0 14px;
}
.photo {
	float: left;
	margin: 20px 20px 10px 34px;
}
.photo img {
	border: solid 1px #cccccc;
}
.photo .caption {
	text-align: center;
}

/*----------------------- Header --------------------------*/

.header {
	margin: 0 auto;
	width: 100%;
	background: url(../images/bg-header-tile.jpg) repeat-x #0564a1;
	z-index: 1;
}
.header .bg {
    margin: 0 auto;
	min-height: 155px;
	background: url(../images/bg-header.jpg) no-repeat;
	background-position: center;
}
.header .holder {
	margin: 0 auto;
	width: 980px;
	min-height: 155px;
}
.header .holder .logo {
	display: block;
	float: left;
	width: 261px;
	text-indent: -9999px;
	background: url(../images/cedar_park_ortho_logo-new.png) no-repeat;
	margin: 28px 0 0 30px;
}
.header .holder .logo a {
	display: block;
	overflow: hidden;
	width: 261px;
	height: 80px;
}
.header .holder .cta{
	display: block;
	float: right;
	background: url(../images/bg-cta.png) no-repeat;
	margin: 0;
	width: 311px;
}
.header .holder .cta a {
	display: block;
	overflow: hidden;
	width: 311px;
	height: 98px;
	margin: 18px 0 0 50px;
}
.header .holder .cta a.fontface {
	font: 14px/18px 'OpenSansRegular', Arial, sans-serif;
	color: #ffffff;
}
.header .holder .cta a .cta-bold {
	font: 14px/20px 'OpenSansBold', Arial, sans-serif;
	color: #ffffff;
}
.header .holder .cta a .cta-phone {
	font: 30px/34px 'OpenSansBold', Arial, sans-serif;
	color: #fce600;
	letter-spacing: 1px;
}
.header .holder .cta a:hover {
	text-decoration: none;
}

/*------------------------ Navigation ------------------------*/

.nav {
	margin: -48px auto 0;
	width: 100%;
	position: relative;
	z-index: 999;
}
.nav .bg {
    margin: 0 auto;
	min-height: 78px;
	background: url(../images/bg-nav.png) no-repeat;
	background-position: center;
	z-index: 9999;
}
.nav .holder {
	margin: 0 auto;
	width: 980px;
	min-height: 78px;
}
.nav a.request {
	color: #fce600;
}
.nav a.request:hover {
	color: #ffffff;
}
ul.navigation {
	list-style:none;
	float: left;
	z-index: 3;
	width: 100%;
	margin: 24px 0 10px 0;
	padding-left: 30px;
}
.navigation li {
	float:left;
	position:relative;
	list-style:none;
	padding: 0 39px 0 0;
	margin: 0 10px 0 0;
}

ul#navigation li.selected a {
	color:#fce600;
	text-decoration: none;
}

ul#navigation li.selected ul li a {
	color: #ffffff;
}

ul#navigation li.selected ul li a:hover {
	color:#fce600;
	text-decoration: none;
}

.navigation a {
	display:block;
	padding:6px;
	color:#fff;
	text-decoration:none;
	font: 14px/18px 'OpenSansRegular', Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
}
.navigation a:hover {
	color:#fce600;
	text-decoration: none;
}

/*------------- DROPDOWN ------------------*/

.navigation ul {
	background: #324672;
	list-style: none;
	position: absolute;
	left: -9999px;
	padding: 16px 0;
	margin-left: -20px;
	z-index: 4;
}
.navigation ul li {
	padding-top:1px;
	padding-left: 20px;
	padding-bottom: 3px;
	float:none;
}
.navigation ul a {
	white-space: nowrap;
	padding-bottom: 3px;
}
.navigation li:hover ul {
	left:0;
}
.navigation li:hover a {
	padding-bottom: 16px;
	text-decoration: none;
}
.navigation li ul li:hover a {
	text-decoration: none;
	padding-bottom: 3px;
}
.navigation li:hover ul a {
	text-decoration:none;
	padding-bottom: 3px;
}
.navigation li:hover ul li a:hover {
	background: none;
	padding-bottom: 3px;
}

/*-------------------------- Office Tour -----------------------*/

.content-box {
    float: right;
    margin-left: 10px;
    padding-right: 30px;
    width: 600px;
}

.bordered {
    background-color: #FFFFFF;
    border: 1px solid #A1AD3F;
    padding: 3px;
}

.button {
    background-color: #334875;
    color: #FFFFFF !important;
    font-size: 10pt;
    line-height: normal;
    padding: 2px 3px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
    background-color: #7C85BC;
    color: #FFFFFF;
    font-size: 10pt;
    line-height: normal;
    padding: 2px 3px;
    text-decoration: none;
    text-transform: uppercase;
}

 

/*-------------------------- Content ---------------------------*/

.main {
	margin: -30px auto 0;
	width: 100%;
	background: url(../images/bg-body-tile.jpg) repeat-x #ffffff;
	z-index: 2;
}
.main .holder {
	margin: 0 auto;
	width: 1000px;
	background: url(../images/bg-page-tile.png) repeat-y;
}
.main .holder .banner {
	position: relative;
	margin: 0 10px;
	padding-top: 14px;
}
.main .holder .content {
	position: relative;
	margin: -9px 10px 0;
	background-color: #ffffff;
	padding-bottom: 20px;
}
.main .holder .content .single-col {
	float: left;
	margin: 55px 30px 20px 30px;
}
.main .holder .content .col1 {
	float: left;
	margin: 30px 0 0 30px;
	width:  600px;
}
.main .holder .content .col2 {
	float: left;
	margin: 30px 0 0 30px;
	width: 300px;
	border-left: solid 1px #cccccc;
}
.main .holder .content .col2 img {
	margin: 0 0 20px 35px;
}
.main .holder .content .col2 p {
	padding: 0 35px;
}

/*-------------------------- Footer -----------------------------*/

.footer {
	margin: 0 auto;
	width: 100%;
	background: url(../images/bg-footer.jpg) repeat-x #213f7c;
	z-index: 3;
	font-size: 12px;
	color: #ffffff;
}
.footer .holder {
	margin: 0 auto;
	width: 1000px;
	min-height: 272px;
	background: url(../images/bg-page-tile.png) repeat-y;
}
.footer .fade {
	margin: 0 auto;
	width: 1000px;
	min-height: 22px;
	background: url(../images/bg-footer-fade.png) no-repeat;
}
.footer .holder .col1 {
	position: relative;
	float: left;
	width: 180px;
	padding: 30px 60px 0 40px;
}
.footer .holder .col2 {
	position: relative;
	float: left;
	width: 372px;
	padding: 30px 20px 0 30px;
}
.footer .holder .col3 {
	position: relative;
	float: left;
	width: 225px;
}
.footer .divider {
	position: relative;
	float: left;
	width: 7px;
	min-height: 245px;
	background: url(../images/img-vertdivider.png) no-repeat;
	margin: 28px 0 0;
}
.footer a {
	color: #ffffff;
}
.footer .title {
	font: 16px/20px Georgia, serif;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.footer .facebook {
	position: relative;
	display: block;
	float: left;
	background: url(../images/icon-facebook.png) no-repeat;
	margin: 6px 0 0;
	width: 130px;
	height: 45px;
}
.footer .facebook a {
	padding: 8px 0 10px 60px;
    position: absolute;
    width: 105px;
}
.footer .facebook a:hover {
	background: url(../images/icon-facebook-hover.png) no-repeat;
}
.footer .googleplus {
	position: relative;
	display: block;
	float: left;
	background: url(../images/icon-googleplus.png) no-repeat;
	margin: 6px 0 0;
	width: 130px;
	height: 45px;
}
.footer .googleplus a {
	padding: 8px 0 10px 60px;
    position: absolute;
    width: 105px;
}
.footer .googleplus a:hover {
	background: url(../images/icon-googleplus-hover.png) no-repeat;
}
.footer .twitter {
	position: relative;
	display: block;
	float: left;
	background: url(../images/icon-twitter.png) no-repeat;
	margin: 6px 0 0;
	width: 130px;
	height: 45px;
}
.footer .twitter a {
	padding: 8px 0 10px 60px;
    position: absolute;
    width: 105px;
}
.footer .twitter a:hover {
	background: url(../images/icon-twitter-hover.png) no-repeat;
}
.footer .linkedin {
	position: relative;
	display: block;
	float: left;
	background: url(../images/icon-linkedin.png) no-repeat;
	margin: 6px 0 0;
	width: 130px;
	height: 45px;
}
.footer .linkedin a {
	padding: 8px 0 10px 60px;
    position: absolute;
    width: 105px;
}
.footer .linkedin a:hover {
	background: url(../images/icon-linkedin-hover.png) no-repeat;
}
.footer ul.links {
	position: relative;
	float: left;
	line-height: 22px;
	list-style: none;
	margin: 0 35px 0 0;
}
.footer ul.links li {
	list-style: none;
	padding: 0;
}
.footer .logo {
	display: block;
	float: left;
	width: 209px;
	text-indent: -9999px;
	background: url(../images/cedar_park_ortho_logo_white.png) no-repeat;
	margin: 28px 0 20px 30px;
}
.footer .logo a {
	display: block;
	overflow: hidden;
	width: 209px;
	height: 66px;
}
.footer .col3 p {
	padding-left: 30px;
	line-height: 18px;
}

/*------------------------ Cross-Browser Fixes ------------------------*/

.gecko .navigation {
	margin-top: 16px;
}
.gecko .navigation li {
	padding-right: 41px;
}
.gecko .navigation a {
    display: inline;
}
.gecko .navigation ul {
    margin-top: 10px;
}
.gecko .footer .holder .col2 {
    width: 375px;
}
.ie9 .navigation {
	margin-top: 16px;
}
.ie9 .navigation li {
	padding-right: 41px;
}
.ie9 .navigation a {
    display: inline;
}
.ie9 .navigation ul {
    margin-top: 10px;
}
.ie9 .footer .holder .col2 {
    width: 375px;
}
.ie8 .navigation {
	margin-top: 16px;
}
.ie8 .navigation li {
	padding-right: 39px;
}
.ie8 .navigation a {
    display: inline;
}
.ie8 .navigation ul {
    margin-top: 10px;
}
.ie8 .footer .holder .col2 {
    width: 375px;
}