@charset "UTF-8";
body {
	font: 62.8% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #222;
	background:#f2eed4;
}
a	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff9600;
	margin:0;
	font-weight:400;
	text-decoration:none;
}
	a:hover	{
		text-decoration:underline;
		color: #565555;
	}

#container {
	width: 80em; 
	margin: 0 auto;
	text-align: left;
	border:#e8e4cb 6px solid;
	border-top:0;
	border-bottom:0;
	background:#fff;
}


 #nav_messages	{
	background-color: salmon;
	color:#fff;
	text-decoration:none;
	font-size:1.55em;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:.1em;
								
}	
#header {
	background:url(../images/phone.jpg)  100% 10% no-repeat;
	padding: 0;
	height:185px;
	overflow:hidden;
	margin:0;
}
		#header h1 {
			background:url(../images/logo.gif) no-repeat;
			display:block;
			height:140px;
			text-indent:-9999px;
			margin:10px 0 0 22px;
		}
	
		#header #nav	{
			position:absolute;
			top:155px;
			width:80em;
			height:2.7em;
			background:#fcb62a;
			border-bottom:#ff9600 1px solid;
		}
				#nav ul	{
					padding:.5em 0 0 .7em;
					margin:0;
				}
				#nav li	{
					display:inline;
					padding-left:1.5em;
					
				}
					#nav li a	{
							color:#fff;
							text-decoration:none;
							font-size:1.55em;
							font-family:Georgia, "Times New Roman", Times, serif;
							text-transform:uppercase;
							letter-spacing:.1em;
				}
 
#mainContent {
	margin-top:2em;
	line-height:1.6em;
	padding:0 25px 20px;
}
#mainCol	{
	width:41.0em;
}
		#mainColContent	{
			margin:0 20px 0 22px;
		}
#newsCol	{
	width:17.4em;
}
		#newsCol div	{
			padding:0 20px 0;
			border:#c0c0c0 1px solid;
			border-top:0;
		}
		#newsCol #ads	{
			padding-top:16px;
			padding-bottom:1px;
			border-bottom:0;
			padding-right:0;
		}
			#newsCol #ads a.link	{
				background:url(../images/link_1.gif) no-repeat;
				height:47px;
				width:134px;
				display:block;
				text-indent:-9999px;
				margin-bottom:8px;
			}
			#newsCol #ads a:hover.link	{
				background:url(../images/link_1_over.gif) no-repeat;
			}
			#newsCol #ads a.cpuc	{
				background:url(../images/cpuc.gif) no-repeat;
			}
			#newsCol #ads a:hover.cpuc	{
				background:url(../images/cpuc_over.gif) no-repeat;
			}
			#newsCol #ads a.cal	{
				background:url(../images/cal_link.gif) no-repeat;
			}
			#newsCol #ads a:hover.cal	{
				background:url(../images/cal_link_over.gif) no-repeat;
			}
#linksCol	{
	padding:0 22px 0 20px;
	width:15em;
}
		#linksCol ul	{
			padding-left:25px;
			margin-left:0;
		}
.col	{
	float:left;
	}
#footer { 
	padding: 0 10px;
	background:#fff;
	border-top:#c0c0c0 1px solid;
	border-bottom:#c0c0c0 1px solid;
} 
		#footer p {
			width:76.5em;
			margin: 0; 
			padding: 10px 0;
			text-align:left;
			margin:0 auto;
		}
		
		
		
		
		
		
		
		
.title	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#486e98;
	font-size:13px;
	margin:0;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}
.headline	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff9600;
	font-size:20px;
	margin:0;
	font-weight:400;
}
.byline	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#486e98;
	font-size:13px;
	text-transform:uppercase;
	font-weight:400;
	margin:0 0 .5em 2em;
}
.readmore a	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff9600;
	font-size:.9em;
	margin:0;
	font-weight:400;
	text-transform:uppercase;
	text-decoration:none;
}
	.readmore a:hover	{
		text-decoration:underline;
	}
hr	{
	display:block;
	border:0;
	border-bottom:#dfdfdf 1px dashed;
	margin:10px auto;
	text-indent:-9999px;
	color:#fff;
	}
li	{
	color:#999;
	}


.small	{
	color:#666;
	font-size:8px;
	display:block;
	line-height:8px;
	}
.clear	{
	clear:both;
	}
	
fieldset .clear	{
	margin-bottom:10px;
}	
	
label	{
	float:left;
	width:325px;
	text-align:right;
	padding-right:15px;
	display:block;
	}
 
	
h1, h2, h3, h4	{
	font-size:15px;
	}
	
legend	{
	color:#000;
	font-size:14px;
	padding:0 10px;
	}

.checkbox	{
	display:block;
	width:240px;
	float:left;
	margin-right:10px;
}

.search_results {
	overflow:auto; 
	width: 75em;
	height: 60em;
}

.reporting_results {
	overflow:auto; 
	width: 75em;
	height: 60em;
}


#box {
  border-top: 1px; solid; 
}

.bubble {
	position: absolute;
	height: auto;
	width: 300px;
	background-color:#EEAA11;
	text-align:left;
	display: block;
}

.bubble .text {
	display: inline;
}

.highlight{
	background-color:#f2eed4;
}