@charset "UTF-8";
/* CSS Document */
/* Copyright 2009 Broadway People - Enhancing manaagement performance. */
/* Site and code design Natalie Morrell */
#html,body{
	background-color:#D8E2E8;
	color:#333333;
	margin: 0px;
	padding: 0px;
	font-size:11px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
a{
	color: #29AAE1;
	}
	
a:visited{
	color:#666666;
	}
	
/** Start of website layout ---- **/
	
#container{
	height: auto;
	width:900px;
	margin-right: auto;
	margin-left: auto;
	padding:0px 10px 0px 10px;
	background-image:url(../images/content_bg.gif); 
	background-repeat:repeat-y;
	}
#header{
	width:900px;
	height:170px;
	background-image:url(../images/broadway_header.jpg);
	background-repeat:no-repeat;
	}
	
#content-area{
	color:#333333;
	background-color:#FFFFFF;
	width:900px;
	height:auto;
	}

#col-left{
	float:left;
	width:400px;
	padding-right:30px;
	}
	
#col-right{
	float:right;
	width:400px;
	}
	
	
.inner-holders{
	float:left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
#assessments-holder{
	width:250px;
	height:250px;
	border: solid #2d49a1 1px;
	float:left;
	margin-right:20px;
	}
	
#recruitments-holder{
	width:250px;
	height:250px;
	border: solid #008a40 1px;
	float:left;
	margin-right:20px;
	}
	
#people-holder{
	width:250px;
	height:250px;
	border: solid #6b9536 1px;
	float:left;
	margin-right:20px;
	}	
		

#footer{
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	height:95px;
	font-size: 11px;
	line-height:16px;
	color: #FFFFFF;
	padding: 10px;
	font-weight: normal;
	}
	
#footer-left{
	width:355px;
	height:auto;
	float:left;
	text-align:left;
	}
#footer-right{
	width:460px;
	height:auto;
	float:right;
	text-align:right;
	}

#footer a{
color:#FFFFFF;
}
.spacer{
	clear:both;
	width:100%;
	height:10px;
	font-size:2px;
}

.inner-box-20{
	padding:20px;
	}
	
/*End of website layout ----**/	
	
/** Start of Main menu style ---- **/	
#mainMenu{
	width:900px;
	font-size:13px;
	margin-top: 0px;
	font-weight: normal;
	background-image:url(../images/nav_bg.gif);
	line-height:30px;
	height:30px;
	text-align:left;
}

#mainMenu a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:0px 20px;
}

#mainMenu a:hover{
	color:#000066;
}


#mainMenu ul{
	margin:0px;
	list-style:none;
}

#mainMenu li {
	float:left;
	position:relative;
	margin:0;
	display: block;
	white-space:nowrap;
    }

#mainMenu li ul{
	display:none;
	position:absolute;
	top:33px;
	left:0;
	z-index:1000;
	}

#mainMenu li ul li{
	width:160px;
	float:left;
	clear:both;
}

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }

	  
#mainMenu li:hover, #mainMenu li.over {
}

#mainMenu li.lastMenu{
	border-right:none;
	}

#mainMenu li.activeMenu a{
	color:#999999;
}

#mainMenu li ul li{
	border-right:none;
	}
/** End of Main menu **/

/** Site wide alert message style **/
.alert{
	padding:10px 0px;
	color:#CC0000;
	font-size:14px;
	}

/** Content styling  ***/
p{
	margin:0;
	padding:7px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	font-weight: normal;
	color: #333333;
	}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height:28px;
	font-weight: normal;
	color: #2E3191;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border-bottom:solid #259bbf 1px;/*teal*/
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 18px;
	line-height:18px;
	color: #259bbf;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	line-height:17px;
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
img{
	padding-bottom:10px;
	clear:both;
	}

/** End of Content Styling **/

