/* STRUCTURE
++++++++++++
   LAYOUT
   COLUMNS
   HEAD
   BODY
   FOOTER
   MISC

*/


/* COLORS
   Main Text:             #193962; (Dark Blue)
   Links:                 #02BCFF; (Strong Light Blue)
   Accents:				  #02BCFF; (Strong Light Blue)
   Alt Blue:			  #193962;
*/



/* ####################################### */
/* ############### GENERAL ############### */
/* ####################################### */

body {
	background: #fff;

}

/* HIDDEN STUFF
------------------------------------------------*/

.section-search .e-__quote,
.section-search .e-__downloads,
.section-search .e-__downloads,
.section-search .e-__client_logo,
.section-search .e-__news,
.section-search .e-navigation-breadcrumb {
	display: none;
	border: 0;
}


/* HEAD PRE
------------------------------------------------*/

.e-head-pre-wrap {
	background: #193962;
	color: #fff;
}

.e-head-pre {
	overflow: hidden;
}

.e-navigation-top {
	float: right;
	color: #02BCFF;
	margin-right: 10px;
}

.e-navigation-top a:link,
.e-navigation-top a:visited {
	color: #fff;
}









/* HEAD
------------------------------------------------*/

/*WRAP*/


/*
// BACKUP - GETTING ROUND FF BUG WITH BOGY BGs INSTEAD
.e-head-wrap {	
	background: url(/images/head_wrap_bg.png) 0%;
	border-top: 1px solid #fff;
}

.section-altus .e-head {
	background: url(/images/section_altus_head_bg.gif) no-repeat 70px bottom;
	height: 239px;
}

.e-head {
	position: relative;
	height: 152px;
	background: url(/images/all_pages_head_bg.gif) no-repeat 200px bottom;
}
*/

.e-head-wrap {	
	/*background: url(/images/head_wrap_bg.png) 0%;*/
	border-top: 1px solid #fff;
}

.section-altus .e-head {
	background: url(/images/section_altus_head_bg.gif) no-repeat 70px bottom;
	height: 239px;
}

.e-head {
	position: relative;
	height: 152px;
	background: url(/images/all_pages_head_bg.gif) no-repeat 200px bottom;
	/**/
}

body {
	background: url(/images/body_bg_page.jpg) no-repeat center top;
}

.section-altus,
.section-altus body {
	background: url(/images/body_bg_home.jpg) no-repeat center top;
}









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

/*WRAP*/

.e-navigation-wrap {
	background: #2A5285 url(/images/navigation_wrap_bg.jpg) repeat-x left top;
	height: 3.3em;
}

.e-navigation-primary {
	height: 3.3em;
	color: #fff;
}



.e-navigation-primary ul li {
	line-height		: 3.3em;
	border-right	: 1px solid #1b395f;
}

.e-navigation-primary ul li a:link,
.e-navigation-primary ul li a:visited {
	line-height: 3.3em;
	color: #fff;
	border-right: 1px solid #4874a4;

}

.e-navigation-primary ul li a:hover,
.e-navigation-primary ul li a:focus,
.e-navigation-primary ul li a.active-section {
	background: url(/images/navigation_hover_bg.jpg) repeat-x top left;
	color: #1EB9FB;
}


/*DROP Level 1 */

.e-navigation-primary ul ul {
	background: #2A4F83;
	border: 1px solid #4874A4;
	border-top: 0;
	left: -1px;
	top: auto;
}

.e-navigation-primary ul ul li,
.e-navigation-primary ul ul li a:link,
.e-navigation-primary ul ul li a:visited {
	margin-top: 0 !important;
	line-height: 2.3em;	
}

.e-navigation-primary ul ul li a:link,
.e-navigation-primary ul ul li a:visited {
	background: url(/images/nav-arrow.gif) no-repeat 10px 10px;

}

.e-navigation-primary ul ul li a:hover,
.e-navigation-primary ul ul li a:focus {
	background: #23456f url(/images/nav-arrow.gif) no-repeat 10px -83px;
}


/*DROP Level 2 ACTIVATION */

.e-navigation-primary ul ul ul {
	position: absolute;
	left: 100%; 
	top: 0;
	z-index: 9999;
}

.e-navigation-primary ul ul {
	border-left: 0;
}


.e-navigation-primary ul ul li,
.e-navigation-primary ul ul li a:link,
.e-navigation-primary ul ul li a:visited {
	border: 0;
}





/* make the second level visible when hover on first level list OR link */
.e-navigation-primary ul li:hover ul,
.e-navigation-primary ul a:hover ul {
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.e-navigation-primary ul li:hover ul ul,
.e-navigation-primary ul a:hover ul ul {
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.e-navigation-primary ul li:hover ul li:hover ul ul,
.e-navigation-primary ul a:hover ul a:hover ul ul {
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.e-navigation-primary ul li:hover ul li:hover ul,
.e-navigation-primary ul a:hover ul a:hover ul { 
visibility:visible;
}


/* DROP Level 2 switch */

.e-navigation-primary ul ul ul.left {
	left: -101px;
}

/*DROP Level 2 STYLES */

.e-navigation-primary ul ul ul {
	width: inherit;

}


.e-navigation-primary ul li:hover {
	background: url(/images/navigation_hover_bg.jpg) repeat-x top left;
}

.e-navigation-primary ul ul li:hover {
	background: #23456f url(/images/nav-arrow.gif) no-repeat 10px -83px;
}



/*SPECIAL RULES*/



.e-navigation-primary ul li#nav_altus {
	border-left	: 1px solid #1b395f;
	border-right	: 1px solid #1b395f;

}

.e-navigation-primary ul li#nav_altus a:link,
.e-navigation-primary ul li#nav_altus a:visited {
	border-left: 1px solid #4874a4;
	border-right: 1px solid #4874a4;
}


/* SUB NAVIGATION
------------------------------------------------*/

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

ul.subnav li,z
ul.subnav li ul li {
	color: #006699;
	background: url(/images/arrow-bullet.gif) no-repeat left 8px;
	padding-left: 15px;
	margin-left: 0.3em;
}

ul.subnav li.nav-space {
	display: block;
	background: 0;
}

ul.subnav li.nav-space span {
	display: block;
}





.e-navigation-breadcrumb {
	font-size: 0.8em;
	clear: both;
}



/* BODY
------------------------------------------------*/

.e-body-wrap {
	background: url(/images/body_bg_wrap.gif) repeat-x left top;
	border-top: 1px solid #fff;
}





.e-body {
	overflow: hidden;
	padding: 20px;
	width: 920px;
	background: url(/images/body_bg_shadow.png) repeat-y center top;

}



/* BODY
------------------------------------------------*/

.e-rhp .imgwrap {
	text-align: center;
}



/* FOOT
------------------------------------------------*/

.e-inner-foot {
	background: url(/images/foot_bg_shadow.png) no-repeat center top;

	overflow: hidden;
}

.foot-left {
	float: left;
	padding: 20px;
}

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

.foot-left ul li {
	display: inline;
	margin-right: 0.8em;
}


.foot-right {
	float: right;
	padding: 20px;
}








/* ####################################### */
/* ############### COLUMNS ############### */
/* ####################################### */

.e-panel-b,
.e-panel-c {
/*outline: thin solid #00FF00*/
}

.e-panel-b {
	width			: 542px;
	min-height		: 500px;
	float			: left;
	padding-left 	: 20px;
	margin-right: 20px;

}

.e-panel-c {
	width		: 308px;
	float		: left;
	/*padding		: 0 20px;*/
	padding		: 0 10px;
}





.e-__image {
	text-align: center;
}


#past-client p a {
	margin: 0 auto;
}


/* ####################################################### */
/* ############### SECTION / PAGE SPECIFIC ############### */
/* ####################################################### */


/*.section-altus .e-head-wrap {
	height		: 239px;
	background	: transparent url(/images/section_altus_head_wrap_bg.jpg) repeat-x scroll center top;
}*/

.section-altus .e-head .home-content {
	position	: absolute;
	top			: 98px;
	left		: 450px;
	width		: 455px;
	height		: 100px;
	color		: #fff;
	
	/*
	padding		: 10px;
	border		: #ccc solid 1px;
	background	: #ffffff;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;*/
}

.section-altus .e-panel-c {
	padding: 0 20px;
}


.section-altus .e-panel-c-branch {
	border-top: 1px solid #e1e1e1;
	background	: transparent url(/images/body_bg_wrap.gif) repeat-x scroll left -60px;
	padding: 2em 20px 0 20px;
	float: left;

}


.section-altus .e-panel-c-branch .e-__quote {
	float: left;
	width: 407px;

}

.section-altus .e-panel-c-branch .e-__news,
.section-altus .e-panel-c-branch .e-__quote {
	border: 0;
}

.section-altus .e-panel-c-branch .e-__home_clients {
	clear: both;
	padding-top: 2em;
	border-top: 1px solid #E1E1E1;
	overflow: hidden;
}

.section-altus .rhp-container {
	border: 0;
	width: 385px;
}

.e-social-media {
	padding: 10px 0 0 120px;
	overflow: hidden;
}

.section-altus .e-social-media ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.e-social-media li {
	float: left;
	margin-right: 10px;
}

.e-social-media a {
	display: block;
	background-image: url(/images/social_media_icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 40px;
	height: 40px;
	text-indent: -999em;
}

.e-social-media .tw {
	background-position: 0 -160px;
}

.e-social-media .li {
	background-position: 0 -80px;
}


/* NEWS PAGE (Article Listing)
------------------------------------------------*/

.section-news ul.news {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
}

.section-news ul.news li {
	width: 526px;
	margin: 0 0 1em 0;
	padding: 0;
	overflow: hidden;
}

.section-news ul.news div.story {
	background	: transparent url(/images/body_bg_wrap.gif) repeat-x scroll left -60px;
	padding: 12px 0 12px 12px;
	border: 1px solid #e1e1e1;

}

.section-news ul.news div.story h3 {
	font-size: 1.2em;
	background: url(/images/news_icon.gif) no-repeat 0 1px;
	padding-left: 25px;
	width: 480px;
}

.section-news ul.news div.story a:link,
.section-news ul.news div.story a:visited {
	text-decoration: none;
}

.section-news ul.news div.story a:hover,
.section-news ul.news div.story a:focus {
	text-decoration: underline;
}

.section-news ul.news p.publish-date {
	float: left;
	color: #999;
}

.section-news ul.news ul.tags {
	margin: 0;
	padding: 0;

}

.section-news ul.news ul.tags li {
	width: auto;
	float: right;
	background: 0;
	margin-left	: 1em;
}

.img-left {
	float: left;
	margin: 0.5em 20px 1.5em 0;
}

.img-right {
	float: right;
	margin: 0.5em 0 1.5em 20px;
}

.img-border {
	padding: 1px;
	border: 1px solid #e1e1e1;
}

.section-about .para-feature {
	text-align: justify;
}



/* NEWS PAGE (Full Article)
------------------------------------------------*/

.section-news div.full-story {
	background	: transparent url(/images/body_bg_wrap.gif) repeat-x scroll left -60px;
	padding: 1em;
	border: 1px solid #e1e1e1;
}

.section-news div.full-story ul.tags {
	margin: 0;
	padding: 0;
/*	text-align: right;*/
}

.section-news div.full-story ul.tags li {
	background: 0 !important;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}



/* NEWS RHP
------------------------------------------------*/

.e-__news h5 {
	width: 300px;
}

ul.panel-news {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 300px;
}

ul.panel-news li {
	background:transparent url(/images/arrow-bullet.gif) no-repeat scroll left 0.6em;
	color:#006699;
	padding-left:15px;

}

ul.panel-news li h6 {
	font-weight: normal;
}

ul.news-links {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 300px;
}

/*ul.panel-news ul.news-links {
	overflow: auto;
}*/

ul.news-links li {
	font-size: 0.9em;
	float: left;
	margin-right: 10px;
	background:0;
	padding-left:0;

}

ul.news-links li a.rsslink {
	display: block;
	background	:  url(/images/feed.gif) no-repeat left center;
	padding-left: 15px;
}

ul.news-links li a.full-article {
	display: block;
	background	:  url(/images/page_go.gif) no-repeat left center;
	padding-left: 15px;
}







/* CLIENTS PAGE
------------------------------------------------*/

.section-clients .e-panel-c {
	display: none;
}

.section-clients .e-panel-b {
	width: 840px;
}




ul.all-clients,
ul.all-clients li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: 0 !important;
}

ul.all-clients li {

	float: left;
	border: 1px solid #ccc;
	width: 220px;
	height: 100px;
	text-align: center;
	padding: 0 1em 0 0 !important;
	margin: 0 2em 4em 0 !important;
	/*cursor: pointer;*/
}

/*ul.all-clients li:hover {
	border: 1px solid #02BCFF;
	position: relative;
}*/



ul.all-clients {
	margin: 1em 0 0 65px !important;
}

ul.all-clients blockquote {
	visibility: hidden;
	position: absolute;
	top: -125px;
	left: -40px;

	z-index: 100;
	padding: 1em 40px 1em 20px !important;
	width: 280px;
}

ul.all-clients blockquote p {
	text-align: left;
	margin: 0;
	padding: 10px;
	background: 0;
	background: url(/images/bubble_bg.png) repeat-y left top;
}

ul.all-clients blockquote cite {
	background: url(/images/bubble_arrow.png) no-repeat left bottom;
	padding: 0 10px 20px 10px;
}



ul.all-clients li:hover blockquote {
	visibility: visible;
}


ul.all-clients-names {
	background	: transparent url(/images/body_bg_wrap.gif) repeat-x scroll left -60px;
	padding		: 0px 10px 10px 10px;
	border-top	: #0CBFFF solid 1px;
	clear		: both;
	margin		: 1em 0 3em 65px !important;
	clear		: both;
	width		: 730px;
}








/* ####################################### */
/* ################ RHP ################## */
/* ####################################### */


/*
.e-__downloads,
.e-__news,
.e-__quote,
.e-__search_form {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	overflow: hidden;
}
*/


#cta-game {
	background: url(/images/cta_complaints.jpg) no-repeat 0 0;
	width: 309px;
	height: 64px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#cta-game:hover,
#cta-game:focus {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}



.e-__downloads,
.e-__news,
.e-__quote,
.e-__search_form {
	clear: left;
}

.rhp-container {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	overflow: hidden;
	width: 308px;
}




.e-__quote cite img {
	float: left;
	margin-right: 10px;
	border: 1px dashed #E2E2E2;
}



.e-__quote {
	clear: both;
}


.section-altus .e-__quote {
	clear: none !important;
}





/* ####################################### */
/* ############# SITE SEARCH ############# */
/* ####################################### */

.section-search .e-__search_form {
	border: 0;
}

.e-__search_form {
	clear: both;
	float: left;
}

.e-__search_form form input {
/*	font-size: 1.4em !important;*/
	float			: left;
	width			: 177px;
	border			: 1px solid #999;
	margin-right	:10px;
	font-family		: Tahoma, Verdana, sans-serif;
	font-size		: 100%;
	background		: #fff url(/images/form_input_bg.gif) repeat-x top left;
	padding			: 3px;
	vertical-align	: middle;
}

.e-__search_form form button:active {
	background		: #006699;
}

.e-__search_form form button {
	background	: #193962;
	border		: 0;
	color		: #fff;
	width		: 110px;
	cursor		: pointer;
	height		: 22px;
}

.e-__search_form p {
	display: inline;
}


/* RESULTS
------------------------------------------------*/

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

ul.search-result-ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}














/* ####################################### */
/* ############# CONTACT PAGE ############ */
/* ####################################### */

/*ul#contact-methods {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#contact-methods li {
	border: 1px solid #e1e1e1;
	background: transparent url(/images/body_bg_wrap.gif) repeat-x scroll left -60px;
	margin-bottom: 1em;
	padding: 1em 0 1em 10px;
	width: 513px;
	line-height: 32px;
}

ul#contact-methods li span {
	display: block;
	padding-left: 35px;
	height: 32px;
	width: auto;
}

ul#contact-methods li#online-form span {
	background: url(/asx/claim-form.png) no-repeat left top;
}

ul#contact-methods li#telephone-call span {
	background: url(/asx/telephone.png) no-repeat left top;
}

ul#contact-methods li#by-post span {
	background: url(/asx/mail.png) no-repeat left top;
}

ul#contact-methods li#email span {
	background: url(/asx/send-mail.png) no-repeat left top;
}


.gmap-logo {
	float: right;
	margin: 0 0 0 20px;
}*/

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

.e-bodycontent ul.office-locations li {
	float: left;
	height: 300px;
	width: 266px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: 0;
}

.office-locations a.map-link {
	display: block;
	background:url("/images/body_bg_wrap.gif") repeat-x scroll left -60px transparent;
	border:1px solid #E2E2E2;
	padding: 2px;
	float: left;
}

.office-locations a.map-link:hover,
.office-locations a.map-link:focus {
	border-color: #55759C;
}	

.office-locations img {
	vertical-align: bottom;
}

.office-locations p {
	clear: both;
	padding: 0.5em 0;
}

.office-locations .tel,
.office-locations .adr {
	background-positon: 0 50%;
	background-repeat: no-repeat;
	padding-left: 0px;
	font-size: 0.9em;
	line-height: 1.4em;
}

.office-locations .adr {
	/*background-image: url(/asx/mail.png);*/
}

.office-locations .tel {
	/*background-image: url(/asx/telephone.png);*/
}

.office-locations .locality {
	display: block;
}


/* MAPS
------------------------------------------------*/


div#gMap {
	clear: both;
	width: 600px; 
	height: 500px;
}

body.bodymode-iframe {
	background: 0;
}




/* ####################################### */
/* ################### VRX ############### */
/* ####################################### */

.vrx-change * {
	background-color	: #FFE6E6 !important;
	color				:#880000 !important;
}

.vrx-change p,
.vrx-change a:link,
.vrx-change a:visited,
.vrx-change h1,
.vrx-change h2,
.vrx-change h3,
.vrx-change h4,
.vrx-change h5,
.vrx-change h6 {
	background-color 	: #ffe6e6 !important;
	color				:#880000 !important;
}

.home-content-versioned {
	background-color 	: #ffe6e6;
	color			 	: #444444 !important;
}





/* ####################################### */
/* ################### campaigns ############### */
/* ####################################### */

body.section-campaigns div.e-panel-c-branch div.f1 {
	margin-top: 75px;
}







