@charset "utf-8";
body {
    font-family: Arial;
    background: url(../images/bg.jpg) repeat-x #fff;
    margin: 0;
    padding: 0;
    color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    text-align: justify;
    padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
    font-family: Arial;
    color: #42413C;
    text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
    font-family: Arial;
    color: #6E6C64;
    text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: none;
    font-family: Arial;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
    width: 1017px;
    background: #FFF;
    border-left: solid 4px #4aa1f1;
    border-right: solid 4px #4aa1f1;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    -moz-box-shadow: 0 0 10px 8px #666; 
    -webkit-box-shadow:  0 0 10px 8px #666; 
    box-shadow:  0 0 10px 8px #666; 

    /*  -moz-box-shadow:
    inset 5px 0 5px -5px #000,
    inset -5px 0 5px -5px #000;
-webkit-box-shadow:
    inset 5px 0 5px -5px #000,
    inset -5px 0 5px -5px #000;
box-shadow:
    inset 5px 0 5px -5px #000,
    inset -5px 0 5px -5px #000; */



}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
    background: url(../images/header.jpg) no-repeat top;height: 392px;

}
.headerp {background: url(../images/headerbgp.jpg) no-repeat top;height: 500px}
#logo {position:relative; margin: -35px 0 0 0;z-index: 1;}
#nav {background: url(../images/navbargg.gif) no-repeat; width: 830px; height: 37px;margin-left: 10px;padding: 21px 0 0 0;margin-top: 28px; }
#nav a {float:left;color: #fff; text-decoration: none; font-size: 12px;margin-left: 28px; }
#nav a:hover {color: #03a3fc;}

#navMenu {
   <!-- background: url(../images/navbargg.gif) no-repeat;-->
    width: 100%;
    height: 37px;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    text-align: center;
   /* margin-left: 10px;*/
    padding: 21px 0 0 0;
   /* margin-top: 28px;*/
   background-color:#114086;
}
#navMenu ul {
    height: auto;
    margin: 0px;	
	width:75%;
}	

#navMenu li {
    display: inline;
    /*padding: 10px;*/
	border-right:1px solid white;

}
#navMenu li:last-child{border-right:none;}

#navMenu a {
    text-decoration: none;
    color: #fff;
    padding: 8px 8px 8px 8px;
    border-radius: 3px;
	font-size:11px;

}

#navMenu a:hover {
    color: #1F76C5;
    background-color: #1BC8E2;
}

body#oem_parts_locator a#oplnav,
body#events a#evenav,
body#incentive a#ipnav,
body#esbody a#esnav ,
body#tedbody a#tednav ,
body#contactBody a#connav {
    color: #1F76C5;
    background-color: #1BC8E2;
}

#featureddealer {background: url(../images/featureddealer2.png) no-repeat; height: 133px; width: 608px;padding-top: 25px;margin-bottom: 12px;margin-top:5px;}
#featureddealer p {width: 170px; color: #fff; font-size: 10px;margin: 5px 0 0 415px;}
#featureddealer a {margin-left: 430px; color:#fff;font-size: 10px; text-decoration:none;font-weight: bold;margin-top: 5px;font-weight: bold;}
#featureddealer a:hover {font-size: 10px;font-weight: bold;text-decoration:underline;color: #e4e4e4;font-weight: bold; }

#searchlink {position:absolute; top: 392px; margin-left: 293px; }


.event {width:48%; border-bottom: 1px solid #ddd;margin: 5px 0;padding-bottom: 5px;float:left;}
.events {width: 580px;}
.events {width:610px;}
.left{font-size: 14px;width:72%}
.event img {float:left;margin-right: 10px;padding-bottom: 5px;}
.event h3 {font-size: 12px;margin: 0; padding: 0;}
.event p {font-size: 10px; margin: 3px 0 0 0;padding: 0;}
.event a {font-size: 10px; margin: 0 0 0 0;padding: 0;}
.event a:hover {font-size: 10px; margin: 0 0 0 0 !important;padding: 0;color: #001653;}
.event .cal {background: url(../images/datemark.jpg) 0 0 no-repeat; width: 80px; height: 80px; position:relative; top: 0; float:left;text-align:center;margin: 0 8px 8px 0;}
.event .cal .mon {position:relative; margin: 3px auto 0 auto;font-weight: 200; color:#fff; font-size: 12px;}
.event .cal .day {
    position:relative;
    font-size: 25px;
    font-weight: bold;
    margin-top: 15px;
    text-shadow: 1px 1px 1px #666666;
}
.innerevent {float:none;margin-left: 90px;}

#bottomleft {width: 98%;float:left;}
#bottomleftwide {width: 610px;float:left;margin-top: 10px;}

#bottomright {float:left;padding-left: 12px;font-size: 11px;}
#featuredVa {width: 608px; height: 28px; background: url(../images/incetivefeature.png) no-repeat;padding-top: 130px;margin-top: 15px;margin-bottom: 15px;}
#featuredVa a {color:#fff; font-size:11px;margin: 0 0 0 250px;}

#bottomright a {width: 100px;}

#topdealerships {position:relative; top: 0;width:185px;background-color: #dedddd;margin: 0 0 5px 3px;font-size: 11px;text-align:left;}

.left {display:block;width:72%;}

#right_sidebar {/*height: 481px;*/ width: 264px;background-color:#8FB0FF;/*background: url(../images/vacationbgwide.jpg) no-repeat #013a6f;*/float:left; margin: 0 0 0 15px;text-align: center;padding: 0px 0 10px 0;}
#right_sidebar .topimage {margin: 65px 0 0 0 !important;}
#right_sidebar .bottomimage {margin: 0 0 0 0;}

#right_sidebar a {color:#fff; font-size: 11px;padding: 0;margin: 0;}
#sidelink {padding: 5px 5px 8px 5px !important;}

#toprewards {text-align:left !important;color:#fff; font-size: 11px;margin-left:15px;background: #4595e0;position:relative; top: 0; }
#toprewards  td {padding: 0 0 0 5px !important;margin: 0!important;}
#rewardsimg {margin: 0 !important;}

#llink,
#headNumber {
    position:relative;
    background: #26435e; 
    color:#fff; 
    font-size: 12px; 
    padding:10px;
    float:right; 
    font-weight: bold;
    margin-right: 10px;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    z-index: 3;
}

#llink a { color: #fff;text-decoration: none; }
#crumbs {font-size: 12px; color: #000;margin: 0 0 5px 5px; }
#crumbs a {text-decoration: none;}
#crumbs a:hover {text-decoration: underline;}
#crumbs div {float:left}
.crumbcharacter {margin-top: -4px;}
#timage {margin-top: 10px;}
.areatable {background: #eeeeee;width: 780px;height: 600px;margin: 20px 0 0 25px;}
.rightside {float:left;width: 205px;background: url(../images/vacationbgwide.jpg) no-repeat #013a6f;padding: 5px 0 10px 0;margin-left: 15px;text-align: center;}
.rightside a {color:#fff; font-size: 11px;padding: 0;margin: 0;}

#rssread {width: 188px;padding: 5px; color: #000;background: #fff;margin: 5px 0 0 34px;height: 190px;text-align:left;overflow: hidden;height:250px;}
#rssread p {padding: 0; margin: 0;color:#000;margin-bottom: 10px;}
#rssread a {color:#000;font-size: 11px;}
.scrollerDescription {color:#000;}
.scrollerTitle {}
#space {margin-top: 10px;}

#map {width: 606px; height: 550px; background: url(../images/maponlyimage.gif) no-repeat top;margin: 0;padding: 0;}

#map1 {width: 606px; height: 550px;margin: 0;padding: 0;}

#westernwrap {position: relative;float:left;width: 240px;height:400px; z-index:1999}
#centralwrap {position: relative;float:left; width: 200px;height: 400px; z-index:1998}
#easternwrap {position: relative;float:left;width: 150px;height: 400px;z-index:1997}

.western,
.central, 
.eastern {position:absolute;z-index:1}

input, textarea {width: 400px;}
textarea {height:200px;}
form {font-size: 12px;margin-left: 70px;}
#maplogo {position: absolute; top: 715px;margin-left:40px;}
#mapkey {position: absolute; top: 800px;margin-left:315px;}
.historyp {font-size:12px;}
.historypp {font-size:12px; margin: 0 0 8px 105px;font-weight: bold; }
.historyppp {font-size:12px; margin-left: 25px;background: url(../images/checkmark.jpg) no-repeat top left;padding-left: 70px;min-height: 50px;}
.historypppp img {position:relative; top: 30px;}
.historypppp {margin-left: 20px;font-size: 12px;float:left;}
.historypppp p {float:left;padding-left: 35px;}
h3 {text-align: center;margin-top: 25px;font-size: 16px;}
h5 {margin: 0 0 5px 0;}
.contactelement {text-align: center;margin-left: 100px;font-size: 12px;border-bottom: #eeeeee solid 1px;width: 400px;padding: 15px 0;}
.contactelement p {margin: 5px 0; padding: 0;}
.contactelement a {color:blue;}
ol {width: 400px; margin-left: 35px;}
ol li {margin-bottom: 4px;}

#highlight {position:absolute; top: 420px; font-size: 13px; color: #00C;margin-left: 150px; font-weight: bold;}




/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {

    padding: 5px 10px 10px 10px;
    /* min-height: 600px; */
    display:block;

}

.oem {min-height: 750px !important;}

/* ~~ The footer ~~ */
.footer {padding: 10px 0;font-size: 11px; color: #000; text-align:center;}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.page{
   /* position: absolute;*/


    display:none;
    /* visibility: hidden; */
   /* width: 360px;*/
    height: 320px;

}


.page img {float:left;margin-left: 12px;border:3px solid #006;} 

.thumbstrip {/*position:relative;*/ /*top:310px;*/}
.thumbstrip a {float:left !important;margin-right: 5px;border:3px solid #fff;height:64px;width: 64px;}
.thumbstrip a:hover {float:left !important;border:3px solid #006 !important;}
.thumbstrip a:active {float:left !important;border:3px solid #006 !important;}
.thumbstrip a:focus {float:left !important;border:3px solid #006 !important;}

#wholesalers {float:right;margin-right: 8px;width: 220px;font-size: 12px;}

#namehead,
.fn 
{font-size: 12px;font-weight:bold;border-bottom: 2px solid #000;}
.additional-name {display:none;}
#namehead {width: 260px;}
#address,
.org 
{font-size: 12px;margin: 8px 0;}

.phone,
.tel .value 
{width: 105px;float:left;clear:both;}
.type, .note, .category, .url {display:none;}

.title {font-weight: bold;}

#description {font-size: 12px;padding-top:70px;}
.lister {float:left;height: 200px;font-size: 12px;}
.lister td {padding: 0;margin: 0;}
.smallhead,
#smallhead {background: url(../images/smallheadbg.jpg) no-repeat left; font-size: 12px; width: 287px; height: 22px;color:#fff;padding: 6px 0 0 6px;margin: 20px 0 8px 0;}
#heads {background: url(../images/headsbg.jpg) no-repeat left; height: 22px; margin-bottom: 10px;color:#fff;font-weight: bold;padding: 0px 0 0 3px;}
#bottomleftwide {height: 390px !important;}
#bottomleftwide p {width: 90%;}
.listhead {font-size: 18px; font-weight: bold;width: 800px;border-bottom: 2px solid #000;margin-bottom: 13px;height: 25px;}
.listhead a {color:#3f86c6  !important; font-size: 15px;margin-left: 25px;  }
.lister {height: 200px;background: none;}
.headerlist {text-align: center; border-bottom: 1px solid #000;}
.imagetable {float:left;margin-left: 0;}

.imagetable img {float:left;clear:left;margin-top:10px;}
.innerwrap {height:200px; width:705px;font-size: 12px;float:left;}
.labler {float:left;width: 150px;padding: 0;}
.labler1 {float:left;width: 280px;padding: 0;}
.contactdealer {width:300px;margin: 15px 0 0 10px;float:left;}
.labletable {width: 210px; border-bottom:1px solid #000; }
.labletable1 {width: 170px; border-bottom:1px solid #000;margin-right: 10px; }

.members {position:relative;top:15px;margin: 0 0 0 290px;}
.members1 {position:relative;top: -81px;margin: 0 0 0 490px;}
.ie7fix {margin-left: 20px;}
#searchwrap {height: 30px; width: 450px;border-top: #000 solid 2px;border-bottom: #000 solid 2px;margin: 5px auto 0 auto;padding: 0;}
.notice {font-size:12px; text-align:center; font-weight: bold; margin: 0; padding: 10px 0 0 0;}

#search-input {width: 80px;font-size: 19px; font-weight: bold;padding: 2px 0 0 8px; letter-spacing: 4px;float:left;margin-left: 12px;border:none !important;outline:none !important;}
.standInput {padding-top: 1px;}
.ajax_search {margin: 0;}
#yourcode {float:left; height: 23px; width: 127px;margin-top: 3px;background: url(../images/postalsprite.jpg) no-repeat 0 0;}
#yourcode:hover {background-position:  -127px 0;}

#alllink {float:right;width: 184px; background: url(../images/alldealerssprite.jpg) no-repeat 0 0; height: 23px;margin-top: 3px;}

#mybrand {float:right;width: 184px; background: url(../images/mybrands-sprite.jpg) no-repeat 0 0; height: 23px;margin-top: 3px;}

/* #mybrand:hover,
#alllink:hover {background-position: -185px 0 !important} */

.menueItemContent,
.menueItem img {float:left;}
.menueItem img {padding-left: 8px;}
.menueItemContent {width: 310px;padding-left: 10px}
.menueItemContent p {margin: 5px 0 5px 0;padding: 0;}
.menueItemContent a {font-size: 13px; color: #33F; text-decoration: underline;clear:both;margin: 5px 8px 0 0}
.menueItem p {font-size: 14px; color:#000;}


#tviewport,
#viewport {width: 448px; border: 1px solid #ccc;border-top: none;;margin: 31px auto 0 auto;position:absolute;z-index: 100000000;background: url(../images/viewportbg.jpg) repeat-x #fff;}
#tviewport {border-right: none;border-left: none;height:400px !important;overflow:auto;overflow-x: hidden;-ms-overflow-x: hidden;}
.tdropitem {height:35px; border-bottom: 1px solid #eeeeee;display:block;background-color: #FFF;padding: 4px; font-weight: bold;color:#999;}
.tdropitem:hover {background-color: #F7F7F7;color:#000;}

.viewprotfooter img,
.tdropitem img {float:left; height: 35px; width: 35px;}
.viewprotfooter img {margin-right: 5px;}
.viewprotfooter {float:left;margin: 10px 0 0 80px;width: 100%;}
.viewprotfooter a {margin: 0 8px 0 0;}
.viewprotfooter div {margin:6px 0 0 8px};


/*.tdropitem a {width: 450px;height:45px;} */
/*.tdropitem div {padding: 8px 0 0 52px !important;} */
.tdropitem {}
.tdropitem img {margin: 0 20px 0 0;}

.nameItem {margin-top: 20px !important;font-weight:bold;}
.tip {position: absolute;background-color: #fff;border: 1px solid #666;padding: 5px 10px 5px 10px;min-width: 160px;font-size: 12px;text-align:center;color: #666; font-weight:bold;margin: -3px 0 0 25px; }
.tip span {font-style: italic; }
.tipwrap {position:absolute;}
.tipwraplarge {position:absolute; padding-right: 5px;}
#cloasepanel {color: #BB112B;float:right; margin:3px;font-size: 12px;}

/*.loader {position:absolute; margin: 33px 0 0 -90px;}*/
.loader {position:relative;top: 0;margin: 10px 0 0 0;z-index:999999999; }

.listings {margin-bottom: 10px !important;}
#note,
#message {font-size: 14px;text-align:center;margin: 0 auto 10px auto;width: 600px;min-height: 20px;}
#brandshow {position:absolute; top: 341px;margin-left:450px;height: 50px;width: 50px;}

.geo {margin-top: 10px;}
/*#map-space {position: absolute; top: 780px; margin-left: 180px;}*/
#map-space {position:relative;margin-top: 20px;margin-left: -180px;}
#bright {border: 1px solid red;float:right;clear:both;width: 260px;height: 260px;}
.btnicon {clear:both;float:left;margin-top: 5px !important;padding: 0 15px 0 17px !important; height: 16px; color: #666 !important;}
.btnicon:hover {}
.btnicon.contactbtn {background: url(../images/contacts-icon.jpg) no-repeat 0 0;}
.btnicon.pdf {background: url(../images/pdf.png) no-repeat 0 0;}
.btnicon.rss {float:none; background: url(../images/RSS.png) no-repeat 0 0;font-size: 13px;padding: 8px 0 10px 37px !important;height: 30px !important;margin-bottom: 10px !important;}
.titlehead {clear:both;float:left;margin-top: 10px;}

.headerad {position: absolute; margin-top: -125px;margin-left: 370px;}
.footerad {margin: 15px 0;}

.bannerwrap {width: 600px;background: #fff;margin-bottom: 15px;float:left;clear:both;height:auto;border: 1px solid #e1e1e1}
.bannerwrap .bannerinfobox {padding: 10px;}

.bannerwrap .bannerwrapdesc,
.bannerwrap .bannerwraptitle {margin: 0;padding: 0;}
.bannerwrap .infoboxtrigger {width: 590px;clear:both;float:left;font-size: 14px; padding: 5px;text-decoration: none !important;background:#fff;}

.bannerwrap .infoboxtrigger:hover {background: #e1e1e1}
.bannerwrap .bannerwrapdesc {width: 580px; padding: 5px;font-size: 12px;}
.bannerwrap .bannerwraptitle {background: url(../images/headsbg.jpg) repeat-y 0 0; color: #ffffff;margin-bottom: 5px; padding: 3px 8px;}

.bannerwraplink {clear:both;float:left;margin: 5px 0;font-size: 12px; font-color: #666; font-style: italic;}
.bannerinfobox {clear:both;float:left;}

.freedsWrap {margin-bottom: 20px;padding-bottom: 20px; border-bottom: 1px solid #ccc;}
.freedsWrap ul li {list-style: none !important;margin-bottom: 10px;}

.slinkwrap {padding: 70px 0 30px 100px}

#sidebarnav a {
    display:block;
	/*background-color: hsl(240, 100%, 24%);*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#35197d+0,3e21b3+50,391aa6+51,6348de+100 */
background: #35197d; /* Old browsers */
background: -moz-linear-gradient(top,  #35197d 0%, #3e21b3 50%, #391aa6 51%, #6348de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #35197d 0%,#3e21b3 50%,#391aa6 51%,#6348de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #35197d 0%,#3e21b3 50%,#391aa6 51%,#6348de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35197d', endColorstr='#6348de',GradientType=0 ); /* IE6-9 */

    /*background: url(../images/sidebarnavbg.jpg) 0 0 no-repeat;*/
    padding: 7px 0 !important;
    text-align:center;
    margin: 0 0 8px 13px;
    text-decoration: none; 
    font-weight: bold;
    font-size: 17px;
    opacity:0.8;
    filter:alpha(opacity=80);
    width: 281px; 
	/*background-color:background-color: hsl(216, 78%, 30%);*/
	border:2px solid;
	border-left-color:black;
	border-top-color:black;
	border-bottom-color:white;
	border-right-color:white;
	height: 33px;
}
#sidebarnav a:hover {
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

#fdealer {padding: 5px; height: min-300px; background: #013a6f url(../images/fdealerbg.jpg) 0 0 repeat-x;margin-left: 2px;}
#fdealer p {width: 180px;padding: 0;margin: 0;color: #fff;font-size: 11px;}
#fdealer img {float:left;clear:both;}
#fdealer #fimg {display:block;margin: 5px 0 5px 0 !important;}
#fdealer #flink {clear:both;display:block;margin: 5px 0 0 0 !important;color: #fff;text-align:center;width: 100%;text-decoration: none;}

.proflink {display:block;margin-top: 5px;}

#profilewrap {margin-bottom: 50px;}
#profilebody {
    margin-left: 320px;
    background-color: #e1e1e1;
    padding: 8px;
    /* -moz-box-shadow:
            inset 5px 0 5px -5px #000,
            inset -5px 0 5px -5px #000;
        -webkit-box-shadow:
            inset 5px 0 5px -5px #000,
            inset -5px 0 5px -5px #000;
        box-shadow:
            inset 5px 5px 5px -5px #000,
            inset -5px -5px 5px -5px #000; */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
    line-height: 1.5;
}
#profdesc {padding: 8px 0 0 0;margin: 10px 0 0 0;border-top: 2px solid #666;}
#profname {font-size: 20px; font-weight: bold;}
#proflocation {font-size: 16px;}

.indelement {
    margin-bottom: 10px;
    background: #e1e1e1;
    padding: 8px 0;
    text-align:center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
}
.indelement a {color:#00c;}

.guidlineslist {margin: 0 0 20px 30px;}

.guidlineslist li {margin-top: 15px;list-style: none;}
.guidlineslist li ul li {padding-left: 20px;list-style:none;margin-top: 8px;}
.centered h1 {font-size: 24px;}
.centered h2 {font-size: 20px;}
.centered h3 {font-size: 18px;}
.centered h1,
.centered h2,
.centered h3 {
    text-align:center;
    background: #e1e1e1;
    padding: 5px 0;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.centered {font-size: 12px;}
.centered a {color:#00c;}

.iwcontent {width: 400px;font-size: 12px; padding-top: 0; margin-top: -20px;}
.iwcontent img {float:left; margin-right: 5px;padding-right: 5px;}
.iwcontent a {padding-top: 15px;}
.iwcontent .smallhead {margin-left: 95px !important;display:block;font-size: 16px; font-weight: bold;}

#map-canvas {margin-top: 10px; border: 2px solid #006;}
#tregions {margin-left: 100px;}

#tcontent {margin-bottom: 15px;}

#logowrap {  height: 66px;position: relative;width: 28%; }
#logoline {float: right;margin-top: -28px;width: 76%; }
#logo1,
#logo2 { height: 100%;width: 100%;margin-left: -31px;}
/*#logo1 { margin-top: 23px; }*/
#logo2 {display:none;/* margin:10px 0 0 5px;*/height: 100%;width: 100%; }
.logoline{   margin-left: 244px;margin-top: -27px;width: 74%;}

.fullwidth { margin-bottom: 150px;}
#indexheader{padding-left: 9px;}
.headerlogo{width:100%;}
.frontlogo{width:100%}
.right{float:right;z-index:1;padding-right: 10px;}
#sidebarnav{margin-left: -36px; padding-bottom: 12px;padding-top: 5px;}
.contact{text-align:center;padding-top:12px;color: hsl(0, 0%, 100%);font-size: 12px;}