body {
  margin:0;
  padding:0;
  background:#515054 url(../images/body-main.gif) repeat-x;
  color:#FFFFFF;
  
}

#header {
  position:relative;
  background:transparent url(../images/banner.jpg) no-repeat 23px 131px;
  width:770px;
}

#header-wap {
  position:relative;
  width:320px;
}


#awards #header {
  background:transparent url(../images/banner_awards.jpg) no-repeat 23px 110px;
}

#values #header {
  background:transparent url(../images/banner_values.jpg) no-repeat 23px 110px;
}

#employ #header {
  background:transparent url(../images/banner_programs.jpg) no-repeat 23px 110px;
}

#rms #header {
  background:transparent url(../images/banner_rms.jpg) no-repeat 23px 110px;
}

#irc #header {
  background:transparent url(../images/banner_irc.jpg) no-repeat 23px 110px;
}

#srs #header {
  background:transparent url(../images/banner_solar.jpg) no-repeat 23px 110px;
}

#quote #header, #contact #header {
  background:transparent url(../images/banner_contact.jpg) no-repeat 23px 110px;
}

#career #header {
  background:transparent url(../images/banner_jobs.jpg) no-repeat 23px 110px;
}

#logo {
  margin:10px 30px;
}

#logorms {
  margin:10px 30px;
}

#logoircg {
  margin:10px 30px -25px 0px;
}

#utility {
  position:absolute;top:20px;left:460px;
}

#quote_button {
  position:absolute;
  display:block;
  width:162px;
  height:20px;
  top:224px;
  left:90px;
}

#home #quote_button {
  top:308px;
  left:126px;
}

#rms #quote_button {
  top:190px;
  left:46px;
  width:287px;
  height:50px;
}

#quote_button span {
  position:absolute;
  left:-2000px;
}

table#main_menu {
   height:35px;
   background-color:#403F43;
   margin-top:187px;
}

table#main_menu_nav {
   height:35px;
   margin-top:220px;
}

#rms table#main_menu, #irc table#main_menu, #srs table#main_menu {
   margin-top:220px;
}

table#main_menu td {
  width:95px;
  background:transparent url(../images/navs/nav.gif) no-repeat;
  padding:7px 4px 4px 22px;
  line-height:.9em;
}

table#main_menu_nav td {
  padding:0px 0px 4px 0px;
  line-height:.9em;
}

table#main_menu td a:link, table#main_menu td a:visited {
  color:#FFF;
  text-decoration:none;
  font-family:"Trebuchet MS", verdana, sans-serif;
  font-size:.8em;
  font-weight:normal;
}

table#main_menu td a:hover {
  text-decoration:underline;
}

#home table#main_menu td.home, #about table#main_menu td.about, #awards table#main_menu td.about, #values table#main_menu td.about, #employ table#main_menu td.about, #rms table#main_menu td.roof, #irc table#main_menu td.irc, #srs table#main_menu td.solar, #quote table#main_menu td.contact, #contact table#main_menu td.contact, #career table#main_menu td.contact {
  background:transparent url(../images/navs/nav_active.gif) no-repeat;
}

#content {
  width:770px;
  padding-top:10px;
}

a:link, a:visited {
  color:#cccccc;
}

a:hover {
  text-decoration:none;
}



.leftbg{ background-image: url("http://ircmaine.com/images/calloutbox.gif");}
.whitebg{background-color:#FFFFFF;}
A:link.reftext { color: #DADADA;
font-size:9px;
}
A:visited.reftext { color: #DADADA;
font-size:9px;
}
A:active.reftext { color: #DADADA;
font-size:9px;
}
A:hover.reftext { color: #EC0527;
font-size:9px;
}

LI.widget{ list-style: none; }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


.menu {height:35px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:900px; w\idth:899px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {padding-left:12px; padding-right: 12px; display:block; font-family:"Trebuchet MS", verdana, sans-serif;
  font-size:.7em; font-weight:bold; text-decoration:none; color:#FFFFFF; height:35px; line-height:35px; border-left: 1px solid #F0B212; border-right: 1px solid #F0B212; vertical-align:middle; text-align:center;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {}
/* style the second level hover */
.menu ul ul a.drop:hover{}
.menu ul ul :hover > a.drop {}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#B23A3A;} /*3rd OFF */
/* style the third level hover */
.menu ul ul ul a:hover {background:#C04D4D;} /*3rd ON */


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:35px;left:0; width:150px; border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:35px;t\op:36px; vertical-align: middle;}

/* position the third level flyout menu */
.menu ul ul ul{left:115px; top:0px; width:99px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:100px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links - SECOND OFF */
.menu ul ul a, .menu ul ul a:visited {padding:0px; background-color:#005A3A; line-height:28px; font-size:.7em; color:#FFFFFF; height: 28px; text-align: left; padding-left:12px;  width:220px; border-left: 1px solid #F0B212; border-right: 1px solid #F0B212; vertical-align: middle; display:block; position: relative;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:115px;w\idth:113px;}

/* style the top level hover */
.menu a:hover {color:#FFFFFF; background-color:#005A3A; font-size: .7em;}
.menu :hover > a  {color:#FFFFFF; background-color:#005A3A; font-size: .7em;} /* TOP OVER */

.menu ul ul a:hover {color:#FFFFFF; background-color:#F0B212; font-size:.7em;}
.menu ul ul :hover > a {color:#FFFFFF; background-color:#F0B212; font-size:.7em;} /* 2nd OVER */

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  
}

.menu .current_page_item {
}

.menu ul .current_page_item ul a {
}

.menu ul .current_page_item ul a:hover {
}

.menu .current_page_item a:hover {
}



.menu-wap-menu-container {height:35px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu-wap-menu-container {width:900px; w\idth:899px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu-wap-menu-container ul {padding:0;margin:0;list-style-type:none;}
.menu-wap-menu-container ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu-wap-menu-container positon */
.menu-wap-menu-container li {float:left;position:relative;}
/* style the links for the top level */
.menu-wap-menu-container a, .menu-wap-menu-container a:visited {padding-left:12px; padding-right: 12px; display:block; font-family:"Trebuchet MS", verdana, sans-serif;
  font-size:.75em; font-weight:bold; text-decoration:none; color:#FFFFFF; height:35px; line-height:35px; border-left: 1px solid #F0B212; border-right: 1px solid #F0B212; vertical-align:middle; text-align:center;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu-wap-menu-container a, * html .menu-wap-menu-container a:visited {}

/* style the second level background */
.menu-wap-menu-container ul ul a.drop, .menu-wap-menu-container ul ul a.drop:visited {}
/* style the second level hover */
.menu-wap-menu-container ul ul a.drop:hover{}
.menu-wap-menu-container ul ul :hover > a.drop {}
/* style the third level background */
.menu-wap-menu-container ul ul ul a, .menu-wap-menu-container ul ul ul a:visited {background:#B23A3A;} /*3rd OFF */
/* style the third level hover */
.menu-wap-menu-container ul ul ul a:hover {background:#C04D4D;} /*3rd ON */


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu-wap-menu-container ul ul {visibility:hidden;position:absolute;height:0;top:35px;left:0; width:150px; border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .menu-wap-menu-container ul ul {top:35px;t\op:36px; vertical-align: middle;}

/* position the third level flyout menu-wap-menu-container */
.menu-wap-menu-container ul ul ul{left:115px; top:0px; width:99px;}

/* position the third level flyout menu-wap-menu-container for a left flyout */
.menu-wap-menu-container ul ul ul.left {left:100px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu-wap-menu-container table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links - SECOND OFF */
.menu-wap-menu-container ul ul a, .menu-wap-menu-container ul ul a:visited {padding:0px; background-color:#005A3A; line-height:28px; font-size:.75em; color:#FFFFFF; height: 28px; text-align: left; padding-left:12px;  width:220px; border-left: 1px solid #F0B212; border-right: 1px solid #F0B212; vertical-align: middle; display:block; position: relative;}
/* yet another hack for IE5.5 */
* html .menu-wap-menu-container ul ul a, * html .menu-wap-menu-container ul ul a:visited {width:115px;w\idth:113px;}

/* style the top level hover */
.menu-wap-menu-container a:hover {color:#FFFFFF; background-color:#005A3A; font-size: .75em;}
.menu-wap-menu-container :hover > a  {color:#FFFFFF; background-color:#005A3A; font-size: .75em;} /* TOP OVER */

.menu-wap-menu-container ul ul a:hover {color:#FFFFFF; background-color:#F0B212; font-size:.75em;}
.menu-wap-menu-container ul ul :hover > a {color:#FFFFFF; background-color:#F0B212; font-size:.75em;} /* 2nd OVER */

/* make the second level visible when hover on first level list OR link */
.menu-wap-menu-container ul li:hover ul,
.menu-wap-menu-container ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu-wap-menu-container ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu-wap-menu-container ul :hover ul :hover ul{ visibility:visible;}



