

    /* begin defining default tags */
@font-face {
    font-family: 'stdFont';
    src: url('../Images/Fonts/leaguegothic-regular-webfont.eot?') format('eot'), 
	     url('../Images/Fonts/leaguegothic-regular-webfont.svg') format('svg'),
        url('../Images/Fonts/leaguegothic-regular-webfont.woff') format('woff'), 
        url('../Images/Fonts/leaguegothic-regular-webfont.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../Images/Fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('../Images/Fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../Images/Fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../Images/Fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../Images/Fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../Images/Fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'stdFont';
        src: url('../Images/Fonts/leaguegothic-regular-webfont.svg') format('svg');
    }
}

body {
	margin: 0;
	padding: 0;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border: 0;
	border-color: #000d99;
    background-color: #fafafa;;
    
}

img {
	border: 0;
}
ul {
    overflow:hidden;
}

ol {
    list-style:decimal inside;
}
/* end defining default tags */

#divSocialMediaCont1, #divSocialMediaCont3 {
    margin-left:60px;
}

#contentPage .mainContent {
	margin-bottom:15px;
}

#divPageOuter {
    margin:auto;
    
}

#divPageContainer  {
    margin:20px 20px 0 20px;
}

#divOfficeInfo {
    margin:20px;
}

#divOfficeInfo #divOfficeInfoImage {
    float:left;
    padding:0 15px 10px 0;
}

#divOfficeInfo #divOfficeInfoContent {
    float:left;
}

#divOfficeInfo #divOfficeInfoContent .practiceAddress {
    padding-right:15px;
}

#divOfficeContent {
    padding:20px;
}

#divBlogPageContainer 
{
    margin:10px 10px; 0 10px;
    padding:10px;
    width:690px;
    background-color:#e3e6f4;
    border: 1px solid #bdc5e2;
}

.divBlogEntryContainer
{
    width:660px;
    background-color:#fff;
    padding:15px;
    margin-bottom:20px;
    border: 1px solid #bdc5e2;
}
.divCommentEntryContainer
{
    width:650px;
    background-color:#fff;
    border-top: 1px solid #bdc5e2;
    margin-top:10px;
 }
.blogTitle
{
    font-size:15px;
    font-weight:bold;
    color:#000d99;    
    
}

.divBlogPosted 
{
    font-size:10px;
}

.blogText
{
    
}

.blogImages
{
    /*border: solid #000 2px;*/
    
}

.blogImages .blogImage
{
    float:left;
    margin:10px 10px 0 0;
    /*margin:auto;*/
    cursor:pointer;
}

.divBlogCommentTitle
{
    font-size:11px;
    margin-top:5px;
    font-weight:bold;
}

.divBlogComment
{
    color:#666;
    font-size:10px;
    margin-top:5px;
}

.divBlogCommentPosted
{
    color:#888;
    font-size:8px;
}

.divContactCont div
{
    margin-bottom:5px;
}

.confSuccess
{
    border: 1px;
	border-style: solid;
	padding: 5px;
	color: green;
	font-weight: bold;
}
#divLoginCont
{
    margin: 40px 40px 40px 0;
}

.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.green { color:Green; }
.nodisplay { display:none; }

.contCol1 { width:260px; }

.contCol2 { width:180px; }

/* begin defining header styles */
#headerTopCont {
}

#headerTopText {
    clear:both;
	margin: 0;
	padding: 10px;
    height:22px;
	color: #eee;
    overflow:hidden;
	background-color: #000d99;
}

#h1TopTitle {
    padding:0 0 5px 10px;
    margin:0;
    font-size:14px;
    font-weight:normal;
    float:left;
    
}

#h2OfficeLocation {
    padding:0 10px 0 0;
    margin:0;
    font-size:12px;
    line-height:20px;
    font-weight:normal;
    text-align:right;
    float:right;
    height:20px;
    
}

#header {
    clear:both;
	margin: 0;
	padding: 10px;
	background-color: #ffffff;
	color: #000d99;
    overflow:hidden;
    border-top:1px solid #000;
    border-bottom:1px solid #b1b0b0;
    
}

#header p {
    margin:0;
    padding:0;
}

#header a {
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	color: #000d99;
	text-decoration: none;
}

#header a:hover {
	color: #ffffff;
}

.divLogo {
    margin:0;
    padding:0;
    text-align:left;
    clear:both;
}
/* end defining header styles */

#divLowerHeadCont {
    background-color:#fff;
    padding-bottom:0px;
    margin:10px 0 10px 0;
    border-top:1px solid #b1b0b0;
    border-bottom:1px solid #b1b0b0;
}

/* begin defining in section subNav styles */
.topNav1stLevel {
    margin:5px 50px 10px 50px;
    padding:0;
    font-size:18px;
    
}
.topNav1stLevel .siteTitle {
	text-align: right;
	padding: 0;
	padding-right: 10px;
    margin:0;
    font-size:12px;
    font-weight:normal;
    float:right;
}

.topNav1stLevel ul {
    padding:0;
    margin:0;
    list-style:none;
}

#divLoginLinksTops {
    float:right;
    margin-right:20px;
}

#divLoginLinksTops a {
    text-decoration:none;
    display:block;
    margin:10px;
    padding:5px 8px 5px 8px;
    float:right;
    font-size:16px;
    border: 2px solid #000d99;
    color:#000d99;
    text-transform:uppercase;
    
}

#divLoginLinksTops a:first-child {
    margin-right:0px;
}

#divLoginLinksTops a:last-child {
    margin-left:0px;
}

#divLoginLinksTops a:hover, #divLoginLinksTops a:focus {
    color: #bdc5e2;
    border: 2px solid #bdc5e2;
}

.divSubNavBarCont {
    background-color:#fff;
    padding:0;
    border-top:1px solid #b1b0b0;
    border-bottom:1px solid #b1b0b0;
    margin-bottom:10px;
}
#subNavBar {
	padding: 0;    
    margin:0 50px 0 50px;
    list-style:none;
}
#subNavBar a, .mainHeadLink a {
	color: #000;
	text-decoration: none;
    display:block;
    float:left;
    padding:5px 8px 5px 8px;
    margin:0 2px 0 2px;
    border-right:#fff 1px solid;
    border-left:#fff 1px solid;
    
}

.mainHeadLink a {
    border:#fff 1px solid;
    border-bottom:none;
}

/* IE fixes */
html[data-useragent*='MSIE 8.0'] #subNavBar a, html[data-useragent*='MSIE 8.0'] .mainHeadLink a {
    border-bottom: 1px solid #000d99;
}
html[data-useragent*='MSIE 7.0'] #subNavBar a, html[data-useragent*='MSIE 7.0'] .mainHeadLink a {
    border-bottom: 1px solid #000d99;
}

#divRefDropRel, #divPatDropRel {
    position:relative;
    width:0px;
    margin:0px;
}

#divRefDropAbs {
    position:absolute;
    top:0px;
    left:331px;
    left:329px\9;
    height:0px;
    overflow:hidden;
    width:140px;
    margin:0px;
}

#divPatDropAbs {
    position:absolute;
    top:0px;
    left:514px;
    left:508px\9;
    height:0px;
    overflow:hidden;
    width:140px;
    margin:0px;
}

.mainHeadLinkDrop a {
	color: #222;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
    display:block;
    height:14px;
    padding:5px 10px 5px 10px;        
    margin:0px;
}

/* IE fixes */
html[data-useragent*='MSIE 8.0'] .mainHeadLinkDrop a {
    border-bottom: 1px solid #000d99;
}
html[data-useragent*='MSIE 7.0'] .mainHeadLinkDrop a {
    border-bottom: 1px solid #000d99;
}

#subNavBar {
    font-size:16px;
    padding:5px 0 5px 10px;
}

#subNavBar a:hover, #subNavBar a:focus, .mainHeadLink a:hover, .mainHeadLink a:focus, .mainHeadLinkDrop a:hover, .mainHeadLinkDrop a:focus {
    border:1px solid #222; 
    background-color:#000d99; 
    color:#eee;
    
}
#subNavBar .onSection, .mainHeadLink .mainHeadCurrent, .mainHeadCurrent {
	color:#fff;
    border:1px solid #222; 
    background-color:#000d99; 
	text-decoration: none;
    display:block;
    float:left;
    padding:5px 8px 5px 8px;
    margin:0 2px 0 2px;
    
}

/* IE fixes */
html[data-useragent*='MSIE 8.0'] #subNavBar .onSection, html[data-useragent*='MSIE 8.0'] .mainHeadCurrent {
    border-bottom: 1px solid #000d99;
}
html[data-useragent*='MSIE 7.0'] #subNavBar .onSection, html[data-useragent*='MSIE 7.0'] .mainHeadCurrent {
    border-bottom: 1px solid #000d99;
}

#divSubNavEndBorder, #divHeadNavEndBorder, .divHeadNavEndBorder {
    display:none;
}

.topNav1stLevelFixed {
    position:fixed;
    top:0;
    height:1px;
    width:100%;
    padding:0 0 0 50px;
    margin:0;
    background-color: #fff;
    border-bottom: 1px solid #b1b0b0;
}

.topNav1stLevelFixedHeight1 {
    height:34px;
    padding:0 0 0 50px;
    -webkit-transition:height 400ms ease-in-out, padding 400ms ease-in-out;
	-moz-transition:height 400ms ease-in-out, padding 400ms ease-in-out;
	-ms-transition:height 400ms ease-in-out, padding 400ms ease-in-out;
	-o-transition:height 400ms ease-in-out, padding 400ms ease-in-out;
	transition:height 400ms ease-in-out, padding 400ms ease-in-out;
    z-index:1000;
}

.topNav1stLevelFixedHeight2 {
    height:74px;
    padding:0 0 0 50px;
    -webkit-transition:height 400ms ease-in-out, padding 400ms ease-in-out;
	-moz-transition:height 400ms ease-in-out, padding 400ms ease-in-out;
	-ms-transition:height 400ms ease-in-out, padding 400ms ease-in-out;
	-o-transition:height 400ms ease-in-out, padding 400ms ease-in-out;
	transition:height 400ms ease-in-out, padding 400ms ease-in-out;
    z-index:1000;
}

.topNav1stLevelFixedHeight1 .mainHeadLink a {
    border:none;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.topNav1stLevelFixedHeight1 .mainHeadCurrent, .topNav1stLevelFixedHeight1 .mainHeadLink a:hover, , .topNav1stLevelFixedHeight1 .mainHeadLink a:focus {
    border:none;
    border-right:1px solid #222; 
    border-left:1px solid #222; 
}

.topNav1stLevelFixedHeight2 .mainHeadLink a {
    
}

.topNav1stLevelFixedHeight2 #subNavBar a {
    
}

.topNav1stLevelFixedHeight2 .mainHeadCurrent, .topNav1stLevelFixedHeight2 .mainHeadLink a:hover, .topNav1stLevelFixedHeight2 .mainHeadLink a:focus {
    border-top:none;
    
}

.topNav1stLevelFixedHeight2 #subNavBar .onSection, .topNav1stLevelFixedHeight2 #subNavBar a:hover, .topNav1stLevelFixedHeight2 #subNavBar a:focus {
     
    border-bottom:none;
}

.topNav1stLevel #subNavBar {
    margin:3px 50px 0 0;
    padding:3px 0 0 0;
}

#divMobileMenuCont {
    display:none;
    background-color:#fff;
    width:100%;
}

.divMobileMenuContFixed #divMobileMenuBtn {
    position:fixed;
    top:0;
    left:0;
    background-color:#fff;
    width:100%;
    border-bottom:1px solid #2b2b2b;
    z-index:1000;
}

.divMobileMenuContFixed #divMobileMenu .mainMenuHeaderLinks > ul {
    margin-top:70px;
}


/* end defining in section subNav styles */
/* begin defining main content styles */
#h1Main {
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
    
}

.pageContent3 {
    padding:20px;
    clear:both;
}

.pageContentSingle {
    clear:both;
}

.pageContentSingle .divSinglePageBlockCont {
    padding:10px 20px 10px 20px;
}

.pageContentSingle .divSinglePageBlockContEven {
    background-color:#f7f7f7;
    background-color:#e5ebfb;
}

.divMarker {
    height:60px;

/*
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(222,222,222,1) 49%, rgba(219,219,219,1) 56%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(16%, rgba(255,255,255,1)), color-stop(49%, rgba(222,222,222,1)), color-stop(56%, rgba(219,219,219,1)), color-stop(90%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(222,222,222,1) 49%, rgba(219,219,219,1) 56%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(222,222,222,1) 49%, rgba(219,219,219,1) 56%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(222,222,222,1) 49%, rgba(219,219,219,1) 56%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(222,222,222,1) 49%, rgba(219,219,219,1) 56%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
*/
}

#divMarker1 {
    height:20px;
}

#contentPage {
	color: #444;
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;  
    margin:0 60px 20px 60px;  
    border:1px solid #b1b0b0;
    clear:both;
    
    0
    margin:auto;
}
#contentPage form {
	margin: 0;
	padding: 0;
}

#contentPage P, TD {
	font-size: 14px;
	line-height: 21px;
    
}

#contentPage .mainTitle, #testimonialTitle, #contentPage .faqTitle {
	color: #000d99;
	font-size: 22px;
    font-weight:normal;
	margin: 0;
	margin-bottom: 10px;
	border: 0;
    padding:0;
    
}

#testimonialTitle {
	color: #000d99;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
	border: 0;
    

}
#contentPage .mainTopic {
	color: #000d99;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
    	
}
#contentPage a {
	color: #000d99;
	text-decoration: none;
    
}
#contentPage a:hover {
	text-decoration: none;
}
.inputFormField {
	background-color: #e5ebfb;
	color: #000d99;
	border: 1px;
	border-style: solid;
    
} 
.inputFormButton {
	cursor: pointer;
	background-color: #f3f0f0;
	color: #000d99;
	border: 1px;
	border-style: outset;
    
}
.divOfficeHours {
    margin:20px;
}
.divOfficeAddrName {
    font-weight:bold;
}

/* end defining main content styles */

/* Reviews Page Styles */

#divRevGoodBad {
    text-align:center;
    padding:20px 0 20px 0;
    line-height:20px;
}

#divRevGoodBad a {
    display:inline-block;
    margin:20px 10px;
    padding:10px;
    color:#3c0340;
    font-size:16px;
}

#divRevGoodBad a span:before {
    font-family: FontAwesome;
    font-size: 40px;
    line-height:40px;
    display:block;
    background-color:#dbc0e0;
    border:#906c96 solid 2px;
    border-radius:80px;  
    color:#fff;
    padding:20px;
    margin-bottom:10px;
}

#divRevGoodBad a.aDispRevBtns span:before {
    content: "\f164";
}

#divRevGoodBad a.aDispRevForm span:before {
    content: "\f165";
}

#divRevButtons {
    text-align:center;
    padding:20px 0 20px 0;
    display:none;
}

#divRevButtons a {
    display:block;
    margin:15px auto;
    width:200px;
    color:#fff;
    font-size:24px;
    padding:10px 0;
}

#divRevButtons a#aRevBtnGoogle {
    background-color:#BB4332;

}

#divRevButtons a#aRevBtnFaceBook {
    background-color:#3B559A;
    
}

#divRevButtons a#aRevBtnLinkedIn {
    background-color:#0070AE;    
}

#divRevBadForm {
    max-width:500px;
    margin:auto;
    text-align:center;
    padding:20px 0 20px 0;
    display:none;    
}

#divRevBadForm #divRevBadFormInstr {
    padding-bottom:20px;
}

#divRevBadForm .divRevBadFormField {
    text-align:left;
    padding:5px 0;
}

#divRevBadForm .divRevBadFormField div {
    padding-bottom:10px;
}

#divRevBadForm .divRevBadFormField input[type=text], #divRevBadForm .divRevBadFormField textarea {
    width:100%;
    padding:5px;
    border-radius:4px;
    border: 1px solid #ccc;
    font-family: Avant Garde, Arial, Helvetica, sans-serif;	
    font-size:14px;
    font-weight:normal;
    color:#444242;
}

#divRevBadForm .divRevBadFormField textarea {
    height:100px;
}

#divRevButtons a.aSwitch, #divRevBadForm a.aSwitch {
    color:#000d99;
    font-size:14px;
    width:auto;
}

#divRevButtons a.aSwitch:hover, #divRevBadForm a.aSwitch:hover {
    opacity:0.8;
}

#aBtnRevSendEmail {
    display:inline-block;
    margin-bottom:10px;
    color:#fff;
    background-color:#e3e6f4;
    border: 1px solid #bdc5e2;
    padding:4px 8px;
}

#divRevBadFormThankYou {
    text-align:center;
    font-size:22px;
    color:#1a1b1b;
}
/* */

/* begin defining styles for footer */
#footer {
	font-size: 10px;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	border: 0;
	line-height: 15px;
	clear:both;
    border-top:1px solid #000;
    background-color:#000d99;
    color:#fff;
}
#footer .practiceAddress {
	font-size: 12px;
	color: #222;
	float: left;
	padding: 0;
	padding-left: 10px;
    color:#fff;
    
}
#footer .emailList {
	text-align: right;
    float:right;
	padding: 0;
	padding-right: 10px;
}
#footer a {
	font-size: 12px;
	color: #000d99;
    color:#fff;
	cursor: pointer;
	text-decoration: underline;
    
}
#footer a:hover {
	text-decoration: none;
}
#footer #divFooterTDOLink {
    clear:both;
    float:right;
    margin:0 5px 10px 0;
}
/* end defining styles for footer */

/* begin style for patients testimonials */

#divHomeCont {
    display:table-cell;
    vertical-align:top;
}

#divHomeTestimonialContainer
{
    width:210px;
    display:table-cell;
}

#divHomeTestimonialContainer2
{
    margin-top:20px;
    border-left:solid 1px #000d99;
    padding:0 10px 10px 10px;
}

.boxTestimonial {
	color: #000d99;
	border: 0;
	border-left: 1px;
	border-bottom: 1px;
	border-style: solid;
	height: 100%;
	/* 
	background-color: #bdc5e2;
	*/
	padding: 10px;
}
.TitleTestimonial {
	font-weight: bold;
	font-size: 14px;
}
.TextTestimonial, .testimonialContent {
	font-size: 11px;
	font-style: italic;
}
.SenderTestimonial {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
.TestimonialLine {
	border: 0;
	border-top: 1px;
	border-style: solid;
	width: 30%;
}
.TestimonialLink {
	font-size: 10px;
}
#divContactTitle 
{
    margin-bottom:10px;
    font-weight:bold;
}
.divContactInfo .practiceAddress
{
    padding-right:15px;
}
.divExpand, .divHide 
{
    margin-bottom:5px;
}

.divGoogleMap {
    width:550px; 
    height:400px; 
    margin:10px 0 10px 0; 
}

#divBtmMobileMenu {
    display:none;
}

.divInteractiveMapCont {
    display:inline-block;
}

.divOffDirectionsAddr {
    font-size:16px;
    display:inline-block;
    vertical-align:top;
    padding:40px 0 20px 20px;
}

.divOffDirectionsAddr div {
    line-height:22px;
    padding-left:1px;
}

.divOffDirectionsAddr div.divAddrTitle {
    font-weight:bold;
    font-size:20px;
    line-height:30px;
    padding-left:0;
}

@media all and (max-width:768px)
{
    #header {
        border-bottom:none;
    }
    
    #contentPage {
        border-top:none;
        margin:0;
    }
    .mainTitle {
        clear:both;
    }

    .nivoSlider {
        max-width: 650px!important;
    }

    #divLoginLinksTops {
        display:none;
    }

    .topNav1stLevel, #subNavBar, #divFixedMenuSpacer {
        display:none;
    }
    
    #divBtmMobileMenu, #divBtmMobileMenu .mainMenuHeaderLinks {
        display:block;
        padding:0;
        margin:0;
        float:none;
        clear:both;
    }

    #divMobileMenuCont {
        display:block;
        background-color:#fefefe;
        padding:10px 0 10px 0;
        border-bottom:1px solid #b1b0b0;
    }

    #aMobileMenuBtn {
        background-image:url('../Images/MobileMenuIcon.png');
        display:block;
        width:32px;
        height:32px;
    }

    #divMobileMenu {
        display:none;
    }

    #divMobileMenu ul {
        padding:0;
        margin:0;
    }

    #divMobileMenu li {
        list-style-type:none;
        color: #000d99;
        font-weigth:bold;
        font-size:14px;
        margin:0 10px 0 10px;
    }

    #divMobileMenu li span {
        display:block;
        float:none;        
    }   

    #divMobileMenu li span.mainHeadLink {
        display:block;
        border-bottom:1px #000 solid;
        float:none;
    }    

    #divMobileMenu li span.mainHeadLink .mainHeadCurrent  {
        color: #000d99;
        background-color:transparent;
        border:none;
        font-size:14px;
        font-weight:bold;
        display:block;
        padding:10px 0 10px 0;
        float:none;
    }

    #divMobileMenu li ul li {
        border-bottom:1px #000 solid;
        margin-left:30px;
    }

    #divMobileMenu li ul li.onSection {
        padding:10px 0 10px 0;
        font-weight:bold;
        float:none;
    }

    #divMobileMenu .liNoMobileDisplay, #divMobileMenu li span.liNoMobileDisplay {
        display:none;
    }

    #divMobileMenu a, #divMobileMenu a:visited, #divMobileMenu a:hover {
        color:#000;
        text-decoration:none;        
        border:none;
        font-size:14px;
        display:block;
        padding:10px 0 10px 0;
        float:none;
    }

    #divMobileMenu a:hover {
        color: #000d99;
        font-weight:bold;
        background-color:transparent;
    }
    
    #divBtmMobileMenu {
        display:block;
    }

    #divBtmMobileMenu .topNav1stLevel {
        display:block;
        height:auto;
    }

    #divBtmMobileMenu .mainMenuHeaderLinks a, #divBtmMobileMenu .mainHeadCurrent {
        clear:both;
        float:none;
        height:auto;
        color: #000d99;
        background-color: #e5ebfb;
        border:1px solid #000d99;
        padding: 5px 10px 5px 10px;
        margin:0 0 5px 0;
    }

    #divBtmMobileMenu .mainHeadCurrent {
        color:#444;
        background-color: #bdc5e2;
    }

    #divBtmMobileMenu .mainMenuHeaderLinks ul li ul li a {
	    font-size: 14px;
	    text-decoration: none;
        display:block;
        height:auto;
        padding: 5px 10px 5px 20px;
        margin:0 0 5px 0;
    }

    #divBtmMobileMenu .mainMenuHeaderLinks ul li ul li a.curPage {
        font-size: 14px;
        color:#444;
	    text-decoration: none;
        display:block;
        height:auto;
        background-color: #bdc5e2;
    }

    #divSubNavEndBorder, #divHeadNavEndBorder, .divHeadNavEndBorder {
        display:none;
    }

    #divHomeTestimonialContainer {
        display:none;
    }

    #divBlogPageContainer, .divBlogEntryContainer, .divCommentEntryContainer {
        width:auto;
    }    

    .divLogo {
        text-align:center!important;
    }

    .divLogo img {
        max-height:200px;
        max-width:100%;
    }

    #h1Main {
        display:none;
        padding:0;
        float:left;
    }

    .topNav1stLevel .siteTitle {
        float:right;
    }    

    #divPageContainer  {
        margin:0 20px 0 20px;
    }

    #contentPage img {
        margin:auto;
        display:block;
        height:auto;
        max-width:650px;
    }

    .blogImages .blogImage img {
        height:auto!important;
        width:auto!important;
        max-width:600px!important;
    }

    .divOffDirectionsAddr {
        padding:10px 0 35px 20px;
    }

    #divOfficeInfo, #divOfficeInfo #divOfficeInfoImage, #divOfficeInfo #divOfficeInfoContent {
        float:none;
        padding:0;
        margin:auto;
    }

    #divOfficeInfo #divOfficeInfoImage {
        padding-top:10px;
    }

    #divOfficeInfo #divOfficeInfoContent {
        padding:20px;
    }

    #tdContactImage img {
        display:none;
    }

    #divSecQuest input {
        width:60px;
    }

    .contCol1, .contCol2 {
        width:auto;
    }

    textarea, input[type=text] {
        -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;

	    width: 100%;
    }

    #divWriteTestBtns {
        clear:both;
    }

    #divMapCustContent td {
        display: block;
    }
    
    iframe { display:none; }
    .left { float:none; }
    .right { float:none; }
}

@media all and (max-width:600px) {
    .tdoSiteVideo {
        position: relative;
	    padding-bottom: 56.25%;
	    height: 0;
	    overflow: hidden;
    }

    .tdoSiteVideo iframe, .tdoSiteVideo object, .tdoSiteVideo embed {
        display:block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
    }
}

@media all and (min-width:601px) and (max-width:768px)
{
    #contentPage img, .divGoogleMap {
        max-width:520px;
    } 

    .nivoSlider {
        max-width: 520px!important;
    }

    .blogImages .blogImage img {
        max-width:480px!important;
    }
}

@media all and (min-width:481px) and (max-width:600px)
{
    #contentPage img, .divGoogleMap {
        max-width:400px;
    }

    .nivoSlider {
        max-width: 400px!important;
    }

    .blogImages .blogImage img {
        max-width:360px!important;
    }

    #DOMWindow {
        width:400px!important;
    }
}

@media all and (min-width:321px) and (max-width:480px)
{
    #contentPage img, .divGoogleMap {
        max-width:240px;
    }

    .nivoSlider {
        max-width: 240px!important;
    }

    .blogImages .blogImage img {
        max-width:200px!important;
    }

    .divGoogleMap {
        height:240px;
    }

    #DOMWindow {
        width:240px!important;
    }
}
    
@media all and (max-width:320px)
{
    #contentPage img, .divGoogleMap {
        max-width:200px;
    }

    .nivoSlider {
        max-width: 200px!important;
    }

    .blogImages .blogImage img {
        max-width:180px!important;
    }

    .divGoogleMap {
        height:200px;
    }

    #DOMWindow {
        width:200px!important;
    }
}