/* BLUE CSS 

BLUE COLOR: #66CCFF

*/

BODY {
	background: url(../bgs/blue-main-bg_2.gif) repeat-y #33333E;
}
A {
	color: #66CCFF;
	text-decoration: none;
}
a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
A#active {
	background-color: #444451;
	color: #66CCFF;
	width: 155px;
}
A#subactive {
	background-color: #444451;
	color: #66CCFF;
	width: 148px;
}

/* =========== BRANDING AREA ============ */

#leftcol_brand {
	width: 160px;
	float: left;
	background: url(../images/blue/hs-brand-left.gif) no-repeat 10px 10px;
	height: 610px;
}

/* =========== Blue classes =========== */

.downarrow {
	background: url(../images/blue/b_down-arrow.gif) no-repeat;
	width: 7px;
	height: 8px;
	float: right;
	margin: 7px 3px 0px 0px;
}
.rightarrow {
	background: url(../images/blue/b_right-arrow.gif) no-repeat;
	width: 7px;
	height: 7px;
	float: left;
	margin: 6px 4px 0px 0px;
}
.project_header {
	text-align: right;
	color: #FFFFFF;
	background-color: #66CCFF;
width: 538px;
	margin: 10px 0px 1px 0px;
	padding: 2px 7px 2px 0px;
}
.news_header {
	text-align: left;
	color: #FFFFFF;
	background-color: #66CCFF;
	width: 527px;
	margin: 10px 0px 10px 0px;
	padding: 2px 0px 2px 7px;
}
TH {
	background-color: #66CCFF;
	padding: 2px 0px 4px 5px;
	text-align: left;
}

/* =========== NAVIGATION ELEMENTS ============ */

.navigation {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	font-size: 13px;
	width: 158px;
	text-transform: uppercase;
	font-weight: bold;
}
.navigation A {
	text-decoration: none;
	color: #C2C2C5;
	display: block;
	padding: 3px 0px 4px 3px;
	width: 155px;
	background: url(../images/generic/horizontal_dots.gif) repeat-x top;
}
.navigation A:hover {
	text-decoration: none;
	color: #66CCFF;
	width: 155px;
	display: block;
	background-color: #444451;
}

.subnavigation A {
	text-decoration: none;
	color: #C2C2C5;
	background: url(../images/blue/b_right-arrow.gif) no-repeat 0px 8px;
	display: block;
	padding: 0px 0px 3px 10px;
}
.subnavigation A:hover {
	text-decoration: none;
	color: #66CCFF;
	display: block;
	width: 148px;
}
