* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 5px 0 0 5px;
	font-size: 62.5%;
}

img {
	border: none;
}

/* Page Layout */
	
#container {
	width: 770px;
}

#header {
	width: 770px;
	height: 60px;
}

#row1 {
	clear: left;
	display: block;
	margin: 3px 0 0 0;
	width: 770px;
}

#row2 {
	clear: left;
	display: block;
	margin: 3px 0 0 0;
	width: 770px;
}

#row3 {
	clear: left;
	display: block;
	width: 770px;
	height: 154px;
}

#footer {
	clear: both;
	display: block;
	margin: 4px 0 0 0;
	width: 768px;
	height: 60px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;		
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;	
	border: 1px solid #666;
}

#copyrightNotice {
	display: block;
	width: 770px;
	height: 30px;
	line-height: 30px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: center;
}

/* Header */

#cwLogo {
	float: left;
	width: 92px;
	height: 60px;
	background: url(http://www.cwbda.com/images/header/cw_logo_sub.gif);
}

#cwLogo a {
	display: block;
	width: 92px;
	height: 60px;
}

#bermuda {
	float: left;
	width: 663px;
	height: 60px;
}


/* Main Menu */

.homeButton span,
.aboutUsButton span,
.productsAndServicesButton span,
.mediaCentreButton span,
.eAccountButton span,
.networkButton span {
	display: none;
}

.homeButton {
	display: block;
	width: 60px;
	height: 25px;
	background: url(http://www.cwbda.com/images/mainMenu/navHomeOff.gif);
}

.homeButton:hover {
	background: url(http://www.cwbda.com/images/mainMenu/navHomeOn.gif); 
}

.aboutUsButton {
	display: block;
	width: 133px;
	height: 25px;
	background: url(http://www.cwbda.com/images/mainMenu/navAboutUsOff.gif);
}

.aboutUsButton:hover {
	background: url(http://www.cwbda.com/images/mainMenu/navAboutUsOn.gif);
}

.productsAndServicesButton {
	display: block;
	width: 133px;
	height: 25px;
	background: url(http://www.cwbda.com/images/mainMenu/navServicesOff.gif);
}

.productsAndServicesButton:hover {
	background: url(http://www.cwbda.com/images/mainMenu/navServicesOn.gif);
}

.mediaCentreButton {
	display: block;
	width: 133px;
	height: 25px;
	background: url(http://www.cwbda.com/images/mainMenu/navMediaOff.gif);
}

.mediaCentreButton:hover {
	background: url(http://www.cwbda.com/images/mainMenu/navMediaOn.gif);
}

.eAccountButton {
	display: block;
	width: 133px;
	height: 25px;
	background: url(http://www.cwbda.com/images/mainMenu/naveAccountOff.gif);
}

.eAccountButton:hover {
	background: url(http://www.cwbda.com/images/mainMenu/naveAccountOn.gif);
}

.networkButton {
	display: block;
	width: 133px;
	height: 25px;
	background: url(http://www.cwbda.com/images/mainMenu/navNetworkOff.gif);
}

.networkButton:hover {
	background: url(http://www.cwbda.com/images/mainMenu/navNetworkOn.gif);
}

.mainMenuRight {
	display: block;
	width: 45px;
	height: 25px;
	background: url(http://www.cwbda.com/images/mainMenu/navNoSearchOff_46.gif);
}

#mainMenu {
	display: block;
	width: 770px;
	height: 25px;
}

#mainMenu, #mainMenu ul{
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	height: 25px;
}

#mainMenu a {
	display: block;
}

#mainMenu a:hover {
	color: #000;
}

#mainMenu li {
	float: left;
	position: relative;
}

#mainMenu ul {
	position: absolute;
	display: none;
	top: 25px;
	left: 0px;
}

#mainMenu li ul li a {
	float: left;
	width: 174px;
	height: auto;
}

#mainMenu ul ul {
	top: auto;
}	

#mainMenu li:hover ul ul, #mainMenu li:hover ul ul ul, #mainMenu li:hover ul ul ul ul {
	display: none;
}

#mainMenu li:hover ul, #mainMenu li li:hover ul, #mainMenu li li li:hover ul, #mainMenu li li li li:hover ul {
	display: block;
}

.mainMenuDropDown {
	height: 16px;
	line-height: 16px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	text-indent: 5px;
	border: 2px solid #666;
	background: #666;
}

.mainMenuDropDown:hover {
	background: #FFCC01;
}

/* Row 2 Menus */

#residential,
#businessCustomers,
#eBusiness,
#quickLinks {
	float: left;
	margin: 0 0 3px 0;
	width: 192px;
	height: 101px;
	border-right: 1px solid #FFF;
	background: #8099CC; 
}

#quickLinks {
	width: 191px;
	border: none;
}

#residential h2,
#businessCustomers h2,
#eBusiness h2,
#quickLinks h2 {
	height: 25px;
	line-height: 25px;
	color: #FFF;
	font-size: 1.2em;
	font-weight: normal;
	text-indent: 5px;
	border-bottom: 1px solid #FFF;
	background: #385DA7;
}

#residential, #residential h2 {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 3px;	
}

#quickLinks, #quickLinks h2 {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;	
}

#residential ul,
#businessCustomers ul,
#eBusiness ul,
#quickLinks ul {
	margin: 5px 0 0 0;
	padding: 0 5px;
	list-style: none;
	font-size: 1.1em;	
	background: #8099CC;
}

#residential ul li a,
#businessCustomers ul li a,
#eBusiness ul li a,
#quickLinks ul li a {
	color: #FFF;
	text-decoration: none;
}

#residential ul li a:hover,
#businessCustomers ul li a:hover,
#eBusiness ul li a:hover,
#quickLinks ul li a:hover {
	text-decoration: underline;
}

.arrow {
	margin: 0 5px 0 0;
	color: #003399;
}

/* Row 3 Menus */

#contactDetails {
	float: left;
	margin: 0 3px 0 0;
	width: 508px;
	height: 152px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	border: 1px solid #666;
}

#contactDetails h3 {
	color: #039;
	margin: 0 5px;
	height: 30px;
	line-height: 30px;
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}

#contactDetails ul {
	margin: 10px 5px 0 5px;
	list-style: none;
}

#contactDetails ul li {
	height: 25px;
	line-height: 25px;
	color: #666;
	font-size: 1.1em;
	border-bottom: 1px dashed #CCC;
}

#contactDetails ul li strong, #contactDetails ul li a {
	margin: 0 10px 0 0;
}

#contactDetails ul li a {
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#contactDetails ul li a:hover {
	color: #039; 
}

#cyberTips {
	float: left;
	width: 257px;
	height: 154px;
	background: url(http://www.cwbda.com/images/misc/cybertips2.png);
}

#cyberTips a {
	display: block;
	width: 257px;
	height: 154px;
}

#cyberTips a span {
	display: none;
}

/* Footer Menu */

#footerMenu {
	display: block;
	margin: 0 auto;
	width: 550px;
	height: 25px;
	text-align: center;
}

#footerMenu ul {
	margin: 20px 0 0 0;
	list-style: none;
}

#footerMenu ul li {
	float: left;
}

#footerMenu ul li a {
	color: #039;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: none;
}

#footerMenu ul li a:hover {
	text-decoration: underline;
}

.footerSpacer {
	width: 20px;
	color: #666;
	text-align: center;
}

/* Copyright Notice */

#copyrightNotice a {
	color: #039;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;	
	text-decoration: none;
}

#copyrightNotice a:hover {
	text-decoration: underline;
}

/* Row 1 */

#row1 h3 {
	display: left;
	margin: 0 0 3px 0;
	width: 172px;
	height: 28px;
}

#row1 h3 span {
	display: none;
}

.aboutUsTitle {
	width: 172px;
	height: 28px;
	background: url(http://www.cwbda.com/images/leftMenu/subNavAboutus.gif);
}

.productsAndServicesTitle {
	width: 172px;
	height: 28px;
	background: url(http://www.cwbda.com/images/leftMenu/subNavProdserv.gif);
}

.mediaCentreTitle {
	width: 172px;
	height: 28px;
	background: url(http://www.cwbda.com/images/leftMenu/subNavMedia.gif);
}

.networkTitle {
	width: 172px;
	height: 28px;
	background: url(http://www.cwbda.com/images/leftMenu/subNavNetwork.gif);
}

.legalTitle {
	width: 172px;
	height: 28px;
	background: url(http://www.cwbda.com/images/leftMenu/subNavLegal.gif)	
}

.eAccountTitle {
	width: 172px;
	height: 28px;
	background: url(http://www.cwbda.com/images/leftMenu/menutitle_eaccount.gif);
}

.siteMapTitle {
	width: 172px;
	height: 28px;
	background: url(http://www.cwbda.com/images/leftMenu/subNavSitemap.gif);
}

.contactUsTitle {
	width: 172px;
	height: 28px;
	background: url(http://www.cwbda.com/images/leftMenu/subNavContactus.gif);
}

/* Left Menu */

#leftMenu {
	float: left;
	margin: 0 0 4px 0;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#leftMenu ul {
	list-style: none;
}	

#leftMenu li a {
	display: block;
	padding: 4px 0;
	color: #FFF;
	text-indent: 5px;
	text-decoration: none;
}

#leftMenu li a:hover {
	text-decoration: underline;
}

#leftMenu ul li {
	margin: 0 0 1px 0;
	color: #FFF;
	background: #385DA7;
}

#leftMenu li:last-child {
	margin: none;
}

#leftMenu ul ul li {
	background: #8099CC;
}

#leftMenu ul ul ul li {
	background: #E2E2E2;
}

#leftMenu ul ul ul li a, #leftMenu ul ul ul ul li a {
	color: #385AD7;
}

#leftMenu ul ul ul ul li {
	background: #FFF;
}

#leftMenu ul ul ul ul ul li {
	margin: 0;
	border-bottom: 1px solid #CCC;
}

#leftMenu ul ul ul ul ul li a {
	color: #666;
}
	
#siteMap {
	display: none;
	margin: 3px 0 10px 0;
	width: 170px;	
	height: 26px;
	line-height: 26px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #F2F2F2;	
	border: 1px solid #666;
}

#siteMap a {
	margin: 0 0 0 5px;
	color: #333;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

#siteMap a:hover {
	text-decoration: underline;
}

/* Page Content */

#pageContent {
	float: right;
	margin: -31px 0 0 0;
	width: 577px;
}

#pageContent h2 {
	margin: 20px 0;
	height: 27px;
	line-height: 27px;
	color: #039;
	font-size: 1.6em;
	border-bottom: 1px dashed #CCC;
}

#pageContent h3 {
	margin: 20px 0 10px 0;
	height: 20px;
	line-height: 20px;
	color: #039;
	font-size: 1.4em;
	border-bottom: 1px dashed #CCC;
}

ul.pageContentList, ol.pageContentList {
	/*margin: 20px 0 0 30px;*/
	margin: 0 0 0 30px;
}

ul.pageContentList li, ol.pageContentList li, ul.pageContentList li ul li, ol.pageContentList li ol li {
	margin: 5px 0;
	line-height: 15px;
	color: #666;
	font-size: 11px;
}

ul.pageContentList li a, ol.pageContentList li a {
	color: #039;
	text-decoration: none;
}

ul.pageContentList li a:hover, ul.pageContentList li a:hover {
	text-decoration: underline;
}

ul#pageContentMenu {
	display: block;
	margin: 10px 0 0 0;
	width: 575px;
	list-style: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #F2F2F2;
	border: 1px solid #666;
}

ul#pageContentMenu li {
	margin: 0 15px;
}

ul#pageContentMenu li span {
	margin: 0 10px;
}

ul#pageContentMenu li a {
	height: 25px;
	line-height: 25px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

ul#pageContentMenu li p a {
	color: #039;
	font-size: 1.1em;
	font-weight: normal;
}

ul#pageContentMenu li a:hover {
	text-decoration: underline;
}

ul#pageContentMenu li p a:hover {
	text-decoration: underline;
}

ul#pageContentMenu li p {
	margin: 0 10px;
}

.pageContentMenuSeperator {
	margin: 0 10px;
	height: 1px;
	line-height: 1px;
	font-size: 0em;
	border-bottom: 1px dashed #CCC;
}

#pageContent p {
	margin: 10px 0 0 0;
	font-size: 1.1em;
	color: #666;
}

#pageContent p a {
	color: #039;
	font-size: 11px;
	text-decoration: none;
}

#pageContent p a:hover {
	text-decoration: underline;
}

#pageContent form {
	margin: 20px 0;
	padding: 10px 0 40px 0;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
}

#pageContent form label {
	color: #039;
	font-size: 1.2em;
	font-weight: bold;
}

.backToTheTop {
	display: block;
	margin: 10px 0;
	height: 20px;
	line-height: 20px;
	text-align: right;
}

.backToTheTop a {
	font-size: 1.1em;
	color: #039;
	text-decoration: none;
}

.backToTheTop a:hover {
	text-decoration: underline;
}

.pageContentTable {
	margin: 20px 0 0 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFF;
	border-spacing: 1px;
}

.pageContentTable tr th {
	color: #FFF;
	padding: 5px;
	font-weight: normal;
	background: #385DA7;
}

.pageContentTable tr td {
	color: #FFF;
	padding: 3px;
	text-align: center;
	background: #8099CC; 
}

/* Login Form */

form#loginForm input {
	display: block;
	margin: 3px 0 20px 0;
	width: 200px;
	height: 20px;
	border: 1px solid #CCC;
	border-bottom: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;	
}

form#loginForm input.formButton {
	float: left;
	margin: 0 10px 0 0;
	width: 80px;
	height: 20px;
	color: #FFF;
	background: none;
	background-color: #039;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #CCC;
}

form#loginForm input.formButton:hover {
	color: #039;
	background: #FFF;
}

/* Default Form */

form#defaultForm  {
	margin: 0;
	padding: 0;
	border: none;
}

form#defaultForm fieldset {
	display: block;
	margin: 20px 0;
	border: none;
}

form#defaultForm fieldset legend {
	display: block;
	margin: 0 0 10px 0;
	color: #039;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
}

form#defaultForm  p {
	clear: both;
	margin: 0 0 10px 0;
}

form#defaultForm .formLabel {
	float: left;
	margin: 0 0 10px 0;
	width: 220px;
	height: 20px;
	line-height: 20px;
	color: #666;
	font-size: 12px;
	font-weight: normal;	
}

form#defaultForm label {
	float: left;
	width: 130px;
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

form#defaultForm .spacer {
	clear: both;
	display: block;
	height: 20px;
	font-size: 0;
}

form#defaultForm .formField {
	float: left;
	margin: 0 0 10px 0;
	padding: 3px 0 0 3px;
	width: 200px;
	height: 17px;
	color: #000;
	font-size: 11px;
	background: #FFF;
	border: 1px solid #CCC;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}

form#defaultForm .formSelect {
	padding-left: 1px;
	width: 206px;
	height: 20px;
	color: #000;
	font-size: 11px;
	background: #FFF;
	border: 1px solid #CCC;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}

form#defaultForm .formSelect:focus {
	outline: none;
}

form#defaultForm .expandingFormField {
	/*padding-left: 2px;*/
	width: 257px;
	height: 84px;
	min-height: 84px;
	line-height: 15px;
	color: #000;
	font-size: 11px;
	background: #FFF;
	border: 1px solid #CCC;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}

.required {
	color: #C80000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

form#defaultForm .error {
	color: #F00;
	font-size: 11px;
	font-weight: normal;
}

form#defaultForm .formButton {
	width: 80px;
	height: 20px;
	color: #FFF;
	background: #039;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #CCC;
}

form#defaultForm .formButton:hover {
	color: #039;
	background: #FFF;
}

/* Server Response */

#serverResponse {
	display: none;
}