/**************
* agc.css ~ abacusgc.com cascading style sheet © 2006 AbacusGC by michael@galacticagent.com 
**************/

/********** COLORS OF NOTE USED IN SITE **********

*		*** CUSTOM CLIENT COLORS (please help maintain client branding by using only specified colors) ***
*	
*	#737373; /*-- Abacus Gray (PMS Cool Gray 10C) R:115 G:115 B:115  --*
*	#EDBE2C; /*-- Abacus yellow (PMS 7406) R:237 G:190 B:44 --*
*	#B3E2EE; /*-- Abacus lt blue (PMS 635) R:179 G:226 B:238 --*
*
*		*** GENRAL HEX COLORS ***
*
*	#4F4F4F; /*-- 70% grey --*
*	#CCCCCD; /*-- 20% gray R:204 G:204 B:205 --*
*	#EFEFF0; /*-- 10% gray R:239 G:239 B:240 --*
*	#B1515D; /*-- red approx PMS 187 --*

************************************************************/

/*-- MAIN CSS CONTROL --*/
/*-- STANDARD TAGS --*/

body {
	background:#737373; /*-- Abacus Gray (PMS Cool Gray 10C) R:115 G:115 B:115  --*/
	text-align:center;
	margin:0;
	padding:0;
	}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #B3E2EE; /*-- Abacus lt blue (PMS 635) R:179 G:226 B:238 --*/
	}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #737373; /*-- Abacus Gray (PMS Cool Gray 10C) R:115 G:115 B:115  --*/
	margin:10px 10px 10px 10px;
	}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #737373; /*-- Abacus Gray (PMS Cool Gray 10C) R:115 G:115 B:115  --*/
	padding: 0 0 0 20px;
	}


h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #737373; /*-- Abacus Gray (PMS Cool Gray 10C) R:115 G:115 B:115  --*/
	}


h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color:#737373; /*-- Abacus Gray (PMS Cool Gray 10C) R:115 G:115 B:115  --*/
	}

/*-- CUSTOM TAGS --*/

	font.italic { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 23px;
		font-weight: normal;
		font-style:italic;
		color:#4F4F4F; /*-- 70% grey --*/
		padding: 0 0 0 20px;
		}
		
	p.mainCopy { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 23px;
		font-weight: normal;
		color:#4F4F4F; /*-- 70% grey --*/
		padding: 0 0 0 20px;
		}
	
	p.secondCopy { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 18px;
		font-weight: normal;
		color:#4F4F4F; /*-- 70% grey --*/
		margin: 100px 10px 10px 5px;
		}


/*-- NAVIGATION --*/
/*-- #nav DIV for main navigation --*/
#nav {
	position: absolute;
	left:210px;
	top:0;
	width:590px;
	height:110px;
	background-image:url(images/nav_back.gif);
	padding-left: 80px;
	z-index:10;
	} 

/*-- individual main nav cells --*/	
#navSection {
		float: left;
		height: 18px;
		background: transparent;
		text-align:left;
		padding: 0px;
		margin: 65px 0px 5px 40px;
		z-index: 20;
		} 
		
/*-- main navigation links --*/
	a.nav:link, 
	a.nav:visited { 
		font-size: 10px;
		color: #EFEFF0; /*-- 10% gray R:239 G:239 B:240 --*/
		text-decoration: none;
		font-weight: normal;
		}
	a.nav:active,
	a.nav:hover {
		font-size: 10px;
		color: #EDBE2C; /*-- Abacus yellow (PMS 7406) R:237 G:190 B:44 --*/
		font-weight: bold;
		text-decoration: none;
		}

/*-- drop menu links --*/	
	.navdrop {
		visibility: hidden;
		position:absolute;
		width: 80px;
		font:9px FFmeta, Verdana, Arial, Helvetica, san-serif;
		line-height: 20px;
		background-color:#CCCCCD; /*-- 20% gray R:204 G:204 B:205 --*/
		border:1px dotted #696969;
		z-index: 100;
		}

	.navdrop a {
		width: 100%;
		display: block;
		font-weight: bold;
		text-decoration: none;
		text-indent: 3px;
		border-bottom: 1px dotted #696969;
		padding: 5px 0;
		}
	
	/*hover background color*/
	.navdrop a:hover { 
		background-color:#CCCCCD; /*-- 20% gray R:204 G:204 B:205 --*/
		}
	
	/*-- dropdown menu links*/	
	a.subnav:link,	 
	a.subnav:visited { 
			font: 9px FFmeta, Verdana, Arial, Helvetica, san-serif; 
			color:#4F4F4F; /*-- 70% grey --*/
			text-decoration: none;
		}

	a.subnav:active,
	a.subnav:hover { 
			font-weight:bolder; 
			color:#fff;
			text-decoration: none;
			}

a.navuber:link, 
a.navuber:visited,
a.navuber:hover, 
a.navuber:active {
font-size: 10px;
font-weight: bold;
color:#EDBE2C; /*-- Abacus yellow (PMS 7406) R:237 G:190 B:44 --*/
}

/*-- secondary navigation links --*/
a.nav2:link,
a.nav2:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#42CAED; /*-- Abacus brite blue R:66 G:202 B:237 --*/
	font-weight: bold;
	text-decoration: none;
	font-weight: normal;
	}

a.nav2:hover,
a.nav2:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color:#EDBE2C; /*-- Abacus yellow (PMS 7406) R:237 G:190 B:44 --*/
	text-decoration: none;
	}

	
/*-- outside links --*/
a.outside:link,
a.outside:visited {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color:#4F4F4F; /*-- 70% grey --*/
	font-weight: bold;
	text-decoration: none;
	}

a.outside:hover,
a.outside:active {
	font-size: 12px;
	color:#B3E2EE; /*-- Abacus lt blue (PMS 635) R:179 G:226 B:238 --*/
	font-weight: bolder;
	text-decoration: none;
	}

	
/*-- text links --*/
a.text:link,
a.text:visited {
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: bold;
	color:#EDBE2C; /*-- Abacus yellow (PMS 7406) R:237 G:190 B:44 --*/
	text-decoration: none;
	}

a.text:hover,
a.text:active {
	font-size: 11px;
	color:#B3E2EE; /*-- Abacus lt blue (PMS 635) R:179 G:226 B:238 --*/
	font-weight: normal;
	text-decoration: none;
	}


/*-- 'normal' links --*/
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7B6CAF; /*-- KPOV violet R:123 G:108 B:175 --*/ 
	text-decoration: none;
	font-weight: normal;
	}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7B6CAF; 
	text-decoration: none;
	}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	color:#669900; /*-- KPOV green R:102 G:153 B:0 --*/ 
	text-decoration: none;
	}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	color: #669900; 
	text-decoration: none;
	} 

/*-- CONTENT AREAS --*/

#main {
	position:relative;
	width:800px;
	height:100%;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/back.gif);
	background-repeat:no-repeat;
	text-align:left;
	}
	p.main {
		margin:10px 10px 10px 10px;
		}

#logo {
		position: absolute;
		left:0;
		top:0;
		width:100px;
		background:#737373;
		}
		
/*-- leftcol div --*/
.leftcol {
		padding:220px 0 0 0;
		float:left;
		}

		
#header {
		position:absolute;
		left:0px;
		top:110px;
		background:#737373;
		}

/*-- GENERAL .CONTENT CLASS CONTROL. SEE AGC_PROJ.CSS, AGC_FORM.CSS, AND INDIVIDUAL PAGES FOR FINE CONTROL AND/OR PAGE SPECIFIC PARAMETERS --*/
.content {
		margin:0px 150px 10px 0px;
		padding: 0 0 0 0;
		}
	h3.content {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		color: #737373; /*-- Abacus Gray (PMS Cool Gray 10C) R:115 G:115 B:115  --*/
		margin:0px 0 0 20px;
		padding:220px 10px 10px 120px;
	}
	h4.content {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		color: #737373; /*-- Abacus Gray (PMS Cool Gray 10C) R:115 G:115 B:115  --*/
		margin:0px 0 0 150px;
	}
	p.content { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 20px;
		font-weight: normal;
		color:#4F4F4F; /*-- 70% grey --*/
		padding:0 0 20px 150px;
		}
	img.content {
			float: left;
			margin:10px 10px 10px 10px;
			}
			
img.projcontent {
		float: left;
		margin:10px 0 10px -35px;
		z-index:50;
		}
			
#rightcol {
		position:absolute;
		top:10px;
		left:565px;
		width:227px;
		z-index:5;
		}

/*-- SECONDARY/TERTIARY CONTENT AREA ICON & TEXT NAV --*/
.elevNav {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			line-height: 20px;
			text-align:center;
			margin:5px 7px 5px 60px;
			z-index:20;
			}
			
.footer { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8px;
		line-height: 20px;
		font-weight: normal;
		color:#4F4F4F; /*-- 70% grey --*/
		padding:10px 0 10px 150px;
		z-index:50;
		}