@charset "utf-8";

/* Clearfix */

.clearfix:before, .clearfix:after {
	content:" ";
	display:table;
}

.clearfix:after { 
	clear:both; 
}

/* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */

.clearfix { *zoom: 1; }

* { 
	margin:0; 
	padding:0;
/*        
	box-sizing:border-box;
*/
}

html {
	background-color:#F9F9F9;
/*	background-image:url(../img/bg_00.jpg);
	background-size:cover !important;
	background-position:center center;
	background-repeat:no-repeat; */
}

body {
	font-family: 'Arvo', serif;
	font-size:1em;
	font-weight:300;
/*        
	line-height:1.4em;
*/
        text-shadow: 1px 1px #C9C9C9;        
	margin:auto;
	padding:0;
}

.border {
    border: 1px dotted #ff0000;
}

ul {
   list-style-position: inside;
}

ol {
   list-style-position: inside;
}

.reqvalue {
    color:#ff0000;
}
.eventList ul {
	list-style:none;
	display:block;
	float:none;
	margin:1.5em auto auto auto;
	padding:0;
}

.eventList li {
	list-style:none;
	display:block;
	float:none;
}
/*
.eventList ul {
    display:table-row;
}
.eventList ul li
{
    display: table-cell;
    list-style-type: none;
    margin: 10px;
    vertical-align: middle;
}
*/
.wrapperSection {
    width:100%;
    max-width:100%;
    height:auto;
    margin:auto;
    vertical-align:top;
       
    background-color: #F9F9F9;
}

.search_menu_bg {
    background-color: #fff;
    min-height: 65px;
}

.auction_box {
    height: 326px;
    border: 1px solid #00ff00;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url('../images/content-box.png');     
}

.auction_title {
    padding-top: 17px;
    padding-left: 20px;
    font-size: 1.5em;
    color: #ffffff;
    text-shadow: 1px 1px #000000;      
}

.full_width { 
    display:block;
    float:none;
    width:100%;
    max-width:988px;    
    margin:auto;
    padding:0;  
/*    
    padding-top:0;  
    padding-right:10px;  
    padding-bottom:0;  
    padding-left:10px;  
*/
    border:#999 dotted 0;
}

.wrapperContent2 {
    min-height:280px;
    width:100%;
    max-width:100%;
    margin:auto;
    vertical-align:top;
    background-color: #F9F9F9;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;    
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale')";  
    
}

.content_full_width { 
    display:block;
    float:none;
    width:100%;
    max-width:960px;    
    margin:auto;
    padding:0;
    height: auto !important;
  
}

.btnEventTraffic {
    background: #FF9900;
    border-radius: 3px;
    padding: 4px 4px 4px 4px;
    max-width: 100px;
    margin: 0 10px 0 0;
    text-align: center;
}

.btnEventPress {
    background: #4F780B;
    border-radius: 3px;
    padding: 4px 4px 4px 4px;
    max-width: 100px;
    margin: 0 10px 0 0;
    text-align: center;
}

.btnEventDept {
    background: #2A1A8F;
    border-radius: 3px;
    padding: 4px 4px 4px 4px;
    max-width: 100px;
    margin: 0 10px 0 0;
    text-align: center;
}

.btnEventHighlightTxt {
    padding: 0 4px 4px 4px;
    margin: 0 0 0 0;  
}

.btnEventHighlightLnk:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: .7em;      
}

.btnEventHighlightLnk:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: .7em;        
}

.btnEventHighlightLnk:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;		
	font-size: .7em;       
}

.btnEventHighlightDateLnk:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: .8em;        
}

.btnEventHighlightDateLnk:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: .8em;        
}

.btnEventHighlightDateLnk:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;		
	font-size: .8em;       
}

.btnEventIcon {  
    width: 100%;
    height: auto !important;
    max-width:63px;
    max-height:61px;
    width: auto\9; /* ie8 */
    margin: 0 0 0 0;    
}

.btnSplashHighlight {
    background: #A67618;
    border-radius: 3px;
    padding: 3px 8px 3px 8px;
}

.btnSplashHighlightLnk:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;		
	font-size: 1.1em;       
}

.btnSplashHighlightLnk:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;		
	font-size: 1.1em;       
}

.btnSplashHighlightLnk:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;		
	font-size: 1.1em;      
}

.btnIcon {  
    width: 100%;
    height: auto !important;
    max-width:95px;
    max-height:100px;
    width: auto\9; /* ie8 */
    margin: 0 5px 0 0;    
}

.btnMenu {  
    width: 100%;
    height: auto !important;
    max-width:95px;
    max-height:100px;
    width: auto\9; /* ie8 */
}

.btnSplash{
    min-height: 100px;
    background-color: #EFE9CF;
    background-repeat: repeat;
    background-position: top;
    background-image: url('../images/menu-bg.gif');    
    border-bottom: 1px solid #FFFFFF;
    margin-left: 2px;
}

.btnSplashHover {
    background-color: #EFE9CF;
    background-repeat: repeat;
    background-position: top;
    background-image: url('../images/menu-bg.gif');    
    border-bottom: 1px solid #FFFFFF;
    margin-left: 2px;  
}

.btnSplashTxtWrap {
    padding: 0 0 0 3px;    
    margin: 0 0 0 0;    
}

.btnSplashHeadLnk:link {
	color: #4B0000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;		
	font-size: 1.4em;
}

.btnSplashHeadLnk:visited {
	color: #4B0000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;		
	font-size: 1.4em;
}

.btnSplashHeadLnk:hover {
	color: #4B0000;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;		
	font-size: 1.4em;
}

.btnSplashLnk:link {
	color: #494949;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: .8em;
}

.btnSplashLnk:visited {
	color: #494949;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: .8em;
}

.btnSplashLnk:hover {
	color: #494949;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;		
	font-size: .8em;
}

.brandLine {  
    width: 100%;
    height: auto !important;
    max-width:510px;
    max-height:20px;
    width: auto\9; /* ie8 */
}

.top_horizontal_menu {
    float:none; 
    margin:1px auto auto auto;
    padding:0;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url('../images/shade-bot.png');  
}

.headerBg {
    display:block;
    float:none; 
    min-height:145px; 
    margin:auto;
    padding:0;
    background-color:#ffffff;
    background-repeat: repeat-x;
    background-position: bottom;
    background-image: url('../images/headerbg.gif');    
}

.header {
    display:block;
    float:none;
    min-height:136px;    
    margin:auto;
    padding:0;
/*    
    background-color: #F9F9F9;
    background-repeat: repeat;
    background-position: top;
    background-image: url('../images/headerbg.gif');    
*/
}

.headerLogo {
    display:inline-block; 
    margin:1em auto auto auto;
    vertical-align:top;    
    width:50%;
    text-align:left;
}
.headerRgt {
    display:inline-block; 
    margin:auto auto auto auto;
    vertical-align:top;    
    width:49%;
}

.logo {  
    width: 100%;
    height: auto !important;
    max-width:515px;
    max-height:110px;
    width: auto\9; /* ie8 */
}

.footerLogo {
    display:inline-block; 
    border:#999 dotted 0px;
    vertical-align:top;
}

.footer_logo {  
    width: 100%;
    height: auto !important;
    max-width:235px;
    max-height:50px;
    width: auto\9; /* ie8 */
    text-align: center;
}

.headerContent {
    display:inline-block; 
    margin:auto auto auto auto;
    border:#999 dotted 0px;
    vertical-align:top;

}

.headerTxt {
    margin: 0 0 0 0;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.1em;
    color: #494949;    
    text-shadow: 1px 1px #C9C9C9;    
}

.headerTxt2 {
    margin: 0 0 0 0;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.1em;
    color: #494949;    
    text-shadow: 1px 1px #C9C9C9;    
}

.headerTxtBig {
    margin: 0 0 0 0;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6em;
    color: #494949;    
    text-shadow: 1px 1px #C9C9C9;
}

.topMenuLnk1:link {
    color: #ffffff;    
    text-shadow: 1px 1px #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 1.3em;
}

.topMenuLnk1:visited {
    color: #ffffff;    
    text-shadow: 1px 1px #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 1.3em;
}

.topMenuLnk1:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;		
	font-size: 1.3em;
}

.topMenuItem1:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 1.30em;
        text-shadow: 1px 1px #000000;
}

.topMenuItem1:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 1.30em;
        text-shadow: 1px 1px #000000;
}

.topMenuItem1:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-size: 1.30em;
        text-shadow: 1px 1px #000000;        
}

.listMenuItem1:link {
	color: #494949;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 1.25em;
}

.listMenuItem1:visited {
	color: #494949;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 1.25em;
}

.listMenuItem1:hover {
	color: #494949;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-size: 1.25em;
}

.horizontal_menu {
    display:block;
    float:none;
    min-height:48px;    
    margin:auto;
    padding:0;
    background-color: #928585;
}

.horizontal_menu_shade {
    display:block;
    float:none;  
    margin:auto;
    padding:0;
    position: relative;
    background-repeat: repeat-x;
    background-position: top;
    background-image: url('../images/menu-shade.png');           
}

.welcome_head {
    display:block;
    float:none;
    margin: auto auto auto auto;
    padding:0;
    font-size: 1.4em;
    color: #494949;  
    padding: 5px 3px 5px 10px;
    text-shadow: 1px 1px #C9C9C9;
}
.welcome_text {
    display:block;
    float:none;
    margin: auto auto auto auto;
    padding:0;
    color: #494949;  
    padding: 5px 3px 5px 10px;
    text-shadow: 1px 1px #C9C9C9;
}

.wrapperContent {
    width:100%;
    max-width:100%;
    margin:auto;
    vertical-align:top;

    background-repeat: repeat-x;
    background-position: top left;
    background-image: url(''); 
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;    
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale')";  
}
.txtLeft {
    text-align:left;
}
.txtRight {
    text-align:right;
}
.wrapperIndexLogosOne {
    display:inline-block; 
    width: 19%;
    margin:auto auto auto auto;  
    vertical-align:top;
    text-align:center;   
}
.wrapperIndexLogosTwo {
    display:inline-block; 
    width: 19%;
    margin:auto auto auto auto;  
    vertical-align:top;
    text-align:center;
}
.wrapperIndexLogosThree {
    display:inline-block; 
    width: 19%;
    margin:auto auto auto auto;
    vertical-align:top;
    text-align:center;  
}
.wrapperIndexLogosFour {
    display:inline-block; 
    width: 19%;
    margin:auto auto auto auto;
    vertical-align:top;
    text-align:right;   
}
.wrapperIndexLogosFive {
    display:inline-block; 
    width: 19%;
    margin:auto auto auto auto;
    vertical-align:top;
    text-align:right;   
}

.wrapperIndexBtnsLft {
    display:inline-block; 
    width: 46.9%;
    margin:auto auto auto auto;
    vertical-align:top;
    border-right: 1px solid #969696;
}
.wrapperIndexBtnsRgt {
    display:inline-block; 
    width: 52.9%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_two_thirds {
    display:inline-block; 
    width: 67%;
    margin:auto auto auto auto;
    border:#999 dotted 0px;
    vertical-align:top;
}

.content_one_third {
    display:inline-block; 
    width: 33%;
    margin:auto auto auto auto;
    border:#999 dotted 0px;
    vertical-align:top;
}

.content_20 {
    display:inline-block; 
    width: 19.6%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_25 {
    display:inline-block; 
    width: 24.6%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_30 {
    display:inline-block; 
    width: 29.5%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_33 {
    display:inline-block; 
    width: 32.5%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_40 {
    display:inline-block; 
    width: 39.5%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_41 {
    display:inline-block; 
    width: 41.04%;
    margin:auto auto auto auto;
    vertical-align:top;
    background-color:#ffffff;
}
.content_50 {
    display:inline-block; 
    width: 49.5%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_60 {
    display:inline-block; 
    width: 58.55%;
    margin:auto auto auto auto;
    border:#999 dotted 0px;
    vertical-align:top;
}
.content_70 {
    display:inline-block; 
    width: 69.5%;
    margin:auto auto auto auto;
    border:#999 dotted 0px;
    vertical-align:top;
}
.content_75 {
    display:inline-block; 
    width: 74.8%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_80 {
    display:inline-block; 
    width: 79.8%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_85 {
    display:inline-block; 
    width: 84.8%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_90 {
    display:inline-block; 
    width: 89.8%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_95 {
    display:inline-block; 
    width: 94.8%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_99 {
    display:inline-block; 
    width: 98.8%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_top_head {
    display:block;
    float:none;
    margin: auto auto auto auto;
    padding:0;
    font-size: 1.4em;
    color: #ffffff;
    background-color: #A67618;   
    padding: 5px 3px 5px 10px;
}

.content_top {
    display:block;
    float:none;
    min-height:14px;
    margin: 2px auto auto auto;
    padding:0;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url('../images/shade-down.gif');    
}

.cbox_highlight {
    border: 1px solid #3E2B24;
    background-color: #EFEDE2;
    padding: 10px;
    max-width: 278px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  border-left: 1px solid #494949;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;    
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
}       
/*
.slide { 
    display:block;
    float:none;
    width:100%; 
    height: auto !important;
    max-height:340px;
    margin:auto;
    padding:0;
    overflow: hidden;
}

.slideImg {
    width: 100%;
    max-width:100%; 
    height: auto !important;
    max-height:100%;  
}
*/
.footer {
    display:block;
    float:none;
    min-height:257px;
    margin:auto;
    padding:0;
    border-top: 1px solid #C4C4C4;
    background-color: #262626;      
}

.footer_top {
    display:block;
    float:none;
    min-height:11px;
    margin:auto;
    padding:0;  
    background-color: #F9F9F9;
    background-repeat: repeat-x;
    background-position: bottom;
    background-image: url('../images/footer-top-bg.gif');    
}

.footer_bot {
    display:block;
    float:none;
    min-height:51px;
    margin:auto;
    padding:0;  
    background-color: #1B1B1B; 
}

.footer_one_third {
    display:inline-block; 
    width:24%;
    margin:auto auto auto auto;
    border:#999 dotted 0px;
    vertical-align:top;
}

.footer_two_thirds {
    display:inline-block; 
    width:74%;
    margin:auto auto auto auto;
    border:#999 dotted 0px;
    vertical-align:top;
    min-height:257px;
}

.footer_one {
    display:inline-block; 
    width:44%;
    margin:4em auto auto auto;
    vertical-align:top;
    text-align:center;
}
.footer_two {
    display:inline-block; 
    width:27%;
    margin:2em auto auto auto;    
    vertical-align:top;
}
.footer_three {
    display:inline-block; 
    width:27%;
    margin:2.2em auto auto auto;
    vertical-align:top;
}

.footertxt {
    color: #919191;
   text-shadow: 1px 1px #000000;
    text-decoration: none;
    font-weight: normal;
    font-size: .95em;
}

.footerlnk:link {
    color: #919191;
   text-shadow: 1px 1px #000000;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;		
    font-size: .95em;
}

.footerlnk:visited {
    color: #919191;
   text-shadow: 1px 1px #000000;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;		
    font-size: .95em;
}

.footerlnk:hover {
    color: #919191;
   text-shadow: 1px 1px #000000;
    text-decoration: underline;
    font-weight: normal;
    font-style: normal;		
    font-size: .95em;
}

.footerMenuItem1:link {
    color: #919191;
   text-shadow: 1px 1px #000000;   
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-size: .95em;
}

.footerMenuItem1:visited {
    color: #919191;
   text-shadow: 1px 1px #000000;    
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-size: .95em;
}

.footerMenuItem1:hover {
    color: #919191;
   text-shadow: 1px 1px #000000;
    text-decoration: underline;
    font-weight: normal;
    font-style: normal;
    font-size: .95em;
}

ul.footer-menu > li {
    margin: auto .4em auto .4em;
    display: inline-block;
    zoom:1;
    *display:inline; /* this fix is needed for IE7- */
}

.footer-menu {
    margin-top: 1%;
    list-style-type: none;    
}

.one_third {
    display:inline-block; 
    width:37%;
    margin:auto auto auto auto;
    border:#999 dotted 0px;
    vertical-align:top;
}

.two_thirds {
    display:inline-block; 
    width:63%;
    margin:auto auto auto auto;
    border:#999 dotted 0px;
    vertical-align:top;
}

.half_layout {
    display:inline-block; 
    width: 50%;
    margin:auto auto auto auto;
    border:#999 dotted 0px;
    vertical-align:top;
}

.last { 
    display:block;
    float:right;
    margin:0 0 0 0;
}

.wrapper {
    width:96%;
    max-width:960px;
    height:auto;
    min-height:480px;
    margin:2% auto;
    padding:1% 5% 3% 5%;
    vertical-align:top;
/*	text-align:centerl */
    border-radius:7px;
    border: 1px solid #000000;
}

p {
    font-size:1em;
    font-weight:300;
/*    
    line-height:1.2em;
*/
    margin:0.3em 0;
    padding:0;
    color:#494949;
}

.top {

}

.bottom {
    padding-bottom:2%;
}

.left {
    float:left;
}

.right {
    float:right;
}

td {
    color: #292929;
    font-weight: normal;
    font-size: 1em;
}

strong {
   font-weight: bold;
}

.headSearch {
    margin: 0;
    padding: 0;
}

.searchInput {
    background-color: #FFFFFF;
    border: 1px solid #17469B;
    font-size: .9em;
    height: 24px;
    width: 198px;
    margin: 0 0 0 0; 
    color: #494949;
}

.listingMenuLnk:link {
    display: inline-block;
    font: bold .9em/1.2em 'Arvo', serif;
    text-decoration: none;
    color: white;
   text-shadow: 1px 1px #000000;    
    padding: .4em .5em;
    background: #523B3B; /* old browsers */
    background: -moz-linear-gradient(top, #928585 0%, #523B3B 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#928585), color-stop(100%,#523B3B)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#928585', endColorstr='#523B3B',GradientType=0 ); /* ie */
    zoom: 1;
    border-top: 1px solid #630707;
    border-left: 1px solid #630707;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -box-shadow: 0 2px 4px  rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.listingMenuLnk:visited {
    display: inline-block;
    font: bold 1.1em/1.3em 'Arvo', serif;
    text-decoration: none;
    color: white;
   text-shadow: 1px 1px #000000;    
    padding: 0 1em;
    background: #523B3B; /* old browsers */
    background: -moz-linear-gradient(top, #928585 0%, #523B3B 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#928585), color-stop(100%,#523B3B)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#928585', endColorstr='#523B3B',GradientType=0 ); /* ie */
    zoom: 1;
    border-top: 1px solid #630707;
    border-left: 1px solid #630707;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -box-shadow: 0 2px 4px  rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.listingMenuLnk:hover {
    background: #523B3B; /* old browsers */
    background: -moz-linear-gradient(top, #A99C9C 0%, #705959 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A99C9C), color-stop(100%,#705959)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A99C9C', endColorstr='#705959',GradientType=0 ); /* ie */
}


INPUT.submitBtnSrch {
    background:url('../images/search-icon.gif');
    background-repeat: no-repeat;
    width:34px;
    height:28px;
    border: 0;
    vertical-align: top;
    cursor: pointer;      
}

INPUT.submitBtn {
    display: inline-block;
    font: bold 1.2em/1.5em 'Arvo', serif;
    text-decoration: none;
    color: white;
    padding: 0 1em;
    background: #523B3B; /* old browsers */
    background: -moz-linear-gradient(top, #928585 0%, #523B3B 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#928585), color-stop(100%,#523B3B)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#928585', endColorstr='#523B3B',GradientType=0 ); /* ie */
    zoom: 1;
    border-top: 1px solid #630707;
    border-left: 1px solid #630707;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -box-shadow: 0 2px 4px  rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
   text-shadow: 1px 1px #000000;
}
INPUT.submitBtn:hover {
    background: #0B5BEC; /* old browsers */
    background: -moz-linear-gradient(top, #A99C9C 0%, #705959 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A99C9C), color-stop(100%,#705959)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A99C9C', endColorstr='#705959',GradientType=0 ); /* ie */
    cursor: pointer;
}

INPUT.submitBtn1 {
    display: inline-block;
    font: bold 15px/1.5em sans-serif;
    text-decoration: none;
    color: white;
    padding: 0.2em .5em;
    background: #A97B16; /* old browsers */
    background: -moz-linear-gradient(top, #DAA639 0%, #A97B16 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DAA639), color-stop(100%,#A97B16)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DAA639', endColorstr='#A97B16',GradientType=0 ); /* ie */
    zoom: 1;
    border: 1px solid #000000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -box-shadow: 0 1px 3px  rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
INPUT.submitBtn1:hover {
    background: #C39022; /* old browsers */
    background: -moz-linear-gradient(top, #F8BE43 0%, #C39022 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8BE43), color-stop(100%,#C39022)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8BE43', endColorstr='#C39022',GradientType=0 ); /* ie */
    cursor: pointer;    
}

.inputTxt {
    height: 29px !important;
    font-size: 1em;
    font-weight: normal;
    color: #8E8E8E;
    border: 1px solid #DADADA;
    line-height:normal;
    padding:3px;
    background-color: #ffffff;
}

.inputSelect {
    height: 29px !important;   
    font-size: 1em;
    font-weight: normal;
    line-height:normal;
    color: #8E8E8E;
    border: 1px solid #DADADA;
    background-color: #ffffff;
    padding: 3px 3px 3px 2px;
}

.inputTxtArea {
    font-size: 1em;
    font-weight: normal;
    color: #8E8E8E;
    border: 1px solid #DADADA;
    line-height:normal;
    padding:3px;
    background-color: #ffffff;
}

UL.noMargin 
{
	margin-top: 0;
	margin-bottom: 0;
}

FORM.noMargin
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

INPUT {
	margin: 2px 2px 2px 2px;
	padding: 1px 1px 1px 2px;
	border-top: #DADADA 1px solid;
	border-right: #DADADA 1px solid;
	border-bottom: #DADADA 1px solid;
	border-left: #DADADA 1px solid;
	background-color: #ffffff;
	color: #292929;
	font-size: 1em;
	font-weight: normal;
}

SELECT
{
	margin: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	border-top: #DADADA 1px solid;
	border-right: #DADADA 1px solid;
	border-bottom: #DADADA 1px solid;
	border-left: #DADADA 1px solid;
	background-color: #ffffff;
	color: #292929;
	font-size: 1em;
	font-weight: normal;
}

TEXTAREA
{
	margin: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	border-top: #DADADA 1px solid;
	border-right: #DADADA 1px solid;
	border-bottom: #DADADA 1px solid;
	border-left: #DADADA 1px solid;
	background-color: #ffffff;
	color: #292929;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Arvo', serif;        
}

a:link {	
    color: #17469B;
    text-shadow: 1px 1px #C9C9C9;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 1em;    
}

a:visited {
    color: #17469B;
    text-shadow: 1px 1px #C9C9C9;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
}

a:hover {
    color: #17469B;
    text-shadow: 1px 1px #C9C9C9;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
}


h1 { 
    font-size:1.25em;
    line-height:1.5em;
    color: #494949;
    margin:.4em auto 0.25em auto;
    padding:0;
    font-weight:700;
}

h2 { 
    font-size:1.125em;
    line-height:1.25em;
    margin:1em auto 0.25em auto;
    padding:0;
    font-weight:700;
    color: #494949;

}

h3 { 
    font-size:1em;
    line-height:1em;
    margin:1em auto 0.25em auto;
    padding:0;
    font-weight:900;
}


.menuboxhead {
	height: 32px;
	color: #FFFFFF;
    text-shadow: 1px 1px #000000;        
	background-color: #17469B;      
	font-style: normal;
	font-weight: normal;
        text-decoration: none;
	font-size: 1.3em;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0;
	border-left: 1px solid #000000;	
	padding: 6px 3px 0 8px;
}

.menuBoxCnt {
	border: 1px solid #000000;
	padding: 3px 3px 3px 3px;	
}

/* Calendar */
.calHeader {
    background: #6A8A82;
    font-weight: bold;
    color: #ffffff;
}
.calNotCurrentMonthDay {
    color: #A0A0A0;
}
.calNotCurrentMonthDayBg {
    background: #FFFFFF;
}
.calCurrentMonthDay {
    color: #000000;
}
.calCurrentMonthDayBg {
    background: #EFF6FF;
}
.calCurrentMonthCurrentDayBg {
    background: #DCEBFF;
}

.listInvItemMain {
    border-bottom: 1px solid #A7A7A7;
    background-image: url('../images/search-select-bg.gif');  
    background-repeat: repeat-x;
    background-position: left bottom;    
}
.listInvItemSubLft {
    border-left: 1px solid #A7A7A7;
}
.listInvItemSubRgt {
    border-right: 1px solid #A7A7A7;
}

.listInvItem {
    border: 1px solid #A7A7A7;
    background-image: url('../images/search-select-bg.gif');  
    background-repeat: repeat-x;
    background-position: left bottom;    
}

.listInvItemLnk:link {
	color: #FFF;
        text-shadow: 1px 1px #000000;  
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
}

.listInvItemLnk:visited {
	color: #FFF;
        text-shadow: 1px 1px #000000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
}

.listInvItemLnk:hover {
	color: #FFF;
        text-shadow: 1px 1px #000000;
	font-weight: normal;
	text-decoration: underline;        
	font-style: normal;
	font-size: 1em;
}
.listInvItemPriceTxtLnk:link {
	color: #D40000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	font-family:  Arial, Verdana, Helvetica, Tahoma, sans-serif;
}

.listInvItemPriceTxtLnk:visited {
	color: #D40000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
}

.listInvItemPriceTxtLnk:hover {
	color: #D40000;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
}

.listInvItemPriceLnk:link {
	color: #D40000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	font-family:  Arial, Verdana, Helvetica, Tahoma, sans-serif;
}

.listInvItemPriceLnk:visited {
	color: #D40000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
}

.listInvItemPriceLnk:hover {
	color: #D40000;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
}
.itemImgBrd {
    border: 1px solid #9D996B;
    margin-bottom: 13px;
}

.indexImgBrd {
    border: 1px solid #9D996B;
    margin: 0 0 5px 0;
}

.homeInvItem {
    border: 1px solid #D9DAD9;
    background-color: #F5F5F5;
    background-image: url(../images/item-bg.gif);  
    background-repeat: repeat-x;
    background-position: top center;   
    width:100%;
    margin:.4em 0 .4em 0;
}
.homeInvItemMargin {
    margin:8px 8px 8px 4px;
}

.homeInvItemLnk:link {
    color: #17469B;
    text-shadow: 1px 1px #C9C9C9;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    line-height: 1em;
    font-size:1.2em;
}

.homeInvItemLnk:visited {
    color: #17469B;
    text-shadow: 1px 1px #C9C9C9;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    line-height: 1em;
    font-size:1.2em;    
}

.homeInvItemLnk:hover {
    color: #17469B;
    text-shadow: 1px 1px #C9C9C9;
    text-decoration: underline;
    font-weight: bold;
    font-style: normal;
    line-height: 1em;
    font-size:1.2em;    
}

.homeInvItemLnk2:link {
    color: #ffffff;
   text-shadow: 1px 1px #000000;    
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    line-height: 1.2em;
}

.homeInvItemLnk2:visited {
    color: #ffffff;
   text-shadow: 1px 1px #000000;    
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    line-height: 1.2em;
}

.homeInvItemLnk2:hover {
    color: #ffffff;
   text-shadow: 1px 1px #000000;    
    text-decoration: underline;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    line-height: 1.2em;
}

.homeInvItemPriceLnk2:link {
    color: #ffffff;
   text-shadow: 1px 1px #000000;        
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    float: right;
    vertical-align: top;
    clear:right;
    padding: 0 10px 0 0;
    position: relative;
}

.homeInvItemPriceLnk2:visited {
    color: #ffffff;
   text-shadow: 1px 1px #000000;        
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    float: right;
    vertical-align: top;
    clear:right;
    padding: 0 10px 0 0;
    position: relative;        
}

.homeInvItemPriceLnk2:hover {
    color: #ffffff;
   text-shadow: 1px 1px #000000;        
    text-decoration: underline;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    float: right;
    vertical-align: top;
    clear:right;
    padding: 0 10px 0 0;
    position: relative;        
}

.homeInvItemPriceLnk:link {
	color: #17469B;
       text-shadow: 1px 1px #C9C9C9; 
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 1.5em;
        line-height:1.2em;
}

.homeInvItemPriceLnk:visited {
	color: #17469B;
        text-shadow: 1px 1px #C9C9C9;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 1.5em;
        line-height:1.2em;
}

.homeInvItemPriceLnk:hover {
	color: #17469B;
        text-shadow: 1px 1px #C9C9C9;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	font-size: 1.5em;
        line-height:1.2em;
}

.productPhotoBox {
    display:inline-block; 
    width: 50%;
    margin:auto auto auto auto;
    vertical-align:top;
    text-align:center;
}

.productDescrBoxRgt {
    display:inline-block; 
    width: 48%;
    margin:auto auto auto 10px;
    vertical-align:top;
}

.productImage {
    border: 1px solid #9D996B;
    margin: 0;
}

.productMenuLnk:link {
    display: inline-block;
    font: bold 1.1em/1.3em 'Arvo', serif;
    text-decoration: none;
    color: white;
   text-shadow: 1px 1px #000000;    
    padding: .2em 1em;
    background: #523B3B; /* old browsers */
    background: -moz-linear-gradient(top, #928585 0%, #523B3B 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#928585), color-stop(100%,#523B3B)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#928585', endColorstr='#523B3B',GradientType=0 ); /* ie */
    zoom: 1;
    border-top: 1px solid #630707;
    border-left: 1px solid #630707;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -box-shadow: 0 2px 4px  rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.productMenuLnk:visited {
    display: inline-block;
    font: bold 1.1em/1.3em 'Arvo', serif;
    text-decoration: none;
    color: white;
   text-shadow: 1px 1px #000000;    
    padding: .2em 1em;
    background: #523B3B; /* old browsers */
    background: -moz-linear-gradient(top, #928585 0%, #523B3B 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#928585), color-stop(100%,#523B3B)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#928585', endColorstr='#523B3B',GradientType=0 ); /* ie */
    zoom: 1;
    border-top: 1px solid #630707;
    border-left: 1px solid #630707;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -box-shadow: 0 2px 4px  rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.productMenuLnk:hover {
    background: #705959; /* old browsers */
    background: -moz-linear-gradient(top, #A99C9C 0%, #705959 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A99C9C), color-stop(100%,#705959)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A99C9C', endColorstr='#705959',GradientType=0 ); /* ie */
}

.productInvHeader {
	height: 15px;
	color: #ffffff;
	background-color: #E8E4E4;
	background-image: url('http://assets.advancedautodealers.com/images/commons/submenubg4.gif');	
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	border-top: 0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;	
	padding: 4px 4px 4px 5px;
}


.productInvHeader a:link {	
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.productInvHeader a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;	
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.productInvHeader a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;	
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.productInvItemHeader {
	border-top: 1px solid #000000;
}
.productInvBox {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-right: 5px;
}
.productInvYear {
	border-top: 0;
	border-right: 1px solid #000000;
	border-bottom: 0;
	border-left: 0;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}

.productInvPrice {
	border-top: 0;
	border-right: 1px solid #000000;
	border-bottom: 0;
	border-left: 0;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
}

.productDescrRow {
	border-top: 1px solid #CCCCCC;
}

#productDescBox {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 100%;
	margin: 0 5px 0 0;
	padding: 5px 5px 5px 5px;
}

#productPhotoBox {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0 5px 0 0;
	padding: 5px 5px 5px 5px;
}

.productDescSub {
	border-top: 0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 100%;	
	margin: 0 5px 0 0;
	padding: 5px 5px 5px 5px;	
}

.srchBox {
    display:inline-block; 
    width:99%;
    margin:10px auto auto auto;
    vertical-align:top;    
    border: 1px solid #494949;	  
}

.srchBoxHead {
    display:inline-block; 
    width:100%;
    vertical-align:top;    
    color: #ffffff;
    text-shadow: 1px 1px #000000;    
    background-color: #523B3B;	
    border-bottom: 1px solid #494949;
    font-style: normal;
    font-weight: bold;  
/*    
    padding: .5em 0 .5em 5px; 
    padding: 10px 0 5px 0;
    width:98.5%;
*/
}

.srchBoxHeadTxt {
    color: #ffffff;
    text-shadow: 1px 1px #000000;    
    font-style: normal;
    font-weight: bold;  
    padding: .5em 0 .5em 5px;
}

.srchBoxHeadTxt a:link {
    color: #ffffff;
    text-shadow: 1px 1px #000000;    
    font-style: normal;
    font-size:.8em;
}

.srchBoxHeadTxt a:visited {
    color: #ffffff;
    text-shadow: 1px 1px #000000;    
    font-style: normal;
    font-size:.8em;
}
.srchBoxHeadTxt a:hover {
    color: #ffffff;
    text-shadow: 1px 1px #000000;    
    font-style: normal;
    font-size:.8em;
}

.srchBoxCntOuter {
    display:inline-block; 
    width:100%;
    vertical-align:top;    
}

.srchBoxCntInner {
    margin: .2em;
}

UL.catListPlus {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 15px;
    list-style-type: disc;
    text-indent: -.2em;
    list-style-image: url(http://assets.colenient.com/images/commons/bullet-plus.gif);    
}

UL.catListMinus {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 15px;
    list-style-type: disc;
    text-indent: -.2em;
    list-style-image: url(http://assets.colenient.com/images/commons/bullet-minus.gif);    
}

UL.noMargin 
{
	margin-top: 0;
	margin-bottom: 0;
}

FORM.noMargin
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.imgbrd {
    border: 1px solid #9D996B;
    margin: 0;
}

#imgbrd 
{
	border: 1px solid #494949;
	margin: 2px 5px 0 5px;
}

.headTxtRgt{
    display:block; 
    width: 100%;    
    margin:auto auto auto auto;
    border:#999 dotted 0px;
    vertical-align:top; 
    text-align:right;
}  
    
@media all and (max-width:988px) { 
    
    .headTxtRgt{
        display:block; 
        width: 100%;    
        margin:auto auto auto auto;
        border:#999 dotted 0px;
        vertical-align:top; 
        text-align:right;
    }    
table, thead, tbody, th, td, tr { 
    display: inline; 
}    

td { 
    /* Behave  like a "row" */
    position: relative;
}

td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
}
/*
img {
    max-width:100% !important;
    height:auto;
    display:block;
}       
*/
.headerLogo {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;    
    text-align:center;    
}
.headerRgt {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;    
}
.txtLeft {
    text-align:left;
}
.txtRight {
    text-align:left;
}
.wrapperIndexLogosOne {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;  
    text-align:center;
}
.wrapperIndexLogosTwo {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
    text-align:center;
}
.wrapperIndexLogosThree {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top; 
    text-align:center;
}
.wrapperIndexLogosFour {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top; 
    text-align:center;
}
.wrapperIndexLogosFive {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top; 
    text-align:center;
}
.wrapperIndexBtnsLft {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
    border-right: 0;    
}
.wrapperIndexBtnsRgt {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
}

.content_two_thirds {
    display:block; 
    width: 100%;    
    margin:auto auto auto auto;
    vertical-align:top;
}

.content_one_third {
    display:block; 
    width: 100%;
    margin:auto auto auto auto;
    vertical-align:top;
}

.content_20 {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_25 {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_30 {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_33 {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_40 {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_50 {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_60 {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_70 {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_75 {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_80 {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_85 {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_90 {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_95 {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.content_99 {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
}
.footer_one_third {
    display:block; 
    width:100%;
    margin:5% auto auto auto;
    border:#999 dotted 0px;
    vertical-align:top;
    text-align:center;     
}

.footer_two_thirds {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    border:#999 dotted 0px;
    vertical-align:top;
    text-align:center;     
}

.footer_one {
    display:block; 
    width:100%;
    margin:4em auto auto auto;
    vertical-align:top;
    text-align:center;
}
.footer_two {
    display:block; 
    width:100%;
    margin:2em auto auto auto;
    vertical-align:top;
    text-align:center;    
}
.footer_three {
    display:block; 
    width:100%;
    margin:2.2em auto auto auto;
    vertical-align:top;
    text-align:center;    
}

.half_layout {
    display:block; 
    width: 100%;
    margin:auto auto auto auto;
    border:#999 dotted 0px;
    vertical-align:top;
}
.srchBox {
    display:block; 
    width:100%;
    margin:10px auto auto auto;
    vertical-align:top;    
    border: 1px solid #494949;	  
}

.srchBoxHead {
    display:block; 
    width:100%;
    vertical-align:top;    
    color: #ffffff;
    text-shadow: 1px 1px #000000;    
    background-color: #523B3B;	
    border-bottom: 1px solid #494949;
    font-style: normal;
    font-weight: bold;  
}
.productPhotoBox {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top;
    text-align:center; 
}

.productDescrBoxRgt {
    display:block; 
    width:100%;
    margin:auto auto auto auto;
    vertical-align:top; 
}

.menu {
	display:none;
}

#click {
	display:block;
	float:right;
	margin:0.75em auto auto auto;
}

.menu_small {
	display:none;
	float:right;
	position:absolute;
	top:4.25em;
	left:7%;
	right:7%;
	width:auto;
	z-index:999999;
}

#click .icon {
	width:3.5em;
	height:3.5em;
	padding:0.75em;
}

.menu_small ul {
	list-style:none;
	display:block;
	float:none;
	background-color:rgba(51,102,155,0.9);
	margin:1.5em auto auto auto;
	padding:0;
	border-radius:0.35em;
}

.menu li {
	list-style:none;
	display:block;
	float:none;
}

.menu_small li a:link, a:visited {
	font-size:1.125em;
	display:block;
	padding:1em 0.75em;
}

.menu_small li a:hover, a:focus {
	background-color:rgba(0,0,0,0.5);
}

.optional {
	display:block;
}

}

@media all and (max-width:640px) {  
/*    
.slide { 
    display:block;
    float:none;
    width:100%; 
    height: auto !important;
    max-height:200px;
    margin:auto;
    padding:0;
    overflow: hidden;
}
*/    

.imgbrd {
    border: 1px solid #9D996B;
    margin: 0;
}

#imgbrd 
{
	border: 1px solid #494949;
	margin: 0;
}

pre {
	white-space: pre-wrap; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */      /* Internet Explorer 5.5+ */
	width: 100%;
	font-family: 'Arvo', serif;
	font-size:1em;
	font-weight:300;
	line-height:1.4em;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
        font-family: inherit;
}

.pre-desc 
{
	margin-left: 5px;
}

.descrBox {
	white-space: pre-wrap; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */      /* Internet Explorer 5.5+ */
	width: 100%;    
	font-size:1em;
	font-weight:300;
	line-height:1.4em;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;   
}

.eventHeadTxt {
	color: #005C92;
	font-weight: bold;
	font-style: normal;		
	font-size: 12px;
        padding: 0 0 10px 0;
}

.eventHeadLnk1:link {
	color: #016EAD;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 13px;
}

.eventHeadLnk1:visited {
	color: #016EAD;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 13px;
}

.eventHeadLnk1:hover {
	color: #016EAD;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;		
	font-size: 13px;
}

.eventHeadLnk2:link {
	color: #016EAD;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;		
	font-size: 11px;
}

.eventHeadLnk2:visited {
	color: #016EAD;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;		
	font-size: 11px;
}

.eventHeadLnk2:hover {
	color: #016EAD;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;		
	font-size: 11px;
}

.article-title
{
	font-weight: bold;
	font-size: 15px;
}

.article
{
	margin: 0 20px 0 20px;
}

.article-body
{
	margin: 15px 20px 0 20px;
}

.menuHeader {
	height: 36px;
	padding: 0 0 0 8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	background-color: #4776B4;
        background-image: url('../images/headermenubg.gif');
}

.leftNavMainOuter {
	background-color: #FFFFFF;
	padding: 0 0 0 0;
        background-image: url('../images/lnav-shade.png');
        background-repeat: repeat-y;
	height: 100%;
}

.leftNavMainInner {
	background-color: #87262D;
}

.leftNavMenuHeader {
	height: 24px;
	padding: 3px 0 3px 0;
	background-color: #87262D;
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;	
}

.leftNavMenuSub {
	height: 24px;
}

.leftNavMenuItemDefault {
	height: 24px;
	padding: 3px 0 3px 3px;
	background-color: #87262D;
	border-bottom: 1px solid #ffffff;
}

.leftNavMenuItemHover {
	height: 18px;
	padding: 0 0 0 5px;
	background-color: #87262D;
	cursor: pointer;
}

.leftNavHeadMenuLnk1:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 14px;
}

.leftNavHeadMenuLnk1:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 14px;
}

.leftNavHeadMenuLnk1:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;		
	font-size: 14px;
}

.leftMenuNoLnk {
	color: #494949;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;     
}

.leftNavMenuLnk1:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 14px;
}

.leftNavMenuLnk1:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 14px;
}

.leftNavMenuLnk1:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;		
	font-size: 14px;

}

.contentBody {

}

.events {  font-size: 11pt; line-height:14px; color: #888888}
A:hover.events { color: #FF0000; }
.eventspage {
 font-size: 9pt
}
.eventspage img {
	margin-right: 40px;
	border: 1px solid #2A1FAA;
}

.eventspage h1 {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #175A82;
	text-decoration: underline;
}
.eventspage h2 {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.mainpage {
	font-size: 9pt;
	line-height: 14px;
}
.eventspage td {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #A0A0A4;
	padding-bottom: 12px;
}
}

