/***************/
/* Page Layout */
/***************/

html, body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

h2 {
	margin:0px;
	margin-top:10px;
}

body {
	background-image:url(../images/head_mimic.gif);
	background-repeat:repeat-x;
	background-color:#f5f4ef;
	text-align:center;
}

#page_back {
	width: 100%;
	height: 100%;
	text-align: left;
	margin:0 auto;
}

#page_body {
	width: 950px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	text-align: left;
	margin: 0 auto;
	padding: 10px;
	background-repeat: no-repeat;
}

#page_body p {
	margin-bottom:10px;
}

#page_body a {
	text-decoration:none;
	color:#9d0301;
}

#page_body a:hover {
	text-decoration:underline;
}

#page_body a img {
	display:block;
	text-decoration:none;
}

#page_body .image_link_w_caption{
	cursor: pointer;
	font-size: 21px;
	float: left;
	width: 286px;
	text-align: center;
}

/*******************/
/* Wordpress Stuff */
/*******************/

#wp_content.widecolumn {
}
#wp_content.narrowcolumn {
	width: 650px;
	float: left;
}
#sidebar {
	width:300px;
	float: left;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar h2 {
	font-size: 1.0em;
}
#sidebar a img {
	display: inline;
	border: 0;
}
#s { width: 150px; }

/******************/
/* Header and Menu*/
/******************/

#header {
	min-width:950px;
	width:100%;
	width:expression(document.body.clientwidth < 955? "950px" : 100% );
	height:148px;
	border:none;
}

#logo {
	width:100%;
	height:108px;
	border:none;
	background-image:url(../images/page_head.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#9d0301;
}

#menu {
	width:100%;
	height:43px;
	border:none;
	background-image:url(../images/mtop_bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#menu_items {
	height:43px;
	margin: 0 auto;
}

#menu .menu_item {
	display:inline;
	height:100%;
	line-height:43px;
	padding:10px 6px;
	font-size:14px;
	background-image:url(../images/mtop_divider.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#menu .menu_item a {
	padding:10px;
	color:#5e5f37;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
}
#menu .menu_item a:hover {
  background-color: #c9bb78;
	color: #333333;
}

#menu .sub_menu {
	display:none;
	position:absolute;
	/* left and top set via offsetParent in javascript */
	background-color: #eae9d5;
	line-height:normal;
	border:solid 1px #a9a894;
	border-top:none;
	font-size:12px;
	z-index:500;
}

#menu .sub_menu a {
}

#menu *.sub_menu_item {
	white-space:nowrap;
}

#menu a.sub_menu_item {
	display:block;
	margin:0px;
	color:#5e5f37;
	padding:5px;
}

#menu a.sub_menu_item:hover {
	background-color:#c9bb78;
	color:#333333;
}

#menu div.sub_menu_item {
	display:block;
	margin:0px;
	color:#5e5f37;
}


/**********************/
/* Google AdSense Ads */
/**********************/

div.adsense_full_width_large,
div.adsense_full_width {
	padding: 16px;
	text-align: center;
	clear: both;
}

div.adsense_half_width {
	display: inline;
	padding-right: 4px;
}

#adsense_double {
	width: 950px;
	padding: 16px 0px;
	text-align: center;
	clear: both;
	margin: 0 auto;
}


/*********************/
/* Live Chat Buttons */
/*********************/

#aControlID_Menuoff,
#aControlID_Footeroff {
  display: none;
}

#imgControlID_Footeron,
#imgControlID_Menuon {
  margin-bottom: -7px;
  margin-left: -10px;
  margin-right: -10px;
}

#menu #aControlID_Menuon:hover {
  background-color: transparent;
}

/**********/
/* Footer */
/**********/

#footer {
	min-width:950px;
	width:100%;
	width:expression(document.body.clientwidth < 955? "950px" : 100% );
	height:40px;
	background-image:url(../images/mtop_bg.gif);
	border-bottom:solid 3px #9d0301;
	background-color:#dfdfc3;
	text-align:center;
	clear: both;
}

#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	padding:0px 30px;
	background-image:url(../images/mtop_divider.gif);
	background-repeat:no-repeat;
	background-position:top right;
	line-height:40px;
	color:#000000;
}

#footer a:hover {
	text-decoration: underline;
}

#poweredby {
	min-width: 950px;
	width: 950px !important;
	margin: 10px auto;
}
#poweredby a img {
	border: 0;
}

/*******************/
/* Fade-in effects */
/*******************/

.fade_in{
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}


/***************/
/* Red Borders */
/***************/

.border{
	position:relative;
}

.border .top{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 4px;
	background-color: #9d0301;
	z-index: 1;
}

.border .top_lft{
	position:absolute;
	width:20px;
	height:20px;
	left: 0px;
	background-repeat:no-repeat;
	z-index: 19;
}

.border .top_rht{
	position:absolute;
	width:20px;
	height:20px;
  right: 0px;
	background-repeat:no-repeat;
	background-position:top right;
	z-index: 19;
}

.border .lft{
	position:absolute;
	top:0px;
	bottom:0px;
	width:4px;
	height:100%;
}

.border .rht{
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	width:4px;
	height:100%;
}

.border .rel{
	position:absolute;
	top:4px;
	left:4px;
	z-index: 2;
}

.border .rel .contents{
	position:relative;
	width:100%;
	height:100%;
}


/***************************/
/* Google maps placeholder */
/***************************/

.make_gmap {
	color:#000000;
}

.make_gmap .g_rel {
	position:relative;
	width:340px;
}

.make_gmap .btitle {
	text-align:center;
	width:340px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	color:#FFFFFF;
	background-color:#CC0000;
	padding:4px;
}

.make_gmap .bpoint {
	font-size:14px;
	margin-top:8px;
	margin-bottom:8px;
}

div.make_gmap div.loading {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/black-loading.gif');
}


/***********************/
/* Gallery Placeholder */
/***********************/

div.gallery {
	background-color: black;
	width: 100%;
	height: 100%;
}

div.gallery a{
	color:#FFFFFF !important;
}


/*************************/
/* Thumbnail placeholder */
/* gmaps on index page   */
/*************************/

.g2_thumbnail_block {
	width:150px;
	height:113px;
	background-repeat:no-repeat;
	overflow: hidden;
	background-position: center center;
}


/*********************/
/* GrowTable Styling */
/*********************/

.make_gtable {
	border-top:solid 1px #999966;
	border-left:solid 1px #999966;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-spacing:0px;
	border-collapse: collapse;
}

.make_gtable tr {
	background-color:#fffff0;
}

.make_gtable tr td {
	padding:5px;
}

.make_gtable td {
	border-right:solid 1px #999966;
	border-bottom:solid 1px #999966;
	height:100%;
}

.make_gtable td.image {
	background-image:url(../images/ico_img.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.make_gtable tr.alt {
	background-color:#f7f5dc;
}

.make_gtable tr.tblhead {
	/*padding:5px;*/
	font-weight:bold;
	cursor:pointer;
}

.make_gtable tr.tblhead td{
	padding:5px;
	padding-right:10px;
	background-repeat:no-repeat;
	background-position:center right;
	/*white-space:nowrap;*/
}

.make_gtable tr.tblhead td.sortnone{
	background-image:url(../images/special/sort_none.gif);
}

.make_gtable tr.tblhead td.sortasc{
	background-image:url(../images/special/sort_asc.gif);
}

.make_gtable tr.tblhead td.sortdesc{
	background-image:url(../images/special/sort_desc.gif);
}

.make_gtable div.hover {
	text-decoration: underline;
}

div.thumb {
	position:relative;
	overflow:hidden;
	width:150px;
	height:113px;
	background-position: center center;
	background-repeat: no-repeat;
}

div.expand_list {
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
}


/**************************/
/* search_box on CAP page */
/**************************/

#search_box {
	background-color:#f5f4ef;
}
#search_box h3 {
	margin:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-left:10px;
}

#search_box div.range {
	width:100%;
	text-align:center;
}

#search_box div.range input {
	width:100px;
}

#search_box div.radiolist label {
	margin-left:5px;
}

#search_box div.radiolist input {
	margin-left:25px;
}


/************************/
/* Cookie Trail Styling */
/************************/

div.cookie_trail{
}

div.cookie_trail a{
	margin-right:5px;
	margin-left:5px;
}

div.cookie_trail a.cur{
	font-weight:bold;
}

div.subdiv_header{
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#646345;
}


/******************/
/* Kwicks styling */
/******************/

#kwicks_container { 
	height: 100px;
}
#kwicks {
	position: relative;
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100px;
	overflow:hidden;
	border:solid 1px #a9a894;
	border-top:none;
	background-image:url(../images/kwick.png);
	background-repeat:repeat-x;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	border-left:solid 1px #a9a894;
	height: 100px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	width:230px;
	background-repeat:no-repeat;
	background-position:65px 0px;
	font-weight:12px;
}

.kwick span {
	display:block;
	width:230px;
	text-align:center;
}

#kwick_red {
	background-image:url(../images/kwick_money.png);
}

#kwick_yellow {
	background-image:url(../images/kwick_contact.png);
}

#kwick_orange {
	background-image:url(../images/kwick_size.png);
}

#kwick_green {
  cursor: pointer;
  background-image:url(../images/kwick_sas.png);
}

#kwick_blue {
  cursor: pointer;
  background-image:url(../images/kwick_flyer.png);
}


/**********************/
/* Driving Directions */
/**********************/

#ddhead, #ddirections {
	background-color:#f5f4ef;
}
#ddhead a.ico_print {
  margin-left: 6px;
}
#ddhead div.ico_reset {
  margin-right: 6px;
}

#ddirections {
  height: 180px;
  overflow-y: scroll;
}

#ddirections li{
  margin: 5px;
}

#ddirections li div{
  display: inline;
}

.ddirections_head{
  position:relative;
  width:100%;
  height:15px;
  text-align:center;
  font-weight:bold;
}

.ico_print{
  width:13px;
  height:15px;
  cursor:pointer;
  background-image:url(../images/printer.gif);
  display:inline;
  padding-left:17px;
  line-height:15px;
  background-repeat:no-repeat;
  text-decoration: underline;
  margin-right:60px;
}

.ico_reset{
  width:13px;
  height:15px;
  cursor:pointer;
  background-image:url(../images/reset.gif);
  display:inline;
  padding-left:17px;
  line-height:15px;
  background-repeat:no-repeat;
  text-decoration: underline;
  margin-left:60px;
}


/******************/
/* Various styles */
/******************/

.DatePickerOnTop {
	z-index: 12px;
}

.no_slide{
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
  position:absolute;
  left:0px;
  top:0px;
  background-image:url(../images/no_image.jpg);
}

input#mhframe_addr {
  width: 95%;
  font-size: 0.8em;
  z-index: 500;
}

/*****************/
/* Debug Console */
/*****************/

div.debug {
  text-align: left;
}


/*****************/
/* Sitemap Style */
/*****************/

.sitemap_div {
	padding-left: 150px; 
}
.sitemap_div UL {
	margin-left: 30px; 
	margin-top: 0px;
	margin-bottom: 25px;
}

