/*  
Description: Griplock Systems, About Us Specific Styles (griplocksystems.com)
Author: Derek Reager, Ideawork Studios
Author URI: http://ideawork.com/
*/

/* Updated 11/16/07 */

/* Import 
------------------------------ */
@import url("global.css");
@import url("subpage_a.css");

/* Styling
------------------------------ */

/* Header Div ----- */
#header #topnav ul li#tab7 a {
	background-color: #5F528C;
	}
#header #topnav ul li#tab7 ul li a {
	background-color: #786AA7;
	}
#header #topnav ul li#tab7 ul li a:hover {
	background-color: #5F528C;
	}

/* Both Div ----- */
#both {
	background: #FFF url("../../images/both_about_bg.gif") left top repeat-y;
	}

/* Content Div ----- */
table#data {
	margin-top: 15px;
	width: 100%;
	}
table#data tr.alt, table#data tr.alt td {
	background-color: #e4def7;
	}
table#data th, table#data td {
	padding: 5px;
	}
table#data th {
	font-weight: normal;
	background-color: #999;
	color: #FFF;
	}
table#data td {
	font-size: 1.4em;
	}
body.detail #content div#side {
	margin-top: 62px;
	}
#content h2, #content h3 {
	margin-top: 20px;
	}

/* Sidebar Div ----- */
#sidebar a:hover {
	background-color: #5F528C;
	}
#sidebar ul ul {
	border-left: 1px dotted #5F528C;
	}
/*body.howitworks #sidebar li#l1 ul {
	display: block;
	}*/
body.aboutcablefast #sidebar li#l1 a.on, body.history #sidebar li#l2 a.on, body.mission #sidebar li#l3 a.on, body.newsroom #sidebar li#l4 a.on, body.gallery #sidebar li#l5 a.on {
	background-color: #5F528C;
	}

