
/*******************************************************************************************
 *                                                                                         *
 *  DEFAULT STYLES                                                                         *
 *                                                                                         *
 *******************************************************************************************/
body {
  font-size: 12px;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #080808;
}

li {
	list-style-type: disc;
	color: #ff6600;
	padding: 0 0 8px 0;
}

.listitem {
	color: #080808;
}

a {
	color: #663399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* HOME PAGE */
.body {
	background-color: #ffffff;
}

.emphasis {
	font-weight: bold;
}

.title {
	font-style: italic;
}

.footer {
	font-size: 10px;
}

.footer  a {
	font-size: 10px;
	color: #663399;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: underline;
}

.footnote {
	margin: 3px 0 0 0;
	font-size: 11px;
}

.event {
	font-size: 11px;
}

.displayList td {
	padding: 2px 8px 2px 0;
}

.submenu {

}

.container {
  background-color: #178BA4;
  height: 100%;
}

.container_service {
  background-color: #FFB340;
  height: 100%;
}

.container_consumer {
  background-color: #FED559;
  height: 100%;
}

/*******************************************************************************************
 *                                                                                         *
 *  NAVIGATION                                                                             *
 *                                                                                         *
 *******************************************************************************************/

.mainnav {
	background: #178BA4 url(../images/bg_mainnav.jpg) top repeat-x;
	height: 26px;
}

.link_mainnav {
	padding: 0 3px;
	color: #ffffff;
}

.link_mainnav a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 6px;
	letter-spacing: .04em;
	font-size: 11px;
}

.link_mainnav a:hover {
	color: #FF9900;
	text-decoration: none;
}

a.more {
	color: #FF0000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a:hover.more {
	text-decoration: underline;
}

.subnav {
	border: 1px solid #5e5e5e;
	padding: 4px;
	
}

.subnav_main {
	color: #ffffff;
	font-weight: bold;
	padding: 0 0 0 12px;
	font-size: 11px;
}

a.subnav_main {
	text-decoration: none;
}

a.subnav_main:hover {
	color: #FF9900;
	text-decoration: none;
}

.subnav_item {
	background:  url(../images/bg_subnav.jpg) no-repeat;
	width: 190px;
	height: 26px;
	color: #ffffff;
	font-weight: bold;
}

.subnav_top {
	background-color: #FF9900;
	border-bottom: 1px solid #ffffff;
}

.subnav_top_child {
	background-color: #FFB340;
	border-bottom: 1px solid #ffffff;
	padding: 4px;
}

.subnav_top_text {
	padding: 6px 6px 6px 24px;
	text-indent: -10px;
	font-weight: bold;
}

.subnav_topright {
	background:  url(../images/orange_topright.gif) top right no-repeat;
}

.subnav_topleft {
	background: url(../images/orange_topleft.gif) top left no-repeat;
}

.subnav_bottom {
	background-color: #FED559;
}

.subnav_bottom_child {
	background-color: #FEDD78;
	border-bottom: 1px solid #ffffff;
	padding: 4px;
}

.subnav_bottom_text {
	padding: 6px 6px 6px 24px;
	text-indent: -10px;
	font-weight: bold;
}

.subnav_bottomright {
	background:  url(../images/yellow_bottomright.gif) bottom right no-repeat;
}

.subnav_bottomleft {
	background: url(../images/yellow_bottomleft.gif) bottom left no-repeat;
}

a.subnav_inner {
	color: #080808;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.subnav_inner {
	text-decoration: underline;
}

/*******************************************************************************************
 *                                                                                         *
 *  CONTENT                                                                                *
 *                                                                                         *
 *******************************************************************************************/

.content {
	padding: 14px 7px 14px 14px;
}

.sidebar {
	padding: 14px 14px 14px 7px;
	width: 200px;
}

.leader {
	font-size: 14px;
}

.featured {
	background-color: #addae0;
	padding: 4px;
}

.featured h1  {
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 2px 0;
	margin: 0px;
	color: #080808;
}

.featured h2  {
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #080808;
	border: 0;
}

.news {
	border: 1px solid #c0c0c0;
	padding: 4px;
}

.news h1 {
	color: #080808;
}

.newsitem_top {
	background-color: #FED559;
	
}

.newsitem_top_text {
	padding: 12px 6px 6px 6px;
	font-weight: bold;
	font-size: 11px;
}

.newsitem_top_text a, .newsitem_top_text a:visited {
	text-decoration: none;
	color: #000000;
}

.newsitem_top_text a:hover {
	text-decoration: underline;
}

.news_topright {
	background:  url(../images/yellow_topright.gif) top right no-repeat;
}

.news_topleft {
	background: url(../images/yellow_topleft.gif) top left no-repeat;
}

.newsitem {
	background-color: #FED559;
	padding: 6px;
	font-weight: bold;
	font-size: 11px;
}

.newsitem a, .newsitem a:visited {
	text-decoration: none;
	color: #080808;
}

.newsitem a:hover {
	text-decoration: underline;
}

.newsitem_bottom {
	background-color: #FED559;
}

.newsitem_bottom_text {
	padding: 6px 6px 16px 6px;
	font-weight: bold;
}

.news_bottomright {
	background:  url(../images/yellow_bottomright.gif) bottom right no-repeat;
}

.news_bottomleft {
	background: url(../images/yellow_bottomleft.gif) bottom left no-repeat;
}

.news h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 4px 0;
	margin: 0;
}

.item {
	border-collapse: collapse;
}

.item h1 {
	color: #0189A3;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.item_header {
	border: 1px solid #c0c0c0;
	padding: 4px;
}

.item_body {
	border-left: 1px solid #c0c0c0;
	padding: 4px;
}

.item_footer {
	border-left: 1px solid #c0c0c0;
	background: transparent url(../images/brdr_dotted.gif) bottom left repeat-x;
}

.column_header {
	background: transparent url(../images/brdr_dotted.gif) top left repeat-x;
	padding: 6px 0 2px 0;
	font-weight: bold;
}


.column_body {
	padding: 0 0 12px 0;
}

.column_footer {
	background: transparent url(../images/brdr_dotted.gif) bottom left repeat-x;
	padding: 2px 0 6px 0;
}

#mapping_project {
	float: right;
	width: 300px;
	text-align: left;
	margin: 0 0 8px 4px;
}

.mapImage {

}

