/*-------------------------------------------------
BASICS
-------------------------------------------------*/
html {height:100%; font-size: 100%}
body{min-height:100.01%; background: #e6effa url(images/pageBack.jpg) repeat-x; font:75%/150% verdana, sans-serif; text-align: center;}
body,h1,h2,h3,h4,h5,h6,p,div,form,code,pre,fieldset,legend,dl,dt,dd, table {margin:0; padding:0; border:0}

p, th, td, li, ul, ol, h5, h6, pre { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #4a4a4a}
h1, h2, h3, h4 { font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif; color: #343130}

h1	{font-size: 26px; font-weight: normal; margin: 25px 0 10px -1px;}
h2	{font-size: 22px; font-weight: normal; margin-top: 25px; margin-bottom: 10px; line-height: 1em; color: #4a4a4a}
h3	{font-size: 12pt; font-weight: bold; margin-top: 25px; margin-bottom: 10px; line-height: 1em; color: #619C3D;}
h4	{font-size: 14px; font-weight: bold; margin-bottom: 10px; }
h5	{font-size: 12px; color: #4a4a4a; line-height: 1em;}
h6	{font-size: 11px; color: #333;  letter-spacing : 0px;  font-variant : small-caps;  }
p, ul, ol	{font-size: 13px; margin-bottom: 0.8em;  line-height : 1.4em; }

h3{
	display: block;
	clear: left;
	padding-bottom: 4px;
	border-bottom: 1px solid #e7e4d3;
}

h3.noUnderline{
	padding-bottom: 0;
	border: 0;
}

th { font-weight: bold; text-align: left;}
td { padding: 0px; vertical-align: top;}
li { line-height: 18px; }
dd, dt { font: normal 12px Arial, Helvetica, sans-serif; line-height: 18px; }

.hilight{color: #903f98; font-weight: bold; }
.clear{clear: both;}
.hide {display: none;}
.smalltext{font-size: 10px;}
.indent{margin-left: 10px;}
.noTopMargin{margin-top: 0;}

img {border: 0; margin: 0; display: block;}
ul {margin-top: 0;}

a:link { color: #54a4de; font-weight: bold; text-decoration: none; }
a:visited { color: #54a4de; font-weight: bold; text-decoration: none; }
a:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; background: #7ca648; }
a:active { color: #FFFFFF; font-weight: bold; text-decoration: none; background: #7ca648; }

a.grey:link { color: #5a5a5a; font-weight: bold; text-decoration: none; }
a.grey:visited { color: #5a5a5a; font-weight: bold; text-decoration: none; }
a.grey:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; background: #7ca648; }
a.grey:active { color: #FFFFFF; font-weight: bold; text-decoration: none; background: #7ca648; }

.highlightRow {background: #FFFFCE;}
.highlightRow td {}

/*-------------------------------------------------
POSITIONAL DIVS 
-------------------------------------------------*/
#overallcontent{
	width: 760px;
	margin: 0 auto;
	text-align:left;
	background: #E5E5E5;
}

.fullWidth .topRight{
	width: 601px;
	margin: 0;
	float: left;
	border-left: 1px solid #ccc;
	text-align: center;
}

.fullWidth .topRight img{
	margin: 0 auto;
}

.fullWidth{
	width: 770px;
	float: left;
	margin: 0 auto 0 auto;
	background-color: #fff;
}

#pageContent{
	float: right;
	width: 581px;
	border-right: 1px solid #F1EFE2	;
	border-bottom: 1px solid #CFC4AC;
	border-left: 1px solid #ccc;
	background-color: #fff;
	padding: 0 10px;
	margin: 0 0 5px 2px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 581px;
	margin: 0;
}
html>body #pageContent {
	width: 581px;
	margin: 0 0 5px 1px;
}

#topLeft{
	width: 167px;
	margin: 0;
	background-color: #f1efe2;
	float: left;
	text-align: center;	
}

#bottomcontent {
	width: 760;
	margin: 5px 0 0 0;
	padding: 0px;
	text-align: center;
	background-color: #EDE9E4;
	clear: both;
	vertical-align: middle;
	border-top: 0;
	font-size: 10px;
}

#bottomcontent p{
	font-size: 12px;
	background: transparent;
}

#bottomcontent img{
	margin: 0 -13px 0 -10px;
}

#debug{
	float: left;
	width: 80%;
	text-align: left;
	margin: 10px auto;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

#debug h5{ font-size: 16px; color: #000;margin-top: 10px;}
#debug pre{ font-size: 11px; color: #000;}

.col1{
	float: left;
	width: 50%;
	margin-right: 100px;
}

.col2{
	float: left;
	width: 50%;
}

/*-------------------------------------------------
SIDE BAR
-------------------------------------------------*/
#sideBar{
	float: left;
	width: 140px;
	padding: 3px 5px;
	border-top: 2px solid #fff;
}
#sideBar a{
	display: block;
	font-size: 10px;
	border: 1px solid #ADAA9C;
	margin-top: 2px;
	padding: 3px;
	line-height: 1.3em;
}
#sideBar a:link {color: #000; font-weight: normal; text-decoration: none; background: #fff; }
#sideBar a:visited {color: #000; font-weight: normal; text-decoration: none; background: #fff; }
#sideBar a:hover {color: #000; font-weight: normal; text-decoration: none; background: #EFF3FF; }
#sideBar a:active {color: #000; font-weight: normal; text-decoration: none; background: #EFF3FF; }

.sideButtons a{
	display: block;
	font-size: 10px;
	border: 1px solid #ADAA9C;
	margin-top: 2px;
	padding: 3px;
	line-height: 1.3em;
}
.sideButtons a:link {color: #000; font-weight: normal; text-decoration: none; background: #fff; }
.sideButtons a:visited {color: #000; font-weight: normal; text-decoration: none; background: #fff; }
.sideButtons a:hover {color: #000; font-weight: normal; text-decoration: none; background: #EFF3FF; }
.sideButtons a:active {color: #000; font-weight: normal; text-decoration: none; background: #EFF3FF; }


/*-------------------------------------------------
SECTIONS STYLING
-------------------------------------------------*/
.pageTitleBlock{
	display: block;
	float: left;
	width: 581px;
	height: 72px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #F1EFE2	;
	border-left: 1px solid #ccc;
	padding: 0 10px;
	margin: 0;
}

/*broadband info pages*/
.tab-page table{
	width: 560px;
}
.tab-page table td{
	padding: 3px 0 5px 3px;
}

.tab-page table td.faqtitlewhitebold{
	color: #fff;
}

#homepageEventsBox{
	float: right;
	width: 168px;
	height: 570px;
	background : #fff;
}
#homepageEventsBox h3{ margin-top: 15px; 	margin-bottom: 15px; font-size: 20px; font-weight: normal; color: #027b77;}
#homepageEventsBox img{ margin-bottom: 10px;}
#homepageEventsBox iframe{margin-right: -8px; }

#threeBoxes{
	margin: 0 -10px;
	float: left;
	width: 601px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 601px;
	margin: 0 -7px 0 -4px;
}
html>body #threeBoxes {
	width: 601px;
	margin: 0 -10px;
}

#threeBoxes p{font : 11px/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;}

#threeBoxes img.goButton{
	margin-bottom: 20px;
}

#bottomBanner{
	clear: left;
	margin-top: 60px;
	margin-bottom: 8px;
	width: 582px;
	height: 60px;
	text-align: center;
}

#homepageBottomBanner{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 650px;
	height: 60px;
	text-align: center;
}

#homepageBBandBox{
	float: left;
	width: 200px;
	padding: 0 8px;
	border-right: 1px solid #d6d6d6;
	background : #fff;
}

#homepageBBandBox h3{
	margin-top: 15px; 
	margin-bottom: 15px;
	color: #c02d00; 
	font-size: 20px;
	font-weight: normal;
}

#homepageBBandBox h5{
	margin-top: 15px; 
	font-size: 12px;
}

.exltHomepageBBandOffer1 {
	width: 90px;
	float: left;
	margin-left: -2px;
	margin-right: 3px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #e7e4d3;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 93px;
}
html>body .exltHomepageBBandOffer1 {
	width: 90px;
} 

.exltHomepageBBandOffer2 {
	width: 90px;
	float: left;
	margin-right: -2px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #e7e4d3;
	text-align: center;
}

#homepageShopBox{
	float: left;
	width: 190px;
	height: 670px;
	padding: 0 8px;
	border-right: 1px solid #d6d6d6;
	background : #f1efe2;
}

#homepageShopBox h3{ margin-top: 15px; 	margin-bottom: 15px; font-size: 20px; font-weight: normal; color: #ea6d13;}
#homepageShopBox h5{ margin-bottom: 0px; }
#homepageShopBox h6{ margin-bottom: 5px; }
#homepageShopBox p{ line-height: 1.2em; margin-bottom: 0;}

#homepageShopBox img.product{ border: 1px solid #4a4a4a; }

#exltShopInnerNavBarContainer{
	width: 100%;
	text-align: center;
}

#exltShopInnerNavBar{
	background-color: #f0f0f0;
	float: right;
}

#exltShopInnerNavBar a{
	display: block;
	float: left;
	height: 20px;
	text-align: center;
	margin: 0;
	padding: 2px 10px 0 10px;
	border-right: 1px solid #d2d3d6;
	border-top: 1px solid #d2d3d6;
	border-bottom: 1px solid #d2d3d6;
}

#exltShopInnerNavBar a.selected{
	color: #fff;
	background: #7ca648;
}

.rolloverDateBar{
	width: 601px;
	margin: 0;
	float: left;
	height: 21px;
	background-color: #ebf4fa; 
	border-top: 1px solid #fff; 
	border-left: 1px solid #ccc;
	text-align: right;
}

.rolloverDateBar p{
	font : bold 10px/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 3px 10px 0 0;
}

.rolloverDateBar img{
	float: left;
}

.exltEditorNote{
	clear: left;
	background-color: #EBF4FA;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 0;
	padding: 7px 8px 4px 8px;
}

.exltVerseForDay{
	margin: 0 8px;
	padding-top: 10px;
	text-align: left
}

.exltVerseForDay h3{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
}

.exltVerseForDay p{
	font-size: 10px;
	line-height: 1.1em;
	margin-bottom: 7px;
}

.homepageThoughtForDay {
	width: 601px;
	/*height: 201px;*/
	margin: 0;
	float: left;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #fff;
}

.homepageThoughtForDay img{
	float: left;
	margin-right: 15px;
}

.homepageThoughtForDay h4{
	color: #2874ae;
	margin: 20px 0 10px 0
}

.homepageThoughtForDay p{
	font : 11px/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Homepage - verse for the day*/
.homepageVerseForDay h3{
	color: #2874ae;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 7px 0;
	font : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.homepageVerseForDay p{
	font : 10px/1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 4px;
	margin-right: 4px;
}

/*-------------------------------------------------
TOP BAR (overwrites default set in style.css)
-------------------------------------------------*/
#topnav{
	width: 601px;
	height: 35px; 
	float: left;
	background: url(images/topnavBack.jpg);
	background-color: #bbd9ee;
	border-top: 1px solid #fff;
	border-left: 1px solid #ccc;
	padding: 0;
	margin: 0;
	text-align: center;
}

#topnav img{
	display: inline;
	margin: 5px 0 0 16px
}

#topnav a{
	display: inline;
	float: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
	cursor: pointer;
}

#topnav a:link{background-color: transparent; text-decoration: none; color: #fff;}
#topnav a:visited{background-color: transparent; text-decoration: none; color: #fff; }
#topnav a:hover{background-color: transparent; text-decoration: none; color: #000; }
#topnav a:active{background-color: transparent; text-decoration: none; color: #000; }

#topnav a.selected:link{background-color: transparent; text-decoration: none; color: #000; font-weight: bold;}
#topnav a.selected:visited{background-color: transparent; text-decoration: none; color: #000;  font-weight: bold;}
#topnav a.selected:hover{background-color: transparent; text-decoration: none; color: #000;  font-weight: bold;}
#topnav a.selected:active{background-color: transparent; text-decoration: none; color: #000;  font-weight: bold;}

/*-------------------------------------------------
LIST ITEMS - outdated - don't copy this into a new stylesheet
-------------------------------------------------*/
.exltProduct{
	margin-bottom: 30px;
	float: left;
	clear: both;
	width: 550px;
}

.exltProduct img{
	float: left;
	margin: 0 10px 0 0;
}

.exltProduct h4{
	font-size: 15px;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 0;
}

.exltProduct h5{
	font-size: 11px;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: normal;
}

.exltProduct h6{
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 8px;
	font-weight: normal;
}

.exltLinkListItem{
	margin-top: 20px;
}

.exltLinkListItem h4{
	border-bottom: 1px solid #e7e4d3;
	line-height: 1em;
	margin-bottom: 4px;
}

.exltLinkListItem h5{
	margin-top: 0;
	margin-bottom: 10px;
}

.exltHomepageProduct{
	margin-bottom: 10px;
	width: 190px;
	float: left;
	clear: both;
}

.exltHomepageProduct h4{
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 0;
}

.exltHomepageProduct h5{
	font-size: 11px;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: normal;
}

.exltHomepageProduct img{
	float: left;
	margin: 0 10px 0 0;
}

.exltHomepageEvent{
	margin-bottom: 12px;
}

.exltHomepageEvent h4{
	font-size: 11px;
	line-height: 1.2em;
}

.exltHomepageEvent h5{
	font-size: 10px;
	line-height: 1.4em;
	font-weight: normal;
}

.exltEvent{
	margin-bottom: 25px;
}

.exltEvent p{
	display: block;
	font-size: 11px;
	line-height: 1.2em;
	margin-top: 5px;
}

.exltEvent h3{
	margin: 0;
}

.exltEvent h4{
	margin: 0 0 12px 0;
}

.exltCause{
	margin-top: 35px;	
}

.exltCause h3{
	margin-bottom: 0;
}

.exltCause h4{
	margin: 0 0 12px 0;
}