/* CSS Document */

#gallery { position: relative; width:500px; height:340px; margin:0; padding:0; }
#gallery li { display: block; }



/* mac hide\*/
html, body {height:100%}
/* end hide */

body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	min-height: 600px;
	background-color: #ffffff;
	background-image:url('../images/bg-image.jpg');
	background-repeat:repeat-x;
}


* html #colOneFooter #colTwoFooter {/*only ie gets this style*/
	\height:42px;/* for ie5 */
	he\ight:40px;/* for ie6 */
}

div,p  {margin-top:0px}/*clear top margin for mozilla*/

#fullOuter{
	height:100%;
	min-height: 100%;
	width:800px;
	text-align:left;
	margin:auto;
	position:relative;
	background-image:url('../images/subpage-bg.jpg');
	
}

html>body #fullOuter{height: auto;} /*for mozilla as IE treats height as min-height anyway*/



	#col1 {
		width: 157px;
		min-height: 100%;
		height:100%;
		float: left;
		/*background-image:url('../images/bg-mid.gif');
		background-repeat: repeat-y;*/
	}
html>body #col1{height: 500px;}
	
		#navtop{
		z-index:10;
		top:0px;
		left:0px;
		position:absolute;
		width: 157px;
		background-image:url('../images/bg-mid.gif');
		background-repeat: repeat-y;		
		}
		#navtext{
		position: absolute;
		left: 15px;
		top: 75px;
		width: 137px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFFFFF;
		z-index:1000;
		}
		#centrecontentOne {
			height: 100%;
			background-image:url('../images/bg-mid.gif');
			background-repeat: repeat-y;
		}
		
		#clearfooterColOne {
			width:100%;height:10px;clear:both; z-index:1000;
		}
		
		#colOneFooter {
			position: absolute;
			bottom: 15px;
			width: 157px;
			background-image:url('../images/bgbottom.gif');
			background-repeat:no-repeat;
			background-position:bottom;
			height: 503px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#FFFFFF;
		}

		#footcontent {
			position:absolute;
			bottom:35px;
			left:15px;
			width: 137px;
			margin: 450 5 10 15;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#FFFFFF;
			z-index: 1000;
		}
		
	#col2 {
		float: right;
		width: 610px;
		height: 100%;
	}
	
		#centrecontentTwo {
		
		}
		
		#clearfooterColTwo {
			width:100%;height:10px;clear:both;
		}
		
		#colTwoFooter {
			clear:both;
			position: absolute;
			bottom:0;
			width: 520px;
		}
		
html>body #colTwoFooter{position:relative;}


.subpagediv{
	padding-top: 100px;
	padding-left: 25px;
	width: 350px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	line-height:18px;
	padding-bottom:60px;	
}

#logotop{
	position:absolute;
	top:0;
	right:0;
	}

.headline{
	font-family:"Times New Roman", Times, serif;
	font-style:oblique;
	font-size:22px;
	line-height:28px;
	color:#000000;
}


/* homepage divs */


#navbghome{
	position: absolute;
	left: 0px;
	width: 157px;
	height: 600px;
	background-image:url(http://www.highlandpr.com/coleman/images/bg-big.jpg);
}
#flashelement{
	position:absolute;	
	top: 75px;
	left: 190px;
}




.footersub {
	font-size:11px;
	color:#333333;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	
}
a.footersub:active {color: #333333;text-decoration: none;}
a.footersub:link {color: #333333;text-decoration: none;}
a.footersub:visited {color: #333333;text-decoration: none;}



/*---------------------------------------------------- DHTML Menu ----*/



#menu {
	margin-left:10px;
	z-index: 100000;
}



#menu ul {
list-style: none;
margin:0;
padding: 0;

}



#menu a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
display: block;
margin: 0;
padding: 3px 7px;
border-bottom: 0px;
text-decoration: none;

}



#menu a:hover {
color: #000;
background: #9CbAD8;
}



#menu li {
position: relative;

}



#menu ul ul {
position: absolute;
top: 0px;
left: 100%;
width: 100%;
}

#menu ul ul a{
background: #9CbAD8;
color: #000;
border: 0px;
}



#menu ul ul a:hover{
background: #00204E;
color: #FFF;
}



div#menu ul ul,
div#menu ul ul li:hover ul ul
{display: none;}



div#menu ul li:hover ul,
div#menu ul ul li:hover ul

{
position: absolute;
display: block;
z-index: 100000;
}



/*----------------------------------------------------END DHTML Menu ----*/