@charset "UTF-8";
/* CSS Document */

* { padding: 0px; margin: 0px; }

body {
	letter-spacing: .3px;
	color: #383234;
	font: 62.5%/1.1em Arial, Helvetica, sans-serif;
	background: #f1f1f1;
}

p { padding-bottom: 15px; }

.company-module p { padding-bottom: 5px; }

a:hover { text-decoration: underline; }
a { 
	color: #1e4d85; 
	text-decoration: none;
}

hr {
	color: #d2d2d2;
	background: #d2d2d2;
	margin-bottom: 15px;
	border: 0;
	height: 1px;
}

.companytable {
	padding: 0px 0px 10px 0px;
}

/* ===== Common ===== */

.common-container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.nav-container {
	width: 970px;
	margin-left:auto;
	margin-right:auto
}

.clear {
	clear: both;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}

/* ===== Header ===== */

.header-wrap {
	background:url(images/header-bg.gif) repeat-x 0 0;
	height: 98px;
	font-size: 1.1em;
	color: #FFFFFF;
}

.header-wrap a { color: #FFE9A8; }

.header-wrap a.logo {
	background:url(images/logo.gif) no-repeat 0 0;
	float: left;
	width: 115px;
	height: 48px;
	margin: 20px 0px 24px 0px;
}

.header-right {	float:right; padding-top: 15px; width: auto; max-width: 450px; }

.header-right img { padding: 2px 8px; }

.header-wrap .top-link { float: left; margin: 6px 6px 0px 0px; }
.footer .top-link { float: left; margin: 6px 6px 0px 0px; }
.footer a.drexel-link { 
	background: url(images/drexel-footer-logo.gif) no-repeat 106px 0;
	padding: 5px 33px 10px 0px;
	float: left;
}
.header-wrap p { margin: 0px 6px 0px 0px; }

.header-wrap p, .header-wrap a { 
	float: left; 
	padding: 6px 0px 0 0; 
}

.header-wrap .bullet {
	background: url(images/cross-bullet.gif) no-repeat 0 9px;
	float: left;
	width: 3px;
	height: 3px;
	padding: 0 0 10px 0;
	margin: 0px 8px;
}

.header-wrap form {
	float: right;
	background: url(images/searchfield-bg.gif) no-repeat left top;
	height: 25px;
}

.header-wrap .search-bar {
	margin-top: 15px;
}

.header-wrap .search-bar #textfield {
	float:left;
	width: 160px;
	margin: 6px 10px 0px 9px;
	border: 0px none;
	background: #EDE7DE;
}

.header-wrap .search-bar #imageField {
	float: left;
}

/* ===== Nav ===== */

.nav-wrap {
	background: url(images/nav-mid-bg.gif) repeat-x 0 0;
}

.nav-bar { height: 39px; background: url(images/nav-ends.jpg) no-repeat 0 0; }

.nav-bar li {
	list-style: none;
	float: left;
}

.nav-bar li a {
	float: left;
	height: 39px;
}	

/* ===== Nav BTNS ===== */
.nav-bar .menu-item-1781 a{ margin-left: 5px; background: url(images/nav-home.gif) no-repeat left top; width: 98px; text-indent: -5000px; }
.nav-bar .menu-item-1743 a{ background: url(images/nav-about.gif) no-repeat left top; width: 134px; text-indent: -5000px; }
.nav-bar .menu-item-1748 a{ background: url(images/nav-offer.gif) no-repeat left top; width: 166px; text-indent: -5000px; }
.nav-bar .menu-item-1744 a{ background: url(images/nav-join.gif) no-repeat left top; width: 107px; text-indent: -5000px; }
.nav-bar .menu-item-1745 a{ background: url(images/nav-participants.gif) no-repeat left top; width: 180px; text-indent: -5000px; }
.nav-bar .menu-item-1746 a{ background: url(images/nav-press.gif) no-repeat left top; width: 143px; text-indent: -5000px; }
.nav-bar .menu-item-1747 a{ background: url(images/nav-resources.gif) no-repeat left top; width: 132px; text-indent: -5000px; }
/* ===== Hover ===== */
.nav-bar .menu-item-1781 a:hover { background: url(images/nav-home.gif) no-repeat left bottom; width: 98px; }
.nav-bar .menu-item-1743 a:hover { background: url(images/nav-about.gif) no-repeat left bottom; width: 134px; }
.nav-bar .menu-item-1748 a:hover { background: url(images/nav-offer.gif) no-repeat left bottom; width: 166px; }
.nav-bar .menu-item-1744 a:hover { background: url(images/nav-join.gif) no-repeat left bottom; width: 107px; }
.nav-bar .menu-item-1745 a:hover { background: url(images/nav-participants.gif) no-repeat left bottom; width: 180px; }
.nav-bar .menu-item-1746 a:hover { background: url(images/nav-press.gif) no-repeat left bottom; width: 143px; }
.nav-bar .menu-item-1747 a:hover { background: url(images/nav-resources.gif) no-repeat left bottom; width: 132px; }
.nav-bar .current_page_item a { background-position: left bottom; }

/* ===== Body ===== */

.body-wrap {
	background: #ffffff;
	font-size: 1.1em;
}

.body-wrap h2 { font-size: 1.8em; }

.body-wrap a.more {
	float: right;
	background: url(images/dcross-bullet.gif) no-repeat 0px 16px;
	padding: 10px 0px 5px 10px;
	color: #e5ac1c;
	font-weight: bold;
}

/* ===== Left Col ===== */

.left-col { 
	float: left;
	width: 319px;
	padding: 10px 0 0 0;
	color: #ffffff; 
	line-height: 1.4em;
}

.left-col h2 { font-size: 1.7em; }


/* ===== About Us Module ===== */

.left-col h3 { padding-bottom: 10px; }

.left-col .aboutus-module span { display: block; }
.left-col .aboutus-module h2 {
	background: url(images/about-title-bg.jpg) no-repeat 0 0;
	padding: 20px 0px 0px 20px;
	height: 31px;	
}

.left-col .aboutus-module .content {
	background: #818797 url(images/about-content-bg.jpg) no-repeat 0 0;
	padding: 20px 20px 15px 20px;
}

/* ===== Covered Module ===== */

.left-col .covered-module {  
	background: url(images/participants-mod-bottom.gif) no-repeat left bottom; 
	padding-bottom: 10px;
	margin-bottom: 40px;
}


.left-col .covered-module h2 { 
	background: url(images/participants-title.bg.gif) no-repeat 0 0;
	padding: 20px 0px 0px 20px;
	height: 33px;
}

.left-col .covered-module .content {
	width: 299px;
	background: url(images/participants-mod-mid.gif) repeat-y 0 0;
	padding: 10px; 
}


/* ===== Participants Module ===== */

.left-col .participants-module {  
	background: url(images/participants-mod-bottom.gif) no-repeat left bottom; 
}


.left-col .participants-module h2 { 
	background: url(images/participants-title.bg.gif) no-repeat 0 0;
	padding: 20px 0px 0px 20px;
	height: 33px;
}

.left-col .participants-module .content {
	width: 299px;
	background: url(images/participants-mod-mid.gif) repeat-y 0 0;
	padding: 10px; 
}

/* ===== Offer Module ===== */

.left-col .offer-module {  
	background: url(images/offer-content-bottom.gif) no-repeat left bottom; 
	padding-bottom: 0px;
}

.left-col .offer-module h2 {
	background: url(images/offer-title-bg.gif) no-repeat 0 0;
	padding: 20px 0px 0px 20px;
	height: 28px;
}

.left-col .offer-module .content {
	color: #FFE9A8; 
	background: url(images/offer-content-bg.gif) repeat-y 0 0;
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 20px 15px 0px 15px;
	font-weight: bold;
}

.left-col .offer-module .content a.icon-doc {
	background: url(images/icon-doc.gif) no-repeat 0 0;
	height: 52px;
	padding: 0px 0px 0px 62px;
	display: block;
}

.left-col .offer-module .content a.icon-handshake {
	background: url(images/icon-handshake.gif) no-repeat 0 0;
	padding: 6px 0px 0px 62px;
	height: 49px;
	display: block;
}

.left-col .offer-module .content a.icon-group {
	background: url(images/icon-group.gif) no-repeat 0 0;
	height: 44px;
	padding: 4px 0px 0px 62px;
	display: block;
}

.left-col .offer-module .content a.icon-facility {
	background: url(images/icon-facility.gif) no-repeat 0 0;
	height: 50px;
	padding: 8px 0px 0px 62px;
	display: block;
}

.left-col .offer-module .content a.icon-cal {
	background: url(images/icon-cal.gif) no-repeat 0 0;
	height: 50px;
	padding: 10px 0px 0px 62px;
	display: block;
}

.left-col .offer-module a {
	color: #FFE9A8; 
}

/* ===== Right Col ===== */

.right-col {
	float: left;
	color: #000000;
	margin: 10px 0px 0px 2px;
	width: 639px;
	line-height: 1.4em;
}

.right-col .featured-img {
	float: left;
	width: 639px;
	height: 294px;
}

/* ===== News Module and Events Module ===== */
.right-col .top-section { 
	float: left; 
	margin: 2px 0px 5px 0px;
}

.right-col .news-module, .right-col .events-module {
	float: left;
	width: 319px;
}

.right-col .news-module h2, .right-col .events-module h2 {
	background: url(images/rightcol-title-bg.gif) no-repeat 0 0;
	color: #3f454d;
	width: 289px;
	height: 29px;
	padding: 20px 10px 0px 20px;
}

.right-col .news-module .content, .right-col .events-module .content {
	width: 279px;
	padding: 20px;
	background: url(images/rightcontent-gradient.gif) no-repeat 0 0;
}

/* ===== Company Module ===== */

.right-col .company-module {
	float: left;
	width: 317px;
	margin: 0px 0px 0px 2px;
}

.right-col .company-module h2 {
	background: url(images/rightcol-title-bg.gif) no-repeat 0 0;
	color: #3f454d;
	width: 289px;
	height: 29px;
	padding: 20px 10px 0px 20px;
}

.right-col .company-module h3 {
	color: #2d598c;
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: bold;
}

.right-col .company-module .content {
	width: 279px;
	padding: 20px;
	background: url(images/rightcontent-gradient.gif) no-repeat 0 0;
	line-height: 1.5em;
}

/* ===== Join Module ===== */

.right-col .join-module {
	float: left;
	width: 317px;
	margin: 0px 0px 0px 2px;
}

.right-col .join-module img { border: none 0px; }

.right-col .join-module a {
	color: #ffffff;
	padding: 0px 0px 0px 40px;
	background: url(images/join-cross.gif) no-repeat 0 0;
}

.right-col .join-module h2 {
	background: url(images/join-title-bg.gif) no-repeat 0 0;
	width: 289px;
	height: 29px;
	padding: 20px 10px 0px 20px;
}

/* ===== Community Events Module ===== */

.right-col .community-module {
	float: left;
	width: 639px;
}

.right-col .community-module h2 {
	background: url(images/community-title-bg.gif) no-repeat 0 0;
	width: 609px;
	height: 29px;
	padding: 20px 10px 0px 20px;
}

.right-col .community-module .content {
	width: 599px;
	background: url(images/rightcontent-gradient.gif) repeat-x 0 0;
	padding: 20px;
}

/* ===== Footer ===== */

.footer {
	background: #f2f2f4 url(images/footer-bg.gif) repeat-x 0 0;
	height: 180px;
	padding: 40px 0px 0px 0px;
	font-size: 1.1em;
}

.footer a {
	font-weight: bold;
}

.footer .footer-nav {
	float: left;
	width: 300px;
	height: 80px;
}

.footer .footer-nav li {
	list-style: none;
	position: relative;
	width: 150px;
	float: left;
	padding: 5px 0px 0px 0px;
}

.footer .footer-nav li a {
	line-height: 1.6em;
}

.footer .warfighter {
	color: #616676;
	float: left;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px 105px 0px 55px;
	width: 345px;
}

.footer .warfighter a {
	color: #2d598c;
}

.footer .contact {
	float: left;
	width: 150px;
	color: #616676;
	line-height: 1.2em;
}

/* ===== Inside ===== */
/* ===== Left Nav ===== */

#sidebar {
	float: left;
	width: 253px;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 10px 4px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/leftnav-topper.jpg) no-repeat 0 0;
}

#sidebar ul, #sidebar li {
	list-style: none;
}

/* ===== 2nd Level ===== */
#sidebar ul.sf {
	 margin-bottom: 20px;
	 background-color: #e2e1e1;
	 width: 251px;
	 padding-bottom: 2px;
}

#sidebar ul.sf li a:hover, #sidebar ul.sf li.current_page_item a {
	background: url(images/leftnav-btno-bottom.gif) no-repeat bottom left; color: #ffe9a8;
	width: 222px;
	padding: 12px 10px 10px 20px;
	display: block;
}
#sidebar ul.sf li a {
	background: url(images/leftnav-btn-bottom.jpg) no-repeat left bottom;
	width: 222px;
	display: block;
	padding: 12px 10px 10px 20px;
	margin-bottom: 1px;
}

#sidebar ul.sf li a:hover, #sidebar ul.sf li.current_page_item a { background:url(images/leftnav-btno-top.gif) no-repeat top left; text-decoration: none; }

#sidebar ul.sf li a {
	background: #F1F1F1 url(images/leftnav-btn-top.jpg) no-repeat scroll left top;
	display: block;
	color: #525d6a;
	font-weight: bold;
	width: 222px;
}

/* ===== 3rd Level ===== */

#sidebar ul.sf li ul.sub-menu li a { 
	background: url(images/clear-img.gif) no-repeat 0 0; 
	padding: 5px 10px 5px 40px;
	width: 200px; 
}
#sidebar ul.sf li ul.sub-menu li a:hover, #sidebar ul.sf li ul.sub-menu li.current_page_item a { 
	background: url(images/clear-img.gif) no-repeat 0 0; 
	padding: 5px 10px 5px 40px;
	width: 200px;
	text-decoration: none;
	color: #ffe9a8;
}

#sidebar ul.sf li ul.sub-menu li a:hover, #sidebar ul.sf li ul.sub-menu li.current_page_item a{
	background: #5b6167 url(images/lefto-bullet.gif) no-repeat 30px 12px;
}

#sidebar ul.sf li ul.sub-menu li, #sidebar ul.sf li ul.sub-menu li a {
	background: #e2e1e1 url(images/leftnav-bullet.gif) no-repeat 30px 12px;
	width: 201px;
	color: #737b84; 
	text-decoration: none;
	font-weight: normal;
}

/* ===== Inside Content ===== */

.content-col {
	float: left;
	width: 456px;
	margin: 10px 2px 0px 0px;
	line-height: 1.4em;
}

.content-col .inside-img { background: url(images/inside-img.jpg) no-repeat 0 0; width: 457px; height: 97px; }
.content-col .inside-img2 {	background: url(images/inside-img2.jpg) no-repeat 0 0; width: 457px; height: 97px; }
.content-col .inside-img3 {	background: url(images/inside-img3.jpg) no-repeat 0 0; width: 457px; height: 97px; }
.content-col .inside-img4 {	background: url(images/inside-img4.jpg) no-repeat 0 0; width: 457px; height: 97px; }
.content-col .inside-img5 {	background: url(images/inside-img5.jpg) no-repeat 0 0; width: 457px; height: 97px; }
.content-col .inside-img6 { background: url(images/inside-img6.jpg) no-repeat 0 0; width: 457px; height: 97px; }
.content-col .inside-img7 { background: url(images/inside-img7.jpg) no-repeat 0 0; width: 457px; height: 97px; }

.content-col .breadcrumb {
	background: url(images/inside-beadcrumb-bg.jpg) no-repeat 0 0;
	width: 427px;
	height: 33px;
	margin: 3px 0px 0px 0px;
	padding: 15px 10px 0px 20px;
	font-weight: bold;
	font-size: .97em;
}

.content-col .breadcrumb a {
	font-weight: bold;
	display: inline;
	line-height: 1.3em;
}

.content-col .breadcrumb .separator {
	height: 10px;
	width: 18px;
	display: inline;
	background: url(images/bread-bullet.gif) no-repeat center center;
	padding-right: 9px;
	padding-left: 9px;
}



.content-col .content {
	background: url(images/rightcontent-gradient.gif) repeat-x 0 0;
	padding: 18px 20px 18px 20px;
	font-size: 1.1em;
	color: #434542;
}

.content-col .content h2 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

.content-col .content h3 {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

.content-col .content a img {
border: none 0px;
}

.content-col .content a img.com-logo {
	padding: 15px;
}

.content-col .content span {
	display: block;
	padding: 5px 0px;
	margin: 0px 0px 10px 0px;
	background: url(images/form-dash.gif) repeat-x left bottom;
}


.content-col .content ul, .content-col .content ol { padding: 0 0 15px 32px; }

.content-col .content ul ul, content-col .content ol ol { padding-bottom: 0; }

/* ===== Inside Rightcol Module ===== */

.inside-rightcol-module {
	float: left;
	width: 244px;
	margin: 10px 0px 0px 1px;
}

.inside-rightcol-module .heading {
	background: url(images/inside-news-title.jpg) no-repeat 0 0;
	width: 224px;
	height: 29px;
	padding: 18px 10px 0px 15px;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.3em;
}

.inside-rightcol-module .content {
	padding: 20px;
	line-height: 1.2em;
}

.post {
	padding: 0px 0px 10px 0px;
}

.post .date, ul.events_list, {
	font-size: 1.01em;
	color: #6c6e72;
	font-weight: bold;
}

.post a.title, ul.events_list a {
	color: #2d598c;
	line-height: 1.3em;
	display: block;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 1.2em;
}
.company-module .date, ul.events_list {
	font-size: 1.01em;
	color: #6c6e72;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.company-module a.title, ul.events_list a {
	color: #2d598c;
	line-height: 1.3em;
	display: block;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 1.3em;
}
.events-module ul.events_list a{
	font-weight: bold;
	font-size: 1.2em;
}
.events-module ul li{
	list-style-type: none;
}
.cotw-title {
	color: #2d598c;
	line-height: 1.3em;
	display: block;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 2em;
}
.cotw-date {
	font-size: 1.01em;
	color: #6c6e72;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
.cotw-div {
	margin-top: 7px;
}

/* ===== Quote ===== */

.content-col .content .quote {
	width: 286px;
	padding: 0px 65px 0px 65px;
	background:url(images/quotes-bg.gif) no-repeat 0 0;
	display: block;
	margin-bottom: 30px;
	font-size: 1.1em;
}

.content-col .content span.quote-name {
	font-weight: bold;
	float: right;
	padding: 0px;
	margin: 0px;
	background: none;
}

.content-col .content span.quote-title-company {
	font-style:italic;
	color: #707070;
	float: right;
	padding: 0px;
	margin: 0px;
	background: none;
	font-size: .95em;	
}

/* #sidebar ul li {
	border: solid 1px black;
} */

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 10px 0px;
}
















