@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	 background:url(images/backgrd.jpg);
    background-repeat: repeat-x;
	color:#2f2f2f;
}
img{
border=0px;
text-decoration:none;
}

.thrColFix #pagecon { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
#pagecon a{
cursor:pointer;}
h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color:#28458f;}


/*----Header----*/

#headercon
{
height:165px;
margin:0 auto;
padding:  0px 0px 0px 0px ;
background-position:top;

}
#page_top{
	height:100px;
	background: url(images/header2.gif) no-repeat;
	margin:0 auto;
    padding:  0px 0px 0px 0px ;
    background-position:top;
   
  	}


#logo {
	float:left;
	line-height:normal;
	width:150px;
	padding-left:10px;
	
}



#headerpath {
	width:780px;
	height:50px;
	background:#FFF;
	text-indent:10px;
	margin: 0;
}
#headerpath a:link{
color:#28458f;
}
#headerpath a:visited{
color:#2f2f2f;
}
#headerpath a:hover{
color:#ce1126;
}
#headersearch{
width:350px;
height:40px;
float:left;
font-size:10px;
padding:5px 0px 0px 10px;}


/*----FOOTER PANEL----*/
#footer {
width:780px
height:50px;
background:url(images/border.jpg) 0 0 repeat-x;
border-bottom:1px solid #b0b0b0;
}

#footer h2{
font-size:9px;
color:#2f2f2f;
text-align:center;
}

#footer ul {
padding:20px 0 0 20px;
list-style:none;
}

#footer ul li{
float:left;
font:12px Verdana, Arial, Helvetica, sans-serif;
color:#2f2f2f;
padding-right:5px;
}
#footer ul li a:hover{
font-style:italic;
color:#28458f;
}

#footer a:link{
color:#2f2f2f;}

#footer a:visited{
color:#28458f;}


.thrColFix #leftcolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	
}
.thrColFix #rightcolumn {
	float: right; /* since this element is floated, a width must be given */
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 5px 0px 0px; /* padding keeps the content of the div away from the edges */
 	color: #333;
	font-family: Trebuchet MS;
	font-style:italic;
	font-size:12px;
}

#information
{
  width:140px;

float:right;
} 
img{
border:none;
text-decoration:none;
}
#information a:link{
color:#28458f;
} 
#information a:visited{
color:#2f2f2f;
} 
#information a:hover{
color:#ce1126;
} 

#rightcolumn table
{
   width:160px;


    
} 
#rightcolumn table td
{
    padding:5px 10px 5px 10px;
    
}
  
.thrColFix #indexcontent { 
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	}
	
	#indexcontent h1
{
	font-size:20px;
	font-weight:bold;
	color:#28458f;
	padding-top:2px;
	}
	
#indexcontent p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding:5px 50px 15px 10px;
	}
	
		
#indexcontent ul
{
list-style-position:inside;
	}
	
	#indexborders{
	background:url(images/mainborder.gif) no-repeat;
	height:27px;
	}
	
#description
{
font-family: Verdana, Arial, Helvetica, sans-serif;
 background: #fff;
 padding-left:50px;
 padding-right:10px;
 font-size:13px;
 float:left;

}
#description ul
{
 background: #fff;
 font-weight:bold;
 list-style:circle;
 list-style-position:inside;
 
  
}


    
#flash_con{ padding: 0px 0px 0 0px;

}
#flashborder
{
  
    width:780px;
	height:200px;
   

}


#flashborder2
{
    height:27px;
    width:780px;
    background:url(images/flashborder2.gif) no-repeat;
	text-align: center;
	color:#FFFFFF;
	font-weight:bold;
	
} 
#flashborder2 p
{
margin-left:500px;

	color:#FFFFFF;
	font-weight:bold;
	
} 

#indexrc{
width:140px;
float:right;
} 
   
.thrColFix #content { 
	margin: 0 135px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	

	}
#content h2
{
	height:5px;
	font-size:20px;
	font-weight:bold;
	color:#28458f;
	padding-top:2px;
	padding-bottom:5px;
}
#content h3
{
    font-size:8pt;
    font-weight:bold;
}
#content p
{
 font-size:9pt;
 padding-left:5px;
}
#content ul
{
    font-size:9pt;
    padding-left:20px;}
    
#content ol
{
    font-size:9pt;
    padding-left:15px;}

#borders{
	
	height:29px;
	background:url(images/bordertop.gif) no-repeat;
	padding-right:10px;
	}
	
	#flashcon{
	height:160px;
	width:160px;
	float:right;
	padding-right:10px}
	

 /*----Capability Setup----*/
 #picture
 {
 float:left;
 padding-right:5px;
  }
 
 #whatitis
 {

 font-size:8pt;
 padding:10px 50px 10px 0 ;
font-family: Verdana, Arial, Helvetica, sans-serif;



  }
  #whatitis h1{
 font-size:9pt;
 font-weight:bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
 color:#2f2f2f; }
 
 #whatwedo
 {
font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:9pt;
margin-top:-10px;
 padding:10px 50px 10px 0 ;

 }
  #whatwedo h1
 {
font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10pt;
  color:#2f2f2f;
 }
 
 #usedfor
 {
font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:9pt;
 padding:10px 50px 10px 0 ;

 }
 #usedfor h1 {
  font-size:9pt;
 font-weight:bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#2f2f2f;
  }

/*----End Capability Setup----*/	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


 
/*----BOTTOM PANEL ON Capability PAGES----*/
#bottomPan{
height:275px;
background:url(images/bottombg.gif) 0 0 repeat-x;
margin:0 auto; 
padding:0px 0 0 0; 
clear:both;
border-left:solid 1px #b0b0b0;
border-right:solid 1px #b0b0b0;
}

#bottomMainPan{
	width:780px;
	position:relative;
	margin:0 auto;
	font-size:9pt;
}

#bottomBorderPan{
width:780px;
font-size:14px;

}
#bottomBorderPan span
{
color:#28458f;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:7pt;
}
#bottomBorderPan h2
{
width:240px;
height:20px;
position:absolute;
left:5px;
top:20px;
background:#fff;
color:#28458f;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}

#bottomBorderPan h3{
width:200px;
height:20px;
position:absolute;
left:275px;
top:20px;
background:#fff;
color:#28458f;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px; }

#bottomBorderPan h4{
width:240px;
height:20px;
position:absolute;
left:485px;
top:20px;
display:block;
background:#fff;
color:#28458f;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}

#bottomBorderPan ul{
float:left;
height:30px;
width:240px;
margin-left:10px;
padding:50px 0 0 0;



}
#bottomBorderPan ul li
{
width:240px;
height:30px;
float: left;
display:block;
background:#fff; 
color:#3D3C2C;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
text-decoration:none; padding:0 0 0 0px;

}
#bottomBorderPan ul img
{
background:#fff; 
color:#3D3C2C;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration:none; 
padding:0 0 0 0px;



}
#bottomBorderPan ul li a h1
{
width:240px;
height:30px;
background:#fff; 
color:#3D3C2C;
font-family: Veranda, Arial, Helvetica, sans-serif; 
text-decoration:none; padding:0 0 0 0px;
border-left:dashed 1px #28458f;
font-size:10pt;
padding-left:10px;
}


#bottomBorderPan ul li a h1:hover{
color:#28458f;
font-weight:bold; 

}








/*----Main News----*/
#recentnews
{
	height:1200px;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12pt;
 }
#recentnews ul
 {
    font-size:9px; }
   #recentnews ul li
 {
      font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
    font-size:12px;
	padding-bottom:5px;}
	#recentnews ul li p
 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
    font-size:12px; }
#recentnews ul li a
 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
	font-weight:normal; }
 
 #recentnews p
 {
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
 }
    #recentnews h1
 {
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
 }

 
/*----Main Page Table----*/
#mainboxes
{font-family:Tahoma;
    color:#2f2f2f;
	
    }
#mainboxes a:link {
    color: #28458f;
    text-decoration:none;
    font-weight:bold;}
#mainboxes a:visited {
    color:#2f2f2f;
    text-decoration:none; 
     font-weight:bold;}


#mainboxes p
{
    width:200px;
    height:20px;
    font-size:7pt;
    font-weight:bold;
   
}
#mainboxes ul
{
    background:transparent;
    margin: 0px 10px 10px 10px;
   font-size:7pt;
     font-weight:bold;
	   color: #28458f;
	   list-style:none;
}
#mainboxes ul li:hover
{
    background-color:#c3c3c3;    
	   color: #28458f;
	   
}

#boxcontent
{
    width:280px;
    height:178px;
    float:left;
    margin-bottom:20px;
	    margin-left:10px;
   
}	

		
#boxcontent1
{
     width:280px;
    height:178px;
    float:left;
    margin-bottom:20px;
 
}		
#boxcontent2
{
      width:280px;
    height:178px;
    float:left;
     margin-bottom:20px;
	  margin-left:10px;

}	
#boxcontent3
{
    width:280px;
    height:178px;
    float:left;
    margin-bottom:20px;

}	
#boxcontent4
{
    width:280px;
    height:178px;
    float:left;
    margin-bottom:20px;
 
}	

#boxcontent5
{
    width:570px;
    height:178px;
    float:left;
    margin-bottom:20px;
	  margin-left:10px;
  
}	
#boxcontent6
{
    width:450px;
    height:200px;


  
}
#boxcontent6 table{

}

#boxcontent6 table tr th{
font-size:12px;
color:#DFDFDF;
padding:5px 0 0 10px;
font-family:eras medium itc;

}

#boxcontent6 table tr td{
font-size:16px;
color:#2f2f2f;
padding:6px 0 0 10px;
font-family: Veranda, Arial, Helvetica, sans-serif; 
font-weight:bold;

}

    #boxcontent6 ul li
{
   font-size:12px;

  
}
#boxcontent7
{
	height:400px;
	float:left;
	padding-left:10px;
  
}	

	/*----End Main Page Table----*/
	/*----EC2 Web Form Layout----*/
	#formconec2 {
background:#fff;
font-family:"Lucida Sans", Tahoma, Arial, Verdana, sans-serif;
font-size:12px;
margin:0 auto;
text-align:left;
}
#formconec2 h1 {
font-size:16px;
color:#28458f;}
#formconec2 a {
text-decoration:none;}

#formconec2 p {
font-size:12px;
}
#formconec2 ul {
font-size:12px;
list-style-position:inside;
}
#formconec2 form{
width:200px;
float:left;
padding-right:40px;
padding-bottom:50px;
}

#formconec2 form fieldset{
width:200px;
height:500px;
background-image:url(Images/formback.gif);
background-repeat:no-repeat;
border:none;

}

#formconec2 form fieldset p{
color:#28458f;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
margin-left:5px}

#formconec2 form fieldset input{
color:#28458f;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#ffffa0;
font-size:12px;
font-weight:bold;
margin-left:20px;}

#formconec2 form fieldset select{
color:#28458f;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#ffffa0;
font-size:12px;
font-weight:bold;
margin-left:20px;}

#formconec2 form fieldset label{
color:#28458f;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
margin-left:20px;}

#ec2parts{
width:600px;
float:right;}


/*----End Ec2 Web Form Layout----*/
		/*----Web Form Layout----*/
#formcon {
background:#fff;
font-family:"Lucida Sans", Tahoma, Arial, Verdana, sans-serif;
font-size:12px;
margin:0 auto;
text-align:left;
width:600px;
cursor:pointer;
}
#formcon h1 {
font-size:14px;
color:#28458f;}

#formcon p {
font-size:12px;
}
#formcon ul {
font-size:12px;
list-style-position:inside;
}
#formcon form{
width:200px;
height:500px;
float:left;
padding-right:20px;}


#formbutton{
font-weight:bold;
padding-left:325px;
width:150px;
height:30px;


}
#formbutton input{
width:150px;
height:30px;
color:#dfdfdf;
background:#28458f;
border:outset 1px #ccc;
cursor:pointer;
}

#contact{
	width:560px;
	height:205px;
}
#contact fieldset{
padding:0px;
font-family:"Lucida Sans", Tahoma, Arial, Verdana, sans-serif;
padding-left:15px;
border-top:3px solid #2f2f2f;

}
#contact fieldset legend{
	padding:0px;
	margin:0px;
	font-size:16px;
	color:#28458f;
	width:200px;
background: #dfdfdf;
padding: 2px 6px;



}
#contact input{
padding:0px;
margin:0px;
width:200px;
margin-right:30px;
background-color:#ffffa0

}

#contact label{
padding:0px;
margin:0px;
font-size:10px;
width:203px;
margin-right:30px;
float: left;

}

#location{
width:600px;
height:200px;
}

#location fieldset{
padding:0px;
font-family:"Lucida Sans", Tahoma, Arial, Verdana, sans-serif;
padding-left:15px;
border-top:3px solid #2f2f2f;
}
#location fieldset legend{
	padding:0px;
	margin:0px;
	font-size:16px;
	color:#28458f;
	width:200px;
background: #dfdfdf;
padding: 2px 6px;


}
#location input{
padding:0px;
margin:0px;
width:200px;
margin-right:30px;
background-color:#ffffa0;
}

#location select{
padding:0px;
margin:0px;
width:200px;
margin-right:30px;
background-color:#ffffa0

}

#location label{
padding:0px;
margin:0px;
font-size:10px;
width:203px;
margin-right:30px;
float: left;
}
#brochures{
padding:none;
margin:none;
width:650px;
height:400px;

}
#brochures fieldset{
padding:0px;
font-family:"Lucida Sans", Tahoma, Arial, Verdana, sans-serif;
width:650px;
border-top:3px solid #2f2f2f;

}
#brochures fieldset legend{
	padding:0px;
	margin:0px;
	font-size:16px;
	color:#28458f;
	margin-left:12px;
	width:200px;
background: #dfdfdf;
padding: 2px 6px;
}

#box1{
width:350px;
float:left;
margin-left:20px;
padding:0px;
margin:0px;}

#box3{
width:250px;
float:left;}

#brochures input{
width:20px;
float:left;
text-align:left;
margin-bottom:0px;
margin-left:0px;
}

#brochures p{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:12px;
width:200px;
height:0px;}
	
		/*----End Web Form Layout----*/
			/*----Start Site Map----*/



	/*----End Site Map Layout----*/
	/* Begin CSS Drop Down Menu */

#headercon
{
height:165px;
margin:0 auto;
padding:  0px 0px 0px 0px ;
background-position:top;

}
#page_top{
	height:100px;
	background: url(images/header2.gif) no-repeat;
	margin:0 auto;
    padding:  0px 0px 0px 0px ;
    background-position:top;
   
  	}


#logo {
	float:left;
	line-height:normal;
	width:150px;
	padding-left:10px;
	
}



#headerpath {
	width:780px;
	height:25px;
	background:#FFF;
	text-indent:10px;
	margin: 0;
}

#menuh-container
	{
	height:25px;
	width:780px;
	background-color:#990000;
	}

#menuh
	{
	font-size:12px;
	font-family: tahoma, arial, helvetica, sans-serif;
	width:780px;
	float:left;
	
	}
		
#menuh a
	{
	text-align:left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #dfdfdf;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #dfdfdf;
	background-color:#28458f
	}	
			
#menuh a.top_parent /* attaches down-arrow to all top-parents */
	{
	background:url(images/redheader2.gif) 0 0 repeat-x;
	font-weight:bold;

	}
	
	 #menuh a.top_parent:hover 
	 {
	background-color:#28458f
	}

#menuh a.notop_parent
{
	background:url(images/redheader2.gif) 0 0 repeat-x;
	font-weight:bold;
}

#menuh a.noparent
{
background:#2f2f2f;
}

#menuh a.noparent:hover
{
background:#28458f
}	
#menuh a.parent	/* attaches side-arrow to all parents */
	{
	background:#2f2f2f;
	background-image: url(images/arrow-hover.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
	#menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
background-color:#28458f

	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:8.1em;
	
 		/* width of all menu boxes */
	
	}
#menuh ul ul ul{
left:10.5em;
top:0;
width:12em;
}
#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	background-color:#2f2f2f;
	}

#menuh li li a
	{
	width:11em;
	}
	
	
	#menuh li:hover
	{
	background-color:#28458f;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}



div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}
[if lt IE 7]>
#menuh{float:none;}
body{behavior:url(csshover.htc); font-size:100%;}
#menuh ul li{float:left; width: 100%;}
#menuh a{height:20px; font:bold 11px tahoma, arial, sans-serif;}
<![endif]
/* End CSS Drop Down Menu */

[if IE 6]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFix #sidebar1 { width: 180px; }
.thrColFix #sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFix #sidebar2, .thrColFix #sidebar1 { padding-top: 30px; }
.thrColFix #indexcontent { zoom: 1; }

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFix #sidebar1 { width: 180px; }
.thrColFix #sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFix #sidebar2, .thrColFix #sidebar1 { padding-top: 30px; }
.thrColFix #indexcontent { zoom: 1; }

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

#newsbox1{
height:50px;
width: 350px;
position:absolute;
left:400px;
top:400px;
background-color:#CCCCCC;
float:left;
}

#newsbox{
height:75px;
width: 375px;
background-color:#dfdfdf;
float:left;
border:#999999 thin double;
margin-left:5px;
}
#newsbox h1
{
color:#414141;
	font-size:12px;
	margin-left:5px;

}
#newsbox a
{
color:#414141;
	font-size:10px;
	margin-left:5px;

}
#innobox
{
height:75px;
width: 375px;
background-color:#dfdfdf;
float:left;
border:#999999 thin double;
margin-left:5px;
}
#innobox h1
{
color:#414141;
	font-size:12px;
	margin-left:5px;

}

#innobox p
{
color:#414141;
	font-size:10px;
	margin-left:5px;
	

}

#indexboxes
{font-family:Tahoma;
    color:#2f2f2f;
    }
#indexboxes a:link {
    color: #28458f;
    text-decoration:none;
    font-weight:bold;}
#indexboxes a:visited {
    color:#2f2f2f;
    text-decoration:none; 
     font-weight:bold;}


#indexboxes p
{
    font-size:9pt;

   
}
#indexboxes ul
{
    background:transparent;
    margin: 0px 10px 10px 10px;
   font-size:9pt;
     font-weight:bold;
	   color: #28458f;
	   list-style:url(Images/bullet2.jpg)
}

#indexboxcontent
{
    width:257px;
    height:300px;
    float:left;
    margin-bottom:20px;
border-right:1px solid  #999999;
	
   
}		
#indexboxcontent h1
{
    width:257px;
    height:40px;
    float:left;
	color:#FFFFFF;
	font-size:14px;
border-right:1px solid  #999999;
	background-image:url(Images/catbar.jpg);
	background-repeat:no-repeat;
	
   
}
#indexboxcontent h2
{
   
	color:#414141;
	font-size:12px;
	margin-left: 15px;
}		
#indexboxcontent1
{
     width:257px;
    height:300px;
    float:left;
    margin-bottom:20px;
	border-right:1px solid  #999999;
 
}	
#indexboxcontent1 h1
{
    width:257px;
    height:40px;
    float:left;
	color:#FFFFFF;
	font-size:14px;
	border-right:1px solid  #999999;
	background-image:url(Images/catbar.jpg);
	background-repeat:no-repeat;
	
   
}	
#indexboxcontent2
{
      width:257px;
    height:300px;
    float:left;
     margin-bottom:20px;
}
#indexboxcontent2 h1
{
    width:257px;
    height:40px;
    float:left;
	color:#FFFFFF;
	font-size:14px;
	background-image:url(Images/catbar.jpg);
	background-repeat:no-repeat;
	
   
}
#indexboxcontent2 ul{
font-size:12px;
font-weight:bold;
color:#2f2f2f;}

/* Request Form */

#lineup{
}

#mapcon{
background:#EFEFEF;
border:1px solid #999999;
margin-right:20px;
padding:7px 0 0 10px;
width:350px;
height:500px;
margin-left:10px;
float:left;
}

	

#directions {
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
width:350px;
float:left;}

#directions input {
margin:0px;
padding:0px;
background-color:#FFFFFF;
cursor:pointer;
}

#directions span {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


			/*----Start Projects----*/
#projects1{
width:275px;
height:500px;
float:left;
background-image:url(Images/project1.gif);
background-repeat:repeat-x;
margin:20px 0px 0px -20px;
border-right:#666666 thin solid;
border-top:#666666 thin solid;
}
#projects1 h1{
font-size:16px;
color:#28458f;
margin:10px 0px 0px 20px;}
#projects1 h2{
font-size:14px;
color:#ce1126;
margin-left:30px;}
#projects1 p{
font-size:10px;
color:#2f2f2f;
margin:0px 20px 0px 40px;}
#projects2{
width:100px;
float:left;
height:500px;
font-size:12px;
background-image:url(Images/project1.gif);
background-repeat:repeat-x;
border-right:#666666 thin solid;
margin-top:20px;
border-top:#666666 thin solid;

}

#projects2 img{
padding-top:20px;}

#projects3{
width:400px;
height:500px;
float:left;
margin-top:20px;
border-top:#666666 thin solid;

}
#projects3 img{
padding-top:20px;}

/*----End Projects----*/	
			/*----Start Porcelain enamel----*/

#penamel2{
width:100px;
float:left;
height:550px;
font-size:10px;
border-right:#666666 thin solid;
margin-top:10px;
border-top:#666666 thin solid;
background-color:none;

}

#penamel2 img{
padding-top:10px;}

#penamel3{
width:325px;
height:550px;
float:left;
margin-top:10px;
border-top:#666666 thin solid;
padding-bottom:25px;
}
#penamel3 img{
padding-top:50px;}

#penamel3 p{
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

/*----End Porcelain enamel----*/
/*----Main News----*/
#pvdbumper
{
	
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12pt;
 }
#pvdbumper ul
 {
    font-size:9px;
      list-style-type: disc;
      	  list-style-position:inside;
	 }
   #pvdbumper ul li
 {
      font-family: Verdana, Arial, Helvetica, sans-serif;
	 
     font-size:12px;
	padding-bottom:5px;}
	#pvdbumper ul li p
 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
    font-size:12px; }
#pvdbumper ul li a
 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
	font-weight:normal; }
 
 #pvdbumper p
 {
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
 }
    #pvdbumper h1
 {
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 /*----EC2 Webinar Page----*/
#webinar {
background:#fff;
font-family:"Lucida Sans", Tahoma, Arial, Verdana, sans-serif;
font-size:11px;
margin:0 auto;
text-align:left;
}
#webinar h1 {
font-size:16px;
color:#28458f;}

#webinar p {
font-size:10px;
}
#webinar ul {
font-size:12px;
list-style-position:inside;
}
#webinar form{
width:200px;
float:left;
padding-left:10px;
padding-right:30px;

}
#details{
width:200px;
height:260px;
padding-left:5px;
}
#details h1{
background-color:#28458f;
height:40px;
color:#FFFFFF;
text-align:center;
font-size:14px;
font-weight:bold;
}


#webinar form p{
padding-left:40px;
font-size:10px}

#htitle{
background-color:#28458f;
height:40px;
width:200px;
color:#FFFFFF;
text-align:center;
font-size:14px;
font-weight:bold;
}

#webinar form fieldset{
width:200px;
height:300px;
background-color:#CCCCCC;
border:outset thin #999999;

}

#webinar form fieldset p{
color:#28458f;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
margin-left:5px}

#webinar form fieldset input{
color:#28458f;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#ffffa0;
font-size:12px;
font-weight:bold;
margin-left:20px;}

#webinar form fieldset select{
color:#28458f;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#ffffa0;
font-size:12px;
font-weight:bold;
margin-left:20px;}

#webinar form fieldset label{
color:#28458f;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
margin-left:20px;}

#ec2parts{
width:600px;
float:right;}

#webitest{
width:500px;
float:left;}

#webiform{
width:250px;
float:right;}

/*----BOTTOM PANEL ON Product PAGES----*/

.products{
color:#FFFFFF;}



#bottomProduct{
height:275px;
width:780px;
background:url(images/bottombg.gif);
margin:0 auto; 
padding:0px 0 0 0; 
}
#bottomProduct ul{
font-size:11px;
list-style-position:outside;
padding-left:10px;
}

#bottomProduct h1{
height:30px;
background-color:#dfdfdf;
background-repeat:no-repeat;
font-weight:bold;
font-size:16px;

}


#bottomProduct p{
font-size:11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-right:10px;
}

#bottomProduct a{
font-weight:bold;
color:#28458f;
height:30px;
}
#bottomProduct a:hover{
background-color: #999999;
}

#bottomProduct a:link{
color:#28458f;
text-decoration:none;}

#bottomProduct a:visited{
color:ce1126;
text-decoration:none;}


#bottomBorderProduct1
{
width:183px;
height:250px;
color:#28458f;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
border-right:dashed 1px #28458f;
float:left;
padding:20px 0 0 10px;
}



#bottomBorderProduct2{
width:183px;
height:250px;
color:#28458f;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
float:left;
padding:20px 0 0 10px;
 }

#bottomBorderProduct3{
width:183px;
height:250px;
color:#28458f;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
border-left:dashed 1px #28458f;
float:left;
padding:20px 0 0 10px;
}

#bottomBorderProduct4{
width:183px;
height:250px;
color:#28458f;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
border-left:dashed 1px #28458f;
float:left;
padding:20px 0 0 10px;
}
#spacer{
width:597px;
height:350px;
font-size:12px;
float:left;
color:#414141;
padding-left:5px;}
#spacer h2 {
font-size:12px;
}
#spacer p{
font-size:11px;
}
#spacer a{
text-decoration:none;

}
#spacer a:link{
text-decoration:none;
color:#414141;
}
#spacer a:hover{
text-decoration:none;
color:#414141;
background-color:#dfdfdf;
}
#spacer a:visited{
text-decoration:none;
color:#28458f;
}
