* { margin:0; padding:0; }

body {	font-size: 0.9em; padding:0;
   font-family: "trebuchet ms", "bitstream vera sans", arial, sans-serif;
   margin: 0 10px; background-color: #E6E6FA; 
}
   
@media screen, projection {

.BeNiceToMacIE5 {
font-family: "\"}\"";
font-family: inherit;
}
html, body, #wrapper, wrapper2 {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
min-height: 100%;
}
html>body, html>body #wrapper, html>body #wrapper2 {
height: auto;
}

#content  h2{color:#888;font-size:125%;}
.legal p{margin-bottom:8px;}

div#wrapper {
position: absolute;
top: 0;
left: 0;
background:#eee;
}

#header {
position:relative; z-index:500;
width: 100%;
height: 108px;
border-top:8px solid #888;
background:#fff url(img/sm-b2b2c.gif) no-repeat;
}
#headcontent {height:85px; background:#FFFFFF url(img/phones.gif) no-repeat scroll 100% 50%; margin-left:200px; position:relative; padding:10px; text-align:center;}
#headcontent h2{color:#0044dd; font-size:300%; margin-top:10px; margin-right:50px;}
#headcontent h4 {color:#cc9900; font-size:150%; margin-top:-10px; margin-right:50px;}
#headcontent a:link, #headcontent a:visited { color:#0066ff; text-decoration:none;}

#sidebar {
width:180px; float:left;
padding:0 10px 8px 8px;
background:#fff;
border-bottom:1px solid #D8D5D1;
border-right:1px solid #D8D5D1;
}

#content {
margin-left:200px;
padding:10px;
border-top:1px solid #D8D5D1;
}

.clear {
clear: both;
margin: 0;
padding: 0;
}

#footer {
clear: both;
bottom: 0;
left: 0;
width: 100%;
height: 50px;
background:#888 /* url(img/number.gif) */ no-repeat;
color: #fef9ee;
overflow:hidden;
border-top:8px solid #FEF9EE;
}
#footerContent {padding:4px; text-align: right;}
#footerContent h5 {margin:0; padding:2px 4px;}
#footerContent p {padding:2px 4px; margin:0;}
#footerContent a:link, #footerContent a:visited { color:#bebebe; text-decoration:none;}

#footerValidator {padding:10px 4px 10px 20px; float: right; }
#footerValidator img { border:0px; }
#footerValidator a:link, #footerValidator a:visited { color:#bebebe; text-decoration:none; }

#main {
margin: 0;
padding: 0;
}
/* \*/
* html #footer {
position: absolute;
}
* html #main {
padding-bottom: 100px;
}
/* \*/
head:first-child+body div#footer {
position: absolute;
z-index:0;
}
head:first-child+body div#main {
padding-bottom: 100px;
}

.bold {
font-weight:bold;
}
#menu2 {
	width: 180px;
	margin: 0;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border-size: 1px;
	border-width: 1px;
	margin-bottom: 12px;
	}
#menu2 ul { list-style: none; }	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #2691cf;
	display: block;
	background:  url(img/menu2.gif);
	padding: 8px 0 0 30px;
	}
	
#menu2 li a:hover {
	color: #2691cf;
	background:  url(img/menu2.gif) 0 -32px;
	padding: 8px 0 0 32px;
	}

#logo{
	position:absolute;
	bottom:64px;
	right:10px;
	width:301px;
	height:202px;
	background:url(img/b2b2c.gif);
	filter:alpha(opacity=25);
	opacity:.25;
	-moz-opacity:.25;
	}	

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 470px;
  max-width: 470px;
  width: 470px; 
  min-height: 400px; 
  }

form a { 
   padding: 0 18px 0 0;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #888;
  border-width: 2px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:0.85em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	padding: 0 2px;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
    margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input[disabled]{
    color:#000;
  border-style: none;
  margin: 0;
  padding: 5px 10px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 130px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 75%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */
form .hidden { display: none; }
.visible { display: block; }

.alert {
	background: #dedede url(img/ICO-Symbol-Error.ico-32x32.png) center no-repeat;
	background-position: 5px 50%; /* x-pos y-pos */
    color: #000066;
	text-align: left;
    vertical-align: middle;
    margin: 5px 0 0 0;
	padding: 5px 20px 16px 45px;
	border-top: 2px solid #CC0033;
	border-bottom: 2px solid #CC0033;
	font-size: 75%;
	}

p.feed-item-desc , h4.feed-item-title { color:#666; font-size: 0.7em;}
h3.feed-title { font-size: 0.55em; color:#fff; text-decoration:none;}
h3.feed-title  a { color:#000; text-decoration:none;}
h4.feed-item-title a, h4.feed-item-title a:visited{ color:#2691CF; text-decoration:none;}
div.rss2html-note a { color:#666; font-size: 0.5em;}
}

@media all and (min-width:0px) {
head~body {height:100%;}
}

