body {
    font-size: 0.75em;
}

.Normal {
    font-size: 1.0em;
}

body.Normal {
    font-size: 0.75em;
}

#Body {
    background-color: #96bfd1;
}

.clearer {
    clear: both;
}

#Form {
    height: auto !important;
    margin: 0 !important;
}

body, table thead, table th, table tfoot, table td,
blockquote, input, textarea, .Normal
{
    font-family: Verdana, serif;
    color: #595959;
    line-height: normal;
}

table, tbody, tr, td, th, thead, tfoot {
    font-size: 1.0em;
}

#wrap .NormalTextBox 
{
	font-family: Verdana;
}

p {
    margin: 0 0 1.0em 0;
    line-height:1.4em;
}

ul {
    margin: 0 0 1.0em 0;
}

ul ul {
    margin-bottom: 0;
}

ul li, ul ul li, ul ul ul li {
    list-style: none;
    background: url(img/list-icon.gif) 0 6px no-repeat;
    padding-left: 10px;
}

a img {
    border: none;
}

a, a:link, a:visited, a:active {
    color: #2b7590;
    text-decoration: none;
}

a:hover {
    color: #2b7590;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, serif;
	color: #272526;
	font-weight:normal;
    padding: 0;
    margin: 0 0 0.8em 0;
}

h2 
{
	font-size: 1.3em;
}

#wrap {
    text-align: left;
    margin: 0 auto;
    width: 1004px;
}

.DNNEmptyPane {
    display: none;
}

.AvenlaForm .DynamicFormField 
{
	clear:both;
}
.AvenlaForm .DynamicFormFieldLabel {
    width: 100px;
    text-align: right;
}

.AvenlaForm .DynamicFormInput {
    margin-left: 110px;
    _margin-left:5px;
	width: 262px;
    padding-bottom: 4px;
    _padding-bottom: 0;
}

.AvenlaForm .DynamicFormText input, .AvenlaForm .DynamicFormTextarea textarea {
    width: 262px;
    border:solid 1px #ccc;
}

.AvenlaForm .DynamicFormInput label 
{
	white-space:nowrap;
	font-size: 0.9em;
}

.AvenlaFormSubmit {
	/*margin: 10px 69px 0 0;*/
	margin: 10px 0 0 110px;
    overflow:hidden;
}

.AvenlaForm .DynamicFormInput select 
{
	_margin: 3px 0 3px 6px;
}

.AvenlaForm label 
{
	font-size: 0.9em;
	vertical-align:top;
	_vertical-align:middle;
}

.AvenlaForm .separator .DynamicFormInput
{
	background: url(img/separator-vertical-light.gif) top left repeat-x;
	padding: 10px 0 4px 0;
	margin: 10px 0 0 110px;
	_margin: 10px 0 0 100px;
}

.AvenlaForm .DynamicFormCheckboxInput input 
{
	margin: 0 4px 0 3px;
}

.AvenlaForm .DynamicFormLabel label
{
	float:none;
	width: 262px;
	color: #707E40;
	text-transform:uppercase;
    margin-left:110px;
    padding: 25px 0 10px;
    text-align:left;
}

.AvenlaForm .AvenlaFormSubmit input 
{
	float:left;
	display:block;
	border:0;
	background: url(img/form-button2.png) top left no-repeat;
	width: 66px;
	height: 24px;
	color: #FFF;
	margin: 0 4px 0 0;
}

#FormReset {
	display: none;
}


#header 
{		
    height:180px;
    position:relative;
    padding: 0 29px;
    overflow:hidden;
	background: url(img/header3.png) top center no-repeat;
}

#contentarea {
    background: url(img/wrapper-bg2.png) 0 0 repeat-y;
    overflow:hidden;
    padding: 0 29px 25px;
}

#logo 
{
    background: url("img/spacey.gif") repeat scroll left top transparent;
    display: block;
    float: left;
    height: 56px;
    margin: 38px 0 0 308px;
    width: 327px;
}

#langnav
{
	margin: 19px 0 6px;
	float:right;
	width:130px;
	height:32px;
	position:relative;
}

#langnav select 
{
	width: 110px;	
	color:#3977a8;
}

#langs ul
{
	margin:0;
	padding:4px;
	width: 109px;
	min-height: 29px;
	right:0;
	position:absolute;
	z-index: 200;
	background: #FFF url(img/langnavi.gif) 0 0 no-repeat;
}

#langs li
{
    background: none;
    border: 1px solid #CCCCCC;
    display: none;
    font-family: verdana, serif;
    font-size: 0.95em;
    margin: 0 0 -1px;
    padding: 0 3px;
}

#langs .active li.Menu-open {
    border: 1px solid #CCCCCC;
}

#langs li.Menu-open
{
    border:0;
	font-weight:bold;
	display:block;
}

#langs .active li.Menu-first {
    border: 0;
    margin: 0 0 3px;
}

#langs a, #langs a:hover, #langs a:active, #langs a:visited, #langs a:link 
{
	padding:1px 18px 1px 4px;
	display:block;
}

#langs .active li 
{
	display:block;
}

#search 
{	
	float:right;
	clear:right;
	background:url(img/search.gif) 0 0 no-repeat;
	width: 117px;
	height:35px;
}

#search input 
{
	float:left;
	width: 85px;	
	font-size:0.9em;
	color: #cccccc;
	border:0;
	margin: 5px 2px;
	padding: 2px 2px 1px;
}

.search-icon 
{
    float:right;
    width:24px;
    height:26px;   
}

#nav 
{	
	margin: 130px auto 0;
	line-height:50px;
}

#nav ul 
{
    overflow:hidden;
	padding:0;
	margin:0;
	text-align:center;
	font-family: Verdana, serif; /* ASPECT */
}

#nav li 
{
    display:inline;
    background: none;
	padding:0;
	margin:0;
}

#nav a, #nav a:hover, #nav a:active, #nav a:visited, #nav a:link 
{
	text-transform:uppercase;
	color:#2b7590;	
	padding: 0 15px;
	font-size:1.1em;
	font-weight:bold;
}

#nav a:hover, #nav a.Menu-open, #nav a:visited.Menu-open, #nav a:active.Menu-open, #nav a:visited.Menu-open, #nav a:link.Menu-open
{
	color: #262626;
	text-decoration:none;
}

.AvenlaSlideshowImages {
	 margin: 0;
	 padding: 0;
	 height: 519px;
	 width: 942px;
	 position: relative;
	 overflow: hidden;
}

.AvenlaSlideshowImages li {
	 visibility: hidden;
	 position: absolute;
	 top: 0;
	 width: 942px;
	 padding:0;
	 background:none;
	 left: 50%;
}

.AvenlaSlideshowPrev {
	display:block;
	float:left;
	width: 32px;
	height:33px;
	cursor:pointer;
	background: url(img/scroll-left.png) top left no-repeat;
}

.AvenlaSlideshowNext{
	display:block;
	width: 32px;
	cursor:pointer;
	float:left;
	height:33px;
	background: url(img/scroll-right.png) top left no-repeat;
}

#counter{
	width: 50px;
	margin-top: 8px;
	float:left;
	color:#FFF;
	text-align:center;
}

#counter span {
	color: #FFF;
	font-weight:bold;
}

#slides {
	position:relative;
	/*background: url(img/slider-frame.png) 0 0 no-repeat;*/
}

#slides #actions {
	position:absolute;
	left: 800px;
	bottom:13px;
	z-index: 3;
}

.AvenlaSlideshowNavi {
	display:none;
}

.slideInfo 
{
	position:absolute;
	top: 40px;
	left: 515px;	
}

#main 
{	
	overflow:hidden;
	padding: 15px 0 0;
}

#left 
{
	width: 212px;
	float:left;
	min-height:1px;
}

#content 
{
	width: 327px;
	float:left;
	margin: 0 0 0 28px;	
}

.fpcontent #content {
    width:478px;
    margin:0;
}

.fpcontent #right {
    width:213px;
}

.subpage #content 
{
	width: 697px;
	float:left;
}

.subpage .columns 
{
	width: 700px;
	float:right;	
	overflow:hidden;
	margin: 0;
}

.subpage #bottom 
{
	float:right;
	overflow:hidden;
	width:679px;
}

.columns #leftColumn 
{
	float:left;
	width: 445px;
	overflow:hidden;
}

.columns #right 
{
	width: 213px;
	float:right;	
	margin: 0 0 0 20px;
	overflow:hidden;
}

.campaign .columns #right {
	width: 224px;
}

.services .columns #right 
{
	margin: 0 0 0 20px;
}

.mail a, .mail a:link, .mail a:hover, .mail a:active, .mail a:visited 
{
	color: #FFF;	
}

#right 
{
	width: 327px;
	float:left;
	margin: 0 0 0 25px;
}

.ArticleList ul
{
    margin:0;
	padding:0;
}

.ArticleList a, .ArticleList a:hover, .ArticleList a:active, .ArticleList a:visited, .ArticleList a:link 
{
	display:block;	
	background: url(img/raquo-big.gif) 0 5px no-repeat;
	padding: 0 0 0 13px;
}

.CategoryList a, .CategoryList a:hover, .CategoryList a:active, .CategoryList a:link, .CategoryList a:visited 
{
	background: none;
	padding:0 5px 0 0;
	color:#0a5482;
	display:inline;
}

.minipaging {
    float: right;
    text-align: right;
    color: #A0A0A0;
    padding: 7px 3px 0 0;
}

.minipaging a, .minipaging a:hover, .minipaging a:active, .minipaging a:link, .minipaging a:visited 
{
	padding: 0 3px;
}

.minipaging a.active, .minipaging a.active:hover, .minipaging a.active:active, .minipaging a.active:link, .minipaging a.active:visited 
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.htheader 
{
	margin:5px 0 6px 0;
	padding: 0 0 8px 13px;
	background: url(img/separator-vertical-light.gif) repeat-x scroll left bottom;
}

.htheader a, .htheader a:link, .htheader a:active, .htheader a:hover, .htheader a:visited 
{
	padding: 0 15px 0 0;
	background:url(img/closed-arrow.gif) no-repeat scroll 100% 0.4em;
}

.htactive a, .htactive a:link, .htactive a:active, .htactive a:visited, .htactive a:hover 
{
	background: url(img/open-arrow2.gif) 100% 0.5em no-repeat;
	color: #707E40; /*#d41920;*/
	text-decoration:none;
}

.CategoryList .htcontent li
{
	padding-left: 13px;
	background:url(img/raquo.gif) 0 6px no-repeat;
	margin: 0 0 0 13px;
}

.CategoryList .htcontent li.subheading 
{
	padding-left:0;
}

.PublicationsList .htcontent li 
{
	padding:0;
}

.PublicationsList .htcontent li a, .PublicationsList .htcontent li a:hover, 
.PublicationsList .htcontent li a:hover, .PublicationsList .htcontent li a:link,
.PublicationsList .htcontent li a:visited 
{
	background: url(img/pdf.gif) 0 4px no-repeat;
	min-height: 27px;
	_height: 27px;
	display:block;
	padding:24px 0 0 41px;
}

.ArticleList li 
{
    background:none;
	padding: 0 0 12px;
}

.referenceList a, .referenceList a:link, .referenceList a:active, .referenceList a:hover, .referenceList a:visited 
{
	background:none;
	padding: 0;	
}

.referenceList li.first 
{
	font-size: 1em;
	font-weight:normal;
	padding: 0 0 5px;
}
.MoreArticles a, .MoreArticles a:hover, .MoreArticles a:active, .MoreArticles a:visited, .MoreArticles a:active, .MoreArticles a:link
{
	background: url(img/letter-icon.gif) 0 0 no-repeat;
	color: #4a81a0;
	padding: 1px 0 1px 20px;
}

#footer 
{
	background: url(img/footer2.png) center top no-repeat;
	height: 154px;
	clear:both;
	padding: 0 29px;	
}

#footer p 
{
	float:left;
	font-size:0.9em;
	line-height:18px;
	margin: 0 40px 0 0;	
}

.mail 
{
	padding: 0 0 0 14px;
	background: url(img/mail-icon.gif) 0 3px no-repeat;
}

.phone 
{
	padding: 0 0 0 16px;
	background: url(img/phone-icon.gif) 0 5px no-repeat;	
}

.fax 
{
	padding: 0 0 0 16px;
	background: url(img/fax-icon.gif) 0 5px no-repeat;	
}

#nav li.Menu-tabid9902 {
	display:none;
}

#footer .group 
{
	margin:56px 0 0 46px;
}

.footer-bottom 
{		
	font-size: 0.9em;
	text-align:center;	
	padding-bottom: 20px;
}

.footer-bottom a {
    color:#666865;
}

#langnav select 
{
	border:solid 1px #cccccc;
}

#subnav 
{
	margin: 20px 0 0 0;
}

#subnav ul 
{
	padding:0;
}

#subnav li
{
	padding: 9px 0;
	background: url(img/separator-vertical-light.gif) top left repeat-x;
	text-transform:uppercase;
}

#subnav a {
    line-height:18px;
    padding: 0 0 0 12px;
    display: block;
}

#subnav a.Menu-l2 {
    font-size:14px;
}

#subnav li.Menu-first 
{
	background:none;
}

#wrap #subnav li li a
{
	color: #4b82a3;
	background: url(img/raquo.gif) 0 6px no-repeat;
	padding: 0 0 0 10px;
}

#subnav li li 
{
	background:none;
	padding:0 0 0 15px;
	text-transform:none;
}

#subnav ul ul {
    margin: 6px 0 0;
}

#subnav li.Menu-open a, #subnav li.Menu-open a:active, #subnav li.Menu-open a:visited, #subnav li.Menu-open a:hover, #subnav li.Menu-open a:link,
#subnav li.Menu-sel a, #subnav li.Menu-sel a:active, #subnav li.Menu-sel a:visited, #subnav li.Menu-sel a:hover, #subnav li.Menu-sel a:link
{
	color: #707e40;
}

.grouppage #subnav li.Menu-open a, .grouppage #subnav li.Menu-open a:active, .grouppage #subnav li.Menu-open a:visited, .grouppage #subnav li.Menu-open a:hover, .grouppage #subnav li.Menu-open a:link,
.grouppage #subnav li.Menu-sel a, .grouppage #subnav li.Menu-sel a:active, .grouppage #subnav li.Menu-sel a:visited, .grouppage #subnav li.Menu-sel a:hover, .grouppage #subnav li.Menu-sel a:link
{
	color: #707e40;
}

.grouppage #subnav li.Menu-tabid9903 a, .grouppage #subnav li.Menu-tabid9903 a:active, .grouppage #subnav li.Menu-tabid9903 a:visited, .grouppage #subnav li.Menu-tabid9903 a:hover, .grouppage #subnav li.Menu-tabid9903 a:link
{
	color: #707e40;
}

#wrap #subnav li li  a.Menu-sel, #wrap #subnav li li a.Menu-sel:link, #wrap #subnav li li a.Menu-sel:visited, 
#wrap #subnav li li a.Menu-sel:active, #wrap #subnav li li a.Menu-sel:hover 
{
	color: #707e40;
	background:url(img/raquo-green.gif) 0 6px no-repeat;
}

#subnav li.Menu-tabid9199 a,  #subnav li.Menu-tabid9199 a:link,  
#subnav li.Menu-tabid9199 a:visited,  #subnav li.Menu-tabid9199 a:active,  #subnav li.Menu-tabid9199 a:hover
{
	color: #323232;
}

#subnav li.Menu-tabid9199 a.Menu-sel, #subnav li.Menu-tabid9199 a.Menu-sel:hover, 
#subnav li.Menu-tabid9199 a.Menu-sel:active, #subnav li.Menu-tabid9199 a.Menu-sel:visited
#subnav li.Menu-tabid9199 a.Menu-sel:link 
{
		color: #707e40;
} 

#dnn_dnnPAGEKEYWORDSEARCH_submit, .search 
{
	background:url(img/search-icon.gif) top left no-repeat;
	width: 19px;
	display:inline;
	vertical-align:top;
	height:19px;
	padding:0;
	border-color:#ccc;
	border-style:solid solid solid none;
	border-width:1px 1px 1px 0;
	text-indent: -1000px;
	zoom:1;
	position:relative;
	font-size:0%;
}

#dnn_dnnPAGEKEYWORDSEARCH_input, .keywords 
{
	border:1px solid #CCCCCC;
color:#CCCCCC;
font-size:0.9em;
padding:2px 2px 1px;
width:127px;
}

.PageKeywordSearch hr 
{
	display:none;	
}

#breadcrumb 
{
	margin: 0 0 15px 13px;	
	text-transform:uppercase;
}


#breadcrumb span
{
	font-size:0.9em;
}

#breadcrumb a, #breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a:visited, #breadcrumb a:link 
{
	margin-right: -1px;
}

.people-liftup 
{
	width: 902px;
	height: 415px;	
	padding: 40px 20px 0 20px;
	overflow:hidden;
	background:url(img/imageframe-bg2.jpg) top left no-repeat;
}

.credits 
{
	width: 180px;
	float:left;
}

#top .people-liftup .credits p  {
	margin: 0 0 0.7em;
	font-size:12px;
	line-height:18px;
}

.pImage 
{
	margin:0  42px 0 205px;
	width: 345px;
	overflow:hidden;
	height: 372px;
	position:relative;
	float:left;
}

.references-liftup p a {
    color:#595959;
    font-size:11px;
}

.pImage img {
    /*bottom: 59px;
    left: 32px;*/
    top: 32px;
	left: 31px;
    position: absolute;
}

.pImage .ImageFrame {
    display:block;
    position:absolute;
    z-index:9;
    top:0;
    left:0;
    width: 345px;	
	height: 372px;
    background: url(img/imageframe2.png) 0 0 no-repeat;
}

.people-liftup .contact-info 
{
	width: 260px;
	float:left;
}

#top .people-liftup p.name 
{
	text-transform:uppercase;
	font-size:30px;
	line-height:35px;
	margin: 0 0 12px;
	padding:0;
}

.secretary-info .mobile
{
	padding:0 0 0 16px;
	background: url(img/mobile.gif) 0 2px no-repeat;	
}

.people-liftup p 
{
    font-size:14px;
	margin: 0 0 0.1em;
	line-height:20px;
	padding-left:21px;
}

.people-liftup .phone {
    background-image: url(img/gphone.gif);
}

.people-liftup .fax {
    background-image: url(img/gprint.gif);
}

.people-liftup .mobile {
    background: url(img/gmobile.gif) 1px 3px no-repeat; 
}

.people-liftup .mail {
    background-image: url(img/gemail.gif);
    background-position: 1px 4px;
}

.people-list a:hover p {
    text-decoration:underline;
}

.ModuleTitle_SubMenu {
    z-index:99999 !important;
}

.dotted .Head, .dotted_blue .Head, .dotted_top .Head, .secretary-liftup .position, .references-liftup .title
{
	color:#272526;
	font-family:Verdana;
	font-size:1.2em;
	text-transform: uppercase;
	font-weight:bold;
}

.dotted .container_title, .references-liftup .title, .dotted_blue .container_title
{
	background:url(img/separator-vertical-light.gif) bottom left repeat-x;
	padding: 0 0 9px 13px;
	margin: 0 0 10px;
}

.dotted .container_contents, .dotted_blue .container_contents {
    padding: 0 0 0 13px;
}

.dotted_top .container_title 
{
	background:url(img/separator-vertical-light.gif) top left repeat-x;
	padding: 7px 0 7px 0;	
}

/*
#subnav ul ul { display: none;}
#subnav li.Menu-sel{ display:block; } 
#subnav ul li:hover>ul, #subnav ul.menu-Hover { display: block;  }
*/
.secretary-info .position 
{
	text-transform:uppercase;
	margin: 0 0 0.3em;
}

.secretary-info p 
{
    font-size:11px;
	margin: 0 0 0.1em 13px;	
}

.secretary-liftup .position
{
	background: url(img/separator-vertical-light.gif) bottom left repeat-x;	    
    padding: 0 0 9px 13px;
}

.references-liftup 
{
	padding: 15px 2px;
}

.references-liftup .title 
{
	text-transform:uppercase;
	margin:0 0 0.6em;
	font-weight:normal;
}

.references-liftup ul 
{
	padding:0 0 0 13px;
	margin:0;
}

.references-liftup li 
{
	padding:0;
	margin: 0 0 0.7em 0;
	background: none;
}

.references-liftup p 
{
	margin: 0 0 0.2em;
}

.link-liftup 
{
	padding:15px 2px;
	background: url(img/separator-vertical-light.gif) top left repeat-x;
}

.link-liftup .title 
{
	text-transform:uppercase;
}

.tagcontent 
{
	height: 454px;
	width: 942px;
	overflow:hidden;
	position:absolute;
	z-index:200;
	background:url(img/tagcloud-bg.gif) top left no-repeat;
}

.tagcloud, .taglist 
{
	display:none;
}

.services #top 
{
	height: 454px;
}

.history 
{
	margin: 0 0 10px 0;
}

.history ul 
{
	padding:0;
	margin:0;
	overflow:hidden;
}

.history li 
{
	float:left;
	background: url(img/dotted-vertical.gif) top left repeat-y;
	padding: 0 13px;
}

.header_sized .container_title 
{
	margin: 0 0 15px 0;
}

.header_sized .container_title .Head 
{
	font-size: 3.3em;
	font-family: Verdana;
	color: #707E40;	
}

.header_sized ul 
{
	padding:0;
}

.header_sized li 
{
	padding: 0 0 0 11px;
	margin: 0 0 1px 0;
	line-height: 1.4em;
	background: url(img/star.gif) 0 0.4em no-repeat;	
}

.history a, .history a:link, .history a:active, .history a:hover, .history a:visited 
{
	font-size: 1.2em;
}

.history a.Menu-sel 
{
	color: #707E40;
}

.history li.Menu-first 
{
	padding: 0 15px 0 0;
	background:none;
}

.tagcloud .contents 
{
	/* display:table-cell; */
	vertical-align:middle;
	text-align:center;
	font-size:1.2em;
}

.tagcloud td 
{
	height: 350px;
	padding: 20px 50px;
	width: 850px;
	_width: 950px;
	vertical-align:middle;
	max-width: 850px;
	text-align:center;
}

.people-list a, .people-list a:hover, .people-list a:active, .people-list a:visited, .people-list a:link
{
	display:block;
	padding: 3px;
	overflow:hidden;
	color: #333333;
	zoom:1;
	
}

.people-list ul 
{
	padding:0;
}
.people-list p, .people-list strong
{
	margin:0;
	float:left;
	width: 180px;
}

.people-list p.name 
{
	color: #4D82A4;
}

.people-list strong 
{
	padding: 0 0 3px 3px;
}

.people-list strong.last 
{
	padding: 0 0 3px 0;
}

.people-list li 
{
	overflow:hidden;
	cursor:pointer;
	background:none;
	padding:0;
}

.people-list li a 
{
	background: #f1f1f1;
}

.people-list li.odd a
{
	background: transparent;
}
.taglist .contents 
{
	height: 270px;
	padding: 40px;
	width: 870px;
}

.tagcontent a, .tagcontent a:link, .tagcontent a:visited, .tagcontent a:active, .tagcontent a:hover 
{
	color: #62655c;	
	white-space:nowrap;
}

.taglist li 
{    
    font-size:18px;
    padding:0;
	margin:0 0 13px;
}

#top .taglist p 
{
	margin:12px 0 0 0;
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.5em;
}

.taglist li 
{
	display:list-item;
	list-style:none;
	background:none;
}

.taglist ul 
{
	float:left;
	margin:0 20px 0 0;
	padding:0;
}


#servicesnav
{
	width: 239px;
	height:43px;
	background:url(img/services.gif) top left no-repeat;
	display:block;
	position:relative;
	margin: -18px 0 10px -20px;
}

#wrap a.servicesnav-active, #wrap a.servicesnav-active:link, #wrap a.servicesnav-active:visited, #wrap a.servicesnav-active:hover
{
	background-image: url(img/services-active.gif);
}

.tagcloud .contents a, .tagcloud .contents a:hover 
{
	padding: 0 18px 0 0;
	color: #62655c;
	line-height:48px;
}


.tagcontent .contents .selectedTag, .tagcontent .contents .selectedTag:link, 
.tagcontent .contents .selectedTag:hover, .tagcontent .contents .selectedTag:active, .tagcontent .contents .selectedTag:visited 
{
	color: #707E40;	
}

.tagcontent .active 
{
	display:block;
}

.tagnav 
{
	position:absolute;
	top: 13px;
	right: 13px;
}

.tagcontent .cloudview, .tagcontent .cloudview:hover, .tagcontent .cloudview:active, .tagcontent .cloudview:visited, .tagcontent .cloudview:link, 
.tagcontent .listview, .tagcontent .listview:hover, .tagcontent .listview:active, .tagcontent .listview:visited, .tagcontent .listview:link
{
	font-size:1.2em;
	color:#2B7590;
	margin: 0 6px 0 0;
}

.tagclose, .tagclose:hover, .tagclose:active, .tagclose:visited, .tagclose:link,
.tagcopen, .tagopen:hover, .tagopen:active, .tagopen:visited, .tagopen:link
{
	font-size:1.1em;
	color:#FFF;
	margin: 0 6px 0 0;
	padding: 0 23px 0 0;
	background: url(img/close.gif) center right no-repeat;
}

.tagcontent .tagnav a:hover, .tagcontent .tagnav a.selected 
{
	color: #262626;
	text-decoration:none;
}

.tagcontent-closed 
{
	display:none;
}

.ArticleDetails .container_title
{
	 background: url(img/separator-vertical-light.gif) bottom left repeat-x;
	 padding: 0 0 7px 0;
	 margin: 0 0 15px 0;
	 overflow:hidden;
}

.ArticleDetails .container_title h1
{
	display:inline;
	font-size: 1.3em;
	text-transform: uppercase;
	margin:0;
}

.ArticleDetails .container_title p 
{
	/*display:inline;
	margin: 0 0 0 5px;
	font-size: 1.3em;
	color: #333333;*/
	color: #888888;    
    font-size: 1em;
    margin: 0;
}

a.rating_1 
{
	font-size: 100%;
}

a.rating_2 
{
	font-size: 132%;
}

a.rating_3 
{
	font-size: 148%;
}

a.rating_4 
{
	font-size:165%;
}

a.rating_5 
{
	font-size: 180%;	
}

#flashcontent 
{
	position:absolute;
}

#top p 
{
	margin:0;
}

.pagekeywordsearch {
    position: relative;
    z-index: 1;
}

.pagekeywordsearch * { /* IE ¯\(º_o)/¯ */
    
}

.suggestionsparent {
    /*float: left;
    position: relative;
    z-index: 1000;
    zoom: 1;*/
    position: relative;
    z-index: 1000;
}

.SuggestionContainer {
    background: #FFF;
    border: 1px solid #C8CACC;
    position: absolute !important;
    z-index: 1000;
    max-height: 170px;
    _height: 170px;
    overflow: auto;
    top: 0;
    left: 0;
}

.Suggestions {
    margin: 0;
    padding: 0;
    min-height: 20px;
    _height: 20px;
}

.Suggestions li {
    margin: 0;
    padding: 3px 12px;
    list-style: none;
    color: #4E5F61;
    background: none;
    cursor: pointer;
    line-height: 1.0em;
    /*line-height: 17px;*/
    /*height: 17px;*/
}

.Suggestions li .keyword {
    background: #FEFFA0;
    padding: 1px 0;
    font-weight: bold;
}

.Suggestions li.hover {
    background: #F2F5F8;
}

.Suggestions li.selected {
    background: #DDD !important;
}

.slideLink 
{
	display:block;
	width: 942px;
	height: 519px;
	background: url(img/not-a-spacer.gif) top left repeat;
	position:absolute;
}

.top_padding {
	padding-top: 22px;
}

.location-info .mail a
{
	color: #696969;
}

.ReferencesList h2 
{
	color: #696969;
}

.htcontentdeactive 
{
	display:none;
}

.PositionsList .htheader {
	color: #696969;
}

.imagegrid 
{
	padding:0;
	margin:10px 0 0 0;
}

.imagegrid li 
{
	margin:0;
	padding:3px 0;
	/*background: url(img/dotted.gif) bottom left repeat-x; */
	background:none;
	font-size: 1.1em;
}

.campaign .columns {
	float:none;
	margin:0;
	overflow:hidden;
	width:auto;
}

.campaign #leftColumn {
	float:left;
	overflow:hidden;
	width:213px;
}

.campaign #MiddleColumn {
	float:left;
	overflow:hidden;
	margin: 0 14px;
	width:444px;
}

.campaign #right p {
	margin: 0 0 0.45em;
}

.campaign #main {
	padding:18px 12px;
}

.campaign .columns #right {
	margin:0;
}

.campaign #bottom {
	float:none;
	overflow:hidden;
	width:auto;
}

.aboutus-links h2 {
	margin: 0 0 0.45em;
}

.aboutus-links span {
	letter-spacing: -0.01em;
	display:block;
	margin: 0 0 15px;
}

.aboutus-links ul {
	padding:0;
	margin:0;
	float:left;
	width:190px;
}

.aboutus-links ul.LeftLinks {
	width:245px;
}

.aboutus-links li {
	list-style:none;
	background:none;
	padding:0;
	margin: 0 0 3px;
}

.aboutus-links .BottomLinks {
	clear:both;
	width:auto;
	display:block;
	overflow:hidden;
	padding: 18px 0 0 0;
	float:none;
}

.aboutus-links li {
	width:190px;
	float:left;
}

.aboutus-links li.LeftLink {
	width:245px;	
}

.CampaignForm .Fields {
	line-height:1.7em;	
}

.CampaignForm .Fields input {
	border:solid 1px #FFF;
	height:19px;
	font-size:0.9em;
	color:#000;
	background: #FFF url(img/campaignform-field.png) 0 4px no-repeat;
}

.CampaignForm .Fields .Invalid input {
	background-position: 0 -35px;
}

.CampaignForm .Fields .EmailInvalid input {
	background-position: 50% -35px;
}

.CampaignForm .Fields .Filled input {
	background-position: 0 4px;
}

.CampaignForm .Fields input:active, .CampaignForm .Fields input:focus, .CampaignForm .Fields input.Focus {
	background-position: 0 -83px;
	border: solid 1px #CCC;
}

.CampaignForm .Name input {
	width:103px;
}

.CampaignForm .Phone input {
	width:101px;
}

.CampaignForm .Email input {
	width:205px;
	background-position: 50% 4px;
}

.CampaignForm .Phone {
	padding:0;
	background:none;
}

.CampaignForm .DynamicFormInvalid {
	background: #d41920;
	color:#FFF;
	margin: -14px 0 5px 0;
	padding: 11px 12px;
	line-height:1.65em;
}

.CampaignForm .DynamicFormSent {
	background: #0a5482;
	color:#FFF;
	margin: -14px 0 5px 0;
	padding: 11px 12px;
	line-height:1.65em;
}

.CampaignForm .AvenlaFormSubmit {
	margin:7px 0 0 0;
}

.CampaignForm .AvenlaFormSubmit input {
	float:left;
	width:126px;
	background: url(img/form-button-wide.gif) 0 0 no-repeat;
}

.Campaign .dotted_blue .container_title {
	padding:0 0 7px;
}

.Campaign #bottom {
	clear:both;
}

#wrap .Footer .Social a, #wrap .Footer .Social a:link, #wrap .Footer .Social a:visited, #wrap .Footer .Social a:active, #wrap .Footer .Social a:hover  {
	padding: 0 0 0 22px;	
	line-height:20px;
	display:inline-block;
	background: url(img/social-icons.gif) 0 0 no-repeat;
}

#wrap .Footer .Social a.Facebook, #wrap .Footer .Social a.Facebook:link, #wrap .Footer .Social a.Facebook:visited, #wrap .Footer .Social a.Facebook:active, #wrap .Footer .Social a.Facebook:hover  {
	background-position: 0 -20px;
}

#wrap .Footer .Social a.Twitter, #wrap .Footer .Social a.Twitter:link, #wrap .Footer .Social a.Twitter:visited, #wrap .Footer .Social a.Twitter:active, #wrap .Footer .Social a.Twitter:hover  {
	background-position: 0 -40px;
}

#wrap .Footer .Social a.Rss, #wrap .Footer .Social a.Rss:link, #wrap .Footer .Social a.Rss:visited, #wrap .Footer .Social a.Rss:active, #wrap .Footer .Social a.Rss:hover  {
	background-position: 0 -60px;
}

#wrap .Footer .Social a.Youtube, #wrap .Footer .Social a.Youtube:link, #wrap .Footer .Social a.Youtube:visited, #wrap .Footer .Social a.Youtube:active, #wrap .Footer .Social a.Youtube:hover  {
	background-position: 0 -80px;
}

.fpcontent {
	width:720px;
	overflow:hidden;
	float:left;
}

#fpwidepane {
	clear:both;
	margin: 0 0 0 27px;
}

.MoreArticlesV2 {
	overflow:hidden;
	padding: 6px 2px;
}

.MoreArticlesV2 a, .MoreArticlesV2 a:active, .MoreArticlesV2 a:link, .MoreArticlesV2 a:visited, .MoreArticlesV2 a:hover {
	display:inline-block;
	margin: 0 30px 0 0;
}

.MoreArticlesV2 a.Subscribe, .MoreArticlesV2 a.Subscribe:active, .MoreArticlesV2 a.Subscribe:link, .MoreArticlesV2 a.Subscribe:visited, .MoreArticlesV2 a.Subscribe:hover {
	background-image: url(img/subscribe-icon.gif);
}

.ArticleTitle  strong {
	color:#333;
}

.PersonName {	
	color:#000;
	font-weight:bold;
}

.columns .PersonName {
	display:none;
}

.ExpandCollapseContent h2 {
    background: url("img/separator-vertical-light.gif") repeat-x scroll left bottom transparent;
    margin: 5px 0 10px;
    padding: 0 0 8px;
	cursor:pointer;
}

.ExpandCollapseContent h2 span {
	background: url("img/closed-arrow.gif") no-repeat scroll 100% 0.4em transparent;	
	text-decoration: none;
	padding: 0 15px 0 0;
	color: #0A5482;
}

.ExpandCollapseContent h2:hover span {
	text-decoration:underline;
}

.ExpandCollapseContent h2.Expanded span {
	color: #707E40; /*#D41920;*/
	background-position: 100% 0.5em;
	background-image: url("img/open-arrow2.gif");
}

.OpenPositions {
	padding:0;
	margin:0;
}

.OpenPositions li {
	background:none;
}

.OpenPositions li.subheading {
	/*padding-top:0;*/
}

.ApplyPosition {
	margin: 15px 0;
	font-weight:bold;
	font-size:1em;
}

.subheadingmain .htheader {
    font-size:1.7em;    
    /*background:none;*/
    margin: 15px 0 0 0;
    /*padding:0;*/
    /*color:#0A5482;    */
}

.subheadingcategory .htheader {
    font-size:1.25em;
}

.FooterHeading, .Footer .Social h2 {
    color:#5a5a5a;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
}

.Footerblock {
    padding: 4px 11px;
    padding: 4px 8px\0/;
    float:left;
    margin: 11px 0;
    height:93px;
    background: url(img/dotted-vertical.gif) top right repeat-y;
}

.FooterblockLast {
    background:none;
    padding-left:39px;
}

#footer p.groups {
    margin:0;
    padding: 23px;
}

#footer p.offices {
    margin-right:11px;
}

.group-links {
    overflow:hidden;
}

.GroupLinks {
    float:left;
    width:100px;
}

.group-links ul {
    padding:0;
    margin:0 0 12px;
}

.group-links li {
    background:none;
    padding:0;
    margin:0;
}

.group-links a {
    background: url(img/raquo.gif) 0 6px no-repeat;
    padding: 0 0 0 10px;
}

.group-links h2 {
    font-size:14px;
    color:#595959;
    margin: 0 0 5px;
}

#Border {
	display: block;
	height: 3px;
	background: url(img/header.png) no-repeat -26px -129px;
}

.DisclaimerPopup {    
    position: absolute;
    z-index: 1000;
    width: 279px;
    font-size:11px;
}

.DisclaimerContent {
    padding: 15px 15px 0;
    background: url(img/disclaimer-popup.png) 0 0 no-repeat;
}

.DisclaimerBottom {
    height:20px;
    background: url(img/disclaimer-popup.png) 0 100% no-repeat;
}
