/* Internal PRINTER style sheet for SFCG website
Created on September 28, 2006
Version 1
Copyright Maiya Holliday 2006*/

/* ------------------------ Start of Element ----------------------------- */

html, body, h1, h2, h3, h4, h5, h6, p, form, {
	padding: 0px;
	margin: 0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

h1 {
	font-weight:normal;
	line-height: 1.25em;
	font-size: 24px;
	font-variant: small-caps;
}

h2 {
	font-weight:bold;
	line-height: 1.25em;
	font-size: 28px;
}

h3 {
	font-weight:bold;
	line-height: 1.25em;
	font-size: 24px;
}

h4 {
	font-weight:bold;
	line-height: 1.25em;
	font-size: 22px;
}

h5 {
	font-weight:bold;
	line-height: 1.25em;
	font-size: 18px;
}

h6 {
	font-weight:bold;
	line-height: 1.25em;
	font-size: 14px;
}

P {
	font-weight: normal;
	line-height:normal;
	font-size:12px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/*------ Start link styles -------*/

/*denotes color of the links*/
a:link {
	color: #666666;
	text-decoration:none;
	font-style: italic;
	vertical-align: middle;
}
 /*change color of links (applied to default/in body text) when moused over here*/
a:hover, a:focus {
	color: #999999;
	text-decoration:none;
	vertical-align: middle;
}
/*change color of a visted link in body text here*/
a:visited {
	color:#999999;
	text-decoration:none;
	vertical-align: middle;

}

/*------------------Start Color Styles (for Left Bar, etc on each Main Nav page)---------------*/

.ColorAbout {
	background-color: #424558;
	}
.ColorR7 {
	background-color:#8C2425;
	}
.ColorResources{
	background-color: #616354;
		}
.ColorExperience{
	background-color: #4e5c5c;
		}
.ColorPartners{
	background-color: #abb57f;
			}
.ColorSFCG30{
	background-color: #FF9900;
			}
.ColorUtilities{
	background-color: #AB9D8F;

	}
.ColorNEWCOLOR{
	background-color: #424558;
	
	
/* --------------- Start Layout ---------------*/

}
#Logo {
	left: -25px;
	top: -25px;
	width: 343px;
}

#utilities  {
display: none;
	

/*-------------------Begin UPPER Navigation here ---------------------*/
}

#horizNavColorGradient, #horizNav{
	display: none;
}

#NavBar, #NavBlueBarVertical1, #NavBlueBarVertical2, #NavBlueBarVertical3, #NavBlueBarVertical4, #NavBlueBarVertical5, #NavBlueBarVertical6 {
	display: none;


/* -------------------- Start UPPER SUBNAVIGATION Here -------------------*/

}

#subNav table {
	display:none;
	height: 20px;
}

#ASubNav, #R7SubNav,#BSubNav, #ESubNav, #PSubNav   {
	display: none;
	
	
/*------------------------------ Start LEFT BAR Layout ------------------------------------------*/
}#leftPhoto, #LeftBar {
	display: none;

	}
/*-----------Content begins -----------*/

#MainText {
	left: 30px;
	top: 104px;
	z-index: 0;
	height: auto;
	position: absolute;
	width: 600px;
	clear:both;
}

#MainTextNoLeftBar {
	left: 30px;
	top: 104px;
	z-index: 0;
	height: auto;
	position: absolute;
	border-right-width: 10px;
	margin-right: 60px;
	clear:both;
}
#Header {
	position:absolute;
	top: 34px;
	height: 20px;
	left: 38px;
	width: 100%;
}
#HeaderNoLeftBar {
	position:absolute;
	top: 34px;
	height: 20px;
	left: 38px;
	width: 100%;
}


#HeaderBox {
	position:relative;
	left: -25px;
	top: 42px;
	height: 29px;
	width: 15px;

}.MainTextLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #D16E03;
	line-height: normal;
	position: relative;
	top: 6px;

}
.MainTextSubHeads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
	line-height: 30px;
}
.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	height: 100%;
}

#Footer {
	position:relative;
	padding-top: 100px;
