@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size: 62.5%; 

}
/* global nav */


#container {
	width: 799px; 
	margin: 0 auto;
}


ul#topnav {
	margin: 0;
	padding: 0;
	text-align:center;
	float: left;
	width: 799px;
	height: 35px;
	list-style: none;
	position: relative;
	/* font: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; */
	font-size: 10px;
	font-weight: bold;
	color: #6f6f6e;
	background: url(../images/global/gnav/gnav-bg.jpg) no-repeat;

}

ul#topnav li {
	float: left;
/* set space between gnav names */
	margin: 0 0 0 2.6em; 
	padding: 0 0 0 0em;

}

ul#topnav li a {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	/* font-family:Arial, Helvetica, sans-serif; */
	color: #6f6f6e;
	text-align:center; 
/* set vert position of gnav names */
	padding: 6px 0px;
	text-decoration: none;
}

ul#topnav li:hover { 
	/* background: #1376c9 url(../images/global/gnav/topnav_active.gif) repeat-x; */
}

ul#topnav li a:hover { 
	/* background: #1376c9 url(../images/global/gnav/topnav_active.gif) repeat-x; */
	color: #000;
	text-decoration: none;
}

ul#topnav li span {
	float: left;
/* Adjust vert position of subnav with top setting and make hit area bigger here too */
	padding: 16px 10px 20px 0px;
	position: absolute;
	/* Adjust vert position of subnav with top setting */
	left: 0; top:20px;
	display: none;
	width: 799px;
	/* font: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;*/
	font-size: 9px;
	font-weight: normal;
	color: #333;
	/* background: #fff; */  /* set subnav bg color */
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

ul#topnav li:hover span { display: block;}

ul#topnav li span a { 
	display: inline;
/* Adjust position of subnav */
	padding: 15px 18px 0px 0px;
}

ul#topnav li span a:hover {text-decoration: none;}

/* End gnav */



/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


.text {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #444343;
}
a.text:link {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	text-decoration: underline;
	color: #444343;
}
a.text:visited {
	font-style: normal;
	font-weight: normal;
	color: #444343;
	text-decoration: underline;
}
a.text:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	background-color: #E4E4E4;
}
a.text:active {
	font-style: normal;
	font-weight: normal;
	color: #444343;
	text-decoration: underline;
}

.textFooter {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #444343;
}	

.headline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#444343
}



.leftColumn {
	margin-top: 3px;
	margin-right: 33px;
	margin-bottom: 35px;
	margin-left: 37px;
	padding-right: 80px;
	padding-left: 0px;
}
.projectsLeftColumn {
	margin-top: -5px;
	margin-right: 7em;
	margin-bottom: 0px;
	margin-left: 2em;
	padding-right: 7em;
	padding-left: 0px;
}
.projectDescription {
	margin-top: -.25em;
	margin-right: 7em;
	margin-bottom: 2em;
	margin-left: 65px;
	padding-right: 7em;
	padding-left: 0px;
}
.rightColumn {
	margin-top: 0px;
	margin-right: 57px;
	margin-bottom: 35px;
	margin-left: 0px;
	padding-right: 57px;
}

.textLeftColumn {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #444343;
	margin-bottom: 5px;
}

ul#listLinks {
list-style-type: none;
padding: 0;
line-height: 1.6em;
margin-left: 0;
margin-top: 1.4em;
}

/* ul
{
list-style-type: none;
padding: 0;
margin-left: 0;
margin-top: 1.4em;
} */

ul#listLinks li {
background-image: url(../images/global/link_arrow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: .6em;
}


/*li
{
background-image: url(../images/global/link_arrow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: .6em;
} */


a.textLeftColumn:link {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #444343;
	text-decoration: none;
}
a.textLeftColumn:visited {
	font-style: normal;
	font-weight: normal;
	color: #444343;
	text-decoration: none;
}
a.textLeftColumn:hover {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #ECEBEB;
	list-style-type: disc;
}
a.textLeftColumn:active {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #444343;
}
.textFooter {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: .5em;
	font-style: normal;
	font-weight: normal;
	color: #444343;
}	
a.textFooter:link {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: .5em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}
a.textFooter:visited {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: .5em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.textFooter:hover {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: .5em;
	font-style: normal;
	font-weight: normal;
	background-color: #E3E3E3;
}
a.textFooter:active {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: .5em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.textSubheads {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #545252;
}

a.textSubheads:link {
	text-decoration: underline;
	color: 545252;
}

a.textSubheads:visited {
	text-decoration: underline;
	color: 545252;
}

a.textSubheads:hover {
	color: 545252;
	background-color: #E3E3E3;
	text-decoration: underline;
}

a.textSubheads:active {
	text-decoration: underline;
	color: 545252;
}
