


/** Palette  

	Green: 				6a7301
	Red:					bd7282
	Lite Green 1: b9b96c
	Lite Green 2: c5c572
	Dark Red:			805c4d
	Blue Lite:		00a8d0
	Blue Dark:		4d7d93
	Grey:					645e63

**/



/** General  **/

#link_bar {
	width: 100%;
	height: 30px;
	margin: 0;
	background: #222222 url(images/header-bg.jpg);
	color: #ccc;
}

		#link_bar ul{
				margin: 0;
				padding: 10px 0 0 0;
		}
		#link_bar ul li{
				margin:0 0 0 10px;
				padding:0 0 0 10px;
				float:left;
				list-style-type:none;
		}
				#link_bar ul li.vline{
						border-left: 1px dotted #999;
				}
		#link_bar a, #link_bar a:visited{
				color: #ccc;
				text-decoration:none;
				border: 0;
		}
		#link_bar a:hover{
				text-decoration:underline;
		}
		
#link_bar_shadow{
		width: 100%;
		height: 0px;
		/* margin: 0 0 -10px 0; */
		background: transparent url(images/header-shadow.png);
}


#universalNavContainer{
		width:100%;
		background: #fff;
		background:url(images/top_tabs_bg.gif) 0 bottom repeat-x !important;
}


#universalNav{
		position:relative;
		margin: 0 auto;
		width: 900px;
		height: 20px;
		text-align:right;
		font-size: 11px;
}


		/**** TOP LEFT TABS ****/
		
		.topLeftTabs{
				position:absolute;
				left:-4px;
				bottom:0px;
				height:20px;
				background:#ffffff url(images/top_tabs_top.gif) 0 -4px no-repeat;
				margin:0;
				padding:0;
		}

				#ie6 .topLeftTabs{
						bottom:0px;
						height:20px;
				}
		
				.topLeftTabs li{
						float:left;
						height:20px;
						overflow:hidden;
						background:url(images/top_tabs-butbg2.gif) 0 bottom no-repeat !important;
						padding:0 0 0px 4px;
						margin-top:0px;
				}
			
						#ie6 .topLeftTabs li{
								margin-top:4px
						}
						.topLeftTabs li a{
								display:block;
								margin-top:0px;
								text-align:center;
								line-height:1.75em;
						}
						.topLeftTabs li a.selected{
								background:#ffffff;
								font-weight:bold;
								color:#ff7200;
								cursor:default;
								text-decoration:none;
						}				
				
				.topLeftTabs .gcp{
						background-position:-4px bottom !important;
						margin-left:8px;
				}
						#ie6 .topLeftTabs .gcp{
								margin-left:4px;
						}
						.topLeftTabs .gcp a{
								width:8.0em;
						}
						
				.topLeftTabs .gcs a{
						width:9.6em;
				}
				.topLeftTabs .gcb a{
						width:8.0em;
				}						
					
	
				.topLeftTabs #last{
						border-right:1px solid #e6e6e6;
						padding:0;
				}
						.topLeftTabs #last span{
							border-right:1px solid #dcdcdc;
							font-size:.1em;
							width:2px;
						}

