body {
	margin-top: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #C4C4C4;
	color: #000000;
}

a:link, 
a:visited {color: #636467; text-decoration: underline;}
a:hover {color: #A4A510; text-decoration: underline;}
a:active {color: #636467; text-decoration: underline;}

p, 
li {
	margin: 0 0 1em 0;
	padding: 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	color: #636467;
}

h1 {
	font-size:14px;
	font-weight:bold;
	color: #EE3424;
	line-height:19px;
	margin-bottom:0.5em;
}

h2 {
	margin: 1em 0 0.5em 0;

	font-size: 12px;
	line-height: 17px;
	font-weight: bold;

	color: #636467;
}
h2 a:hover {color: #A4A510;}

.home h2 {margin-top:0; text-align: left; color: #636467;}

h3 {
	margin: 0;
	padding: 0;

	font-size: 11px;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;

	text-transform: none;
	text-decoration: none;

	color: #636467;
}
h3 a {color: #636467;}
h3 a:hover {text-decoration: underline;}


.rightindent {
	padding-left: 15px;
}

strong {font-weight: bold;}
em {font-style: italic;}


/* CONTAINER
-------------------------------------------------------------------------------- */
#container {
	width: 880px;

	margin: 0 auto 0 auto;
	padding: 0 70px 50px 70px; /* keep away from content*/
	border: 1px solid #A0A0A4;
	border-top-width: 0px; /*removes top border*/

	background: #FFFFFF url('../images/reskin/tagline-peci.png')  no-repeat right top;

	text-align: left;
}

.home #container {background-image: url('../images/reskin/index_header.jpg');}


/* HEADER
-------------------------------------------------------------------------------- */
#header {
	margin: 0;
	padding: 15px 0px 36px 0px;
	background-repeat: no-repeat;
}
.home #header {
	padding-top: 94px;
}

#logo {
	width: 50%;
	margin: 0 0 18px 0;
	padding: 0;
	border: 0;
}
#logo a {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
#logo a img {
	margin: 0;
	padding: 0;
	border: 0;
}
.home #logo {display: none;}

img#logo-print {display: none;}


/* HEADER: Search
-------------------------------------------------------------------------------- */
#search {
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
}
#search form, #search input {margin: 0; padding: 0;}
input#search-field {float: left; margin: 8px 0 8px 0;}
input#search-button {float: left; margin: 8px 0 8px 0; padding: 1px;}


/* LEFT COLUMN
-------------------------------------------------------------------------------- */
#leftcolumn {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0 9px 9px 0;
}

#leftcolumn a {
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #636467;
}
#leftcolumn a:hover {color: #A4A510;}

#leftcolumn ul {
	list-style-type: none;
	margin: 0 0 0.5em 0.5em;
	padding: 0;
}

#leftcolumn ul li {
	margin: 0;
	padding: 0 0 0.25em 0;
}

#leftcolumn ul li a {
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;

	color: #636467;
}
#leftcolumn ul li a:hover {color: #A4A510;}


/* SIDEBAR TWO
-------------------------------------------------------------------------------- */
#sidebar2 {
	float: right;
	width: 180px;
	text-align: center;
	padding-bottom: 9px;
	padding-left: 9px;
}

#sidebar2 h2 {color: #EE3424;}

.home #sidebar2 h2 {color: #636467;}

#sidebar2 div {
	margin-bottom: 1em;
	margin-top: 1em;
} /* Wraps the sidebar image. */

#sidebar2 h3 {text-align: left;}

#sidebar2 p {
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #636467;
}

#sidebar2 p a {
	text-transform: none;
	color: #636467;
}
#sidebar2 p a:hover {color: #A4A510;}


/* MAIN CONTENT
-------------------------------------------------------------------------------- */
#mainContent {
	width: 484px; /* = 880px - margin - border - padding */
	margin: 0 189px 0 189px; /* magin equal to total width (width + margin + border +padding) of sidebars */
	padding: 0 9px 9px 9px;
}

.home #mainContent {
	width: 464px; /* = 880px - margin - border - padding */
	margin: 0 198px 0 188px; /* extra margin to breathe near border */
	padding: 0 9px 9px 18px; /* extra padding to breathe near border */
	border: 1px solid #A0A0A4; /* COLOR matches container border */
	border-top-width: 0;
	border-bottom-width: 0;
}

#mainContent ul {	
	margin-top: 0;
	margin-bottom:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636467;
	line-height: 18px;
}

#mainContent ul li {
	list-style-type: disc;
	margin: 0 0 0 0;
	font-size: 12px;
	color: #636467;
	margin-bottom: 6px;
	display: list-item;
}

#mainContent ul li ul {	
	margin-top: 6px;
	margin-bottom: 0;
}

#mainContent ul li ul li{
	list-style-type:circle;
	margin: 0 0 0 0;
	font-size: 12px;
	color: #636467;
	margin-bottom: 6px;
	display: list-item;
}

#mainContenttest {
	width: 100%;
	margin: 0;
	padding: 0;
}


/* ARTICLE TOOLS
-------------------------------------------------------------------------------- */
#article-tools {
	float: right;
	width: 36px;
	margin: 0 0 0 9px;
	padding: 0;
}
#article-tools div a {
	float: right;
	display: block;
	width: 18px; height: 18px;
	margin: 0;
	padding: 0;
}

#tool-print a {background: transparent url('../images/reskin/icon-print-link.gif') no-repeat top left;}
#tool-email a {background: transparent url('../images/reskin/icon-email-link.gif') no-repeat top left;}

#tool-print a:hover {background: transparent url('../images/reskin/icon-print-hover.gif') no-repeat top left;}
#tool-email a:hover {background: transparent url('../images/reskin/icon-email-hover.gif') no-repeat top left;}


#article-tools div a span {display: none;}


/* FOOTER
-------------------------------------------------------------------------------- */
#footer {
	color: #636467;
} 
#footer p {
	margin: 0;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	font-size: 0.625em;
	text-transform: capitalize;
}

#footer a {text-decoration: underline;}

/* ABOUT SECTION: Leadership
-------------------------------------------------------------------------------- */
div.bio {
	float: left;
	width: 100px;
	margin: 0 4px 0 0;
	padding: 0;
}

.bio .name {
	margin: 0;
	font-size: 11px;
	font-style: normal;
	text-transform: none;
	color: #A4A510;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}

.bio .title {
	font-size: 9px;
	line-height: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #636467;
}

.profile #mainContenttest strong {
	font-size: 11.5px;
	font-style: normal;
	text-transform: none;
	color: #A4A510;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}

.profile #column1 {
	float: left;
	width: 220px;
	margin-right: 18px;
}
.profile #column2 {
	float: left;
	width: 244px;
}


/* NAVIGATION: Breadcrumbs
-------------------------------------------------------------------------------- */
#breadcrumb {
	margin: 0;
	padding: 0;
}

 #breadcrumb p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.2em;
	font-style: none;
	text-transform: none;
	color: #A4A510;
}


/* NAVIGATION: Primary
-------------------------------------------------------------------------------- */
div#nav-primary { /* Does NOT apply to the home page */
	height: 115px;
	padding: 0;
	background: transparent url('../images/reskin/sectors.gif') no-repeat 0px 28px;
	margin: 63px 0 0 0;
	padding: 0;
}

.home div#nav-primary { /* Applies only to the home page */
	height: 316px;
	margin: 45px 0 0 0;
	padding: 0;
	background-image: none;
}

#nav-primary ul {
	margin: 0;
	padding: 0;
}

#nav-primary ul li {
	float: left;
	width: 293px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent url('../images/reskin/btn_bg_gray.gif') no-repeat top right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	list-style-type: none;
}

#nav-primary ul li a {
	display: block;
	padding: 5px 4px 5px 4px;
	text-decoration:none; /* removes the underlining of the link */
	color: #FFFFFF;
}

#nav-primary ul li a:hover {
	color: #FFFFFF;
	background: transparent url('../images/reskin/btn_bg_olive.gif') no-repeat top right;
}


/* NAVIGATION: Drop-Down */
#nav-primary ul li ul {
	display: none;
	margin: 0 0 0 0;
	padding: 4px 0 4px 0;

	background: transparent url('../images/drop_bg.png') repeat top left;

}
#nav-primary ul li:hover ul {display: block;}

#nav-primary ul li ul li {
	float: none;
	margin: 0;

	background-image: none; /* Overides bg-image on [#navmain ul li]*/

	font-size: 11px;
	line-height: 1em;
	white-space: nowrap;
	text-align: left; /* Overides inherited center alignment from [#navmain li] */
}

#nav-primary ul li ul li a {
	display:block;
	margin: 0;
	padding: 2px 4px 2px 12px;

	color: #FFFFFF;
	background-image: none; /* Overides bg-image on [#navmain ul li]*/

	text-decoration: none;
}

#nav-primary ul li ul li a:hover {
	background-image: none; /* Overides (#navmain ul li)*/
	text-decoration: underline;
}

/* NAVIGATION: Secondary
-------------------------------------------------------------------------------- */
#nav-secondary ul {
	font-size: 12px;
	line-height: auto;

	text-transform: uppercase;
	
	list-style-type: none;
}
#nav-secondary ul li a  {text-decoration: none;}
#nav-secondary ul li a:hover {text-decoration: underline;}

/* Secondary */
#nav-secondary {float: left;}
#nav-secondary ul {
	margin: 12px 0 12px 0;
	padding: 0;
	border: 0;
}
#nav-secondary ul li {
	float: left;
	margin: 0 0 0 6px;
	padding: 0 0 0 6px;
	border: 0;
	border-left-width: 1px;
}
#nav-secondary ul li:first-child {
	margin: 0;
	padding: 0;
	border: 0;
}

#nav-secondary ul li {border-style: solid; border-color: #636467;}

#nav-secondary ul li a:link, 
#nav-secondary ul li a:visited {color: #636467;}
#nav-secondary ul li a:hover {color: #A4A510;}
#nav-secondary ul li a:active {color: #636467;}

/* NAVIGATION: Article (jump to anchors within same page)
-------------------------------------------------------------------------------- */
div#nav-article {margin: 0 0 1em 0; padding: 0;}

#nav-article ul {
	margin: 0;
	padding: 0 0 0 2em;
}

#nav-article ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav-article ul li a {
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	color: #636467;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}
#nav-article ul li a:hover {color: #A4A510;}


/* WIERD FLOAT CODE THAT NEEDS TO BE DEALT WITH EVENTUALLY
-------------------------------------------------------------------------------- */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


/* LAYOUT: Clearfix
------------------------------------------------------------------------------------- */
.clearfix:after, 
#container:after, 
#mainContent:after, 
#mainContenttest:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
