*{
/*border: solid red 1px;  /*UNCOMMENT FOR TROUBLESHOOTING POSITIONING */
}
a:link, a:visited{
	color: white;
	text-decoration: none;
	font-size: 11px;
}

a:focus { 
 	outline: none; 	/*REMOVES DOTTED LINE AROUND LINKS IN FIREFOX*/
	}

.image_style{
padding:5px;
border: solid 1px gray;
}

#collage{
text-decoration: none;
border: none;
}

#collage a:link, #collage a:visited {
text-decoration: none;
border: none;
}


.links a{
color: #242964;
font-size:13px;
line-height: 200%; 
text-decoration: underline;
}
/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/*************** search  *****************/

#search{			/* placed within sectionlinks on html page as dependant on some a link style from sectionlinks*/
	position: absolute;
	top: 247px;
	right: 10px;
	left: 571px;
	z-index: 4;
	width: 300px;
}

#search input{
  font-size: 60%;
  margin: 0px 0px 0px 0px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
}

#search a:hover{
	margin: 0px;
}

/*------------------- Insulation Pages -----------------------*/
#insulation{position:absolute; left:214px; top:362px; width:606px; height:528px; z-index:1;}
#insulation a:link, #insulation a:visited, #insulation a:active, #insulation a:hover{font-weight:bold; color:#0E05AB; text-decoration:underline; }
#insulation img.styled{padding:4px; border: solid 1px #cbcbcd; margin:20px; }


/*------------------- Quote Button Style -----------------------*/
a.boldbuttons{
	background: transparent url('images/quote.gif') no-repeat top left;
	margin-left: 30px;
	display: block;
	float: left;
	font: 12px Arial;
	line-height: 24px;
	padding-left: 2px;
	text-decoration: none;
	width: 120px;
	height: 30px;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a:hover.boldbuttons{ /* Hover state CSS */
font-weight: bold;
border: solid 1px white;
font-size: 13px;
}


#quotebox{
padding:20px;
background: #242964;
color:white;
text-align:left;
font-family: Arial; 
font-size: 13px; 
}



						/***********************************************/
/************************//* 			Layout Divs                   *//*********************************************/
						/***********************************************/
body {
margin:0;
padding:0;
background: #606060 url("images/sides_background6.jpg") repeat-x;
}

#center_wrapper{
	margin: 0% auto;
	height: 900px;
	width: 900px;
}


#pagecell1{
	background-color: #ffffff;
	width:850px;
	height: 750px; /* tied to #pagecalll for flush alighment.   minus topmenu 25 */
	position:relative;  
	top: 3%;
	right:5%;
	left:2%;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: left;
	height: 725px;
	width:190px; 
	border-right: solid 1px #16183C; 
	border-left: solid 1px #16183C;
	padding: 0px;
	background: #242964;
	font: small Verdana,sans-serif;
	text-align: center;
}



#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 138px;
	/*border-left: 1px solid #ccd2d2;*/
}


#pageName{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	border-bottom: 1px solid #ccd2d2;
}


#topmenu{
float: left;
width: 100%;
height: 25px; 
background: #242964;
font-family: Verdana, Arial, sans-serif; 
}

#topmenu a {
  height: 19px;	/* HEIGHT 19 + PADDING 6 = 25 AS WITH HEIGHT OF TOPMENU, NEEDED TO CENTER TEXT VIRTICALLY */
  padding-top:6px;
  float: right;
	width: 110px;
	text-align: center;
	text-decoration: none;
	color: white;
	font-weight: normal;
	font-size: 12px;
}
                      
#topmenu a:hover {
	color: black;
	background: white;
	font-weight: bold;
} 

#blackborder{
float:right;
background: url(images/jjj.jpg) no-repeat;
height:24px;
width: 540px;
border:none;
}


#subheader {
font-size: 14px;
font-family: Verdana, Arial, sans-serif;
color: #273A51;
font-weight: bold;
text-align: left;
}

#std_font{
 text-align:left;
 font-family: Arial; 
 font-size: 12px; 
 color: #313131; 
 line-height: 140%;
 padding: 10px;
}

#text_container{ 
 background: #EAEAEA;
  padding:20px;
 }

#footer{
background: none;
/*margin: 0px auto;*/
padding-bottom:20px;
margin-top: 10px;
margin-left: 140px;
color: #313131;
text-align: center;
text-decoration: none;
font-family : "arial";
font-size: 12px;
line-height: 150%;
}

#footer a {
	color: #313131;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	font-family : "arial";
	font-size: 14px;
}
