/* CCC Style Sheet (c) 2009 */

/* General */
a {text-decoration:none;font-weight:bold;color:#004A99;}
a:hover {text-decoration:underline;}
a:active, a:focus {
    background-color:yellow;
}
input.text:active, input.text:focus {
    background-color:yellow;
    color:#000;
}

p {padding-top:0px;margin-top:7px;}

body {
	text-align: center;
	background: #F2F2F4;
	padding: 0px;
	margin: 0px;
	font-family:Arial;
	font-size:0.8em;
}


/* Page Layout */
#outer-wrapper {
    background:white;
    width: 1002px;
    text-align: left;
    margin: 0px auto;
    padding:0px 0px 0px 0px;
    border-bottom:0px black solid;
}

#inner-wrapper {
    padding:0px;
    margin:0px 4px;
    overflow:hidden;
}

#bottom-wrapper {

    background-position:left top;
    background-repeat:no-repeat;
    width: 1002px;
    height:10px;
    text-align: left;
    margin: 0px auto;
    padding:0px;
}
#page-footer {
    width:994px;
    height:140px;

    background-repeat:no-repeat;
    padding:45px 16px 0px 16px;
}

#page-banner {
    width:994px;
    position:relative;
    background-repeat:no-repeat;
    padding:0px 0px;
    overflow:hidden;
}

#page-body {
    width:994px;
}

/* Banner Elements */
#cumbria-logo {
    width:250px;
    position:absolute;
    left:20px;
    top:10px;
}
#cumbria-logo img{
    border:0px;
}

#banner-links {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    text-align:right;
    padding: 2px 10px 0px 0px;
    font-family:Arial;
    font-size:0.85em;
    }
#banner-links a { 
    margin:0px 10px 0px 10px;
    color:black;
}
#banner-links a:active, #banner-links a:focus {
    background-color:#000;
    color:#FFF;
}

#search-box {
    position:absolute;
    left:250px;
    top:47px;
    width:450px;
    text-align:center;
    font-size:1em;
}    

#search-box input {
    margin:3px;
    font-size:1em;
    font-weight:bold;
}

#searchbox {
    width:200px;
    padding:0px;
}

#right-logo {
    position:absolute;
    left:716px;
    top:26px;
    width:268px;

}
#right-logo img{
    border:0px;
}

#AZ {
    width:994px;
    background-repeat:no-repeat;
    color:#000;
    font-weight:bold;
    font-size:1.0em;
    padding:113px 0px 4px 0px;
    text-indent:260px;
}
#AZ a {
    margin:0px;
    color:#000;
    font-size:1.2em;
    padding:0px 7px 0px 7px;
}
.ccc-az-letter {
    border: 1px #CCC solid;
    margin:9px;
    text-align:center;
    background-color:#FFF;
    padding-top:0.25em;
    width:2.1em;
    height:2.1em;
    float:left;
}
.ccc-az-letter a {
    font-size:1.3em;
}

/* Body Elements */
#body {
      margin:0px 10px;
}

/* ------------------- MENU OPTIONS ----------------------------- */

/* Menu Wrapper */
#ccc-navigation {width:224px;float:left;}

/* Home Page only */
.navlist {list-style-type:none;margin:12px 5px 0px 10px;padding:0px 0px 0px 0px;}
.navlist li {border-bottom:1px dotted #A5A5A5;}
.navlist a {display:block;padding: 6px 0px 6px 20px;color:#4B4A4B;font-weight:bold;font-size:1.0em;}
.navlist a:hover {text-decoration:none;background-color:#ACCCE5;color:#000;}


.navsection {list-style-type:none;margin:10px 0px 0px 10px;}

/* Top-level page */
.navsection {list-style-type:none;margin:12px 5px 0px 10px;padding:0px;}
.navsection li {}
.navsection a {display:block;color:#000;padding: 6px 0px 6px 10px;font-weight:bold;font-size:1.0em;}
.navsection a:hover {text-decoration:none;background-color:#ACCCE5;color:#000;}

/* sub menu sections */
.navsubsection {list-style-type:none;margin:0px 5px 0px 10px;padding:0px 0px 0px 0px;}
.navsubsection li {border-bottom:1px dotted #A5A5A5;}
.navsubsection a {display:block;padding: 6px 0px 6px 20px;color:#4B4A4B;font-weight:bold;}
.navsubsection a:hover {text-decoration:none;background-color:#ACCCE5;color:#000;}

/* local page links */
.navsublist {list-style-type:none;margin:0px 5px 0px 10px;padding:0px 0px 0px 0px;}
.navsublist li {border-bottom:1px dotted #A5A5A5;}
.navsublist a {display:block;padding: 6px 0px 6px 20px;color:#4B4A4B;font-weight:bold;font-size:1.0em;}
.navsublist a:hover {text-decoration:none;background-color:#ACCCE5;;color:#000;}

.findmynearest {
	background-repeat:no-repeat;
	margin: 0 0 0 15px;
	font-size: 1.0em;
	padding: 3px 0px;
	height: 26px;
}
.findmynearest-icon {
	height: 26px;
	overflow: hidden;
	font-family: Arial;
	font-weight: bold;
	padding: 5px 5px 5px 35px;
	background-repeat: no-repeat;
	background-position: 5px 4px;
	font-size: 1.0em;
}

/* ----------------- END OF MENU OPTIONS ------------------------ */

/* Content area */
#ccc-content {width:755px;margin:0px 0px 0px 5px;float:left; 
}

#ccc-middle-content {width:535px;padding:0px 0px 0px 10px;}
#ccc-full-width-content {padding:0px 0px 0px 10px;}

#ccc-breadcrumb {
      font-family:Tahoma, Arial;
      margin:10px 0px 15px 0px;       
      padding:0px 5px 5px;         
      font-weight:bold;
      font-size:0.85em;
      border-bottom:1px solid #A5A5A5;
}

#ccc-breadcrumb a {
      font-weight:normal;
      color:#4B4A4B;
      margin:0px 0px 0px 8px;
      padding:0px 0px 0px 12px;
}
#ccc-breadcrumb a.first-link {
      background:none;
      margin:0px;
      padding:0px 0px 0px 6px;
}
#ccc-breadcrumb a.first-link:focus, #ccc-breadcrumb a.first-link:active, #ccc-breadcrumb a:focus, #ccc-breadcrumb a:active {
      background:yellow;
}
.ccc-top-page {
   width:755px;
   font-size:2em;

   color:black;
   margin:0px 0px 5px 0px;
   padding:7px 5px 7px 15px;
   font-weight:bold;
}

.ccc-standard-page {
   width:525px;
   font-size:2em;
   color: #35761E;
   margin:0px 0px 0px 0px;
   padding:0px 5px 7px 0px;
   font-weight:bold;
}
.ccc-standard-page-wide {
	width: 745px;
	font-size: 2em;
	color: #35761E;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 7px 0px;
	font-weight: bold;
}
.ccc-root-page {
     font-size:0.01em;
     visibility:hidden;
}
.ccc-full-width-page {
	width: 960px;
	font-size: 2em;
	color: #5aA618;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 7px 0px;
	font-weight: bold;
}
.ccc-sub-page {
   width:525px;
   font-size:2em;
   color:#5aA618;
   margin:0px 0px 0px 10px;
   padding:0px 5px 7px 0px;
   font-weight:bold;
}

.section-heading {
   font-size:1.4em;
   color:#5aA618;
   margin:10px 0px 5px 0px;
   padding:7px 5px 7px 0px;
}
.content-heading {
	font-weight:bold;
}

/* Noticeboard area */
#ccc-noticeboard {
      width:200px;
      float:right;
      margin:0px 0px 5px;
}
.ccc-noticeboard-header {
      height:28px;
      font-weight:bold;
      overflow:hidden;
}      

.ccc-icon-related {
      height:28px;
      padding:7px 0px 0px 7px;
      overflow:hidden;
}
.ccc-icon-links {
      height:28px;
      padding:7px 0px 0px 7px;
      overflow:hidden;
}
.ccc-icon-highlight {
      height:28px;
      padding:7px 0px 0px 7px;
      overflow:hidden;
}
.ccc-icon-documents {
      height:28px;
      padding:7px 0px 0px 7px;
      overflow:hidden;
}

.ccc-noticeboard-content {
      margin:5px 0px 15px 10px;
      font-size:0.85em;
      line-height:15px;
      font-family:Tahoma,Arial;
}

.ccc-noticeboard-content img {
      border:0px;
}

#ccc-noticeboard ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
}

.timestamp {
      font-weight:normal;
      color:black;
}

#ccc-noticeboard li {
      margin:5px 0px;
}

.ccc-component {padding:5px;
}

.ccc-component ul {

}

.ccc-component li {
}

/* Component Height fix (hidden from IE) */
* html .ccc-component {height:100%;}

/* Following line needed to trim white space underneath component */
.ccc-component {overflow:hidden;}

.image-left {margin:0px 10px 10px 0px;
}

/* ---------------- TABLE STYLE ------------------ */

.ccc-component table {font-size:1.0em;border-collapse:collapse;}
.ccc-component td {border:1px #D8E4E4 solid;}

/* Table Title */
.ccc-component caption {font-weight:bold;padding:10px;}
.ccc-component thead {font-weight:bold;background-color:#D8E4E4;}
/* Table Body */
.ccc-component td {color:Black;background-color:#F1F6F9;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;}
.ccc-component th {padding:5px;}
/* ----------- END OF TABLE STYLE --------------- */
            
/* Footer Elements */
#footer-links-left {
      float:left;
      width:958px;
      margin:0px 0px 5px 0px;
      color:#000;
}
#footer-links-left a {
      color:#000;
}
#footer-links-right {
      float:right;
      width:400px;
      text-align:right;
      color:#000;
}
#footer-links-right a {
      color:#000;
}

#footer-language-links {
      float:left;
      width:958px;
      margin: 0px 0px 0px 0px;
      font-weight:bold;
      padding-top:5px;
      border-top:1px #888 solid;
      color:#000;      
}

#footer-language-links a {
      color:#000;
}

#footer-language-links img {
      border:0px;
}

#footer-logo-links {
      float:right;
      width:400px;
      text-align:right;
}
#footer-logo-links a {
      margin:0px 8px 0px 8px;
      color:#000;
}
#footer-logo-links img {
      border:0px;
}
#footer-links-right img {
      border:0px;
      margin-right:3px;
}

/* Access Keys */
.hide {
	position: absolute;
	left: -40000px;
	width: 0px;
	height: 0px;
	overflow:hidden;
}

.hide_tab{
    z-index:1000;
	position: absolute;
	left: -40000px;
	overflow:hidden;
	width: 400px;
	width: 0px;
}

.hide_tab:active, .hide_tab:focus {
text-decoration: none;
text-align: left; 
background-color: #F00;
color: #FFF;
font-weight: bold;
border-left: 1px solid #FFF;
padding: 4px;
margin-left: 1px;
position: absolute;
left: 0px;
top: 0px;
width: 400px;
}
.hiddenlink {
     font-size:0.01em;
     color:white;
}
#access_keys li {display:inline;}
.otherpage {text-align:left;}
#access_keys ul {margin:0px;}

.clear {clear:left;}

/* ######################################################### LEGACY COMPONENT STYLES ####################################################### */

/* New "Blue" 3 Column Feature */
#ccc-news-container div {
	background-color: #D8E4E4;
	text-align:center;

}
#ccc-news-container .ccc-news-column-2 {
	background-color: #D8E4E4;
	width: 175px;
}
#ccc-news-container .ccc-news-column-3 {
	float: left;
	margin-right: 0px;
	width: 175px;
}
#ccc-news-container p {
	padding: 0px 5px 5px 10px;
	margin: 0px;
}
#ccc-news-container a {
	color:#004099;
}
/* Floats etc */
#ccc-news-container img {
	margin:5px;
                border:0;
}
#ccc-news-frame {
	padding-top: 10px;
}
#ccc-news-box {
	overflow: hidden;
}
#ccc-news-frame {
	width: 535px;
}
#ccc-news-container {
	overflow: hidden;
}
#ccc-news-container div {
	float: left;
	width: 175px;
	margin-right: 5px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}
.ccc-news-colum-2 {
	width: 175px;
}
.ccc-news-column-3 {
	float: left;
	margin-right: 0px;
	width: 175px;
}

/* "Green" Three Column News Feature */

#news-container div{background-color:#CCFF99;border-top-width:1px;border-top-style:solid;border-top-color:#167E00;border-right-width:1px;border-right-style:solid;border-right-color:#167E00;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#167E00;border-left-width:1px;border-left-style:solid;border-left-color:#167E00;}
#news-container .news-column-2{background-color:#CCFF99;;width:31%}
#news-container .news-column-3{float:left;margin-right:0px;width:30%;}
#news-container h1{padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;background-color:#167E00;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;color:White;font-weight:bold;font-size:1.2em;}
#news-container p{padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}

#news-container h1 a {
	color: #FFF;
}
#news-container a {
	color: #004099;
}

#news-footer-frame {margin:0px 0px 10px 0px;}
#news-footer div{background-color:#CCFF99;border-top-width:1px;border-top-style:solid;border-top-color:#167E00;border-right-width:1px;border-right-style:solid;border-right-color:#167E00;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#167E00;border-left-width:1px;border-left-style:solid;border-left-color:#167E00;}
#news-footer .news-column-2{background-color:#CCFF99;}
#news-footer h1{padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;background-color:#167E00;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;color:White;font-weight:bold;font-size:1.2em;}	

/* Floats etc */

#news-container img {width:100%;}
#news-frame {padding-top:10px;}
#news-box {overflow:hidden;} 
#news-frame {width:98%;}
#news-container{overflow:hidden;}
#news-container div{float:left;width:31%;margin-right:2%;margin-bottom:-2000px;padding-bottom:2000px;}
#news-container img{width:100%;}
#news-footer-frame {width:98%;clear:left}
#news-footer{height:1px;overflow:hidden;}
#news-footer div{float:left;width:31%;margin-right:2%;margin-bottom:-2000px;padding-bottom:2000px;}
#news-footer .news-colum-2{width:31%;}
#news-footer .news-column-3{float:left;margin-right:0px;width:30%;}

/* Accordion */ 
#accordion {width:200px;margin-bottom:10px;}

.accordion-header {
      color:black;
      font-family:Arial;
      font-size:1.2em;
      font-weight:bold;
      height:26px;
      padding:7px 5px 0px 0px;
      margin:0;
      overflow:hidden;
}
.accordion-element-spacer {
      height:195px;
}
.toggler {
      cursor:pointer;
      margin:0px;
      font-size:1.0em;
      padding:6px 0px;
}
.accordion-title-report a{
    color:#000000;
}
.accordion-title-report a:hover{
    text-decoration:none;
}
.accordion-title-apply a{
    color:#000000;
}
.accordion-title-apply a:hover{
    text-decoration:none;
}
.accordion-title-pay a{
    color:#000000;
}
.accordion-title-pay a:hover{
    text-decoration:none;
}
.accordion-title-book a{
    color:#000000;
}
.accordion-title-book a:hover{
    text-decoration:none;
}
.accordion-title-find a{
    color:#000000;
}
.accordion-title-find a:hover{
    text-decoration:none;
}
.accordion-title-say a{
    color:#000000;
}
.accordion-title-say a:hover{
    text-decoration:none;
}
.accordion-title-bookit a{
    color:#000000;
}
.accordion-title-bookit a:hover{
    text-decoration:none;
}

.accordion-title-report {
      height:26px;
      overflow:hidden;
      font-family:Arial;
      font-weight:bold;
      padding:7px 5px 0px 0px;
      font-size:1.0em;
}
.accordion-title-apply {
      height:26px;
      overflow:hidden;
      font-family:Arial;
      font-weight:bold;
      padding:7px 5px 0px 0px;
      font-size:1.0em;
}
.accordion-title-pay {
      height:26px;
      overflow:hidden;
      font-family:Arial;
      font-weight:bold;
      padding:7px 5px 0px 0px;
      font-size:1.0em;
}
.accordion-title-book {
      height:26px;
      overflow:hidden;
      font-family:Arial;
      font-weight:bold;
      padding:7px 5px 0px 0px;
      font-size:1.0em;
}
.accordion-title-find {
      height:26px;
      overflow:hidden;
      font-family:Arial;
      font-weight:bold;
      padding:7px 5px 0px 0px;
      font-size:1.0em;
}
.accordion-title-say {
      height:26px;
      overflow:hidden;
      font-family:Arial;
      font-weight:bold;
      padding:7px 5px 0px 0px;
      font-size:1.0em;
}

.accordion-content {
      margin:0px 0px 15px 10px;
      padding:5px 0px 0px 0px;
      font-size:1.0em;
      line-height:20px;
      font-family:Arial, Tahoma;
}
.accordion-content ul {
      list-style-type:none;
}

/* Sliding Panels */
div.panels {
	/* height: 250px; */
	width: 530px;
	color: black;
	background-color: white;
	padding:0 0px;
}
.ccc-slide-component {
	width: 530px;
	border: 2px solid #E6EFF6;
}
li.toolbar-button {
	display: inline; 
	background-color: #E6EFF6;
	padding: 2px 5px;
	color: black;
	cursor: pointer;
	border: 1px solid white;
	font-weight:bold;
}
li.active {
	background-color: #ACCCE5; 
	border: 1px solid black;
	color:white;
}
li.toolbar-button:hover {
	background-color: #D5E3EE;;
}
h1, h2, h2, h4 {
	margin: 0;
}
h1 {
     font-size:1em;
}
#panel-toolbar {
	width: 535px;
    height:28px;
    font-weight:bold;
    text-align:left;
    margin:0px 5px 5px 0px;
    display:none;
}			
#panel-toolbar-left {
    cursor:pointer;
	border-top: 1px #004A99 solid;
	border-left: 1px #004A99 solid;
	border-right: 1px #004A99 solid;
	border-bottom: 1px #004A99 solid;
	margin-top: 2px;
	margin-right:5px; 	
	padding: 2px 5px;
	float:left;
}
#panel-toolbar-slides div{
    width:20px;
    float:left;
    border-top:1px #004A99 solid;
    border-left:1px #004A99 solid;
    border-right:1px #004A99 solid;
    border-bottom:1px #004A99 solid;
    text-align:center;
    padding:2px 0px;
	margin-right:5px; 
    margin-top:2px;
/*    cursor:pointer; */
}
.panel-toolbar-prev{
    width:20px;
    float:left;
    border-top:1px #004A99 solid;
    border-left:1px #004A99 solid;
    border-right:1px #004A99 solid;
    border-bottom:1px #004A99 solid;
    padding:2px 0px;
    text-align:center;
	margin-right:5px; 
    margin-top:2px;
    cursor:pointer;
}
.panel-toolbar-next{
    width:20px;
    float:left;
    border-top:1px #004A99 solid;
    border-left:1px #004A99 solid;
    border-right:1px #004A99 solid;
    border-bottom:1px #004A99 solid;
    padding:2px 0px;
    text-align:center;
	margin-right:5px; 
    margin-top:2px;
    cursor:pointer;
}
.panel-toolbar-selected {
	width: 20px;
	float: left;
	border-top: 1px #004A99 solid;
	border-left: 1px #004A99 solid;
	border-right: 1px #004A99 solid;
	border-bottom: 1px #004A99 solid;
	background-color: #ACCCE5;
	padding: 2px 0px;
	text-align: center;
	color: white;
	margin-right:5px; 
	margin-top: 2px;
	cursor: pointer;
}
.panel-toolbar-selected a, .panel-toolbar-selected a:active, .panel-toolbar-selected a:focus  {
     color:black;
}
/* Mashup Component */


.ccc-mashup-component {background:#D8E4E4;width:535px;
}
.ccc-mashup-component img {border:0;
}
.ccc-mashup-column1 {width:255px;float:left;margin:10px 5px 0px 10px;
}
.ccc-mashup-column2 {width:250px;float:right;margin:10px 10px 0px 0px;
}
.ccc-mashup-rss {float:right;width:20px;height:20px;margin-right:5px;
}
.ccc-mashup-rss img {border:0;
}

.ccc-consultations {width:auto;background:white;
}
.ccc-consultations-header {font-weight:bold;height:28px;padding:5px 0px 0px 5px;background:white;
}
.ccc-consultations-body {margin:10px;padding-bottom:10px;
}
.ccc-consultation-link {font-size:1.0em;padding:4px 0px;
}

.ccc-top-stories {width:auto;margin:0px 0px 10px 0px;
}
.ccc-top-stories-header {font-weight:bold;height:28px;padding:5px 0px 0px 5px;background:white;
}
.ccc-top-stories-body {background:white;
}
.ccc-top-story {
}
.ccc-top-story-divider {border-bottom:1px dotted silver;clear:left;
}
.ccc-top-story-footer {font-size:0.85em;padding:10px 5px;
}

.ccc-top-story-image {clear:left;padding:10px 5px 0px 10px;
}
.ccc-top-story-text {font-size:1.0em;padding:0px 5px 0px 10px;
}
.ccc-top-story-text a {font-size:1.0em;
}
.ccc-popular-links {width:auto;background:white;margin-bottom:10px;
}
.ccc-popular-links-header {font-weight:bold;height:28px;padding:5px 0px 0px 5px;
}
.ccc-popular-links-body {font-size:1.0em;margin:10px;padding-bottom:10px;
}
.ccc-popular-link {width:90%;padding:4px 0px;
}

.ccc-whatson {width:auto;background:white;
}
.ccc-whatson-header {font-weight:bold;height:28px;padding:5px 0px 0px 5px;
}
.ccc-whatson-body {font-size:1.0em;margin:0px 10px 10px 10px;padding-bottom:10px;
}
.ccc-whatson-body a {font-size:1.0em;
}
.ccc-whatson-body ul {padding:0;margin:0;
}
.ccc-whatson-body li {list-style-type:none;padding:2px 0px;
}
.ccc-image-subtitle {background: #D8E4E4;	padding: 5px 5px 0px 5px;
}
.ccc-image-subtitle-text {background: #D8E4E4;padding: 5px 5px 5px 5px;	font-weight:bold;color: #004099;
}
.ccc-three-column-links-wrapper {width:535px;
}
.ccc-three-column-links {width:175px;float:left;background:#D8E4E4;margin:5px 5px 10px 0px;
}
.ccc-three-column-right {width:175px;float:left;background:#D8E4E4;margin:5px 0px 10px 0px;
}
.ccc-three-column-component-wrapper {width: 535px;
}
.ccc-three-column-component {width: 33%;	float: left;	margin: 5px 0px 10px 0px;
}
.ccc-three-column-component-right {width: 33%;float: left;margin: 5px 0px 10px 0px;
}

.ccc-three-column-image img {border:0;
}
.ccc-three-column-image {margin:5px;
}

.ccc-three-column-link {margin:7px 5px 7px 10px;font-size:1.0em;
}
.ccc-three-column-link a{color:#004099;
}

.ccc-three-column-component-wrapper p {margin-bottom:2px;padding-bottom:0;}
.ccc-three-column-component-wrapper ul {list-style:none;margin-top:0;margin-left:2px;padding-left:0;padding-top:5px;}
.ccc-three-column-component-wrapper strong {font-weight:bold;font-size:1.2em;color: #3A86A8;}
.ccc-three-column-component-wrapper li {padding-bottom:4px;padding-left:10px;background-image:url(/Images/smallbluearrow_tcm31-150241.gif);background-repeat:no-repeat;background-position:0 .3em;}

.ccc-two-column-default-component-wrapper {
	width: 535px;
}
.ccc-two-column-default-component {
	width: 50%;
	float: left;
	margin: 0px 0px 10px 0px;
	padding-right:10px;
}
.ccc-two-column-default-component-right {
	width: 48%;
	float: left;
	margin: 0px 0px 10px 0px;
}

.ccc-two-column-default-component-wrapper p {margin-bottom:2px;padding-bottom:0;}
.ccc-two-column-default-component-wrapper ul {list-style:none;margin-top:0;margin-left:2px;padding-left:0;padding-top:5px;}
.ccc-two-column-default-component-wrapper strong {font-weight:bold;font-size:1.2em;color: #3A86A8;}
.ccc-two-column-default-component-wrapper li {padding-bottom:4px;padding-left:10px;background-image:url(/Images/smallbluearrow_tcm31-150241.gif);background-repeat:no-repeat;background-position:0 .3em;
}

.two-column-layout {
	width: 100px;
	float: left;
	padding: 0px 0px 5px 0px;
}
.two-column-text {
	float: left;
	padding: 5px 10px;;
}

/* Two column Component */
.ccc-two-column-wrapper {width:535px;padding:5px 0px;}

.ccc-two-column-left {width:260px;float:left;
}
.ccc-two-column-right {width:260px;float:right;
}
.ccc-two-column-header {padding:5px 5px 5px 5px;font-size:1.2em;font-weight:bold;color:black;
}
.ccc-two-column-body {padding:2px 5px 1px 5px;
}

/* Weather component */
.ccc-weather-component {width:auto;background:white;
}

.ccc-weather-header {font-weight:bold;padding:5px 0px 0px 5px;
}
.ccc-weather-body {padding:5px;
}

.ccc-weather-location {font-size:1.1em;padding:0px 0px 0px 0px;
}
.ccc-weather-feed {font-size:1.0em;padding:0px 0px 10px 5px;
}
.ccc-weather-footer {font-size:0.85em;text-align:center;border-top:1px silver solid;padding-top:4px;
}
#ccc-govmetric { 
                margin:15px 5px 0px 10px;
                padding:0px 10px 10px;
                text-align:center;
}
