/*
Theme Name: Eastman
Theme URI: https://clikitnow.com
Author: the WordPress team
Author URI: https://clikitnow.com
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

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

/****CSS Reset by Erik Meyer****/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; font-family:Helvetica, Verdana, Geneva, sans-serif;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
/*********END CSS RESET*********/


/* ============== font ================ */
@font-face {
	font-family: 'HelveticaNeueLight';
	src: url('font/helveneulig-webfont.eot');
	src: local('☺'), url('font/helveneulig-webfont.woff') format('woff'), url('font/helveneulig-webfont.ttf') format('truetype'), url('font/helveneulig-webfont.svg#webfontdPdKJfeI') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'HelveticaNeueUltraLigExt';
    src: url('font/helveneuultligext-webfont.eot?') format('eot'),
         url('font/helveneuultligext-webfont.woff') format('woff'),
         url('font/helveneuultligext-webfont.ttf') format('truetype'),
         url('font/helveneuultligext-webfont.svg#webfontnCtYvkiw') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueMediumCond';
    src: url('font/helveneumedcon-webfont.eot');
    src: url('font/helveneumedcon-webfont.eot?#iefix') format('eot'),
         url('font/helveneumedcon-webfont.woff') format('woff'),
         url('font/helveneumedcon-webfont.ttf') format('truetype'),
         url('font/helveneumedcon-webfont.svg#webfontBJVTvXEb') format('svg');
    font-weight: normal;
    font-style: normal;

}




/* ============== font end ============ */

body{
	background:url(images/bg.jpg) repeat-x #fff;
	font-family: Helvetica, Arial;
	font-size:12px;
}

#container{
	background:url(images/bg-containerTop.png) no-repeat 0 0;
	width:986px;
	margin:17px auto 0 auto;
	padding:3px 0 0 0;
}


#wraper{
	background:url(images/bg-container.png) repeat-y;
	padding:0 13px 10px 13px;
	position:relative;
}








/* ============== header ================ */

#header{
	padding:0 0 0 9px;
	position: relative;
}

#logo{
	float:left;
	width:178px;
	margin:14px 0 0 0;
}

ul#nav{
	float:left;
	width:538px;
	height:50px;
	margin:0 0 0 235px;
	position: relative;

}

ul#nav li{
	float:left;
}

ul#nav li a{
	background-image:url(images/nav-sprite.gif);
	background-repeat:no-repeat;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
}

/*up state*/
li#home a{
	left: 0;
	width: 80px;
	background-position:20px 0;
}


li#whatWeDo a{
	left: 80px;
	width: 123px;
	background-position:-70px 0;
}

li#aboutUs a{
	left: 203px;
	width: 113px;
	background-position:-193px 0;
}

li#approach a{
	left: 316px;
	width: 130px;
	background-position:-306px 0;
}

li#login a{
	left: 446px;
	width: 92px;
	background-position:-436px 0;
}


/*over state*/

li#home a:hover{
	background-position:20px -50px;
}


li#whatWeDo a:hover, li#whatWeDo a.on{
	background-position:-70px -50px;
}

li#aboutUs a:hover, li#aboutUs a.on{
	background-position:-193px -50px;
}

li#approach a:hover, li#approach a.on{
	background-position:-306px -50px;
}

li#login a:hover, li#login a.on{
	background-position:-436px -50px;
}





/* Hide the drop down menu first */

.dropdownMenu{
	display:none;
	background-color:#262626;
	z-index:20;
	font-size:11px;
}

.dropdownMenu a{
	color:#a7a7a7;
	text-decoration:none;
	margin:0 0 10px 0;
	display:block;
	padding:10px 14px 10px 26px;
}

.dropdownMenu a:hover{
	color:#fff;

}

#whatWeDoChild{
	position:absolute;
	z-index:15;
	left:515px;
	top:49px;
	width:123px;
}


#aboutUsChild{
	position:absolute;
	z-index:15;
	left:638px;
	width:113px;
	top:49px;
}

#approachChild{
	position:absolute;
	z-index:15;
	left:751px;
	top:49px;
	width:130px;
}

#loginChild{
	position:absolute;
	z-index:15;
	left:747px;
	top:50px;
	width:183px;
	padding:30px 25px 13px 17px;
	border-left:1px solid #6b6b6b;
	border-bottom:1px solid #6b6b6b;
}


#loginChild label{
	font-family:Helvetica, Arial, sans-serif;
	display:block;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	margin:0 0 5px 0;
}

input.login{
	border:1px solid 3bbb8b8;
	margin:0 0 14px 0;
	color:#333;
	width:100%;
}

#loginChild input.submit{
	float:left;
	width:82px;
}

.submitSection span a{
	float:left;
	width:85px;
	line-height:25px;
	padding:0 0 0 12px;

}
/* ============ header END ============== */


/* ========= home Slideshow  ============ */
#homeSlideshow{
	position:relative;
	width:960px;
	height:540px;

}
#homeSlideshow h2 {
	font-family: 'HelveticaNeueUltraLigExt';
	font-size:100px;
	font-weight:normal;
	color:white;
}
#homeSlideshow .slide {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background-color: black;
	display:none;
}
#homeSlideshow .active { display:block; }
#homeSlideshow .slide p {
	font-size:12px;
	margin:10px 0;
	color:#999;
	line-height:16px;
	width:280px
}
#homeSlideshow .slide table, #homeSlideshow .slide .animation {width:100%; height:100%; position:absolute; top: 0; left:0; }
#homeSlideshow .slide table {
	background: URL(images/overlay.png) top left no-repeat;
}
#homeSlideshow .slide td { vertical-align:middle; padding-left: 80px; }

a#playercontrol{
	position:absolute;
	z-index:15;
	bottom:21px;
	right:36px;
}

#slideSelection{
	position:absolute;
	bottom:25px;
	left:0;
	z-index:10;
	width:100%;
}

#slideSelection ul{
	margin:0 auto 0 auto;
}

#slideSelection li{
	float:left;

}

#slideSelection li a{
	background:url(images/player-control.png) no-repeat -74px -4px;
	width:9px;
	height:9px;
	display:block;
	margin-right:4px;
}

#slideSelection li a:hover, #slideSelection li a.active{
	background-position:-74px -21px;
}




a.play{
	background:url(images/player-control.png) no-repeat -20px 0;
	display:block;
	width:14px;
	height:17px;
}

a.pause{
	background:url(images/player-control.png) no-repeat -55px 0;
	display:block;
	width:14px;
	height:17px;
}

a.next, a.prev{
	display:block;
	width:11px;
	height:15px;
	z-index:15;
	position:absolute;
	bottom:23px;

}

a.next{
	background:url(images/player-control.png) no-repeat -39px 0;
	right:18px;
}

a.prev{
	background:url(images/player-control.png) no-repeat 0 0;
	right:58px;
}


/* Hover State */

a.play:hover{
	background-position:-20px -17px;
}

a.pause:hover{
	background-position:-55px -17px;
}

a.next:hover{
	background-position: -39px -17px;
}

a.prev:hover{
	background-position: 0 -17px;
}

/* ======= home Slideshow END  ========== */


/* ============  call out =============== */

#callout{
	margin:10px 0 0 0;
}


#client, #quotes, #placement{
	background:url(images/slide-bg.jpg) repeat-x;
	float:left;
	position:relative;
}

#quotes, #placement{
	margin-left:10px;
}

#client a, #quotes a, #placement a{
	background:url(images/slide-over.png) no-repeat 0 0;
	width:313px;
	height:150px;
	text-decoration:none;
	display:block;
	z-index:10;
	position:absolute;
	top:0;
	left:0;
}

#client a:hover, #quotes a:hover, #placement a:hover{
	background-position:0 -150px;

}

#client span, #placement span{
	position:absolute;
	z-index:5;
	font-family: 'HelveticaNeueLight';
	color:#FFF;
	left:31px;
	font-size:25px;
}

#client span{
top:65px;
}

#placement span{
top:50px;
}


/* ========== call out END  ============= */


/* ======== backpage content  =========== */


#mainContent{
	background:url(images/bg-container.png) repeat-y;
	padding:10px 4px 10px 4px;

}

#mainContent h2{
	background:url(images/bg-h2.gif) repeat-x 0 100%;
	font-family: 'HelveticaNeueLight';
	font-size:42px;
	padding:2px 6px 18px 30px;
	margin:0 0 36px 0;
	letter-spacing:-2px;
}



#sideNav{
	font-family: 'HelveticaNeueLight';
	float:left;
	width:218px;
	padding:0 10px 0 0;
	margin:0 0 0 30px;
}

#sideNav h3{
	font-family: 'HelveticaNeueLight';
	font-size:16px;
	margin:0 0 14px 0;

}

#sideNav li{
	font-size:12px;
	margin:0 0 9px 0;
}


#sideNav li a{
	display:block;
	text-decoration:none;
	color:#999999;

}

#sideNav li a:hover, #sideNav li.current_page_item a{
	color:#000;

}

#sideNav p{
	color:#999999;
	margin:0 0 18px 0;
	line-height:17px;
}


/* quote slide show */

#quoteSlide{
	position:relative;
	margin:40px 0 0 0;
	background:url(images/quote-fade.gif) no-repeat;
	height:40px;

}


#quoteSlide p{
	position:absolute;
	left:0;
	top:0;
	font-size:13px;
	padding:40px 24px 0 0;
	font-family: 'HelveticaNeueLight';
	color:#000;

}

#quoteSlide p span{
	text-align:left;
	font-weight:bold;
	display:block;
	margin:8px 0 0 0;
	font-size:11px;
	line-height:13px;
	color:#000;

}




/* quote slide show end */


#rightContent{
	float:left;
	width:622px;
	color:#333;
	font-size:13px;
	line-height:20px;
}


#rightContent h3{
	font-family: 'HelveticaNeueLight';
	color:#000;
	font-size:20px;
	margin:0 0 10px 0;

}


#rightContent h4{
	font-family: 'HelveticaNeueLight';
	color:#000;
	font-size:16px;
	margin:0 0 10px 0;

}
#rightContent p{
	margin:0 0 20px 0;

}


#rightContent a{
	color:#009CAF;
	text-decoration:none;

}

#rightContent p.quote{
	font-family: 'HelveticaNeueLight';
	font-size:18px;
	line-height:26px;
	margin:0 0 5px 0;
}

#rightContent p.speaker{
	font-weight:bold;
	text-align:right;
	margin:0 0 30px 0;
}


#rightContent ul{
	list-style:disc;
	color:#333;
	margin:0 0 15px 0;

}

#rightContent ul li{
	margin:0 0 2px 13px;
}


#rightContent ul li table{
	margin:0;
	padding:0;

}


#rightContent ul li table td{
	margin:0;

}

#rightContent ul.plus{
	background:url(images/plus.gif) no-repeat;
}



#rightContent ul.bulletBlock{
	list-style:none;
}

#rightContent ul.bulletBlock li{
	float:left;
	background:url(images/bg-bullet.jpg) repeat-x;
	width:160px;
	text-align:center;
	font-size:15px;
	color:#fff;
	margin:0 70px 30px 0;
	line-height:16px;
	height:80px;
	padding:0;


}

#rightContent ul.bulletBlock li.none{
	margin:0 0 30px 0;
}

#rightContent ul.bulletBlock li table{
	width:100%;
	height:100%;
}

#rightContent ul.bulletBlock li table tr td{
	vertical-align:middle;
	text-align:center;
}




#rightContent input{
	border:1px solid #999;
}

#rightContent input.submit{
	width:80px;
	height:30px;
}

/* ======= backpage content END  ======== */

/* ========= Prospect Section =========== */

#prospectContent{
	background:url(images/bg-container.png) repeat-y;
	padding:0px 4px 10px 4px;
	height:auto!important;
	height:500px;
	min-height:500px;

}

#prospectContent .wrapper, #prospectContent .wrapperList{
	background:url(images/bg-h2.gif) repeat-x 0 0;
}


#prospectContent .wrapper{
	padding:40px 20px 20px 20px;
}

#prospectContent .wrapperList{
	padding:40px 8px 20px 8px;
}

.wrapper h2, .wrapperList h2{
	font-family: 'HelveticaNeueLight';
	font-size:30px;
	padding:0 0 12px 0;
}

.wrapperList h2{
	margin:0 0 0 12px;
}


.leftContent{
	width:228px;
	float:left;
	margin:0 12px 0 0;
}



.download span{
	font-family: 'HelveticaNeueLight';
	background:url(images/icon-download.jpg) no-repeat 9px 0;
	color:#557c8e;
	font-size:16px;
	display:block;
	padding:0 0 0 45px;
	height:23px;
	line-height:23px;
	margin:17px 0 0 0;
}

.download ul{
	background:url(images/quote-fade.gif) no-repeat;
	margin:12px 0 0 0;
	padding:16px 0 0 0;
}

.download ul li{
	margin:0 0 13px 0;
}


.download ul li a{
	background:url(images/list-download.jpg) 14px 0 no-repeat;;
	display:block;
	color:#757575;
	padding:0 0 0 43px;
	line-height:17px;

}

.download ul li a:hover{
	background-position:-469px 0px;
	color:#000;
}


.rightContent{
	float:left;
	width:698px;
}

.rightContent span.title{
	font-family: 'HelveticaNeueLight';
	display:block;
	background:url(images/bg-prospectTitle.jpg) repeat-x;
	height:39px;
	line-height:39px;
	padding:0 0 0 20px;
	color:#FFF;
	font-weight:bold;
	font-size:21px;
}

.wrapper .photo, .information{
	border:#dddddd 1px solid;
	padding:4px;
}

.photo{
	background:url(images/bg-avatar.jpg) no-repeat 4px 4px;
	width:219px;
	min-height:219px;
	height:auto!important;
	height:219px;


}

.photo img{
	width:218px;
}


.information{
	margin:6px 0 0 0;
}

.infoWrapper{
	background:#f9f9f9;
	padding:20px 20px 0 20px;

}

.infoWrapper h3{
	font-family: 'HelveticaNeueLight';
	color:#b4acac;
	font-size:18px;
	margin:0 0 6px 0;

}

.section{
	padding:0 0 24px 0;

}

.section div{
	padding:0 0 12px 0;
	line-height:18px;

}

.section #submit{
	border:1px solid #666;
	background:#000 url(images/bg-prospectTitle.jpg) repeat-x;
	color:#FFF;
	font-weight:bold;
	padding:4px 6px 4px 6px;

}

.infoWrapper ul{
	margin:6px 0 6px 0;
}

.infoWrapper ul li{
	background:url(images/bullet-dot.gif) no-repeat 5px 3px;
	margin:0 0 10px 0;
	padding:0 0 0 23px;
}

ul#commentlist{
	list-style:none;
}

ul#commentlist li{
	background:#f1f0f0;
	border-left:solid #dadada 4px;
	padding:15px 15px 10px 15px;
	line-height:18px;
	position:relative;
	margin:14px 0 0 0;
}

ul#commentlist span{
	background:	url(images/icon-pin.png) no-repeat;
	position:absolute;
	width:21px;
	height:21px;
	display:block;
	top:-10px;
	left:0;
	z-index:5;
}

cite{
	color:#a0a0a0;
	text-align:right;
	display:block;
	font-size:11px;
}


/* ========= Prospect Section END ======= */


/* =======   Prospect List    =========== */

.listTitle{
	background:url(images/bg-prospectList.jpg) repeat-x;
	height:39px;
	line-height:39px;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	padding:0 0 0 66px;
}

span.position{
	margin:0 0 0 137px;
}

span.number{
	margin:0 0 0 360px;
}

span.date{
	margin:0 0 0 14px;
}

.tableWrapper{
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	padding:4px;
}

.tableWrapper .thumb{
	border:1px solid #cecbcb;
	width:35px;
	height:35px;
	background:url(images/bg-photo.jpg) no-repeat;
	overflow:hidden;
	margin:0 0 0 9px;

}

.tableWrapper .name{
	padding:0 8px 0 0;
}

.tableWrapper .position{
	padding:0 24px 0 0;
}

.thumb img{
	width:35px !important;
	height:35px !important;
}

table.listTable{
	width:100%;
}

table.listTable td{
	vertical-align:middle;
	height:56px;

}

table.listTable tr.row1{
	background:#FFF;
}

table.listTable tr.row2{
	background:#f0efef;

}

table.listTable a{
	color:#000;
	text-decoration:none;
}

table.listTable a:hover{
	color:#333;
}

a.view{
	display:block;
	background:url(images/button-view.png) 0 0;
	width:57px;
	height:19px;
}

a:hover.view{
	background-position:0 -19px;

}



/* =======   Prospect List  END  ======== */

/* ============= tab Section ============ */

#rightContent ul.tabs{
	list-style:none;
	margin:0;

}

#rightContent ul.tabs li{
	float:left;
	font-size:15px;
	margin:0;
}

#rightContent ul.tabs li a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	padding:6px 18px 6px 18px;
	border-left:1px solid #dedede;
	border-top:1px solid #dedede;
	border-right:1px solid #dedede;
	display:inline-block;
	background:#fff;
}

#rightContent ul.tabs li a.selected{
	background:#262626;
	border-left:1px solid #262626;
	border-top:1px solid #262626;
	border-right:1px solid #262626;
	color:#FFF;

}

#tabContainer{
	width:622px;
	margin:0 0 20px 0;

}


.tab-content{
	background:#262626;
	color:#fff;
	padding:28px 20px 28px 20px;
}

.tab-content table{
	border:none;
	width:100%;
	border-spacing:0;
	font-size:12px;
}

.tab-content table td{
	padding:2px 10px 2px 0;
}


.tab-content table th{
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding:0 0 6px 0;
}

.tab-content table td strong{
	color:#999999;
}

/* ==========    tab END     ============ */

/* ============== Accordion ============= */

#accordion{
	margin:0 0 20px 0;
	padding: 0;
}
#accordion dt{
	background:url(images/bg-dt.jpg) repeat-x;
	height:39px;
	border-top:1px solid #656565;
	font-size:20px;


}

#accordion dt a{
	color:#FFF;
	line-height:39px;
	text-decoration:none;
	font-family: 'HelveticaNeueLight';
	letter-spacing:-1px;
	display:block;
	padding:0 0 0 12px;
}

#accordion dt a:hover{
	background:url(images/bg-dt-over.jpg) repeat-x;
}

#accordion dd {
	color:#333;
	font-size:13px;
	margin: 0 0 5px 0;
	padding: 16px;
}

/* ==========    Accordion END     ====== */


/* ==========    CAROUSEL      ========== */


div.scrollWrapper{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url(images/dotline.gif) 0 94px repeat-x;
}

div.scrollableArea{
	position: relative;
	width: auto;
	height: 100%;
}

.personName {
	width: 100%;
	height:28px;
	position: absolute;
	top: 90px;
	left:0;
	text-align:center;
	overflow:visible;
	background: center 9px no-repeat;
	clear:both;
	padding: 16px 0 0 0;
}


.personName .wrap{
	display:none;
	width: 400px;
	margin: 0 0 0 -145px;
}

#rightContent .personName h4 {
	height:20px;
	font-size:16px;
	letter-spacing:-1px;
	color:#25201e;
	margin:4px 0 4px 0;
}

.personName p{
	color:#25201e;
	font-size:12px;
	margin: 6px 0 0 -95px;
	line-height:14px;

}

.personHolder {
	display: block;
	float:left;
	width:100px;
	position:relative;
	background: top center no-repeat;
	margin: 0 auto 0 auto;
	text-align:center;
	height:184px;
}
.personHolder img {
	margin:0 auto;
	width: 80px
}

.personHolder a{
	cursor:default;
}


/* ==========    CAROUSEL END      ====== */


/* ==========    Press Video       ====== */

#gallery{
	margin:0 0 35px 0;
}

.videoContainer{
	float:left;
	margin:0 0 0 24px;
	width:191px;
	height:128px;

}

.video{
	position:relative;
}


.video img{
	width:191px;
}

.video a{
	background:url(images/vid-play.png) no-repeat 0 0;
	position:absolute;
	width:191px;
	height:128px;
	display:block;
	z-index:10;

}

.video a:hover{
	background-position:0 -127px;

}






/* ==========    Press Video END   ====== */

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

#bottomLink{
	background:url(images/bg-containerBottom.gif) no-repeat 0 0;
	padding:20px 30px 20px 30px;

}

#footer{
	margin:0 auto 0 auto;
	width:986px;

}

#contact{
	font-family: 'HelveticaNeueLight';
	padding:27px 40px 27px 40px;
	background:url(images/bg-containerdark.png) repeat-y #f9f9f9;
	color:#333;
	/*color:#8d8d8d;	*/
}

#contact a{
	color:#8d8d8d;
	text-decoration:none;
}

#contact .text1{
	font-size:20px;
	float:left;
	letter-spacing:-1px;
	width:240px;
	margin:6px 0 0 0;
}


#contact .addressInfo{
	font-size:11px;
	float:left;
	width:60px;
	line-height:16px;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}


#contact .address{
	font-size:11px;
	float:left;
	width:250px;
	line-height:16px;
}


#contact .text2{
	font-size:20px;
	float:left;
	letter-spacing:-1px;
	width:154px;
	margin:6px 0 0 0;
}

#contact .twitter a, #contact .facebook a, #contact .email a{
	width:33px;
	height:33px;
	display:block;
	float:left;
	text-decoration:none;
	margin-right:6px;
}

#contact .powerofwho a{
	width:62px;
	height:36px;
	display:block;
	float:left;
	text-decoration:none;
	margin-left:6px;
}

#contact .twitter a{
	background:url(images/icon-twitter.gif) no-repeat 0 0;
}

#contact .facebook a{
	background:url(images/icon-facebook.gif) no-repeat 0 0;
}

#contact .email a{
	background:url(images/icon-email.gif) no-repeat 0 0;
 }

#contact .powerofwho a{
	background:url(images/icon-powerwho.gif) no-repeat 0 0;
}


#contact .twitter a:hover, #contact .facebook a:hover, #contact .email a:hover{
	background-position:0 -33px;
 }


#contact .powerofwho a:hover{
	background-position:0 -36px;
}


#footerNav{
	float:left;
	width:400px;
	background:url(images/logo-footer.gif) no-repeat;
	padding:0 0 0 68px;
	font-size:11px;
	color:#8d8d8d;
	height:32px;
}



/*
#footerNav ul li{
	display:inline;
	background:url(images/divider.gif) no-repeat;
	margin:0 5px 0 0;
	padding:0 0 0 7px;
	font-weight:bold;

}



#footerNav ul li.first{
	background:none;
	padding:0;

}

#footerNav ul li a{
	color:#8d8d8d;
	text-decoration:none;
}

#footerNav ul li a:hover{
	color:#4c4b4b;
}*/



#footerNav .copyright{
	margin:10px 0 0 0;
}


#pursuant{
	float:right;
	width:164px;
}

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

/* clear */

#header:after, #nav:after, #contact:after, #bottomLink:after, #callout:after, #slideSelection ul:after, #mainContent:after, ul.tabs:after, ul.bulletBlock:after, #prospectContent .wrapper:after, .submitSection:after, .section:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header, #nav, #contact, #bottomLink, #callout, #slideSelection ul, #mainContent, ul.tabs, ul.bulletBlock, #prospectContent .wrapper, .submitSection, .section{
	height: 1%;
	//display: inline-block;

}
