@import "reset.css";

body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#4d4d4d;
}

p{
	text-align:justify;
	margin:10px 0 10px 0;
}

a{
	color:#2F5691;
	text-decoration:none;
}

/*
#container a:hover{
	border-bottom:1px #2F5691 dotted;
}
*/

h1, h2, h3, h4, h5, h6{
	font-family:"Trebuchet MS", Arial, Verdana;
} 
 
#pagewidth{ 
	width:778px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header{
	position:relative; 
	height:123px; 
	width:100%;
	z-index:1;
}

#header a:hover{
	border:0;
}

#logo{
	float:left;
}

#tagline{
	float:right;
	margin:40px 0 0 0;
}

#maincol{
	float:right; 
	display:inline; 
	position:relative; 
	width:100%;
	min-height:500px;
	z-index:0; 
}

* html #maincol{
	height:500px;
}

#maincol #banner{
	margin:19px 0 0 0;
}

#maincol p{
	margin:10px 0 20px 0;
}

#maincol h1{
	font-size:220%;
	color:#204A8A;
	font-weight:500;
	margin:0 0 20px 0;
}

.more{
	text-align:right;
}

.more a{
	color:#4D4D4D;
	background:url(../images/bullet_more.gif) center right no-repeat;
	border-bottom:1px #8FC73E dotted;
	padding:0 15px 3px 0;
}

.more a:hover{
	border:0;
}

#maincol #container{
	padding:0 0 0 10px;
}

#maincol .left{
	float:left;
	width:67%;
}

#maincol .right{
	float:right;
	padding:50px 0 0 20px;
	background:url(../images/bg_certs.jpg) bottom right no-repeat;
	width:218px;
	height:208px;
}

#maincol .right h2{
	background:url(../images/bullet.gif) top left no-repeat;
	color:#2F5691;
	font-size:140%;
	padding:0 0 5px 35px;
	margin:0 0 10px 0;
}

#maincol .right .bottom{
	padding-left:15px;
}

#box_container{
	clear:both;
}

#box1{
	float:left;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 318px;
	height: 200px; /*Height should enough to fit largest content's height*/
}

#box1 .header{
	clear:both;
	overflow:hidden;
}

#box1 .header .left{
	float:left;
	width:140px;
	background:none;
	margin:0 0 0 70px;
}

#box_container h2{
	color:#2F5691;
	font-size:140%;
	font-weight:500;
}

#box1 .header .right{
	float:right;
	width:auto;
	height:auto;
	padding:0 30px 0 0;
	background:none;
}

#box1 .header .right a{
	padding:0 5px 0 5px;
}

#box1 .container{
	clear:both;
	position: absolute;
}

/*#box1 .container .panel{
	overflow: hidden;	
}*/

#box2{
	float:left;
	width:213px;
	margin:0 0 0 15px;
}

#box2 h2{
	padding:0 0 0 20px;
}

#box3{
	float:left;
	width:195px;
	height:200px;
	margin:0 0 0 15px;
	display:none;
}

#box3 h2{
	padding:0 0 0 20px;
}

#box3 .container{
	width:215px;
	height:145px;
	background:url(../images/bg_partners.gif) top left no-repeat;
	text-align:center;
	top:0;
	left:0;
}

#box3 #partners{
	height:127px;
	text-align:center;
	top:6px;
	left:0;
}

#partners img{
	padding:2px 0 0 10px;
}

#footer{
	background:url(../images/bg_footer.gif) top left no-repeat;
	height:35px; 
	clear:both;
	padding:30px 0 0 0;
}

#footer p{
	text-align:center;
	margin:0 0 3px 0;
	padding:0;
} 
 
 /* *** Float containers fix:  *** */ 
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.pdf{
	padding:15px 0 0;
	
}
.pdf a.text{
	color:#2F5691;
	font-size:10px;
	padding:0 0 0 25px;
}
.clearfix{display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */
