/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 0em;  /* margin for the entire div surrounding the news list */
 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
   padding: 0.5em 0.5em 1em;  /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }
.NewsSummarySummary p {
  font-size: 75%;
}

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 70%;
  margin-bottom: 5px;
  font-weight: normal;
  }

#NewsPostDetailSummary {
   line-height: 150%;
color: #cccccc;
   }
#NewsPostDetailSummary p {
   padding: .25em 0 1em 0;
font-size:85%;
}
#NewsPostDetailTitle {
   color: #7FAECE;
}

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
background:#eeeeee none repeat scroll 0% 0%;
line-height:150%;
color: #434343;
padding: 0;
margin: 0 auto;
85%

}
#NewsPostDetailContent p {
  padding: 1em 20px;
  

}


#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle { color: #bb0000;}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'accordion' */
#a1a, #b1b {
	width: 95%; margin: 0 auto;
}
.basic  {
	width: 260px;
	font-family: verdana;
	border: 1px solid #efefef;
}
.basic div {
	background-color: white;
       color: #434343;
}
.basic img {
  
    padding: 1em;
    border: 1px solid #888888;
    margin: 1em auto;
}
.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
       
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #ebebeb;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #efefef;
	
	background-image: url("uploads/images/AccordionTab0.gif");
}
.basic a:hover {
	background-color: #fff;
	background-image: url("uploads/imagesAccordionTab2.gif");
}
.basic a.selected {
	color: black;
	background-color: #ebebeb;
	background-image: url("uploads/images/AccordionTab2.gif");
}



#a1a .red {
	background-color: white;
	width: 450px;
	margin: 0 auto;
	overflow:hidden;
}
#a1a .green {
	background-color: #efefef;
	overflow: auto;
	width:400px;
	margin: 0 auto;
	height: 0;
	
}
#a1a .blue {
	
	background-color:blue;
	width: 400px;
	margin: 0 auto;
	padding: 0;
	position: relative;

	
	
}
/* End of 'accordion' */

/* Start of CMSMS style sheet 'UniqueStylesheet2' */
* {margin:0; padding:0;}
#tooltip {
background-color:#efefef;
border:1px solid #111111;
opacity:0.75;
padding:15px;
position:absolute;
z-index:3000;
color: #000000;
font-size: 80%;
display:none;
}
#tooltip h3, #tooltip div {
margin:0pt;
color: #000000;
}
#tooltip area {
background-color: #bb0000;
}
#products {
display:none;
}

.contactform textarea {
   width:180px;
   height: 80px;
}
#subContent #jobFlow, #subContent #insideContent {
background-color: #ffffff;
color: #888888;
padding:20px;
}
#subContent #jobFlow img {
   margin: 0 auto;
  
}
h3 { color: #85b2d1; font-size: 130%; line-height: 150%; padding: 1em 0;}
h2 {font-weight: bold; font-family: Verdana, sans-serif;}

body { 
	text-align: center; 
	background: url(images/bg.jpg) repeat-x #222222;
	font-family:  Georgia,"Century Schoolbook","Bookman Old Style","Times New Roman","Book Antiqua",serif;
	font-size: 100.1%;
	color: #fff;
}
img {border:none;}
ul {list-style: none;}
a {text-decoration: none;}
a {color: #85b2d1;}
a:hover {color:#c0c0c0;}

#container{
	width: 100%;
	height: 100%;
	
}
#main {
	width:82%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;
	
}
#sidebar {
	width: 100%;	
	height: auto;
        clear:both;
	float:left;
	background-color: #515251;
padding:0;
margin: 0;
}
#sidebarContent {
	width:30%;
	margin: 0 auto;
	float:left;
	background: url(images/sidebar.jpg) repeat-x #515251;
	position:relative;
	
}
#sidebarContent h1.welcome{
	font-size: 36px;
	margin: 0 auto;
	background: url(images/welcome-bg.jpg) repeat-x;	
}
#contentContent{
	width: 69.8%;;
	margin: 0 auto;
	float:right;
	background: url(images/best-bg.jpg) repeat-x #2c2c2c;

}
#contentContent #slideshow{
	background: url(images/photo-border.png) no-repeat;
	width:509px;
	height:393px;
	position:relative;
	top:0;
	left: 0;
}

#contentContent #slideshow .slides {
	position: absolute;
	top: 49px;
	left: 20px;
}
#contentContent #best{
	width: 95%;
	margin: 0 auto;
	padding: 40px 0 0 0;
	
}
#contentContent #best h1{
	font-size: 180%;
	font-family:  "Palatino Linotype",Sylfaen, Georgia,"Bookman Old Style","Times New Roman","Book Antiqua",serif;
}
#contentContent #best p {
	padding-top:10px;
	font-size: 85%;

}
#contentContent #best a.elevator {
	float:left;	
	display:block;
	background: url(images/button.gif) no-repeat center top;
	width:86px;
	height: 80px;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 120px;
	text-align: center;
	
}
#contentContent #best h4{
	font-size: 80%;
	font-weight: normal;
}
#contentContent .rightside{
	float:left;
	color: #fff;
	width: 55%;
	
}
#sidebarContent h1.logo {	
     
	background: url(images/logo.png) no-repeat center bottom;	
	font-size: 80%;
	padding-top:190px;
	text-align: center;
}

#sidebarContent h2 {
	text-indent: -2000px;
	font-family: Mistrel, "Monotype Corsiva", "Brush Script MT", cursive;
	color: #ffffff;
	background: url(images/building.png) no-repeat 50% 50%;
	_background: url(images/building.gif) no-repeat 50% 50%;
	height: 42px;
	padding: 20px 0 10px 0;
}

#sidebarContent form {	
}
#sidebarContent fieldset {
	border: none;
	padding: 10px 0 10px 20px;
}
#sidebarContent fieldset input {
	background: #222222;
	color: #ffffff;
	border: 1px solid #efefef;
	width: 160px;
}
#sidebarContent h3 {
	color: #ffffff;
	font-size: 100%;
	padding: 0px 0 2px 20px;
}
#sidebarContent .newsarticle {
	color: #ffffff;
	padding: 10px 20px;
	background: url(images/news_cap.png) no-repeat center bottom;
       
	font-size: 90%;
	margin: 0 auto;
}
#sidebarContent .newsarticle span {
	font-weight: bold;
	font-size: 95%;
	line-height: 120%;
	padding-bottom: 20px;
}
#sidebarContent .newsarticle p {
	padding: 10px 30px 10px 30px;
	font-size: 85%;
	line-height: 110%;
}
#sidebarContent .newsarticle p a{
	display:block;
	float: right;
}
input#searchsubmit {
	background: url(images/button.jpg) no-repeat;
}
#footer{
	background: url(images/footer.jpg) repeat-y;
	width: 760px;
     color: #fff;
	
}
#subContent h2 {
   color: #fff;
font-weight: bold;
}
#subContent {
  width: 95%;
  margin: 0 auto;
  background: #656665;
  /*opacity: 0.8;
  -moz-opacity: 0.8;
   filter: alpha(opacity=80);
*/
padding:0;
   margin-top:3em;
   padding:10px;
height: 100%;
}

.clearfix {clear:both;}
#clienttab {
	position: absolute;
	top:22px;
	left:10px;
	background: url(images/client-tab.png) no-repeat;
        _background: url(images/client-tab.gif) no-repeat;
	width: 120px;
	height: 59px;
	z-index:12;
	
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#treemenu1 {
  position:absolute;
  top: 0; 
  left: 0;
  z-index:13;

}
.suckertreemenu {
	color: #ffffff;
	font-size: 11px;
	z-index:5;
	width:100%;
        text-transform: uppercase;
	
}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;


}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
/*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: auto; /*Width of top level menu link items*/
_width: 9em;
padding: 1px 20px 0 20px;
_padding: 1px 8px;
border-left-width: 0;
text-transform: uppercase;
background: transparent url(images/arrow-down.gif) no-repeat center right;

}
	
.suckertreemenu ul li.currentpage {
  text-transform: uppercase;
}
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
background: #ffffff;
opacity: .85;
filter: alpha(opacity=80);
font-size: 12px;
text-transform: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #cc0000;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
background: #ffffff;
line-height: 24px;
}
.suckertreemenu ul li ul li a:hover, .suckertree ul li ul li a.currentpage {
	color: #ffffff;
	background:#cc0000;
}

.suckertreemenu ul li a {
	background-color: transparent;
	color: #ffffff;
	z-index:5;
}


.suckertreemenu ul li a:hover {
background-color: transparent;
color: #cc0000;
z-index:5;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
/*background: transparent url(http://www.violetweb.ca/realty/template/vertical-menu/images/arrow-down.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: transparent url(http://www.violetweb.ca/realty/template/vertical-menu/images/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}


form#cntnt01moduleform_1 label {
   display:none;
}
#bottom{
	margin: 0 auto;
	width: 100%;
	background-color: #3d3d3d;	
}

#bottom h1.welcome{
	float: left;
	background: url(images/welcome-bg.jpg) repeat-x #484848;
	width: 30%;	
	text-align: center;
	font-size: 200%;
	padding: 10px 0;
	min-height: 40px;
       _height: 40px;
}
#bottom h2.welcome{
	float: left;
	background: url(images/welcome-bg.jpg) repeat-x #484848;
	width: 69.8%;
	font-size: 90%;
	padding: 10px 0px;
	min-height: 40px;
}
#bottom #leftside {
	width: 40%;
	float: left;
	padding-left: 7%;
}
#bottom ul {
	float:left;
	width: 40%;	
}
#bottom ul li {
	background: url(images/arrow.gif) no-repeat 0 5px;
	padding: 0 0 .5em 1em;
	
}
#bottom #photogallery{
	float:left;
	width: 50%;
}

#bottom #photogallery .row{
	clear:left;
        margin-left: 1em;
}
#bottom #photogallery .row a {
	float: left;
	display: block;
	
}
#bottom #photogallery .row a img {
  width: 75px;
  margin: 0 .25em;
}
#footer{
	width: 100%;
	background: url(images/footer.jpg) repeat-y #242424;
	margin:2px auto 0 auto;
	text-align: center;
	font-size: 70%;
	color: #fff;	
}
#footer p.main {
 margin: 0 auto;
text-align:center;
padding: .5em 0;
}
h4 {padding: 20px 0;}
#footer p {
	padding: .5em 2em;
margin: 0 auto;
text-align:left;
}
#footer img { padding: .5em; border: 1px solid #fff; margin: .25em 1em; height: 55px;}

.contactform div.required {
   color: #bb4444;
}
/* End of 'UniqueStylesheet2' */

/* Start of CMSMS style sheet 'ImageGallery' */
.thumb {
		margin: 1em 1em 1.6em 0; /* Space between images */
		padding: 0;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: left;
	}

	.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
		width: 100px; /* Image width*/
		height: 100px; /* Image height*/
		display: inline;
		padding: 12px; /* Image padding to form photo frame */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /*Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none;
	}

	.thumb a:visited img {
		background-color: #eee; /*Background of photo on hover - sort of a light grey */
	}

	.thumb a:hover img {
		background-color: #dae6e4; /*Background of photo on hover - sort of light blue/green */
	}

	.thumbPicCaption {
		text-align: center;
		font-size: smaller;
		margin: 0 1px 0 0;
		padding: 0;
		width: 124px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	/* Image Gallery - Big Images */
	.bigPic {
		margin: 10px 0 5px 0;
		padding: 0;
		line-height: normal;
	}

	.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
		text-align: center;
		font-weight: bold;
		font-variant: small-caps;
		font-weight: bold;
		margin: 0 1px 0 0;
		padding: 0;
		width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	.bigPic img{ /* Big Image settings */
		width: 350px; /* Width of Big Image */
			height: auto;
		display: inline;
		padding: 18px; /* Image padding to form photo frame. */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /* Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc; 
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none; 
		text-align: left;
	}

	.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
		margin: 0;
		width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		padding: 0;
		color: #000;
		font-size: smaller;
		line-height: normal;
		text-align: center;
		/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
	}




/* End of 'ImageGallery' */

/* Start of CMSMS style sheet 'imap' */
#jobFlow {
position:relative;
}

#imap a {
 color: transparent;
}
#imap a:hover{
  color: #efefef;
  background: #85b2d1;
  filter:alpha(opacity=25);
  -moz-opacity:.25;
  opacity:.25;
}
#imap a#a {
  position:absolute;
  left:3px;
  width:228px;
  height:28px;
  top:0px;
 
}
#imap a#b{
 position:absolute;
  left:3px;
  width:228px;
  height:28px;
  top:56px;
}
#imap a#c{
 position:absolute;
  left:3px;
  width:228px;
  height:28px;
  top:110px;
}

#imap a#r1 {
position:absolute;
left:255px;
width:62px;
height:18px;
top:155px;

}
#imap a#a1 {
position:absolute;
left:255px;
width:62px;
height:18px;
top:183px;

}


#imap {
background: url(../uploads/images/products_services/Job_Flow.png) no-repeat;
width:357px;
height: 633px;
position:relative;
top:0;
left:0;
}
#imap a {
 color: transparent;
}
#imap a:hover{
  color: #efefef;
  background: #85b2d1;
  filter:alpha(opacity=25);
  -moz-opacity:.25;
  opacity:.25;
}
#imap a#a {
  position:absolute;
  left:3px;
  width:228px;
  height:28px;
  top:0px;
 
}
#imap a#b{
 position:absolute;
  left:3px;
  width:228px;
  height:28px;
  top:56px;
}
#imap a#c{
 position:absolute;
  left:3px;
  width:228px;
  height:28px;
  top:110px;
}

#imap a#r2 {
position:absolute;
left:255px;
width:62px;
height:18px;
top:320px;

}
#imap a#a2 {
position:absolute;
left:255px;
width:62px;
height:18px;
top:348px;

}


#imap a#d{
 position:absolute;
  left:3px;
  width:228px;
  height:28px;
  top:163px;
}
#imap a#e{
 position:absolute;
  left:3px;
  width:228px;
  height:28px;
  top:218px;
}
#imap a#f{
 position:absolute;
  left:3px;
  width:228px;
  height:28px;
  top:274px;
}
#imap a#g{
 position:absolute;
  left:3px;
  width:227px;
  height:28px;
  top:325px;
}
#imap a#h{
 position:absolute;
  left:3px;
  width:227px;
  height:28px;
  top:381px;
}
#imap a#i{
 position:absolute;
  left:3px;
  width:227px;
  height:28px;
  top:434px;
}
#imap a#j{
 position:absolute;
  left:3px;
  width:228px;
  height:28px;
  top:487px;
}

#imap a#r3 {
position:absolute;
left:255px;
width:62px;
height:18px;
top:483px;

}
#imap a#a3 {
position:absolute;
left:255px;
width:62px;
height:18px;
top:508px;

}



#imap a#k{
 position:absolute;
  left:3px;
  width:228px;
  height:28px;
  top:541px;
}
#imap a#l{
 position:absolute;
  left:3px;
  width:228px;
  height:28px;
  top:596px;
}
/* End of 'imap' */

