html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#CCCCCC;
} 
 
#pagewidth{ 
 width:1052px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 

#topheader{
 height:33px; 
 background-image:url('/images/topbg.jpg');
 clear:both;
  background-repeat:no-repeat;	
   width:1000px;	
 padding-left:26px;
 padding-right:26px;
}

#bodywrapper{
 background-image:url('/images/bodybg.jpg');
 clear:both;	
   width:998px;	
 padding-left:26px;
 padding-right:28px;	
}

#header{
 position:relative; 
 height:139px; 
background-image:url('/images/headerbg.jpg');
 width:100%;
} 

#headerleft{
	position: relative;
	float:left;
	display:inline;
	width:50%;
}

#headerright{
	position: relative;
	float:right;
	display:inline;
	width:47%;
	text-align:right;
	padding-right:10px;
}

#searchbox{
	float:right;
	background-image:url('/images/searchbox.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	height:53px;
	width:100%;
	clear:both;
	padding-top:10px;
	padding-right:15px;
}

#nav{
	position:relative; 
 	height:35px; 
	background-image:url('/images/navbg.jpg');
 	width:100%;
 	text-align:center;
 	padding-top:16px;
}

#banner{
	position:relative; 
 	height:301px; 
 	width:100%;
}

#quicklinks{
	background-image:url('/images/certsbar.jpg');
	height:86px;
	width:100%;
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:30px;
}
#quicklinks1{
 float: left; 
 display:inline; 
 position: relative; 
 width:315px;
padding-left:30px; 
}

#quicklinks2{
 float: left; 
 display:inline; 
 position: relative; 
 width:325px; 	
}

#quicklinks3{
	 float: left; 
 display:inline; 
 position: relative; 
 width:200px; 
}

#wrapper{
	 background-image:url('/images/mainbg.jpg');
	 margin-left:12px;
	 margin-right:15px;
}
 
#maincol{ 
 float: left; 
 display:inline; 
 position: relative; 
 width:600px;
 padding-left:20px

 }
 
 #breadcrumbar{
 	width:100%;
 }
 
 #rightcol{ 
 float: right; 
 display:inline; 
 position: relative; 
 width:316px;

 }
 
 #casestudies{
 	width:306px;
 	height:56px;
 	background-image:url('/images/casestudiesbg.jpg');
 	background-position:top right;
 	margin-right:10px;
 	text-align:center;
 	padding-top:245px;
 }
 
 .casephoto{width:50%;display:inline; float:left; position:relative;}
 
#footer{
 height:37px; 
background-image:url('/images/footerbg.jpg');
 clear:both;
 padding-top:20px;
 padding-left:15px;
 padding-right:15px;
 } 
 
 #footerleft{
 	 float: left; 
 display:inline; 
 position: relative; 
 width:50%; 
 }
 
 #footerright{
 	float: right; 
 display:inline; 
 position: relative; 
 width:50%; 
 text-align:right;
 }
 
 #lowerfooter{
 height:33px; 
 background-image:url('/images/bottombg.jpg');
 clear:both;
 background-repeat:no-repeat;
 width:1000px;	
 padding-left:26px;
 padding-right:26px;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

.bluetext{color:#333399; font-weight:bold;}
.headertext{font-family:verdana;font-size:11pt; color:#666666;}
.headertextlarge{font-size:17pt;}

.nav {font-family:verdana; color:#FFFFFF; font-size:10pt;}
.nav a{font-family:verdana; color:#FFFFFF; font-size:10pt;text-decoration: none; font-weight:bold;}
.nav a:hover{color:#FF3300;}

.body {font-family:verdana; color:#FFFFFF; font-size:10pt;}
.body a{font-family:verdana; color:#FFFFFF; font-size:10pt;text-decoration: none;}
.body a:hover{text-decoration: underline;}

h1{font-family:verdana; color:#FFFFFF; font-size:12pt; font-weight:bold;}

.quicklinks{font-family:verdana; color:#666666; font-size:8pt;}
.quicklinks strong{color:#333;}
a.quicklinksblue {color:#333399; text-decoration:none;}
a.quicklinksblue:hover{ text-decoration:underline;}

.picture{border:0px;}
.whiteborder{border:3px #FFF solid;}

.footer{font-family:verdana; color:#FFFFFF; font-size:10pt;}
.footer a{font-family:verdana; color:#FFFFFF; font-size:10pt;text-decoration: none;}
.footer a:hover{text-decoration: underline;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
