/* --------------------------------------------
|  GLOBAL STYLES
--------------------------------------------- */

html { border: none; }
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff;
}
body, td {
	font-size: 12px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
}

img { border: 0; }
p { margin: 0 0 15px 0; }
a {
	text-decoration: underline;
	color: #157cb4;
}
a:hover {
	text-decoration: underline;
	color: #1a96d9;
}

h1, h2, h3, h4, h5, form { margin: 0; }

ul {
	margin:0;
	padding:0;
}

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

/* --------------------------------------------
|  NAVIGATION
--------------------------------------------- */

/* -- PRIMARY NAVIGATION -- */

#navContainer {
	position:absolute;
	margin: 87px 0 0 0;
	height: 48px;
	width:941px;
	background:url(../images/bg_navbar.gif) no-repeat;
	z-index:1000000;
}

#nav {
	margin:5px 0 0 4px;
	padding: 0;
	list-style: none;
	height: 38px;
	width:930px;
}
#nav li {
	float: left;
	text-transform: uppercase;
}
#nav li a {
	outline: none;
	display: block;
	padding: 0 0 0 25px;
	height: 38px;
	line-height: 38px;
	text-decoration: none;
	color:#6f7173;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background: url("../images/nav_bg.gif") no-repeat;
}

#nav li a:hover {
	color:#157cb4;
	background-position: 0 -38px;
}

#nav li.current a {
	background-position: 0 -76px !important;
	color:#157cb4;
}

#bOne {
	width: 60px;
	background: url("../images/nav_bg_first.gif") no-repeat !important;
}
#bOne:hover {background-position: 0 -38px !important;}

#nav li:hover #bOne, #nav li.sfhover #bOne {
	background: url("../images/nav_bg_first.gif") no-repeat !important;
	background-position: 0 -38px !important;
}

#bTwo {width: 90px;}
#bThree {width: 80px;}
#bFour {width: 115px;}
#bFive {width: 58px;}
#bSix {width: 58px;}
#bSeven {width: 75px;}
#bEight {width: 115px;}

#nav li ul {
	background:url(../images/bg_ddmenu_top.png) no-repeat !important;
	background:url(../images/bg_ddmenu_top.gif) no-repeat;
	list-style:none;
	width:290px;
}

#nav li ul li {
	float:none;
	clear:both;
	width: auto;
	height: auto;
	position: relative;
	text-transform: uppercase;
}

#nav li ul li a {
	text-indent:0;
	background:none !important;
	outline: none;
	display: block;
	padding: 6px 0 0 17px;
	margin:0;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	color:#157cb4;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background:url(../images/bg_ddmenu_sep.gif) no-repeat !important;
	background-position: 1px 0 !important;
}

#nav li.current ul li a {
	background:url(../images/bg_ddmenu_sep.gif) no-repeat !important;
	background-position: 1px 0 !important;
}

#nav li ul li a:hover {
	color:#1a96d9;
}

.navDD {
	position:absolute;
	left: -999em;
	margin:0 0 0 -1px;
	width:290px;
	padding-bottom:8px;
	background:url(../images/bg_ddmenu_bot.png) no-repeat left bottom !important;
	background:url(../images/bg_ddmenu_bot.gif) no-repeat left bottom;
}

#nav li:hover div, #nav li a:hover div {
	left:auto;
}

#nav li:hover a, #nav li.sfhover a {
	color:#157cb4;
	background-position: 0 -38px;
}


#searchBox {
	position:absolute;
	width:209px;
	height:21px;
	white-space:nowrap;
	margin: 45px 0 0 721px;
	background:url(../images/bg_search.gif) no-repeat 0 0;
}

#searchBox a {
	width:50px;
	height:21px !important;
	line-height: 21px !important;
	float:right;
	background:url(../images/b_go.gif) no-repeat !important;
	background-position: 0 0 !important;
	outline: none;
	display: block;
	padding:0 !important;
	overflow:hidden;
	text-decoration: none;
	text-indent:-99999px;
}

#searchBox a:hover {
	background-position: 0 0 !important;
}

#searchBox input {
	border:none !important;
	background:none !important;
	width:140px;
	height:21px;
	padding:2px 0 0 5px;
	color:#a1a1a3;
	font-size:14px;
}


#subNav {
	background:url(../images/bg_subnav_top.gif) no-repeat;
	padding-top:3px;
	margin-top:43px;
}

#subNavBG {
	background:url(../images/bg_subnav_bottom.gif) no-repeat left bottom;
	padding-bottom:13px;
}

#subNav ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#subNav li {
	height:33px;
	line-height:33px;
	padding:0 !important;
	background:none !important;
}

#subNav a {
	display:block;
	padding:0 0 0 30px;
	width:248px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

#subNav a:hover {
	color:#157cb4;
	background:url(../images/bg_subnav_over.gif) no-repeat;
}

#subNav .current_page_item {
	color:#157cb4 !important;
	background:url(../images/bg_subnav_over.gif) no-repeat !important;
}


/* --------------------------------------------
|  STRUCTURE
--------------------------------------------- */

#siteContainer {
	width:941px;
	margin: 0 auto;
	text-align: left;
	line-height: 14px;
}


#header {
	width:942px;
	height:135px;
}

#logo {
	position: absolute;
	margin: 27px 0 0 9px;
	display: block;
	width: 305px;
	height: 43px;
	padding: 0;
	font-size: 18px;
	line-height:18px;
	overflow: hidden;
}

#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/logo_washingtonvc.gif") no-repeat 0 0;
}

#logo a {
	text-decoration: none;
	cursor:pointer;
}

#logo a:hover {
	text-decoration: none;
	cursor:pointer;
}


/* Home Page */

#contentBoxHome {
	width:941px;
	background: url(../images/bg_homebox_middle.gif) left top repeat-y;
	margin:4px 0 0 0;
}

#contentBoxHomeBG {
	background: url(../images/bg_homebox_top.gif) left top no-repeat;
}

#contentBoxHomeBottom {
	background: url(../images/bg_homebox_bottom.gif) left bottom no-repeat;
	padding:10px 10px 24px 10px;
}

#homePositioningStatement {
	background:url(../images/bg_home_pos_stat.gif) no-repeat;
	width:920px;
	height:110px;
	margin: 5px 0 10px 0;
}

#homePositioningStatement .learnMore {
	position:absolute;
	margin:15px 0 0 795px;
}

#homePositioningStatement .learnMore a {
	display:block;
	width:97px;
	height:27px;
	background:url(../images/b_learn_more_pos_stat.gif) no-repeat;
	text-indent:-99999px;
	outline:none;
}


#homePositioningStatement h1 {
	color:#4d4e51;
	font-size:17px;
	line-height:21px;
	margin:12px 0 5px 15px;
}

#homePositioningStatement .lineOne {
	color:#4d4e51;
	font-size:17px;
	line-height:21px;
	margin:0 0 0 15px;
}

#homePositioningStatement .lineTwo {
	color:#696b6e;
	font-size:17px;
	line-height:21px;
	margin:0 0 0 15px;
}

#homePositioningStatement .lineThree {
	color:#797c7f;
	font-size:17px;
	line-height:21px;
	margin:0 0 0 15px;
}


#latestNews {
	float:left;
	width:292px;
	height:243px;
	background:url(../images/bg_latestnews.gif) no-repeat;
	margin-right:18px;
}


#latestNews h2 {
	font-size:18px;
	color:#FFFFFF;
	padding:14px 0 13px 12px;
}

#latestNews ul {
	list-style:none;
	margin:0;
	padding:0;
}

#latestNews ul li {
	border-top:1px solid #dfe0e2;
	padding:8px 0 8px 20px;
	text-align:left;
	clear:both;
}

#latestNews ul a {
	font-size:12px;
	font-weight:normal;
	color:#0073ae;
}

#latestNews .number {
	float:left;
	margin: 0 5px 5px 0;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#83a5c1;
}

#latestNews #newsLinks {
	position:absolute;
	margin: 173px 0 0 0;
	font-size:11px;
	width:292px;
	padding-top:5px;
	border-top:1px solid #dfe0e2;
}
#latestNews #newsLinks span {
	padding-left: 20px;
}

#portfolioCompanies {
	float:left;
	width:611px;
	height:243px;
	background:url(../images/bg_portfolio_companies.gif) no-repeat;
}

#portfolioCompanies .pad {
	padding-left:12px;
}

#portfolioCompanies h2 {
	font-size:18px;
	color:#FFFFFF;
	padding:14px 0 13px 0;
	margin-bottom:7px;
	text-indent:0 !important;
}

#portfolioCompanies a {
	margin:0 5px 0 0;
}


/* CONTENT PAGES */

#contentBox {
	width:941px;
	background: url(../images/bg_contentbox_middle.gif) left top repeat-y;
	margin:4px 0 0 0;
	font-size:14px;
	line-height:21px;
}

#contentBoxBG {
	background: url(../images/bg_contentbox_top.gif) left top no-repeat;
}

#contentBoxBottom {
	background: url(../images/bg_contentbox_bottom.gif) left bottom no-repeat;
	padding:10px 20px 24px 20px;
}

#bookmarkContactLinks {
	position:absolute;
	margin: 29px 0 0 738px;
	white-space:nowrap;
	width:162px;
}

.bookmarkLink {
	float:left;
	display:block;
	width:81px;
	height:23px;
	background:url(../images/b_bookmark.gif) no-repeat;
	text-indent:-99999px;
	outline:none;
	font-size:10px;
}

.contactLink {
	float:left;
	display:block;
	width:71px;
	height:23px;
	background:url(../images/b_contact.gif) no-repeat;
	text-indent:-99999px;
	outline:none;
	margin-left:10px;
	font-size:10px;
}

#mainPix {
	float:left;
	width:600px;
	margin-right:18px;
}

#mainRightCol {
	float:left;
	width:282px;
}

#mainTop {
	background:url(../images/bg_maintop_top.gif) no-repeat;
	width:282px;
	margin-bottom:15px;
}

#mainTopBG {
	min-height:164px;
	height:auto !important;
	height:164px;
	background:url(../images/bg_maintop_bottom.gif) no-repeat left bottom;
	padding:0 20px;
}

#mainTop h3 {
	color:#FFFFFF;
	padding:10px 0 18px 0;
	font-size:18px;
}

#mainTop p {
	color:#84383f;
	font-size:12px;
	line-height:18px;
	margin-bottom:8px !important;
}

#mainSub {
	background:url(../images/bg_mainsub_top.gif) no-repeat;
	width:282px;
	margin-bottom:15px;
}

#mainSubBG {
	min-height:132px;
	height:auto !important;
	height:132px;
	background:url(../images/bg_mainsub_bottom.gif) no-repeat left bottom;
	padding:0 20px;
}

#mainSub h3 {
	color:#FFFFFF;
	padding:5px 0 12px 0;
	font-size:14px;
}

#mainSub p {
	color:#84383f;
	font-size:12px;
	line-height:18px;
	margin-bottom:8px !important;
}

.mainLearnMore {
	display:block;
	width:81px;
	height:23px;
	background:url(../images/b_learn_more_content.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
}

.pageBreak {
	height:10px;
	margin-bottom:10px;
	background:url(../images/hr.gif) no-repeat;
}


#leftCol {
	float:left;
	width:570px;
	margin:0 20px 0 10px;
}

#leftCol h3 {
	margin-bottom:14px;
}

#rightCol {
	float:left;
	width:288px;
}

#textBlock {
	margin:-18px 0 35px 0;
}

#textBlock p {
	border-bottom:1px solid #d9d1d7;
	padding-bottom:5px;
	font-size:17px;
	margin: 0 0 3px 0;
	color:#60676b;
}


#leftCol ul {
	margin:0 0 15px 10px;
	padding:0;
	list-style:none;
}

#leftCol li {
	background:url(../images/ul_bullet.gif) no-repeat 2px 8px;
	padding:0 0 0 15px;
}



#subFooter {
	padding-top:20px;
}

#subFooter .learnMore {
	display:block;
	width:98px;
	height:30px;
	background:url(../images/b_learn_more_subfooter.gif);
	text-indent:-9999px;
	outline:none;
	float:left;
}

#subFooter .contact {
	display:block;
	width:79px;
	height:30px;
	background:url(../images/b_contact_subfooter.gif);
	text-indent:-9999px;
	outline:none;
	float:left;
}

#innerColLeft {
	float:left;
	width:270px;
	margin:0 10px 0 5px;
}

#innerColRight {
	float:left;
	width:270px;
}

#presentation {
	width:900px;
	height:506px;
}

/* H1 */


h1 {
	font-family:Arial, sans-serif;
	color:#2e2e31;
	font-size:28px;
	line-height:28px;
	margin: 27px 0 26px 0;
	font-weight:bold;
}


/* H2 */

#leftCol h2, #fullCol h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#ff513d;
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	margin: 15px 0 25px 0;
	padding-bottom:8px;
	border-bottom:1px solid #d9d1d7;
}

#leftCol h2 span, #fullCol h2 span {
	color:#ff513d;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
}


/* POST */

.post {
	border-bottom:1px solid #d9d1d7;
	padding-bottom:10px;
}

.post h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#157cb4;
	font-size:18px;
	line-height:21px;
	font-weight:normal;
	margin: 20px 0 4px 0;
}

.post h3 a {
	color:#157cb4;
}

.post h3 a:hover {
	color:#1a96d9;
}

.post h4 {
	font-size:12px;
	font-weight:normal;
	color:#666;
}

.post h5 {
	font-size:13px;
	font-weight:bold;
	color:#666;
	margin:5px 0 8px 0;
}

.post h5 a {
	font-size:13px;
	font-weight:normal;
	color:#157cb4;
}

.post h5 a:hover {
	color:#1a96d9;
}

.feed {
	padding-left:16px;
	background:url(../images/icon_feed.gif) no-repeat 0 5px;
}

.sep {
	border-bottom:1px solid #d9d1d7;
	margin:20px 0;
}

.blogSidebar {
	font-size:12px;
	line-height:17px;
	border-left:1px solid #d9d1d7;
	width:250px !important;
	padding-left:20px;
	margin-top:18px;
}

.blogSidebar ul {
	list-style:none;
	padding:0;
	margin:0;
}

.blogSidebar h3 {
	font-size:18px;
	color:#666666;
}

.blogSidebar #recentPosts {
	margin: 10px 0;
	padding: 10px 0;
	border-top:1px solid #d9d1d7;

}

.blogSidebar #recentPosts li {
	padding: 0 0 15px 0;
}

.blogSidebar #authors {
	padding: 15px 0;
	border-top:1px solid #d9d1d7;
}


.blogSidebar #authors ul {
	margin: 10px 0 0 0 ;
}
.blogSidebar #authors li {
	margin: 3px 0;
}


h2#blogContent {
	font-family:Arial, Helvetica, sans-serif;
	color:#ff513d;
	font-size:22px;
	line-height:22px;
	font-weight:normal;
	margin: 15px 0 25px 0;
	border-bottom:1px solid #d9d1d7;
}

h2#blogContent p {
	color:#666666;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	margin-bottom:0px;
}

/* VENTURE BRANDS JS */

#ventureBrands {
	width:920px;
	height:61px;
	margin-bottom:10px;
}

#ventureBrandsContent {
	width:920px;
	height:61px;
	margin:0 0 10px -10px;
}

#ventureBrands #linkPrev {
	position:absolute;
	width:20px;
	height:61px;
	text-decoration:none;
}

#ventureBrands #linkNext {
	position:absolute;
	width:20px;
	height:61px;
	margin:0 0 0 900px;
	text-decoration:none;
}

#ventureBrands #logoBox {
	position:absolute;
	width:880px;
	height:50px;
	margin:4px 0 0 20px;
	overflow:hidden;
}

#ventureBrands #logoBox ul {
	width:3900px;
	list-style:none;
}

#ventureBrands #logoBox li {
	float:left;
	white-space:nowrap;
}

#ventureBrands #logoBox li a {
	float:left;
	display:block;
	width:176px;
	height:50px;
	border-right:1px solid #d2d2d2;
}

/* FOOTER */

#footer {
	margin:5px 0 20px 0;
	background:url(../images/bg_footer_top.gif) no-repeat left top;
}

#footerBG {
	padding:12px 0 12px 12px;
	background:url(../images/bg_footer_bottom.gif) no-repeat left bottom;
}

#footer h4 {
	font-weight:bold;
	font-size:12px;
	color:#5c5d60;
	padding-bottom:2px;
	border-bottom:2px solid #b1b1b1;
	margin-bottom:10px;
}

#footer h4 a {
	color:#5c5d60;
}

#footer a {
	color:#519fc0;
	text-decoration:none;
	font-size:12px;
	line-height:17px;
}

#footer a:hover {
	color:#519fc0;
	text-decoration:underline;
}

#footer #copyright {
	position:absolute;
	margin:160px 0 0 510px;
	width:405px;
	text-align:right;
	color:#999;
	z-index:999999;

}

#footer ul {
	list-style:none;
}

#footer li {
	background:url(../images/footer_bullet.gif) no-repeat 0 5px;
	padding-left:10px;
}

#footerAbout {
	float:left;
	width:100px;
}

#footerPortfolio {
	float:left;
	width:100px;
	margin-left:20px;
}

#footerAdvantage {
	float:left;
	width:120px;
	margin-left:20px;
}

#footerPhilanthropy {
	float:left;
	width:140px;
	margin-left:20px;
}

#footerPress {
	float:left;
	width:120px;
	margin-left:20px;
}

#footerBlog {
	float:left;
	width:240px;
	margin-left:20px;
}

#footerBlog #listLeft {
	float:left;
	width:100px;
	margin-right:18px;
}

#footerBlog #listRight {
	float:left;
	width:100px;
}

.credits {display:none;}