@charset "UTF-8";
/* PEC LAYOUT CSS */

/* Reset default browser styling */

* {
	padding:0;
	margin:0;
}

a {
	text-decoration:none;
	color:#000000;
}

img {
	border:0;
	margin: 0px auto;
	clear:both;
	display:block;
}

ul, li {
	list-style:none;
}

body {
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	background-image:url(../images/pecBackground.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}

/* End Reset default browser styling */



#container {
	position:relative;
	width:955px;
	margin:0px auto;
	}

#logo {
	position:relative;
	float:left;
	clear:left;
	width:233px;
	height:149px;
	margin-bottom:8px;
	}

#banner {
	position:relative;
	float:right;
	clear:right;
	width:722px;
	height:116px;
	margin-bottom:33px;
	}

#content {
	position:relative;
	float:left;
	clear:left;
	width:756px;
	border-right:1px solid #999999;
	padding:bottom:5px;
	min-height:480px;
	}

#header {
	position:relative;
	float:left;
	clear:both;
	width:756px;
	margin-top:20px;
	margin-bottom:10px;
	}

#col1 {
	position:relative;
	float:left;
	clear:left;
	width:333px;
	padding: 0px 15px 0px 30px;
	margin-bottom:10px;
	}

#col2 {
	position:relative;
	float:right;
	clear:right;
	width:333px;
	padding: 0px 30px 0px 15px;
	margin-bottom:10px;
	}

#links {
	position:relative;
	float:right;
	clear:right;
	width:168px;
	padding: 15px 15px 0px 15px;
	/*margin-bottom:40px;*/
	}

#footer {
	position:relative;
	float:left;
	clear:both;
	width:756px;
	height:40px;
	border-right:1px solid #999999;
	background-color:#EBF5FC
	}

#mainNav {
	position:absolute;
	top:116px;
	left:233px;
	width:722px;
	height:20px;
	z-index:150;
	}

#breadcrumb {
	position:absolute;
	top:144px;
	left:231px;
	width:722px;
	height:13px;
	z-index:50;
	}
	
#navWrap{
	position:relative;
	}
	
	
#threeColumns {
	position:relative;
	clear:both;
	width:756px;
	padding-bottom:7px;
	}
	

#indDev {
	position:relative;
	float:left;
	width:207px;
	padding: 0px 15px 0px 30px;
	}
	
#teamDev {
 	position:relative;
	float:left;
	width:208px;
	padding: 0px 22px 0px 22px;
	}
	
	
#orgDev {
	position:relative;
	float:right;
	width:207px;
	padding: 0px 30px 0px 15px;
	}
	
	
#singleColumn {
	position:relative;
	float:left;
	clear:both;
	width:696px;
	padding: 0px 30px;
	}
	
#col1wide {
	position:relative;
	float:left;
	clear:both;
	width:696px;
	padding: 0px 30px;
	}
	
	
	
	
	
	
