
body {
color: black;
line-height: 150%;
font-size: .75em;
font-family: Helvetica, Verdana, Arial, sans-serif;
background: #666;
margin: 0px 0px 20px 0px;
}


.tagline {
	margin-right: 60px;
	float: right;
	bottom: 500px;
	top: 22px;
	z-index: 30;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #336699;
	position: relative;
	}
}

ul {list-style: none;}

a {
color: #336699;
text-decoration:none;
}

a:hover {
color:#2C6185;
text-decoration:underline;
}

a:visited {
color: #3f3f3f;
}

a img {
border:none;
}

.container {
width: 960px;
margin: auto;
background: url(/images/i-cbg.png) repeat-y;
}

.header {
background: url(/images/i-cableform.png) no-repeat;
height: 98px;
}

.headlinks {
padding-left: 780px;
padding-top: 24px;
color: #000;
font-size: .9em;
}

.nav {
background: url(/images/i-nbg.png) no-repeat;
height: 35px;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:920px; height:35px; position:relative; margin-left: 32px; z-index:100;border-right:0px solid #000; font-family:Helvetica, Arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:960px; w\idth:960px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:1em;text-decoration:none; color:#000; width:138px; height:35px; border:1px solid #fff; border-width:0px 0 0px 1px; background:#ccc; padding-left:10px; line-height:36px; font-weight:normal;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#666 130px center; border:1px solid #fff;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#666;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#E9AB3C;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:35px;left:0; width:149px;border-top:1px solid #fff;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#666; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#666;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#E9AB3C;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



.maincontent {
margin-left: 17px;
width: 739px;
float: left;
background: white;
}

.maintext {
margin: 24px;
}

.maintext h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #336699;}
	
.maintext h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #000;
}

.maintext li {
margin-left: 12px;
list-style: square;
line-height: 150%;
}

.sidebar {
margin-right: 23px;
width: 181px;
float: right;
}

.sidebar h2 {
background: #AF8D4E;
color: white;
padding-left: 8px;
padding-top: 5px;
padding-bottom: 4px;
font-size: 1.2em;
font-weight: normal;
margin-top: 0px;
margin-bottom: 5px;
}

.sidebar ul

{
list-style-type:none;
padding:0px;
margin:0px;
}

.sidebar li {
padding-left: 8px;
padding-bottom: 4px;
padding-right: 4px;
}


.base {
background:url(/images/i-fbg.png) no-repeat;
height:38px;
}

.footer {
width: 920px;
margin: auto;
color: white;
font-size: .9em;
}

.footer a {
	color:#FFF;
}

.clearer {
clear:both;
}
