html, body {
        height:auto !important; /* FF and compliant browsers should automatically size the body/html */
        height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
        min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
	}

body {
	margin:0;
	padding:0;
	background-color:#bcc191;
	height:100%;
	}

#wrapper{
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-y;
	width:932px;
	margin-left: auto ;
	margin-right: auto ;
	
	/*
	border:1px solid black;
	*/
	}
	
#wcontent{
	position:relative;
	background-color:#FFF;
	margin-left: auto ;
	margin-right: auto ;
	width:894px;
	height:100%;
	
	/*
	border:1px solid red;
	*/
	}


#header{
	width:894px;
	height:123px;
	/*
	border:1px solid red;
	*/
}

.mainMenu{
	position:relative; 
	background-image:url(images/TEMPORARY_menu_bg.jpg);
	background-repeat:no-repeat;
	width:884px;
	height:55px;	
	margin-left: auto;
	margin-right: auto;
	bottom:5px;
	padding-top: 10px;
	
	
	/* border:1px solid black; */
	z-index:1001;
	}

#leftColumn{
	position:relative;
	float:left;
	/*
	background-image:url(images/leftSideColumn_tileBtm.jpg);
	background-repeat:repeat-y;
	*/
	background: #ccc url(images/leftSideColumn_tileBtm.jpg) repeat-y 50% 0;
	
	top:5px;
	left:5px;
	width:150px;
	height:100%;
	padding-bottom: 32767px;
	margin-bottom: -32767px;

	/*
	border:1px solid green;
	*/
	}


#rightColumn{
	position:relative;
	float:left;
	background-image:url(images/bg_grd01.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
	width:712px;
	height:100%;
	left:10px;
	top:5px;
	padding:5px;
	/*
	border:1px solid green;
	*/
}

.pagecontent{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	height:100%;
}


#footer{
	position:relative;
	float:right;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	position:relative;
	
	width:884px;
	height: 59px;
	right: 5px;
	top: -24px;
	/*
	border:1px solid green;
	*/
}

#banner{
	position:relative;
	background-image:url(images/banner_img.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 884px;
	height: 201px;
	margin-top:-10px;
	/*
	border:1px solid blue;
	*/
	}
#banner-n{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 884px;
	height: 201px;
	margin-top:-10px;
	}

h1{
	font-size:16px;
	color:Black;
    line-height:26px;
}

h2{
	font-size:14px;
	color:Black;
}

h3{
	font-size:11px;
	color:Black;
}

.h3a{
	text-decoration:none;
	color:#00aeef;
	}

/* main menu styles ************************ */

.mainMenu ul{
	list-style:none;
}


.pageLinks a{
	text-decoration:none;
	color:#00aeef;
	}

.pageLinks a:hover{
	text-decoration:none;
	color:#005f82;
	}
	
.linked{
	
	}

.linked #linky a{
	text-decoration:none;
	color:#00aeef;
	}

.linked #linky a:hover{
	text-decoration:none;
	color:#005f82;
	}

/* ** footer styles misc *********************** */

.footerLinks{
	position:relative;

	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 1px;
	top:25px;
	
	margin-left:auto;
	margin-right:auto;
	/*
	margin-left:10px;
	*/
}

.footerLinks a{
	color:#000;
	text-decoration: none;
	padding: 1px;
}

.footerLinks a:hover{
	color:#ccc;
	text-decoration: none;
}

.footerText{
	position:relative;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 3px;
}

.footerText a{
	text-decoration: none;
	color:#000;
}

.footerText a:hover{
	text-decoration: none;
	color:#999;
}

/* ** HEADER STYLES MISC ******************** */

.logo{
	position:relative;
	float:left;
	top: 5px;
	left:25px;
	width:358px;
	height:113px;
}

.headerText{
	position:relative;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
	
	top: 25px;
	right: 25px;
}

.topLinks{
	position:relative;
	float:right;
	top:55px;
	right: -270px;
}

.topLinks a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#a5b3d7;
	text-decoration:none;
}


#content_m p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000;
	padding:15px;
	}

.textBlue_16{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#1f429a;
	}
	
.textBlue_12{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	position:relative;
	float:right;
	font-weight:bold;
	color:#1f429a;
	}
	
.textBlue_13{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	position:relative;
	float:left;
	font-weight:bold;
	color:#1f429a;
	}
	
.textBlue_10{
	font-family:Verdana, Geneva, sans-serif;
	position:relative;
	text-align:right;
	font-size:10px;
	color:#1f429a;
	}


.searchSiteBtn{
	position:relative;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
	top:-18px;	
}

.searchSite a{
	text-decoration: none;
	color:#000;
		top:-18px;
}

.searchSite a:hover{
	text-decoration: none;
	color:#4f4f4f;
}

/* ***************************************** */
	
.picButtons{
	float:left;
	width: 800px;
	height: 100px;
	/*
	border:1px solid blue;
	*/
}
	
.picButtons img{
	float:left;
	padding-left:15px;
	cursor:pointer;
}

.leftMenuBox{
	background-image:url(images/menu_grd_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
	float:left;
	left: 15px;
	width: 195px;
	height: 100%;
	/*
	border:1px solid blue;
	*/
}

#mainContent{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	top: 0px;
	line-height:18px;
	
	position:relative;
	float:left;
	width: 884px;
	height: 100%;
	/*
	border:1px solid blue;
	*/
	overflow:hidden;
}


.textBold12{
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.textBlack16{
	font-size:16px;
	font-weight:bold;
	color:#000;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/*  ****************************** */

.breadcrumb{
	margin-left:23px;
	padding-bottom:10px;
}


.text_Black_11{
	font-family:Verdana, Geneva, sans-serif; 
	font-size:11px;
	color:#000;
}

.textGrey_12{
font-family:Verdana, Geneva, sans-serif; 
font-size:12px;
color:#999;
}

.textBlue_16{
font-family:Verdana, Geneva, sans-serif; 
font-size:16px;
color:#1f429a;
font-weight:bold;
}

.textBlue_12{
font-family:Verdana, Geneva, sans-serif; 
font-size:14px;
color:#1f429a;
font-weight:bold;
font-style:italic;

}

.textBlue_24{
	font-family:Verdana, Geneva, sans-serif; 
	color:#1f429a;
	font-size:24px;
	}
	
.textBlack_12{
font-family:Verdana, Geneva, sans-serif; 
font-size:12px;
color:#000;
font-weight:bold;
font-style:italic;

}

/* Crane page *********************** */

.cranediv{
width: 725px;
clear: left;
margin-top:35px;
border-bottom:1px solid #bcc191;
}

.cdiv-last{
border:none;
}

.cranediv .cranedivfloatbox{
float: left;
width: 158px;
}

* html .cranediv p{ /* IE 3px jog hack*/
height: 1%;
}

.cranediv p{
margin-top: 0;
margin-left: 158px;
}

.floatboxdiv{
margin-top: 0;
margin-left: 158px;
}

/*
.cranediv ul{
margin-top: 0;
margin-left: 158px !important;
margin-left: 175px;
}

.cranediv ul li ul{
margin-top: 0;
margin-left: 0;
}
*/

/* ******************* */

/* < ![C DATA[ */
/*
.pagecontent table
{
    border-color: #bcc191;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.pagecontent td
{
    border-color: #bcc191;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 3px;
    
*/
.TMFTableText01{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	
	}
.TMFTableText02{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	
	}	
/* ] ]> */
.bod12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin-right: 14px;
	margin-left: 14px;
}
.bod12pt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-right: 14px;
	color: #000000;
}	
.red12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FF0000;
}

/* NEW STYLES NEED CLEAN UP *************************** */

#adbox{
	width:232px;
	}

.adboxname{
	position:relative;
	margin:0 auto;
	width:232px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin-bottom:5px;
	}

.adboxcontent{
	width:232px;
	height:226px;
	}
.ad1{
	background-image:url(images/blackbg01trk.jpg);
	background-repeat:no-repeat;
	}
.ad2{
	background-image:url(images/blackbg02.jpg);
	background-repeat:no-repeat;
	}
.adboxheading{
	position:relative;
	left:15px;
	top:15px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	height:75px;
	line-height:28px;
	}
.adboxtext{
	position:relative;
	width:205px;
	line-height:20px;
	margin:0 auto;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin-top:20px;
	}
.t1{
	margin-top:42px;
	}
.t2{
	margin-top:38px;
	}
.adboxbtn{
	position:relative;
	margin:0 auto;
	height:19px;
	width:205px;
	text-align:right;
	}
.b1{
	margin-top:20px;
	}
.b2{
	margin-top:8px;
	}
.btnbg{
	position:relative;
	display:block;
	float:right;
	width:60px;
	height:19px;
	background-image:url(images/adboxbtn.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:left;
	}
.adboxbtn a{
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	top:2px;
	left:3px;
	}
.adboxbtn a:hover{
	text-decoration:underline;
	}
	
/* Specials box *** */
#spbox{
	width:690px;
	}

.spboxname{
	position:relative;
	margin:0 auto;
	width:232px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin-bottom:5px;
	}

.spboxcontent{
	width:690px;
	/*height:603px;*/
    background-image:url(images/tile-metal.jpg);

    /*
	background-image:url(images/sp-box-bg.jpg);
	background-repeat:no-repeat;
	*/
    }
.spboxheading{
	position:relative;
	left:15px;
	top:45px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	height:60px;
	}
.spboxtext{
	position:relative;
	width:660px;
	line-height:22px;
	margin:0 auto;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin-top:20px;
	}
.spcolor{
	color:#ffd200;
	}


#adboxcontainer{
	float:right;
	margin-left: 20px;
	margin-bottom:20px;
}

.t-red{
color:#CC0000;
}

/* NEW STYLES *************************************************** */

.sidelinks{
position:relative;
	background-color:#cfd6de;
	width:150px;
	margin-left:0;
	margin-top: 0px;
    top:0;
	}
H1 {
	TEXT-ALIGN: center; FONT-SIZE: 2.5em; FONT-WEIGHT: normal
}
H1 SMALL {
	DISPLAY: block; COLOR: #999; FONT-SIZE: 0.7em
}
IMG {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-TOP: medium none; BORDER-RIGHT: medium none;
}
UL.gallery {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px auto; PADDING-LEFT: 0px; WIDTH: 140px; PADDING-RIGHT: 0px; LIST-STYLE-IMAGE: none; PADDING-TOP: 0px
}
UL.gallery LI {
	BORDER-BOTTOM: #ccc 1px solid; TEXT-ALIGN: center; BORDER-LEFT: #ccc 1px solid; PADDING-BOTTOM: 0px; MARGIN-TOP: 10px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: left; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; PADDING-TOP: 0px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px
}
UL.gallery LI A.thumb {
	BORDER-BOTTOM: #ccc 1px solid; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 140px; PADDING-RIGHT: 0px; HEIGHT: 60px; CURSOR: pointer; PADDING-TOP: 0px
}
UL.gallery LI SPAN {
	WIDTH: 140px; DISPLAY: block; HEIGHT: 60px; OVERFLOW: hidden
}
UL.gallery LI A.thumb:hover {
	BACKGROUND: #333
}
UL.gallery LI H2 {
	PADDING-BOTTOM: 0px; TEXT-TRANSFORM: uppercase; MARGIN: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 10px; BACKGROUND: #f0f0f0; FONT-SIZE: 1em; BORDER-TOP: #fff 1px solid; FONT-WEIGHT: normal; PADDING-TOP: 0px; font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#1f439b;
}
UL.gallery LI A {
	DISPLAY: block; COLOR: #777; TEXT-DECORATION: none; /*color:#1f439b;*/
}

.section-title{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#C00;
	background-image:url(images/bg-stitle.png);
	}
.c-bar-short{
	position:relative;
	width:150px;
	height:25px;
	top:15px;
	margin-bottom:25px;
	}

/* *********** FRONT PAGE BOXES STYLES ******************************* */
.fp-container{
position:relative;
	margin: 0 auto;
	width:100%;
}
.fp-info-column{
	position:relative;
	margin-top: 0;
	margin-left:5px;
	width:340px;
    height:580px;
	float:left;
	}
.fp-info-box{

	margin-bottom:20px;
	width:329px;
	height:174px;
	}
.fp-info-box-title{
	background-image:url(images/bg-fp-box-title.jpg);
	background-repeat:no-repeat;
	width:329px;
	height:35px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#1f439b;
	}
.specials{
    color:#c50000
}
.fp-info-box-title span{
	position:relative;
	top:8px;
	margin-left:10px;
	}
.fp-info-box-content{
	margin-top: 1px;
	background-image:url(images/bg-fp-box.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:136px;
	width:329px;
	}
.fp-info-box-content a{
	text-decoration:none;
	color:#1f439b;
	}
.fp-info-box-content a:hover{
	text-decoration:underline;
	}
.fp-info-box-img{
	 width:112px;
	 height:84px;
	 
	 font-family:Verdana, Geneva, sans-serif;
	 font-size:11px;
	 font-style:italic;
	 font-weight:normal;
	 color:#787878;
	 text-align:center;
	 float:left;
	 margin:5px; 
	}
.fp-info-box-content p{
	 font-family:Verdana, Geneva, sans-serif;
	 font-size:12px;
	 font-weight:normal;
	 color:#787878;
	 margin-left:124px;
	 line-height:18px;
	} 
.yellowbar{
	background-image:url(images/c-bar.jpg);
	background-repeat:no-repeat;
	width:690px;
	height:25px;
	margin:0 auto;
	}
.contentP1{
position:relative;
}
.isi-category{
font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:Bold;
	color:#bb8305;
}

.gototop{
float:right;
margin-bottom:10px;
}
.gototop a{
text-decoration: underline;
}
.gototop a:hover{
text-decoration: underline;
}
.c-bar-tlink{
position:relative;

}
.isi-bullets{
font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:Bold;
color:#000;
}

.isi-bullets ul{
list-style:none;
line-height:24px;
}
.isi-bullets a{
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:Bold;
color:#1f439b;
}
.isi-bullets a:hover{
color:#2f5ccb;
}

.nextprev a{
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
font-weight:Bold;
color:#1f439b;
}
.next{
position:relative;
float:right;
}
.prev{
position:relative;
float:left;
}

.gmap{
border:1px solid black;
text-align:center;
}


/* PIC GALLERY STYLES ***** */


/* These hieghts and widths should be edited to your images */	
ul#pikame{
	padding-left:0;
	width:450px;
	margin:0 auto;}
.pika_main{
	width:500px;
	padding-right:20px;
	margin:0 auto;}
#pikame li{
	margin:5px;
	float: left;
	border:1px solid #222;}

/* thats all you NEED to edit. But continue if you'd like. */
ul#pikame li img{position:relative;  display:block; width: 50px; height: 42px; cursor:pointer;}
.pika_main img{border:1px solid #222;}

.pika_main{position: relative;margin:0 auto;}
.pikachoose li{float:left; position:relative; overflow:hidden; list-style:none;}
.pika_play{position:absolute;top:10px;right:30px;z-index:1;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;}
 /* .pika_play img{border:none !important;} */
.pika_caption{width:100%;height:30px;text-align:center;}
.pika_navigation a{font-size: 12px;color:white;text-decoration: none;  cursor:pointer; color:#4e4e4e;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation{padding-top:10px;clear:both;text-align:center; cursor:pointer;}

.sp-pic{
	position:relative;
	float:left;
	width:150px;
	margin-left:45px;
	margin-top:25px;
	}
	
	
	
	
	
	
