/* CSS Document */

body {background: url(../images/bkg.jpg); margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333;}
img	{border:0;}
a:link{text-decoration: none; color:#990000;}
a:visited{text-decoration: none; color:#990000;}
a:hover {color: #000099; text-decoration: underline;}

.red {font-size: 1.2em; color: #990000; }
h1 { font-size: 1.6em; color: #990000;  border-bottom: 2px dotted #CCCCCC; padding: 10px 0 2px 5px;}
.bigtitle	{font-weight:bold; font-size:1.2em}
.highlight	{background:#CCCCCC; font-weight:bold; padding: 3px 0 3px 0;}
/*Containers*/

#page {width:873px; margin:0 auto;}
#header { background:url(../images/header_bkg.jpg); }
	.logo {float:left}
	.protect {float:right;}
#maincontent { clear:both;}
#sidebar{background: url(../images/request_quote_sidebar.jpg); width:130px; float:left; height:272px; padding-top:65px;padding-left:100px; }
	.side_links { line-height: 17px; color: #003399; background: url(../images/side_arrow.gif) no-repeat left; padding-left:15px; margin:0px; }
#flash {float:right; }

#bottom {background:url(../images/bottom_white.jpg); height:313px; clear:both;}
#service {width:575px; float:left;}
	#servicecontent {background: url(../images/column1bck.jpg) no-repeat; padding: 40px 240px 0 40px;line-height:18px; }
#help {width:298px; float:left;}
#helpcontent {background: url(../images/column2bck.jpg) no-repeat; padding:60px 130px 0 25px;}
.help_text { line-height:18px; }
.morebutton	{padding:0;}
#infobar {height:41px; text-align:center; background:url(../images/blue_bottom.jpg) no-repeat; color:#FFFFFF; padding-top:5px; }
	#infobar a:link	{color:#FFFFFF; font-weight:bold;}
	#infobar a:hover	{background:#FFFFFF; color:#000033;font-weight:bold;}

#bottomlogo {width:873px; margin:0px auto;}
#bottomlogo img {float:right;}



/*Sub Page*/
#subheader {background: url(../images/header_bkg.jpg); float:left;}
#subsidebar {background: url(../images/request-quote2-bkg.jpg); width:140px; height:93px; float:left; padding:70px 0 0 100px;}

#subcontent {background: url(../images/sub_bkg.jpg);  clear:both;float:left; width:100%; }

#subservice {background:url(../images/side_service_bkg.jpg); width:199px;  float:left; padding-left:40px; padding-top:50px}
	.basic_text { color: #333333; font-size:.9em;}
#subtext	{padding-left:10px; float:left; width:600px}

/* menu */
.menu {position:relative;  font-size:.9em; z-index:100; background: url(../images/menubck.jpg); height:32px; }
}
.menu ul	{margin:0;}
.menu li	{margin:0; }
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#fff; height:25px;  line-height:25px; overflow:hidden;  padding:2px 15px 2px 18px; font-weight:bold; font-size:1.1em; text-transform:uppercase; background:url(../images/menuarrow.jpg) no-repeat right; }
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left;  position:relative;}
.menu ul li ul {display: none;}
.menu ul li a:hover	{text-decoration:underline; }
.menu ul li ul li a	{width:164px; font-size:9px;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background: #990000; }
.menu ul li:hover ul {display:block; position:absolute; top:25px; left:0; width:115px; }
.menu ul li:hover ul li a.hide {background:#c9c9a7; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#faeec7; color:#000; }
.menu ul li:hover ul li ul {display: none; }
.menu ul li:hover ul li a {display:block; background: #D5D3B8; color:#000; border-bottom:#FFFFFF solid 1px; text-align:left; padding-left: 2px; border-left:1px solid #fff; font-size:9px;}
.menu ul li:hover ul li a:hover {background:#046bae; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:166px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-166px;}