/* impeL - Core Stylesheet */
* {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	background: #fff;
	}

.container {
	text-align: left;
	margin: 0 auto;
	width: 850px;
	}

#dash .container {
	position: relative;
	height:63px;
}

.clear {
	clear:both;
}

acronym{
	cursor:help;
	color:#E9621E;
}

/*&&&> 1a. Headers */

h1 {
	font: 16px/14px "lucida grande","trebuchet ms",verdana,sans-serif;
	/*color: #333;
	color: #1E70BA;*/
	margin: 6px 0 0 0;
	text-decoration: none;
	}	

h1 a,h2 a,h3 a {
	text-decoration: none;
	color: inherit;
	}

h2 {
	font: 14/22px "lucida grande","trebuchet ms",verdana,sans-serif;
	color: #333;
	}

h3 {
	font: 12px/34px "lucida grande","trebuchet ms",verdana,sans-serif;
	color: #555;
	}

/*&&&> 1b. Text */

p {
	font: 12px/22px "lucida grande","trebuchet ms",verdana,sans-serif;
	color: #666666;
	margin: 6px 0;
	}	
	
/*&&&> 1c. Link */

p a,h3 a {
	text-decoration: underline;
	}

p a:hover,h3 a:hover {
	text-decoration: none;
	}

p a:visited {
	text-decoration: none;
	}
	
a.external {
	color:#3373B0;
	background-image: url(../img/external_link.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 11px;
	/*border-bottom: 1px dotted #3373B0;*/
	text-decoration: none;
}
a.external:hover {
	color:#333;
	/*text-decoration: none;*/
}
a.form {
	color:#3373B0;
	background-image: url(../img/common/application_form.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px 13px 0 0;
	/*border-bottom: 1px dotted #3373B0;*/
	text-decoration: none;
}
a.form:hover {
	color:#333;
	/*text-decoration: none;*/
}
legend {
	font-weight : bold;
	color : #1E6CB4;
	margin : 0;
	padding : 0.5em;
	font: 14px/18px "lucida grande","trebuchet ms",verdana,sans-serif;
}
fieldset {
	margin : 0 0 0 0;
	padding : 1em;
	border : 1px solid #ccc;
	/*width:515px;*/
}
fieldset.full {
	width:538px;
	padding:5px;
	margin:0;
}
fieldset.inner {
	padding:5px;
	margin:5px;
}

#dash {
	background: #FFFFFF url(../img/dash_background.jpg) repeat-x top; /* Blue! */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	
.menuWrapper{
	padding-top:8px;
}
.menuBlock, .menuBlockSub
{
	height: 54px;
	background: url(../img/bg_menu.gif) no-repeat top;
}

.menuBlockSub
{
	height: 54px;
}

.management #dash { /* redundant */
	background-image: url(../img/dash_background.jpg);
	}

.marketing #dash {
	background-image: url(../img/dash_red_black.jpg);
	}

.quality #dash {
	background-image: url(../img/dash_green.jpg);
	}

.web #dash {
	background-image: url(../img/dash_orange_black.jpg);
	}

.technology #dash {
	background-image: url(../img/dash_grey.jpg);
	}
.company #dash {
	background-image: url(../img/dash_light.jpg);
}

/*&&&> 2a. Logo */

#logo h1 {
	position: relative;
	width:208px;
	height:100px;
	/*background: url(../img/impel2006.jpg) no-repeat top left;*/
	background: url(../img/impel2008.gif) no-repeat top center;
	float:left;
	margin: 25px 0 0 20px;
	}

#logo h1 a {
	display: block;
	position: absolute;
	top: 15px;
	left: 20px;
	width: 208px;
	height: 100px;
	}
#logo h1 a span{
	display: none;
	}
#logo a img {
	display: none;
	border: 0 none;
	}
	/*
#logo{
	width:208px;
	height:100px;
	background: url(../img/impel2006.jpg) no-repeat top left;
	float:left;
	margin: 20px 0 0 20px;
}
*/

/*&&&&&&> 3. Navigation */

/*&&&> 3a. Bar */

#navigation {
	list-style: none;
	position: absolute;
	height: 55px;
	width: 850px;
	left:50px;
	}

/*&&&> 3b. Positioning */

#navigation li {
	float: left;
	height: 55px;
	width: 125px;
	}

#navigation li a { 
	background: url(../img/navigation.jpg) no-repeat top left;
	font: 12px/40px "lucida grande","trebuchet ms",verdana,sans-serif;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
/* Short Links (Not Active Page) */
	margin: 0px 0 0 0;
	height: 42px; 
	}

#navigation li a span {
	visibility: hidden;
	}

/*&&&> 3c. Buttons */

#navigation a.management {
	background-position: 0 0;
	}

#navigation a.marketing {
	background-position: -125px 0;
	}

#navigation a.quality {
	background-position: -250px 0;
	}

#navigation a.web {
	background-position: -375px 0;
	}

#navigation a.technology {
	background-position: -500px 0;
	}
	
#navigation a.company {
	background-position: -628px 0;
}	

/*&&&> 3d. Hover */

#navigation .management:hover {
	background-position: 0 -97px;
	}

#navigation .marketing:hover {
	background-position: -125px -97px;
	}
	
#navigation .quality:hover {
	background-position: -250px -97px;
	}

#navigation .web:hover {
	background-position: -375px -97px;
	}

#navigation .technology:hover {
	background-position: -500px -97px;
	}

#navigation .company:hover {
	background-position: -628px -97px;
	}

/*&&&> 3e. Current Page */

.management #navigation .management,.marketing #navigation .marketing,.quality #navigation .quality,.web #navigation .web,.company #navigation .company,.technology #navigation .technology,.management #navigation .management:hover,.marketing #navigation .marketing:hover,.quality #navigation .quality:hover,.web #navigation .web:hover,.company #navigation .company:hover,.technology #navigation .tech:hover  {
	margin: 0;
	height: 55px !important;
	}

.management #navigation .management {
	background-position: 0 -42px !important;
	}

.marketing #navigation .marketing {
	background-position: -125px -42px !important;
	}

.quality #navigation .quality {
	background-position: -250px -42px !important;
	}

.web #navigation .web {
	background-position: -375px -42px !important;
	}

.technology #navigation .technology {
	background-position: -500px -42px !important;
	}
	
.company #navigation .company {
	background-position: -628px -42px !important;
	}
	
	
	
	
	
	
.spotTopWrapper, .spotBottomWrapper, .spotTopWrapperSubpage, .spotMenuSeparatorWrapper
{
	width: 100%;
	text-align: center;
}
.spotTopBlock, .spotBottomBlock, .spotTopBlockSubpage, .spotMenuSeparatorBlock
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
}	

.spotTopBlockSubpage
{
	height: 150px;
	background: #FFFFFF url(../img/bg_spot_subpage.gif) repeat-y top;
	
}
.contentArea
{
	padding-left: 26px;
	padding-right: 26px;
}
#header{
	height: 150px;
	width:848px;
	background-color:#FFFFFF;
	background-image: url(../img/header.jpg);
	background-position:top right;
	background-repeat: no-repeat;
	
}

#new{
	position:relative;
	left:820px;
	top:20px;
	height: 50px;
	width: 50px;
	background: url(../img/new.png) no-repeat top;
}




/*&&&&&&> 4. North */

.contentWrapper, .footerWrapper
{
	width: 100%;
	text-align: center;
}
.contentWrapper
{
	/*position:relative;*/
}
.contentBlock, .footerBlock
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
}
.contentBlock
{
	background: #ffffff url(../img/bg_content.gif) repeat-y top;
}



.header{
	height:148px;
	margin:0 0px 0 0;
	padding:0 0px 0 0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	position:relative;
	background: #FFFFFF url(../img/header.jpg) no-repeat top; /* Blue! */
}
#menu{
	width:850px;
	height:28px;
	/*_margin:0 0 0 8px;*/
	margin:0 0 0 26px;
	padding:0;
	background: #E5E5E5;
	border-top:1px solid #F2F2F2;
}
/* ---------------------------------------------

	Navigation

--------------------------------------------- */

#navbar {
	clear:left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 840px;
	background: #e1e1e1 url(../img/navigation_bg.gif) repeat-x top left;
	float: left;
	font: 16px/14px "lucida grande","trebuchet ms",verdana,sans-serif;
	font-size: 12px;
	font-weight:bold;
	list-style: none;
	height:28px;
}

#navbar .bar {
	border-left: 1px solid #ddd;
}

#navbar li {
	margin: 0;
	padding: 0;
	border-right: 1px solid #ddd;
	float: left;
	height:28px;
}

#navbar a {
	margin: 0;
	padding: 6px 12px 6px 12px;
	color: #666;
	float: left;
	text-decoration: none;
}

#navbar a:hover {
	color: #000;
	background-color: #fff;
}

#navbar a.active {
	color: #000;
	background-color: #fff;
	font-weight: bold;
}

.spotMenuSeparatorBlock
{
	width:850px;
	height: 19px;
	/*background: #ffffff url(../img/bg_s_c.gif) no-repeat top;*/
	background: #ffffff url(../img/menu_bg.gif) no-repeat top;
}
.lowerSeparatorBlock
{
	padding:0 0 0 50px;
	width:850px;
	height: 19px;
	/*background: #ffffff url(../img/bg_s_c.gif) no-repeat top;*/
	background: #ffffff url(../img/menu_bg_inverted.gif) no-repeat top;
}

.footerWrapper
{
	clear:both;
	background-color: #f2f2f2;
	
}
.footerBlock
{
	height: 55px;
	color: #6a6a6a;
	font-size: 10px;
	background: #ffffff url(../img/bg_footer.gif) repeat-y top;
}
.footerBlock a, .footerBlock a:visited, .footerBlock a:active
{
	color: #6a6a6a;
	text-decoration: none;
}
.footerContent
{
	padding-left: 55px;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.footerLogo
{
	float: left;
}
.footerCopyright
{
width:230px;
	margin-left: 15px;
	margin-top: 5px;
	float: left;
}

.footersocial
{

	margin-left: 100px;
	margin-top: 5px;
	float: left;
}

.footersocial img
{
	padding:0 5px 0 0;
}
.footerValidation
{
	margin-top: 12px;
	float: right;
}


#main {
	position:relative;
	padding: 5px 45px 5px 45px;
}

#left {
	float: left;
	width: 550px;
	padding-right: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#left p {
	text-align:justify;
}
#left p a {
	text-decoration: none;
	/*background-image: url(../img/external_link.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	*/
}
#left p a:hover {
	/*background-color: #daebfc;*/
	text-decoration: underline;
}

#left p img {
	float:left;
	padding:5px;
	margin:5px 5px 5px 0px;
	/*border:1px solid #ccc;*/
}

#left span img{
	float:left;
	padding:4px;
	margin:4px;
	border:1px solid #ccc;
}

#left h1 {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: url(../img/content_h1_bg.gif) repeat-x 0 50%;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: 1px;
}
#left h1 span {
	padding: 0 5px;
	background: #fff;
}

#left .rss{
	float:left;
	margin:-25px 0 0 505px;
}
#left .rss img{
	border:0px solid #000;
}

#left ul{
margin: 10px 0 10px 15px;
padding: 0;
list-style: none;
font: 12px/22px "lucida grande","trebuchet ms",verdana,sans-serif;
	color: #666666;
}

#left ul li {
line-height: 20px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../img/arrow.png) ;
background-repeat: no-repeat;
background-position: 0px 7px;
}

#left ul li a{
	text-decoration:none;
}

#right {
	float: left;
	width: 200px;
	padding:0 0 0 20px;
}
#right p {
	font-size: 11px;
	margin-bottom: 5px;	
}
.newsBox {
	float: left;
	margin-top: 10px;
}
.newsBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	display: inline;
	margin-left: 3px;
}
.newsBox p a {
	color: #333333;
	text-decoration: none;
}
.newsBox p img{
	/*float: left;*/
}
.divider {
	background-image: url(../img/dividerBG.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	width: 218px;
	height: 18px;
	border-top: 1px solid #CCCCCC;
	margin-top: 4px;
}
#right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	margin: 0px;
	background-color: #E5E5E5;
	border: 1px solid #CCCCCC;
	display: block;
}
/************ NEWS Articles ************/
/***************************************/

ul.news {
	margin-top: -12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
ul.news li {
	list-style-type: none;
	float: left;
	
}
ul.news li  img{
	border:0;
}
ul.news li a {
	display: block;
	float: left;
	width: 218px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
ul.news li a:hover {
	width: 215px;
	background-image: url(../img/newsArrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #f3f3f3;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.separatorH
{
	background: url(../img/separator.gif) no-repeat center;
	width: 100%;
	height: 25px;
	clear: both;
}
#headerHeadline {
	float:left;
	width:340px;
	padding:20px 0 0 5px;
	text-align:justify;
	position:relative;
	background:url(../img/bk_quotes.gif) top left no-repeat;
	background-position:5px 15px;
	color:#939393;
	left:50px;
}	
#headerHeadline h2{
	font-size:20px;
}

.red{
	color:#999;
}
.impel{
	color:#0592D9;
	font-weight:bold;
}
#left strong{
	color:#F58320;
	font-weight:bold;
}


.imgborder{
	padding: 5px;
	background: transparent url(../img/img-bg.gif) no-repeat;
	border: none;
	margin-right:10px;
}

/* //////////////////////////////////////////////////////////
GALLERY BLOCK -----------------------------------------
////////////////////////////////////////////////////////// */

#gallery{
	padding:0;
	margin:0;
}
div.thumbwrapper {
	float: left;
	height: 76px;
	width: 112px;
	padding: 5px;
	background: #FFFFFF;
	/*background: url(../images/transparent.gif);*/
	margin: 6px 6px 6px 6px;
	border: 1px solid #AFAB8E;
	text-align: center;

}
div.thumbwrapper img{
	border: 1px solid #AFAB8E;
	width:110px;
	height:74px;
}

.highslide {
	cursor: url(../js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid gray;
}
.highslide:hover img {
	border: 1px solid white;
}

.highslide-image {
    border: 1px solid white;
}
.highslide-image-blur {
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(../js/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
	width: 400px;
}
.highslide-control{
	height:20px;
	padding: 2px;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	/*text-transform: uppercase;*/
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.highslide-body{
	padding: 0 10px 10px 10px;
	text-align:justify;
}
.highslide-body p{
	padding: 4px 0px 4px 0px;
}
.highslide-body h3{
	color:#E9621E;
	font-size:1.0em;
}


/* ------------------------------------------- 

Form Styles 

------------------------------------------- */

#form, #form_right {
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	text-align: left;
	float:left;
}

#form h3, #form_right h3{
	margin:0 0 0 10px;
}

#form form img, #form_right form img{
	border:0;
}
#form, #form_right {
	width:250px;
}
#form, #form_right p{
	padding-left:10px;
	line-height:14px;
}

.formitem{
	margin: 0 3px 0px 3px;
	padding: 0;
	border: 0;
	text-align: left;
	float:left;
	width:240px;
}
.formitem h3{
	margin:0 0 0 10px;
}
.input {
	width: 225px;
	border: 1px #CACACA solid;
	padding: 2px;
	margin: 0px 0 0px 10px;
	background: transparent;
	color: #6A6A6A;
	background-image: url(../img/form-bg.jpg);
	background-repeat: repeat-x;
}

.button {
	border: 1px #CACACA solid;
	margin-top: 10px;
	margin-left: 10px;
	width: auto;
	color: #5B5B5B;
	background: #FFFFFF;
	background-image: url(../img/form-bg.jpg);
	background-repeat: repeat-x;
	font-size: 8pt;
}

.textarea 	{
	width: 225px;
	border: 1px #CACACA solid;
	padding: 2px;
	margin: 2px 0 5px 10px;
	color: #5B5B5B;
	background: #FFFFFF;
	background-image: url(../img/form-bg.jpg);
	background-repeat: repeat-x;
	height: 127px;
}

.submit {
	border: 1px #CACACA solid;
	margin-top: 10px;
	margin-left: 10px;
	width: 160px;
	color: #5B5B5B;
	background: #FFFFFF;
	background-image: url(../img/form-bg.jpg);
	background-repeat: repeat-x;
	font-size: 8pt;
}

/* Removes vert whitespace from form */
form {
	margin-top: 0 0 0 0;
}
.validation-advice {
	margin: 0px 0 0 10px;
	padding: 2px 2px 2px 15px;
	color:#F78320;
	font-size:11px;
	background: url(../img/alert.gif) no-repeat 0 50%;
}
#contactsub{
	float:left;
	padding:0 0 0 40px;
	margin:0;
}
#contactsub p{
	padding:0 0 6px 0px;
	margin:0;
}

#contactsub h3{
	padding: 0 0 5px 0;
	font-size: 1.0em;
	margin: 0;
	color:#000;
}

#contactsub ul {
	clear: both;
	line-height: 1.9em;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 150px;
	font-size: 11px;
	list-style:none;
	margin-bottom:0px
}
#contactsub li {
	background: url(../img/squarebullet.gif) no-repeat 0 50%;
	font-size: 1em;
}
#contactsub li.cd {
	background: none;
	padding-left: 8px;
}
#contactsub #cd-contact li {
	background-position: 0 55%;
	padding-left: 20px;
}
#contactsub #cd-phone {
	background-image: url(../img/phone.gif);
}
#contactsub #cd-fax {
	background-image: url(../img/phone.gif);
}
#contactsub #cd-mob {
	background-image: url(../img/phone.gif);
}
#contactsub #cd-email {
	background-image: url(../img/email.gif);
}
#contactsub #cd-email a{
	width:130px;
	height:15px;
	color:#999;
	text-decoration: none;
}
#contactsub #cd-email a:hover{
	color:#F78320;
}
#contactsub #cd-web {
	background-image: none;
}
.msg{
	padding: 10px 0 10px;
	background: #FFF;
	margin: 0 0 10px 0;
	border: 1px dotted #E5661F;
	width: 100%;
	clear: both;
}
.msg p{
	font-weight:bold;
	color:#FC8020;
}
.msg img{
	padding:0 10px 0 10px;
	float:left;
	border:0;
}

/* Search results */
.idented {
	margin-left:30px;
}
b{
	font-size:0.9em;
}
#other_pages {
	text-align:center;
}
/*Small urls*/
.url {
	color: #115599;
	font-size:0.8em;
}
/*Page descriptions*/
.description{
	font-size: 13px;
}
/* Title/link of pages */
.title{color:#0000FF; font-size:15px}
#result_report {
	text-align:center ;
	padding:3px;
	margin-bottom:14px;
	font-size:0.9em;
}
#powered_by {
	margin:0 auto;
	margin-top:20px;
	padding-top:10px;
	font-size:10px;
	text-align:center;
	vertical-align: center;
}

#common_report {
		text-align:center;
}
.divline{
	margin-top:20px;
	margin-bottom:-5px;
	border-bottom:1px solid #DDDDDD;
}
#did_you_mean {
	font-size: 14px; 
	text-align:center ;
	margin:10px;

}
.prog-search{
	border:1px solid #ccc;
	width:60px;
	height:15px;
	float:left;
	padding:0 4px 0 0;
	margin:0 4px 0 0;
}

#foliorows {
	color:#666;
	font-size:0.8em;
}

.folioitem {
	width: 250px;
	height: 115px;
	float: left;
	padding: 5px 8px 5px 8px;
}
.folioitem_big {
	width: 470px;
	height: 74px;
	float: left;
	padding: 5px 10px 5px 10px;
}
.folioitem_big strong{
	font-weight: bold;
	color: #000000;
}
.folioitem_big div{
	border: 1px solid #999;
}
.folioitem a, ul.lists  li a, .folioitem_big a{
	text-decoration:none;
	font-weight: bold;
	color: #0084BE;
	font-size:0.9em;
}
.folioitem a:hover, .folioitem_big a:hover, ul.lists  li a:hover{
	color: #666;
}
.folioitem img, .folioitem_big img {
	border: 1px solid #999;
	padding: 4px;
	background: #fff;
	width: 250px;
	height: 85px;
}
ul.lists  li{
	float:left;
	width:250px;
}

/* Pages */
/*
div.pages{
	padding:10px 0 0 0px;
}
#left div.pages img{
	border:0;
	padding: 3px;
	margin:0;
}
#left div.pages a img{
	border:0;
	padding: 0px;
	margin:0;
}
div.pages div, div.pages a {
	margin-right: 1px;
	border: 1px solid #ccc;
	text-decoration: none;
	font-size: 11px;
	float: left;
	color: #E5661F;
	background:#F2F2F2;
}
div.pages a {
	color: #E5661F;
	padding: 1px 5px 2px 5px;
}
div.pages a:hover {
	background: #FFF;
}
div.pages span {
	margin: 3px 6px 0px 6px;
	padding: 0px;
	font-size: 11px;
	float: left;
}
div.pages .current {
	background-color: #E5661F;
	border-color: #F58322;
	color: #FFF;
	padding: 1px 5px 2px 5px;
}
div.pages .previous, div.pages .next {
    color: #E5661F;
}
*/
/* //////////////////////////////////////////////////////////
				PAGINATION BLOCK
////////////////////////////////////////////////////////// */
.pages {
    margin: 10px 0 10px 0;
    clear: left;
    font-size: 13px;
	font-weight:normal;
	padding: 0 5px 0 20px;
	font-family:tahoma;
    height: 1em;
    border: none;
    background: url(../img/layout/underline.png) 0 12px repeat-x;
}

.pages a, .pages span {
	
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
	color:#666;
}

.pages span.current {
    border: 1px solid #004170;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
}

.pages span.stats {
	margin-right:15px;
}

.pages a {
    border: 1px solid #ccc;
    text-decoration: none;
	
}

.pages a:hover {
    border-color: #999999;
}

.pages a.nextprev {
	font-weight:bold;
}

.pages span.nextprev {
	border: 1px solid #ddd;
    color: #999;
}

.pages .nextprev {
        float: right;
        margin-left: 10px;
}

.pages .pagenum {
        text-align:center;
        margin-left: 2px;
}
#folio_sub_left{
	float:left;
	padding:0 40px 20px 40px;
}

#folio_sub_left img{
	/*width: 450px;
	height: 303px;*/
	border: 1px solid #ccc;
	padding: 4px;
}
#folio_sub_details{
	clear:left;
}
#folio_sub_details h3{
	color: #0084BE;
	font-size:1.3em;
	border-bottom:1px solid #ccc;
	margin:0 0 10px 0;
}
span.details {
	padding-right: 60px;
}

dl.details {
}

dl.details dt {
	float: left;
	width: 100px;
	margin-bottom: 1em;	
}

dl.details dd {
	margin-left: 100px;
	margin-bottom: 1em;	
}

dd.orange a:link, dd.orange a:visited { color: #FF7F00; text-decoration:none;}
dd.green a:link.green, dd.green a:visited.green { color: #96D40D; text-decoration:none;}
dd.orange a:hover{
	color: #666;
}

#folio_sub_details strong{
	color:#666;
}
#ergonav{
	padding:10px 0 10px 0;
}
#ergonav a {
	color: #0084BE;
	text-decoration:none;
}
#ergonav a:hover {
	color:#333;
}


ul#aphabet {
	margin: 0;
	/*border-top: 1px solid #e8e8e7;
	border-bottom: 1px solid #e8e8e7;*/
	padding: 5px 0 15px 0;
	list-style-type: none;
	margin:0 0 15px 0;
}

ul#aphabet li {
	float: left;
	width: 19px;
	background-image: url(../img/common/arrow.jpg);
	background-position: 16px 5px;
	background-repeat: no-repeat;
	padding-left:5px;
}

ul#aphabet li.nlast {
	background-image: none;
}
ul#aphabet li a{
	font-size:1.2em;
	color:#1E6CB4;
}
ul#aphabet li a:hover{
	color:#F0741C;
}
#articles h2{
	color:#1E6CB4;
	font-size:1.0em;
	border-bottom:1px solid #ccc;
	padding-left:14px;
	background: url(../img/common/arrow.jpg) no-repeat 0px 5px;
	font-weight:normal;
}

#articles h2 a{
	color:#1E6CB4;
	cursor:hand;
}
#articles h2 a:hover{
	color:#F0741C;
	cursor:hand;
}

ul.webnews li a {
	line-height:13px;
}
ul.webnews li strong{
	color:#ccc;
}
#workwithus {
	padding: 20px 0 10px;
	background: #F2F2F2;
	margin: 0 0 10px;
	border: 1px dotted #E5661F;
	width: 100%;
	max-width: 570px;
	clear: both;
}
#workwithus h2 {
	border: 0;
	margin:0 0 0 20px;
	font-size:1.0em;
	color:#666;
}
#workwithus p {padding: 0 20px;}

.service_row{
	padding:5px 0 5px 0;
}
.service_row img{
	float:left;
	padding:7px;
}
.service_row p{
	text-align:justify;
}
.service_row h2{
	color:#1E6CB4;
	font-size:1.0em;
	border-bottom:1px solid #ccc;
	padding-left:14px;
	background: url(../img/common/arrow.jpg) no-repeat 0px 5px;
	font-weight:normal;
}

#left h5{
	font: 1.0em "lucida grande","trebuchet ms",verdana,sans-serif;
	color:#333;
	cursor:pointer;
	border-bottom:1px solid #ccc;
	font-weight:normal;
}
#left h5 a{
	color:#333;
	text-decoration:none;
}
#left h5 a:hover{
	color:#E5661F;
}
.postDate {
	color:#ccc;
	font-size:12px;
	margin-top:0px;
	padding-bottom:5px;
}

.tbl1 {
border-left:1px solid #ddd;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
width:100%;
clear:both;
margin:0 0;
}

.tbl1 th,.tbl1 td {
vertical-align:top;
text-align:left;
color:#666666;
padding:4px 6px;
font: 8px/14px "lucida grande","trebuchet ms",verdana,sans-serif;
}

.tbl1 td {
font-size:.9em;
text-align:left;
}
.tbl1 td a{
	color:#666666;
	text-decoration:none;
}
.tbl1 td a:hover{
	color:#f58320;
	text-decoration:underline;
}

.tbl1 img {
border:none;
vertical-align:middle;
}

.tbl1 tr.alt td {
background:#F2F2F2;
}

.tbl1 thead th {
background:url(../img/common/bgpostdetails.gif) no-repeat -10px 0;
color:#1E6CB4;
vertical-align:middle;
height:27px;
padding:0 6px;
font: 12px/18px "lucida grande","trebuchet ms",verdana,sans-serif;
}

#left ul.type{
	list-style: none;
}
#left ul.type  li{
	float:left;
	background:none;
	padding:0 30px 2px 0;
}
#left ul.type  li img{
	padding:2px 5px 0 0;
	float:left;
}

.left_logos
{
float:left;
margin-left:40px;
margin-top:10px; 

}



ul.twit {
	margin-top: -12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
ul.twit li {
	margin-top: 8px;
	list-style-type: none;
	float: left;
}

 ul.twit #datetwit{
	font:  "lucida grande","trebuchet ms",verdana,sans-serif!important;
	font-size:12px;
	color:#999999;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


ul.twit li  img{
	border:0;
}
ul.twit li a {

	font-weight:normal!important;
	color:#0592d9;

}
ul.twit li a:hover {

color:#EB671D;
}

.twit_follow {
	margin-top:80px;

}

.twit_follow  a{
	font-size:12px;
	margin-left:80px;
	color:#0592d9;
	font-weight:bold;
}

.newsBox1 {
	float: left;
	margin-top: 10px;
}
.newsBox1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	margin: 0px;
	background-color: #E5E5E5!important;
	border: 1px solid #CCCCCC;
	display: block;
}
.newsBox1 p a {
	color: #333333;
	text-decoration: none;
}
.newsBox1 p img{
	/*float: left;*/
}

.newsBox1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	margin: 0px;
	background-color: #E5E5E5!important;
	border: 1px solid #CCCCCC;
	display: block;
}

.divider1 {
	
	background-repeat: no-repeat;
	background-position: 0 1px;
	width: 218px;
	height: 3px;
	border-top: 1px solid #CCCCCC;
	margin-top: 4px;
}

.left_social
{

}
.left_social img
{
padding-top:5px; 
}

#map{
	padding:5px;
	border:1px solid #ccc;
}


.hor-minimalist-b
{
	font-family: "lucida grande","trebuchet ms",verdana,sans-serif;
	font-size: 12px;
	background: #fff;

	width: 545px;
	border-collapse: collapse;
	text-align: left;
}
.hor-minimalist-b th
{
	font-size: 14px;
color: #0592d9;

font-weight: bold;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
.hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #666666;
	padding: 6px 8px;
}
.hor-minimalist-b tbody tr:hover td
{
	color: #009;
}

.hor-minimalist-b td a
{
color: #0592d9;
font-weight: bold;
text-decoration:none;
}

.hor-minimalist-b td a:hover
{
color: #eb671d;
font-weight: bold;
text-decoration:none;
}