body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}
.PageCell {
	margin: 0 auto;
	max-width: 940px;
}

/*********** Main Styles ***********/
p{
	line-height: 1.6em;
	font-size: 12px;
	color: #4D4D4D;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	color: #004A80;
	text-decoration: none;
}
a:hover{
	color: #7D99BD;
	text-decoration: none;
}
li{
	color:#4D4D4D;
}
hr{
	size: 1px;
	color: #d1d1d1;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: -6px;
}
a.text_register{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	margin-left: 17px;
	text-decoration: underline;
}

/***************** Content Cell Styles ***********/

.Content {
	width: 940px;
	margin: 0px;
	background: #FFFFFF;
	text-align: left;
	font-size: .75em;
	vertical-align: top;
	line-height: 1.3em;
}

#ContentCell{
	width: 940px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/left_footer.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 0;
	font-weight: normal;
}
.CCLeft{
	background-image: url(../images/edge_left.gif);
	background-repeat: repeat-y;
	background-position: top;
	vertical-align: top;
}
.CCRight{
	background-image: url(../images/edge_right.gif);
	background-repeat: repeat-y;
	background-position: top;
	vertical-align: top;
}
.CCBot{
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
.CCBotLeft{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.CCBotRight{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#CCContentLeft{
	width: 63%;
	float:left;
	padding-top: 4px;
	padding-left: 1px;
	}
#CCContentRight{
	width: 36%;
	float: right;
}
#CCContentRight70{
	width: 690px;
	float: left;
	padding-left: 5px;
}
#CCContentLeft30{
	width: 180px;
	float: left;
}
#CCContentRightProject{
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-top: 4px;
}
#CCContentRightService{
	padding: 0 15px 0 0;
	list-style-image: url(../images/alpha_bullet.gif);
	color: #5D5D5D;
	line-height: 1.4em;
}
#CCContentRightService ul li{
	line-height: 1.2em;
	margin:0 0 5px 0;
}
.locations_map{
	border: 1px solid #CCCCCC;
	background-position: center;
	width: 600px;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 15px;
}
.content-text { float: left; width: 500px; }
.content-text p { text-align: justify; padding: 0 10px 0 0; }
.content-text a { text-decoration:underline;}

/*************** Nav Styles *****************/
.navMain{
	margin-top: 12px;
}
.navTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #666666;
	margin-right: 5px;
	text-decoration: none;
}
.navSide {
	background-image: url(../images/sidenav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 145px;
	margin-top: 3px;
	text-align: left;
	vertical-align: 50%;
	float: left;
}
.navSide a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	vertical-align: middle;
}
.navSide a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8DA5C0;
	text-decoration: none;
}
.navHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.download_box {
	width: 500px;
	height: 70px;
	margin-left: 0px;
	margin-right: 7px;
	margin-top: 20px;
	padding-left: 5px;
	padding-top: 15px;
	background-color: #EBEBEB;
	border: 1px solid #C7C7C7;
}


/*************** Image Rotator *****************/
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:285px;	width: 510px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 5px;
	right: -7px;
	width: 140px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 37px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	background-image: url(../multimedia/img/paging_bg2.png);
	background-repeat: no-repeat;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}


/****************** Capsule Navigation ****************/
#capsuleSideNav{
	width: 100%;
	padding-left: 0px;
	margin-top: 6px;
}
.capsuleSideNav{
	/*clear:both;
	border:1px solid #d1d1d1;
	background:#FFFFFF;*/
	margin:10px 5px 5px 5px;
	padding:10px;
	line-height: 150%;
}
.capsuleSideNavContent{
	margin: 0;
}
.capsuleSideNavContent img{
	float: left;
	margin: 2px 0px 0 0;	
	border:1px solid #d1d1d1;
}
.capsuleTopNav{
	margin: 5px 5px;
	padding:10px;
	line-height: 150%;
	text-align: center;
}
.capsuleTopNavContent{
	margin: 0;
}
.capsuleTopNavContent img{
	float: left;
	margin: 2px 3px 0 0;	
	border:1px solid #d1d1d1;
}

/*************** capsule styles ******************/
.capsule {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004A80;
	text-align: left;
}
.capsule h1 {
	font-size: .75em;
	font-weight: bold;
}
.capsule h2 {
	font-size: .7em;
	font-weight: bold;
}
.capsule h3 {
	font-size: .6em;
	font-weight: bold;
}
.capsule h4 {
	font-size: .5em;
	font-weight: bold;
	margin-bottom: -5px;
}
.capsule p {
	font-size: 100%;
}

.capsule img{
	border: 1px #666666;
}
.capsule a{
	font: Bold Arial, Helvetica, sans-serif;
	color: #AAA000;
	display: block;
	padding-bottom: 5px;
}
.capsule a:hover{
	text-decoration: underline;
}
#capsule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #004A80;
	text-decoration: none;
	padding: 0px;
	margin-top: 20px;
}
.capsuleTop{
	background: url(../images/capsule_Top.gif);
	background-repeat: repeat-x;
}
.capsuleTopLeft{
	background: url(../images/capsule_TopLeft.gif);
	background-repeat: no-repeat;
}
.capsuleTopRight{
	background: url(../images/capsule_TopRight.gif);
	background-repeat: no-repeat;
}
.capsuleLeft{
	background: url(../images/capsule_Left.gif);
	background-repeat: repeat-y;
}
.capsuleRight{
	background: url(../images/capsule_Right.gif);
	background-repeat: repeat-y;
}
.capsuleBot{
	background: url(../images/capsule_Bot.gif);
	background-repeat: repeat-x;
}
.capsuleBotLeft{
	background: url(../images/capsule_BotLeft.gif);
	background-repeat: no-repeat;
}
.capsuleBotRight{
	background: url(../images/capsule_BotRight.gif);
	background-repeat: no-repeat;
}
.capsuleContent{
	padding-left: 5px; 
	background: url(../images/capsule_BG.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	vertical-align: top;
}
.capsuleContent img{
	border: solid 1px #CCCCCC;
}
.capsuleContent a{
	text-decoration: none;
	color: #004A80;
	font-weight: bold;
	border: none;
	}
.capsuleContent a:hover{
	text-decoration: none;
	color: #7D99BD;
	font-weight: bold;
	border: none;
	}
.capsuleLeader{
	float: left;
	border: solid 1px #D1D1D1;
	margin: 2px 5px 0 0;
	}
.capsuleImagePadded{
	padding: 2px;
	vertical-align: middle;
	border: solid 1px #D1D1D1;
	margin-top: 25px;
	margin-right: 12px;
	margin-bottom: 5px;
	}
	
.capsuleImageLeft{
	float: left;
	}
img.capsuleImageLeft{
	margin: 0 10px;
	border: solid 1px #D1D1D1;
	}
.capsuleImageRight{
	float: right;
	}
img.capsuleImageRight{
	margin: 0 10px;
	border: solid 1px #D1D1D1;
	}

.capsuleBox{
	background-image: url(../images/box_middle.gif);
	background-repeat: repeat-y;
	}
.capsuleFlash{
	background-image: url(../images/box_flash_bg.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-left: 21px;
	padding-bottom: 4px;
	}
.capsuleNews{
	background-image: url(../images/box_news_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 15px;
	vertical-align: top;
	height: 260px;
	width: 245px;
	margin-left: 5px;
	}
.capsuleSignIn{
	background-image: url(../images/box_signin.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 309px;
	background-position: center top;
	text-align: center;
	vertical-align: top;
	margin-top: 0px;
}
.capsuleBodyLeft{
	width: 18%;
	padding-right: 4px;
	padding-left: 4px;
}
.capsuleBodyRight{
	width: 82%;
	border-left:1px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 5px;
	height: 100%;
	padding-bottom: 15px;
}
.capsuleBodyText{
	padding-left: 15px;
	line-height: 150%;
}
.capsuleProjectType{
	border:1px solid #cec7b9;
	background-color: #FFFFFF;
	background-image: url(../images/capsule_projecttype_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 20px 0 5px 0;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.capsuleProjectType ul{
	margin: 10px 0 0 10px;
	padding: 0 0 0 10px;
	
}
.capsuleProjectType ul li{
	list-style-type:disc;
	color:#000;
	font-size: 12px;
	line-height: 1.2em;
	margin:0 0 10px 0;
	list-style-image: url(../images/bullet.png);
}
.capsuleProjectType ul li a{
	color:#893A38;
	margin:0 0 10px 0;
}
.capsuleProjectType ul li a:hover{
	color: #000;
}
.capsuleResourceTop{
	padding-left: 25px;
	background-image: url(../images/box_resource_top.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 660px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	color: #8a512a;
}
.capsuleResource{
	padding-left: 25px;
	padding-right: 25px;
	line-height: 150%;
	background-image: url(../images/box_resource_middle.gif);
	width: 660px;
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 8px;
}
.capsuleResourceBot{
	padding-left: 15px;
	background-image: url(../images/box_resource_bot.gif);
	width: 660px;
	height: 20px;
	background-repeat: no-repeat;
}
/**************** Capsule Dynamic Text *****************/
.CapsuleCategory{
	font-size: 17px;
	font-weight: bold;
	color: #384A66;
	line-height: 120%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.CapsuleTitle{
	text-decoration: none;
	color: #004A80;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	line-height: 17px;
}
.CapsuleTitlePad{
	padding-right: 30px;
	text-decoration: none;
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}
.CapsuleTitle a{
	text-decoration: none;
	color: #004A80;
	font-weight: bold;
	text-align: left;
}
.CapsuleTitle a:hover{
	text-decoration: none;
	color: #7D99BD;
	font-weight: bold;
	text-align: left;
}
.CapsuleLocation{
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	font-weight: bolder;
	text-align: left;
}	
.CapsuleCaption{
	clear: both;
	font-size: 95%;
	text-decoration: none;
	color: #000000;
	text-align: left;
}
.CapsuleClient{
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-align: left;
	
}
.CapsuleDate{
	float: right;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 150%
}
.CapsuleDate a{
	display: block;
	text-decoration: none;
	font-size: 80%;
	padding: 2px;
	border: solid 1px #D1D1D1;
	background: #F1F1F1;
}
.CapsuleDate a:hover{
	border: solid 1px #E1E1E1;
	background: #FFFFFF;
}
a.CapsuleHeadline{
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height: 12px;
	font-weight: bold;
}
a.CapsuleHeadline:hover{
	font-size: 11px;
	color: #935C4A;
	text-align: left;
	line-height: 12px;
}

/****************** Capsule Build ****************/
.capsuleTopContent{
	background: url(../images/capsule_BG.gif);
	background-repeat: repeat-x;
	color: #004A80;
	font-weight: bold;
	font-size: 10pt;
	border: 0;
}
.capsuleTopContent img{
	float: right;
	vertical-align: middle;
	text-align: center;
}
.capsuleHeaderTop{
	background: url(../images/capsuleHeader_Top.gif);
	background-repeat: repeat-x;
}
.capsuleHeaderTopLeft{
	background: url(../images/capsuleHeader_TopLeft.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.capsuleHeaderTopRight{
	background: url(../images/capsuleHeader_TopRight.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.capsuleHeaderLeft{
	background: url(../images/capsuleHeader_Left.gif);
	background-repeat: repeat-y;
	width: 10px;
}
.capsuleHeaderRight{
	background: url(../images/capsuleHeader_Right.gif);
	background-repeat: repeat-y;
	width: 10px;
}
.capsuleHeaderBot{
	background: url(../images/capsuleHeader_Bot.gif);
	background-repeat: repeat-x;
}
.capsuleHeaderBotLeft{
	background: url(../images/capsuleHeader_BotLeft.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.capsuleHeaderBotRight{
	background: url(../images/capsuleHeader_BotRight.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.capsuleHeaderContent{
	background-color: #004A80;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
}
.capsuleHeaderContent{
	background-image: url(../images/capsuleHeader_Button.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
}
.capsuleHeaderContent a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.capsuleHeaderContent a:hover{
/*	background-color: #004A80;
	background-repeat: no-repeat;
	background-position: center left;*/
	color: #D1D1D1;
	font-weight: bold;
	text-decoration: none;
/*	background-image: url(../images/capsuleHeader_Button_Over.gif);*/
	}
.capsuleFootLink{
	float: left;
	margin: -10px 5px 10px 10px;
	border: 0;
}

/*************** Capsule Tables ******************/
#capsuleMarkets{
	width: 100%;
}
#capsuleProjects{
	width: 100%;
}
#capsuleProjects .capsuleContent img{
	float: left;
	margin-right: 5px;
}
#capsuleNewsandEvents{
	width: 100%;
	padding-top: 5px;
	padding-left: 0px;
}
#capsuleServices{
	height: 100%;
	width: 100%;
	padding-top: 5px;
}
#capsuleServicesContent{
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #004A80;
}
#capsuleServicesContent ul{
	list-style-image: url(../images/alpha_bullet.gif);
	margin-left: 15px;
	line-height: 1.3;
}
#capsuleImage{
	width: 100%;
	height: 50px;
	padding-left: 0px;
}
.capsuleImageContent{
	height: 215px;
	background: url(../images/Overview_BG.gif);
	background-repeat: no-repeat;
	border: solid #999999 1px;
	vertical-align: text-top;
}
.capsuleServices{
	margin: 0;
	border: solid 1px #D1D1D1;
	line-height: 1.6em;
	background: #F1F1F1;
}
.capsuleServicesCaption{
	color: #666666;
	line-height: 1em;
	font-size: 85%;
	text-align: center;
}

.capsuleServiceList{
	font-size: 11px;
	border: 1px solid #D1D1D1;
	padding: 8px 15px;
	background-color: #F1F1F1;
}
.capsuleServiceList p{
	font-size: 11px;
	line-height: 1.3em;
	text-align: justify;
}
.capsuleServiceList h4{
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	font-weight: bold;
	margin-bottom: -6px;	
}
.capsuleServiceList ul{
	list-style-image: url(../images/alpha_bullet.gif);
	line-height:1.2em;
	text-align:left;
}.capsuleServiceList ul li{
	margin: 0 0 6px 0;
}
.CapsuleServiceDetail{
	margin: 0;
	padding: 0;
}
.capsuleLocations{
	margin: 10px 10px;
	padding: 5px;
	
}
.capsuleLocations img{
	margin-right: 10px;
/*	border: solid 1px #D1D1D1;*/
}
.capsuleAboutContent{
	margin: 0;
	line-height: 120%;
	text-align: justify;
}

/***************** Rounded Overview Box ******************/
.capsuleOverview{
	margin:10px 5px 5px 5px;
	border:1px solid #d1d1d1;
	background:#FFFFFF;
	padding:10px;
	line-height: 150%;
	background-image: url(../images/Content_BG.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.capsuleOverview:before {
	display:block;
	height:9px;
	background: transparent url(../images/roundbox_topright.gif) top right no-repeat;
	content: url(../images/roundbox_topleft.gif);
	line-height:1px;
	font-size:1px;
	margin:-11px -11px 0 -11px;
}

.capsuleOverview:after {
	display:block;
	height:9px;
	background: transparent url(../images/roundbox_botright.gif) bottom right no-repeat;
	content: url(../images/roundbox_botleft.gif);
	line-height:1px;
	font-size:1px;
	margin:1px -11px -11px -11px;
}
.capsuleOverviewContent{
	line-height: 150%;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
}
.capsuleOverviewContent img{
	border:1px solid #E1E1E1;
	padding: 2px; 
	float:left;
}
/***************** Service Details *******************/
.serviceImage{
	width: 100%;
	height: 150px;
	padding-left: 0px;
}

/***************** Block Box ************************/
.capsuleBlock{
	display: block;
	border:1px solid #d1d1d1;
	background:#FAFAFA;
	line-height: 150%;
	margin-top: 40px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 7px;
	font-size: 11px;
}
.capsuleBlockBlank{
	display: block;
	margin:10px 5px 5px 5px;
/*	background:#FAFAFA; */
	padding:10px;
	line-height: 150%;
}
.capsuleProjects{
	display: block;
	border:1px solid #d1d1d1;
	background:#FAFAFA;
	line-height: 110%;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
.capsuleCareer{
	display: block;
	border:1px solid #d1d1d1;
	background:#FAFAFA;
	line-height: 150%;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 11px;
}
.projectservice-table{
	width:33%;
	vertical-align:top;
	padding: 7px 0px;
}

/**************** Project Details *****************/
#ProjectImage{
	float: left;
	width: 150px;
	margin: 2px 3px;	
	padding: 2px;
	border:1px solid #d1d1d1;
}
#ProjectImageRight{
	float: left;
	width: 150px;
	margin: 2px 3px;	
	border:1px solid #d1d1d1;
}
.ProjectDetailImage{
	float: none;
	margin: 10px 3px 0 0;
	border: 1px solid #d1d1d1;
}
.ProjectContent{
	padding: 0 5px;
}

/**************** Services List *****************/
.ServiceList
{
	list-style-position: inside;
	list-style-image: url(../images/alpha_bullet.gif);
}

/**************** Awards/News Page ****************/

#newslist {width:600px; margin: 15px 0 15px 40px; padding: 0; list-style: none; overflow:hidden;}
#newslist li {border-bottom: 1px solid #CCC; padding: 12px 5px 12px 20px; overflow:hidden;}
#newslist li:first-child {border-top: 1px solid #CCC; }
#newslist a {color: #4C4C4C;}
#newslist a:hover {color: #224673;}
#newslist span {display: block; float: left;}
#newslist .date {width: 130px; color: #9F9F9F;}
#newslist .headline {padding-left: 10px; width: 420px;}
#newslist .year {width: 100%; background-color:#F2F2F2; padding: 0 0 0 20px; }
.blocklink {font-style:italic; display:block; float:left; padding:3px 0 0 5px; margin:0 0 20px 0;}

/***************** Rounded Highlight Box ******************/
.capsuleHighlight{
	clear:both;
	width: 69%;
	margin:10px 5px 5px 27%;
	border:1px solid #d1d1d1;
	background: #FEFEEA;
	padding:10px;
	line-height: 130%;
}

.capsuleHighlight:before {
	display:block;
	height:9px;
	background: transparent url(../images/roundbox_topright.gif) top right no-repeat;
	content: url(../images/roundbox_topleft.gif);
	line-height:1px;
	font-size:1px;
	margin:-11px -11px 0 -11px;
}

.capsuleHighlight:after {
	display:block;
	height:9px;
	background: transparent url(../images/roundbox_botright.gif) bottom right no-repeat;
	content: url(../images/roundbox_botleft.gif);
	line-height:1px;
	font-size:1px;
	margin:1px -11px -11px -11px;
}
.capsuleHighlightContent{
	margin: 0;
}
.capsuleHighlightContent img{
	float: left;
	margin: 2px 3px 0 0;	
	border:1px solid #d1d1d1;
}

/**************** Project Navigation ****************/
.ProjNav{
}
.ProjNav p{
	font-size: 130%;
	padding-left: 15px;
	}

#projnav{
		background-image: url(../images/p_leftlogo.jpg);
		}

/*#projnav a.swap, #projnav a.swap:visited {
    display:block; 
    margin:1px 2px 1px 2px; 

    }
	*/
