/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0;
	padding: 0;
}
.center {
	text-align: center;
}
a img {
	border: none;
}
body {
	background-color: #d6b996;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#outer-container {
	width: 830px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin-left: -415px;
	padding-bottom: 35px;
	background: url(../images/bottom-brown.gif) bottom left no-repeat;
}

#container {
	background: url(../images/columns-brown.gif) left top repeat-y;
}

/*--------------------> Header Selectors <--------------------*/
#header {
	width: 350px;
	height: auto;
	position: absolute;
	left: 454px;
	top: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	/*color: #D6B996;*/
	color: #f1c28e;
	text-align: right;
	
}

#header p {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

#header p span {
	font-weight: normal;
}

#logo {
	width: 133px;
	height: 130px;
	position: absolute;
	left: 19px;
	top: 7px;
}
/*--------------------> Top Nav Selectors <--------------------*/

#top-navigation {
	width: 140px;
	height: auto;
	position: absolute;
	left: 18px;
	top: 146px;
}

#top-navigation ul {
	width: 140px;
	list-style: none;
	font-size: 11px;
}

#top-navigation ul li {
	border-bottom: 1px solid #45453b;
}

#top-navigation a {
	width: 130px;
	display:block;
	padding-right: 10px;
	/*color: #97957E;*/
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	line-height: 19px;
}

#top-navigation a:hover{
	color:#E1A864;
}

#top-navigation ul ul {
	background-color:#9C7A5E;
	margin-top: 0;
	width: 160px;
}

#top-navigation ul ul li {
	/*border-bottom: 1px solid #272823;*/
	width: 160px;

	border-bottom: none;
}

#top-navigation ul ul li a {
	padding-left:8px;
	color:#272823;
	text-align: left;
	width: auto;
}

/*--------------------> Column Container Selector <--------------------*/
#face-top {
	width: 830px;
	height: auto;
	background: url(../images/top-brown.jpg) left top no-repeat;
}

#column-container {
	width: 830px;
	height: auto;
	padding-top: 466px;
}
/*--------------------> Left Column Selectors <--------------------*/
#left-column {
	width: 158px;
	height: auto;
	float: left;
	padding: 0 8px 0 10px;
	background: url(../images/left-column-bkgd.gif) left top no-repeat;
	font-size: 11px;
	color: #582A10
}

#left-column a {
	color: #874934;
	font-size: 11px;
}

#left-column .contact {
	font-size: 10px;
}

#info {
	padding: 15px;
	margin-top: 10px;
	border-top: 1px solid #844a1c;
}

#info strong {
	font-size: 11px;
}

#left-column p {
	margin: 10px 0 0 0;
}

/*______________________________ Blog CTA _________________________________*/
#left-columnblog{
	display: block;
	background-image: url(../images/blogger-cta1.gif);
	width: 125px;
	height: 65px;
	background-position: top left;
	padding: 0px;
	margin: 10px 0px 10px 16px;
}

#left-columnblog:link, #left-columnblog:visited {
    display:none;
	background-image: url(../images/blogger-cta1.gif);
	background-position: top left;
}

#left-columnblog:active, #left-columnblog:hover {
	background: url(../images/blogger-cta1.gif);
	background-position: top right;
}

#left-columnfacebook{
	display: block;
	background-image: url(../images/facebook-cta.gif);
	width: 125px;
	height: 65px;
	background-position: top left;
	padding: 0px;
	margin: 10px 0px 10px 16px;
}

#left-columnfacebook:link, #left-columnfacebook:visited {
	background-image: url(../images/facebook-cta.gif);
	background-position: top left;
}

#left-columnfacebook:active, #left-columnfacebook:hover {
	background: url(../images/facebook-cta.gif);
	background-position: top right;
}
/*--------------------> Right Column Mini Form Selectors <--------------------*/
#qc {
}

#qc form {
	padding: 15px 16px 0 16px;
}

#qc textarea {
	width: 120px;
	height: 72px;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#qc input {
	width: 120px;
	height: 16px;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#qc p {
	margin-bottom: 10px;
}

#qc input.submit {
	width: 62px;
	height: 21px;
	display: block;
	margin-top: 13px;
	background: url(../images/submit.gif) 0px 0px;	
	border: none;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#qc .submit:hover {
	background: url(../images/submit.gif) 0px -21px;	
}

/*----------------------> Page 1 Forms <---------------------*/
#right-column #contact{
}
#right-column #contact form{
}
#right-column #contact ul{
	list-style-image: none;
	list-style-type: none;
	padding: 0;
}
#right-column #contact ul li{
	margin-bottom: 15px;
}
#right-column #contact div{
}
#right-column #contact input{
	width: 300px;
}
#right-column #contact textarea{
	width: 300px;
	height: 120px;
}
#right-column #contact select{
	width: 300px;
}
#right-column #contact input#submit{
	width: 62px;
	height: 21px;
	display: block;
	background: url(../images/submit2.gif) top left;	
	border: none;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#right-column #contact input[type="radio"] {
	width: 15px;
}

#right-column #contact input.radiobutton {
	width: 15px;
}

#right-column #contact input#visualid {
	width: 273px;
}
#right-column #contact input#submit:hover{
	background: url(../images/submit2.gif) bottom left;
}
#right-column #contact input.orange-main{
}

#right-column #contact img {
    vertical-align:middle;
}
.address2 {
    display:none;
}
.valid {
    background-color: #007940!important;
    /*color: #FFFFFF!important;*/
}
.invalid {
    background-color: #F00000!important;
    /*color: #FFFFFF!important;*/
}


/*______________________________ CTAs _________________________________*/

#ProcedureCTAs {
	padding: 0px;
	margin-bottom: 25px;
	width: auto;
	height: 200px;
	border-bottom: #6e5034 1px solid;
}
#ProcedureCTAs a {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 20px;
}
#case-studies a{
	margin: 0 0px 10px 20px;
	background-position: left top;
	background-repeat: no-repeat;
}
#ProcedureCTAs a:hover {
	background-position: left bottom;
}
#case-studies a:hover {
	background-position: left bottom;
}
#beforeandafterCTA {
	float: right;
	width: 281px;
	height: 163px;
	background-image:url(../images/cta-before-and-after-gallery.gif);
}

#casestudyCTA {
	float: left;
	width: 306px;
	height: 163px;
	background-image:url(../images/cta-face-lift-casestudies.gif);
}
#case-study-1 {
	float:right;
	width: 165px;
	height: 264px;
	background-image:url(../images/casestudy1.jpg);
}
#case-study-2 {
	float:right;
	width: 165px;
	height: 264px;
	background-image:url(../images/casestudy2.jpg);
}
#case-study-3 {
	float:right;
	width: 165px;
	height: 264px;
	background-image:url(../images/casestudy3.jpg);
}
#case-study-4 {
	float:right;
	width: 165px;
	height: 264px;
	background-image:url(../images/casestudy4.jpg);
}
#case-study-5 {
	float:right;
	width: 165px;
	height: 264px;
	background-image:url(../images/casestudy5.jpg);
}
#case-study-6 {
	float:right;
	width: 165px;
	height: 264px;
	background-image:url(../images/casestudy6.jpg);
}
#case-study-7 {
	float:right;
	width: 165px;
	height: 264px;
	background-image:url(../images/casestudy7.jpg);
}
#case-study-8 {
	float:right;
	width: 165px;
	height: 264px;
	background-image:url(../images/casestudy8.jpg);
}
#FooterCTAs {
	border-top: #6e5034 1px solid;
	padding: 20px 0 0 0;
	width: 620px;
	height: auto;
	margin-top: 20px;
	display: block;
}

#FooterCTAs a#awMain, #FooterCTAs a#awBreast {
	padding: 0;
	margin: 0 0 20px 0;
	display: block;
	width: 281px;
	height: 95px;
	background-position: left top;
	background-repeat: no-repeat;
}

#FooterCTAs a#awMain {
	background-image:url(../images/cta-austin-weston-main.gif);
	float: left;
}

#FooterCTAs a#awBreast {
	background-image:url(../images/cta-austin-weston-breast.gif);
	float: right;
}

#FooterCTAs p {
	font-size: 10px;
	color: #6e5034;
}

/*--------------------> Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*--------------------> Blogger Selectors <--------------------*/

#blogger-navigation {
	width: 130px;
	height: auto;
	margin-top: 5px;
	padding: 10px 14px;
	border-top: 1px solid #8c5425;
	border-bottom: 1px solid #844a1c;
}

#blogger-navigation h3 {
	font-size: 14px;
}

#blogger-navigation ul {
	width: 130px;
	font-size: 12px;
	list-style: none;
}

/*--------------------> Right Column Selector <--------------------*/
#right-column {
	width: 620px;
	height: auto;
	float: left;
	padding: 40px 15px 0 15px;
	font-size: 12px;
	/*color: #666666*/
	color: #fff;
}

h1 {
	/*color: #874934;
	font-size: 17px;
	margin-bottom: 0px;*/
	/*color: #262721;*/
	color: #874934;
	font-size: 16px;
	margin-bottom: 9px;
}

h2 {
	/*color: #874934;
	font-size: 12px;
	margin-bottom: 9px;*/
	color: #e1b588;
	font-size: 12px;
	margin-bottom: 10px;
}

h3 {
	color: #fff;
	font-size: 12px;
	/*margin: 23px 0;*/
	margin-bottom: 9px;
}

#right-column p {
	margin: 9px 0;
	line-height: 16px;
}

#right-column a {
	color: #e1b588;
	font-weight: bold;
	text-decoration: underline;
}

/*#right-column a {
	color: #874934;
	text-decoration: none;
}*/

#right-column a:hover {
	text-decoration: none;
}

#right-column ul, #right-column ol {
	font-size: 12px;
	padding: 9px 40px;
}

.boxRight {
	width: 165px;
	padding: 0;
	margin: 0 0 5px 20px;
	float: right;
}

.imgRight {
	float: right;
	margin: 0 0 5px 20px;
}

.imgLeft {
	float: left;
	margin: 0 20px 5px 0;
}

.smallText {
	font-size: 11px;
}

/*--------------------> Footer Selectors <--------------------*/

#footer {
	font-size: 11px;
	text-align: center;
	padding: 2px 0 20px 0;
}

#footer a {
	color: #874934;
	text-decoration: underline;
}

/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}

/* -------------- others -------------- */

#staff {
	width: 555px;
	height: auto;
	list-style: none;
}

#staff li {
	width: 185px;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

#staff li img {
	border: 2px solid #000;
}

.testimonials {
	font-size: 11px;
	font-weight: bold;
	color: #582a10;
	border-bottom: 1px solid #996633;
	padding: 20px 10px;
}

.casestudy {
	width: auto;
	height: 380px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0;
	background: url(../images/bg-casestudy2.jpg) right bottom no-repeat;
	/*border-bottom: 1px solid #6e5034;*/
}

.docprofile {
	width: auto;
	height: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0;
	border-bottom: 1px solid #6e5034;
}

.lastcase {
	background: none;
	height: auto;
	border-bottom: none;
}

.main-case-buttons {
	width: 145px;
	float: left;
	text-align: center;
}

.patients {
	text-align: center;
}

.patients img {
	border: 6px double #785028;
	margin: 0 6px;
}

.casesImg {
	border: 6px double #785028;
}
