@import url('home.css');
@import url('why_us.css');
@import url('services.css');
@import url('contactus.css');
@import url('effective_pm.css');
@import url('pmp_bootcamp.css');


html,body
{
	    margin: 0;
    font-family: arial;
    background-color: #ffffff;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background: -moz-linear-gradient(top,  #ffffff, #ffffff);
    background: -ms-linear-gradient(top,  #ffffff, #ffffff);
    background: -o-linear-gradient(top, #ffffff, #ffffff); 
  
}

a
{
	text-decoration: none;
	color: #222;
}

a:hover
{
	color: #444;	
	text-decoration: underline;
}

#home .services_column h2, h1, #why_us h2, #why_us h3, #pmp_bootcamp .outstand
{
	color: #3e747d;
}

.footer p.copyright
{
	color: #145;
}

.banner
{
	background-repeat: no-repeat;
	background-image: url('../images/logo.png');
	background-position: left center;
	height: 82px;
	padding: 0;
	border-bottom: 2px solid #999;
	position: relative;
}

h1
{
	text-align: center;
}

h1, h2, h3, h4
{
	margin: 0;
	font-weight: normal;
}

h1, #home h2, #why_us .top_row
{
	border-bottom: 1px solid #999;
}

h1
{
	margin-top: 15px;
	margin-bottom: 20px;
}

.facebook, .twitter, .linkedin
{
	display: block;
	min-height:19px;
	min-width:19px;
	max-width: 19px;
	max-height: 19px;
	background-repeat: no-repeat;
}

#social_media
{
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 8px 8px 0 0;
}

#social_media li
{
	float: left;
	padding: 1px;
}

.facebook
{
	background-image:url('../images/facebook.png');
}

.twitter
{
	background-image:url('../images/twitter.png');
}

.linkedin
{
	background-image:url('../images/in.png');
}

.top_menu
{
	list-style-type: none;
 	overflow: auto;
	display: inline;
	float: right;
	padding-left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 37px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	box-shadow: -1px 2px 2px #aaa;
}

/* 
	seems a bit redundant in a way but not for Google Chrome.
	If the following isn't done, hover will recreate sharp corners for the left item.
*/
.top_menu a.first
{
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

/* For Opera since Opera 12.4 testing showed the right side of the menu staying rectangular */
.top_menu a.last
{
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.top_menu li
{
	float: right;
	white-space: nowrap;
}

.top_menu a
{
	border: 1px solid #ddd;
	color: #000;
	font-size: 13px;
	display: block;
	padding: 8px 28px;
	border-left: 1px solid #000;
	background-color: #f6f6f6;
	text-decoration: none;
	transition-property : background-color; 
	transition-duration : 0.3s; 
}

.top_menu li a.first
{
	border-left: 1px solid #f6f6f6;
}

.top_menu li a.first:hover
{
	border: 1px solid #9ecad2;
}

.top_menu a:hover
{
	background-color: #9ecad2;
	border: 1px solid #9ecad2;
	border-left: 1px solid #000;
	transition-property : background-color; 
	transition-duration : 0.3s; 
}

#home .top_menu .home, #contactus .top_menu .contactus, #services .top_menu .services, #why_us .top_menu .why_us, 
#pmp_bootcamp .top_menu .pmp_bootcamp, #effective_pm .top_menu .effective_pm
{
	background-color: #5eaebc;
	border: 1px solid #5eaebc;
	border-left: 1px solid #000;
}

/* never show left border as black for the home menu item(the first). */
#home .top_menu a.home 
{
	border: 1px solid #5eaebc;
}

.strong
{
	font-weight: bold;
	font-size: 1.2em;
}



.info_box
{
	background-color: #eef;
	border: 1px solid #bbf;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 3px 3px 4px #999;
}

/* for the contact us page mainly */
input, textarea
{
	border: 1px solid black;
	width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.footer
{
	clear: both;
	padding-top: 20px;
}

.footer p
{
	text-align: center;
}

.center_content
{
	width: 940px;
	height: 100%;
	margin: auto;
	position: relative;
	background-color: #fff;
	padding: 0 10px 5px 10px;
/*	box-shadow: 0px 0px 55px #bdf;*/
}