/*
Theme Name: UroCenter
Description: Custom Theme
Author: Instant Marketing Systems
Author URI: http://www.InstantMarketingSystems.net/
Version: 1.0
*/

html, body, div, li, span, b, a, ul, ol, p, h1, h2, h3, h4, h5, h6, dl, dd, dt, form, fieldset, i, button, td, th, input, select, textarea {
	margin: 0px;
	padding: 0px;
}

html {
	background: #fff url(images/global_grad.gif) repeat-x left top;
}

/*  global styles   */
.c { text-align: center; }
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}

.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}

.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.ml40 {margin-left: 40px !important;}
.ml60 {margin-left: 60px !important;}

.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr50 {margin-right: 50px !important;}

.pt5{padding-top: 5px !important;}
.pt10{padding-top: 10px !important;}
.pt15{padding-top: 15px !important;}
.pt20{padding-top: 20px !important;}

.pb5{padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}

.pr5 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}

.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}

/* */
.fleft {float: left !important;}
.fright {float: right !important;}
.clearl {clear: left !important;}
.clearr {clear: right !important;}
.clear {clear: both !important;}
.overh {overflow: hidden !important;}

.left {text-align: left !important;}
.right {text-align: right !important;}
.center {text-align: center !important;}

/* */
.bold {font-weight: bold !important;}
.tgray {color: #777 !important;}
.tdgray {color: #444 !important;}
.tred {color: #FF3300 !important;}
.t11 {font-size: 11px !important;}
.t12 {font-size: 12px !important;}
.t14 {font-size: 14px !important;}
.t15 {font-size: 15px !important;}
.t19 {font-size: 19px !important;}

/* */
.lh16 {line-height: 16px !important;}
.lh20 {line-height: 20px !important;}
.lh24 {line-height: 24px !important;}
.lh26 {line-height: 26px !important;}
/* */
.w100 {width: 100% !important;}

form {
	margin: 10px;
	padding: 15px;
}

ul {
	margin: 5px 0px 7px 0px;
	* margin: 0px 0px 0px 0px;
	
}
ul li {
	list-style-image: none;
	list-style-type: none;
	background: url(images/black_bullet.png) no-repeat left 8px;
	padding-left: 15px;
	line-height: 150%;
}
ol {
	padding-left: 30px;
	line-height: 150%;
}

ol li {
	
}
img {
	border: 0px;
}

.lpic {
	float: left;
	margin: 0px 15px 5px 0px;
}

a {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	line-height: 140%
	color: #0077C5;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}
a:active, a:focus {
  outline: none;
}

div.inb {
	width: 320px;
	margin: 0px auto;
}
a.btn {
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(PIE.htc);
	position: relative;
	color: #fff;
	text-shadow: 1px 1px 1px #7186B3;
	background: url(images/button_off.gif) repeat-x left top;
	height: 39px;
	line-height: 36px;
	text-decoration: none;
	font-size: 15px;
	padding: 0px 30px;
}
a.btn:hover {
	background: url(images/button_on.gif) repeat-x left top;
}

a.btn.dark {	background: url(images/button_dark_off.gif) repeat-x left top;}
a.btn.dark:hover {	background: url(images/button_dark_on.gif) repeat-x left top;}



/* ======= HEADER ========== */
div.headright {
	background: url(images/header_phone_icon.gif) no-repeat right top;
	color: #666;
	text-align: right;
	line-height: 28px;
	padding-right: 38px;
	font-size: 22px;
}
div.headright a { font-size: 18px; text-align: right; line-height: 28px; }
div.headright span {color: #0877C3;}

/* --------- TOP MENU ----------- */
div.topmenu_full {
	background: url(images/topmenu_full_bgr.png) no-repeat center 1px;
}
div.topmenu {
	height: 51px;
	padding-left: 25px;
}
div.tmenu {
	position: relative;
	float: left;
	height: 51px;
	line-height: 53px;
	margin: 0px 6px;
}
div.tmenu span {
	display: block;
	float: left;
	height: 51px;
	padding: 0px 13px 0px 8px;
	margin-left: 5px;
	cursor: pointer;
}
div.tmenu span a {
	color: #0077C5;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}
div.tmenu.on {
	background: url(images/tmenu_on_left.png) no-repeat left top;
}
div.tmenu.on span {
	background: url(images/tmenu_on_right.png) no-repeat right top;
	color: #fff;
}
div.tmenu.hover/*:hover*/ {
	background: url(images/tmenu_hover_left.png) no-repeat left top;
}
div.tmenu.hover/*:hover*/ span {
	background: url(images/tmenu_hover_right.png) no-repeat right top;
	color: #0077C5;
}
div.tmenu.on span a {color: #fff;}
div.tmenu.on.hover/*:hover*/ span a {color: #0077C5;}

/* dropmenu */
div.tmenu div.dropmenu {display: none;}
div.tmenu.hover/*:hover*/ div.dropmenu {display: block;}
div.dropmenu {
	position: absolute;
	width: 100%;
	top: 51px;
	left: 0px;
	background: #fff url(images/dropmenu_bgr.gif) repeat-x left bottom;
	padding: 5px 0px 5px 0px;
	border-bottom-left-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
	-khtml-border-bottom-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	 border-radius: 0px 0px 7px 7px;
	/*behavior:url(PIE.htc);*/
	line-height: 18px;
	z-index: 100;
	box-shadow: 0 5px 10px #92C0EB; 
	
}
div.dropmenu  div.dropmenu_in {
	padding: 0px 13px;
}
div.dropmenu a {
	display: block;
	float: none;
	padding: 3px 0px !important;
	margin: 0px;
	background: 0px !important;
	text-transform: none;
	font-size: 13px;
	line-height: 22px;
	border-top: 1px solid #B7D8F1;
}
div.dropmenu a.first {border-top: 0px;}
div.dropmenu a:hover {text-decoration: underline;}

div.dropmenu.surgeries {
	width: 1000px;
	left: 0px;
	padding: 13px 0px 13px 0px;
}

div.dropmenu.formen {
	width: 1000px;
	left: 0px;
	padding: 13px 0px 13px 0px;
}
div.dropmenu.forwomen {
	width: 710px;
	left: 50%;
	margin-left: -355px;
	padding: 13px 0px 13px 0px;
}
div.dropmenu.formen  div.dropmenu_in, div.dropmenu.forwomen  div.dropmenu_in {
	padding: 0px 20px;
}
div.dropmenu.formen a, div.dropmenu.forwomen a {
	border: 0px;
}
/* */
div.dropmenu div.dropmenu_col {
	float: left;
}
div.dropmenu div.dropmenu_col h4 {
	color: #333;
	margin: 0px 0px 7px 0px;
}
div.dropmenu div.dropmenu_col a {
	display: inline;
	line-height: 18px;
}
div.dropmenu div.dropmenu_col div.sep {
	border-top: 1px solid #B7D8F1;
	margin: 12px 0px;
}


/* =========== VIOLET BLOCK ================ */
div.violet_block {
	background: #B3B4CF;
	padding: 15px 30px;
	line-height: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(PIE.htc);
	position: relative;
	text-shadow: 1px 1px 1px #7186B3;
	overflow: hidden;
	margin: 20px 0px 20px 0px;
}
div.violet_block, div.violet_block a {
	color: #fff;
	font-size: 14px;
}
div.violet_block_left {
	float: left;
	width:  130px;
	margin-top: 10px;
}
div.violet_block_right {
	float: right;
	width:  150px;
	text-align: right;
}
div.violet_block_txt {
	margin: 0px 150px 0px 135px;
}


/* =========== QUICK LINKS =========== */
div.qlinks {
	background: #DDF2FE url(images/qlinks_bgr.gif) repeat-x left top;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(PIE.htc);
	position: relative;
	padding: 0px 30px;
}

div.qlinks div.qlinks_in h2 {
	text-transform: uppercase;
	color: #444;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
}

div.qlinks div.qlinks_in ul li {
	background: none;
}
div.qlinks div.qlinks_in ul a {
	/*text-decoration:*/
line-height: 140%;
}

/* =========== BOTTOM MENU ============= */
div.bmenu {
	border-bottom: 1px solid #B7D8F1;
	padding: 20px 0px;
	margin: 0px auto/*30px*/;
	width: 280px;
	line-height: 140%;
}
div.bmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: table;
	width: 280px;
}
div.bmenu ul li {
	background: none !important;
	display: table-cell;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
div.bmenu ul li a {	/* (added) */
	font-size: 13px;
}
div.bmenu a {
	/*margin: 0px 0px 0px 135px; */
}
div.bmenu a.first {
	margin-left: 0px;
}

/* ================ FOOTER ================ */
div.footer {
	padding: 20px 0px;
	text-align: center;
	color: #777;
}


/* ====================== LEFT SIDE ====================== */
div.leftside {
	float: left;
	width: 290px;
	background: url(images/lmenu_bgr.png) repeat-x left bottom;
	padding-bottom: 150px;
}
/* left menu */
div.leftmenu {
	width: 290px;
	min-height: 440px;
	height: auto !important;
}
div.lmenu {
	padding: 13px 35px 13px 20px;
	border-top: 3px solid #E0F2FD;
	background: url(images/lmenu_plus.png) no-repeat 255px 10px;
	cursor: pointer;
}
div.lmenu.opened {background: url(images/lmenu_minus.png) no-repeat 255px 10px;}
div.lmenu.first {border-top: 0px;}
div.lmenu.nobg {background: none !important;}


div.lmenu a {
	font-size: 20px;
	color: #666;
	text-decoration: none;
}
div.lmenu div.lsubmenu {
	display: none;
	margin: 10px 0px -13px 0px;
}
div.lmenu.opened div.lsubmenu {
	display: block;
}
div.lmenu div.lsubmenu div.lsubbox {
	border-top: 1px solid #B7D8F1;
	/*padding: 6px 0px;
	margin-right: 15px;*/
	
	margin: 0px -15px 0px -20px; /* (same as hovered/active now) */
	padding: 6px 15px 6px 20px;
}
div.lmenu div.lsubmenu div.lsubbox:hover, div.lmenu div.lsubmenu div.lsubbox.on {
	background: #E8F6FD;
	margin: 0px -15px 0px -20px;
	padding: 6px 15px 6px 20px;
	border-top: 1px solid #fff;
}
div.lmenu div.lsubmenu div.lsubbox.nexton {
	border-top: 0px;
}
div.lmenu div.lsubmenu div.lsubbox a {
	font-size: 13px;
	color: #0077C5;
}
/* =================== CONTENT ======================= */
div.wrapper {
	overflow: hidden;
	/*background: url(images/leftside_bgr.gif) repeat-y left top;*/
}
div.wrapper.wide {
	background: none;
	padding: 0px 20px;
}

.inb div.content {
	margin: 0px 20px 0px 320px;
	padding-bottom: 0px; /*30px*/
}
div.content.wide {
	margin: 0px;
}

div.multi ul, div.multi ul a {
	font-size: 14px;
}


/* = copied to styles.css = */
div.content.wide div.sep {
	border-bottom: 1px solid #B7D8F1;
	margin: 20px 0px;
}
div.content div.sep {
	margin: 20px 0px;
	background: url(images/int_sep.gif) repeat-x left top;
	height: 2px;
	overflow: hidden;
}
.sep2{
	margin: 20px 0px;
	background: url(images/int_sep.gif) repeat-x left top;
	height: 2px;
}
/* === */


/* chain */
div.chain {
	color: #666;
	padding: 10px 0px;
	background: url(images/int_sep.gif) repeat-x left bottom;
}
div.chain a {
	color: #666;
}


/* contact */
div.contact_info_title {}
div.contact_info_title span {
	display: inline-block;
	background-image: url(images/contact_icons.png);
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
	vertical-align: top;
	margin-right: 10px;
}
div.contact_info_title.hours span {background-position: 0px 0px;}
div.contact_info_title.address span {background-position: -21px 0px;}
div.contact_info_title.phone span {background-position: -42px 0px;}
div.contact_info_title.fax span {background-position: -63px 0px;}

div.contact_info {
	padding-left: 31px;
}

input.inp1 {
	height: 37px;
	border: 1px solid #B6D7F0;
	background: #fff;
	width: 480px;
	padding-left: 10px;
	line-height: 35px;
	font-size: 14px;
}
div.gmap_box img {
	height: 280px;
	width: 660px;
}

table.research_tbl {
	width: 100%;
	background: url(images/int_sep.gif) repeat-x left top;
}
table.research_tbl td {
	padding: 5px 10px 20px 15px;
}
table.research_tbl td.td1 {
	padding-left: 0px;
}
table.research_tbl tr {
	background: url(images/int_sep.gif) repeat-x left bottom;
}

table.research_tbl td.td2 {
	width: 140px/*130px*/;  /* (updated) */
	text-align: right;
	vertical-align: middle;
	background: url(images/int_sep_vert.gif) repeat-y left top;
}
div.multi.sitemap h5 {
	font-size: 18px;
	margin: 0px 0px 12px 0px;
	text-transform: uppercase;
	font-weight: bold;
}
div.multi.sitemap h5 a {
	text-transform: uppercase;
	font-family: Trebuchet MS,  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
div.multi.sitemap h6 {
	margin: 15px 0px 8px 0px;
}
div.multi.sitemap h6 a {
	font-family: Trebuchet MS,  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666;
}

/* */
table.cnt_table1 {
	
}
table.cnt_table1 td {
	vertical-align: top;
	padding: 10px 25px 10px 0px;
	text-align: center;
}
table.cnt_table2 {

}
table.cnt_table2 td {
	text-align: center;
	vertical-align: middle;
	padding: 5px 15px;
	background: url(images/int_sep_vert.gif) repeat-y left top;
}
table.cnt_table2 td.first {background: none;}
table.cnt_table2 tr.bord {
	background: url(images/int_sep.gif) repeat-x left bottom;
}

body {
	position: relative;
	background: url(images/ellipse_grad.jpg) no-repeat center top;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 140%;
}



h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #333;
	margin: 20px 0px 20px 0px;
	line-height: 28px;
}
h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: strong;
	color: #262B79;
	margin: 15px 0px 12px 0px;
	line-height: 28px;
}

.news-detail h2{ /*for articles*/
	text-transform: capitalize;
}

h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #262B79;
	margin: 10px 0px 9px 0px;
	line-height: 28px;
}
h4 {
	font-family:Trebuchet MS,  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #175AA4;
	margin: 15px 0px 12px 0px;
}
h5 {
	font-family: Trebuchet MS,  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 5px 0px 12px 0px;
}
h6 {
	font-family: Trebuchet MS,  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	margin: 5px 0px 8px 0px;
}

p {
	margin: 1.25em 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 140%;
}



div {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

div.content-sep {
	margin: 20px 0px;
	background: url(images/int_sep.gif) repeat-x left top;
	height: 2px;
	/*
	border-bottom: 1px solid #B7D8F1;
	margin: 20px 0px;
	*/
}

.rpic {
	float: right;
	margin: 0px 0px 5px 10px;
}


.likeH2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 15px 0px 12px 0px;
	line-height: 18px;
	text-transform: uppercase;
}

/*Last item menu hack*/
#researchDropdown{
	width: auto!important;
	margin-left: -30px;
	margin-right: -30px;
}

.dropmenu_in > a:first-child{
	border-top: 0px!important;
}

#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
}
 
#breadcrumbs li{
    float:left;
    margin-right:15px;
    list-style-type: none;
    background: none;
    padding-left: 0;
    line-height: auto;
}
 
#breadcrumbs .separator{
    font-weight:700;
    font-size:20px;
    color:#999;
}

.pdf-block{
	float:right; 
	width: 250px; 
	margin-left: 15px; 
	background: url(images/pdf-block-bg.png) bottom left repeat-x;
	padding: 15px 25px 25px 15px;
	position: relative;
	overflow: hidden;
	margin-top: -20px;
}

.pdf-block:after{
	height: 100%;
	width: 100%;
	background: #FFF;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: -289px;
	z-index: -1;
}

.pdf-block h5{
	font-size: 18px;
	margin: 0px 0px 15px 0px;
}

.pdf-block .pdf-item{
	border-top: 1px solid #BBDAF2;
	background: url(images/pdf.png) center left no-repeat;
	padding-left: 30px;
	overflow: hidden;
}

.pdf-block .pdf-item a{
	font-size: 14px;
	color: #0068BA;
	display:table-cell;
       vertical-align:middle;
	height: 44px;
}

#home-page .content { float: none; }
#home-page .inb .wrapper { padding: 0 20px; }
.inb .wrapper { padding: 0; }

.content { float: left; width: 280px; }
#extras { float: right; width: 280px; min-height: 300px; }
#extras .awards h4 { text-align: center; }
#extras .awards img { margin: 0 0 2px 2px; }
.form-wrapper, .optin { background-color: #F3FAFF; border: 1px #0068BA solid; border-radius: .5em; box-shadow: 0 3px 6px 0 #999; margin: 12px 0; padding: 10px; padding-bottom: 2em; }
.form-wrapper input[type=submit] {
    border: 1px #175AA4 solid;
    background-color: #0877C3;
    color: #fff;
    font-size: 1.5em;
    padding: .25em .75em;
    border-radius: .25em;
    margin: .5em auto 2em auto;
    width: 96%;
}
.optin .text { font-size: 1.25em; font-weight: bold; text-align: center; line-height: 1.25em; margin-bottom: .5em; }
.optin p { margin-top: 0; }
.optin label { margin-bottom: 1em; }
.optin input[type=text] { width: 99%; margin-bottom: 1em; }
.optin .form-buttons { text-align: center; }
.optin input[type=submit] { margin-top: .5em; font-size: 1.12em; }
.optin .no-spam { border-top: 1px #999 solid; margin-top: 2em; padding-top: 1.5em; font-size: 0.62em; color: #666; line-height: 1.25em; text-align: center; }

a.appointment-button, a.appointment-btn { border: 1px #0068BA solid; border-radius: .5em; display: block; text-align: center; padding: 1em 1.5em; margin: 1.5em 0; background-color: #0068BA; color: #fff; }
a.appointment-button:hover, a.appointment-btn:hover { background-color: #262B79; }

div.question { border-top: 1px #999 dashed; margin-top: 2em; }
.qnum { font-weight: bold; color: steelblue; }


/* ========== SLIDER ============= */
div.slider_full {
text-align: center;
width: 320px;
margin: 2em auto 0 auto;
}
div.slider {
	position: relative;
	/*width: 1000px;
	height: 380px;*/
	background: #000; /*#fff*/
	margin: 0px auto;
	height: 122px;
}
div.underslide_full {
	background: url(images/underslide_shadow.png) no-repeat center top;
	min-height: 34px;
	height: auto !important;
}
div.underslide_full h1 {
	text-align: center;
	margin: 0px 30px;
	border-bottom: 1px solid #B7D8F1;
	padding: 20px 0px;
}
div.slide_box {
	
}

img.slidepic {
	display: block;
	position: absolute;
}
.hidden {
	display: none !important;
}

div.slider div.prev {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -42px;
	width: 41px;
	height: 85px;
	background: url(images/slide_prev.png) no-repeat left top;
	cursor: pointer;
	z-index: 10;
}
div.slider div.next {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -42px;
	width: 41px;
	height: 85px;
	background: url(images/slide_next.png) no-repeat left top;
	cursor: pointer;
	z-index: 10;
}
div.tumblers {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 320px;
	text-align: center;
}
div.tumblers span {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0px 3px;
	*margin: 0px 5px;
	background: url(images/slide_tblr_off.png) no-repeat left top;
	cursor: pointer;
}
div.tumblers span.on {
	background: url(images/slide_tblr_on.png) no-repeat left top;
}

.slide_box img { max-width: 320px; }

.topmenu_full { display: none; }

h1 { font-size: 22px; }
h3 { font-size: 18px; }

.aboot p { font-size: .875em; }

div.multi div.mright.forwomen, div.multi div.mleft.formen { height: auto! important; }
.forwomen { margin-top: 1.5em; }
.slicknav_menu { display:block; }
#menu { display: none; }
div.qlinks div.qlinks_in { background: url(images/qlinks_sep.gif) repeat-y 460px top; padding: 10px 0px; overflow: hidden; }
div.bmenu { text-align: center; }
div.bmenu ul li { display: inline-block; margin: 0 .5em; }

.content img { max-width: 280px; }
.content img.alignleft, .content img.alignright { display: block; margin: 0 auto 1.5em auto; }
.awards { text-align: center; margin-bottom: 1.5em; }

.reviews-home h3 { font-size: 1.18em; color: #0077C5; }
.reviews-home blockquote { margin: 0 1em; font-style: italic; }
.reviews-home cite { font-size: 0.875em; }
.reviews-home .review { background-color: rgba(250,250,255,.72); padding: .25em 1em; border: 1px #aaf solid; border-radius: .5em; margin-bottom: 1em; }

.video-wrapper { float: none; clear: both; width: 100%; position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
h2.video-title { font-size: 1.5em; font-weight: bold; text-align: center; line-height: 1.12em; margin-top: 0; }

div.ask-home { border: 1px #0068BA solid; border-radius: .5em; padding: 0 1em; background-color: rgba(229,245,254,1); background-color: #E4F5FE; margin-bottom: 2em; }
div.ask-home p { font-size: 1.25em; line-height: 1em; padding: 0; margin: .5em 0; text-align: center; font-weight: bold; }
div.ask-home textarea, div.ask-home input[type=text] { border: 1px #666 solid; border-radius: .25em; font-size: 0.875em; margin-bottom: .25em; padding: .25em .5em; width: 225px; }
div.ask-home textarea { width: 94%; min-height: 125px; }
div.ask-home input[type=submit] { border: 1px #175AA4 solid; background-color: #0877C3; color: #fff; font-size: 1em; padding: .25em .75em; border-radius: .25em; margin-bottom: 1em; width: 100%; }
img.question { float: right; margin: -12px 4px 0 0; }
ul.procedures li, ul.procedures li a { font-size: 16px; line-height: 26px; }
.feedback { display: block; margin: 0 auto; width: 183px; border: 1px #175AA4 solid; border-radius: 6px; background-color: #fff; padding: 4px; }

a.logo-link { display: block; background: transparent url(images/logo.png) no-repeat center top; width: 280px; height: 115px; }
a.logo-link img { display: none; }

#specialNews { border: 3px #F00 solid; border-radius: 4px; box-shadow: 0 2px 6px #000; background-color: #fff; margin: .5em auto; }
#specialNews p { padding: 1.25em; margin: 0; font-size: 1em; font-family: serif !important; }
#specialNews p a { display: inline; margin: 0; }
#specialNews a { display: block; margin: .25em 0 .5em 1em; }

.castle-connolly { display: block; text-align: center; background-color: #073754; width: 211px; margin: 0 auto; padding: 14px 0; }
.castle-connolly img { width: 192px; }

.review-wrapper { margin: 0 0 1.5em 0; padding-bottom: 1em; border-top: 1px solid #B7D8F1; border-bottom: 1px solid #B7D8F1; }
.review-wrapper h4 { text-align: center; margin-bottom: -8px; }
.review-wrapper h4 a { font-size: 18px;}
ul.sidebar-reviews li { padding: 0 0 0 4px; width: 228px; height: 320px; list-style-type: none; background-image: none; }
ul.sidebar-reviews li a { font-size: 14px; line-height: 18px; color: #190f0d; margin-bottom: 11px; display: block; }
ul.sidebar-reviews li a span { background: #f6f3f3; padding: 3px 5px; display: block; margin-bottom: 2px; }
ul.sidebar-reviews li a img { display: block; }
ul.sidebar-reviews li .separator { margin-bottom: 12px; }
ul.sidebar-reviews {  }

@media only screen and (min-width: 480px) {
	.slicknav_menu { display:none; }
	.content img.alignright { float: right; display: inline; margin: 0 0 15px 15px; }
	.content img.alignleft { float: left; display: inline; margin: 0 15px 15px 0; }
	h1 { font-size: 30px; }
	h3 { font-size: 25px; }
	div.header_full { position: relative; height: 70px; }
	div.headright { height: 55px; padding-right: 60px; font-size: 22px; }
	a.logo-link { background-image: none; width: 100%; height: 100%; }
	a.logo-link img.logo { float: left; display: block; }
	div.headright { float: right; margin-top: 10px; }
	div.headright a { font-size: 22px; }
	#home-page .content { width: 964px; }
	div.inb { width: 1000px; }
	.content { float: left; width: 708px; }
	.content img { max-width: none; }
	#extras { float: right; width: 230px; min-height: 300px; }
	div.bmenu { border-bottom: 1px solid #B7D8F1; padding: 20px 0px; margin: 0px auto; width: 800px; }
	div.bmenu ul { width: 800px; }
	.topmenu_full { display: block; }
	.standard_page .content_wrapper { padding-right: 22px; border-right: 1px #B7D8F1 solid; }
	.aboot { width: 650px; }
	.aboot p { font-size: 1em; margin: 0 0 1em 0; }
	.mleft.formen { width: 290px; }
	.mright.forwomen { width: 270px; }
	.forwomen { margin-top: 0; }
	div.slider { width: 1000px; height: 380px; }
	div.slider_full { width: 100%; }
	.slide_box img { max-width: 100%; }
	div.tumblers { width: 1000px; }
	div.multi div.mleft.formen { padding-left: 200px; min-height: 263px; background: url(images/formen_pic.jpg) no-repeat left bottom; }
	div.multi div.mright.forwomen { padding-left: 200px; min-height: 263px; background: url(images/forwomen_pic.jpg) no-repeat left bottom; }
	div.multi { overflow: hidden; }
	div.multi div.mleft { float: left; }
	div.multi div.mright { float: right; } 
	div.qlinks div.qlinks_in { background: url(images/qlinks_sep.gif) repeat-y 460px top; padding: 10px 0px; overflow: hidden; }
	div.qlinks div.qlinks_in div.qlinks_left { float: left; width: 430px; }
	div.qlinks div.qlinks_in div.qlinks_right { float: right; width: 440px; margin-right: -20px; }
	div.qlinks div.qlinks_in ul { float: left; margin-left: -15px; }
	div.bmenu ul li  { display: table-cell; margin: 0; }
	a.appointment-button { display: block; text-indent: -9999em; margin: 2em auto; width: 394px; height: 32px; background: transparent url(images/request-appointment.png) no-repeat center top; border: 0; padding: 0; }
	a.appointment-button:hover { background-position-y: bottom; background-color: transparent; }
	.reviews-home h3 { font-size: 1.25em; }
	h2.video-title { font-size: 2.25em; } 
	#specialNews { width: 900px; z-index: 1; margin: 14px 0 -32px 20px; }
}

.form input { display: block; margin: 0 .25em .5em 0; padding: .25em; }
.form input[type=text], .form input[type=email] { width: 220px; }
.form textarea { clear: both; width: 99%; padding: .25em; }

img.bg { background-color: #fff; border: 1px #333 solid; padding: 4px; border-radius: 4px; }


h1#header-logo { margin: 0; }
