/***********************************************/
/* NAVIGATION BAR */

.nav {
  overflow:visible;
  position:relative;
        float:left;
	width:1100px;
	clear:both;
	height:15px;	
	background-color:rgb(186, 139, 0);	
}

.subNav {
overflow:visible;
position:absolute;
	z-index:1;
	float:right;
	right:0;
}

.headerText {
  float:left;
  color: white;
  letter-spacing: -2px;
  margin-left:120px;
  font-weight:bold;
}

/* NAVIGATION BAR */
/***********************************************/


.img_float_left, .img_left {
  float:right;
  margin:15px;
  margin-right:0;
}


div.item_item {
  padding:3px 15px;
}
img.handshake {
  position:absolute;
  right:0;
  top: 0;  
  border:0;
}

/****************TEXT STYLES*********************/
h1 {

}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
  text-align:left;
  color:rgb(186, 139, 0);
  margin:5px;
  border-bottom: 1px solid rgb(186,139,0);
  
}

p.smallSummary {
  padding: 0;
  font-size: 12px;
  text-align:left;
  color: rgb(95,106,114);
  letter-spacing: 1px;
  margin: 0 0 0 5px;  
  border: 0;
  

}

h4 {
  font-size: 12px;
}

h5 {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
/****************TEXT STYLES*********************/


/****************MISC STYLES TO BE SORTED*********************/

a.noborder img {
  border: 0px;
}

a.breadcrumb {
  font-size: 12px;
  text-decoration: underline;
  margin-left:5px;
}

ul.sectionLink {
  margin-top: 10px;
}

ul.mainBodyList, li.mainBodyList {
  background: #cbc;
  font-size:12px;
  letter-spacing: 1px;
  width: 80%;
  margin: 2px auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.new_win_pdf {
	list-style-image: url('~assets/images/misc/new_win_pdf.gif');
	padding-bottom: 5px;
	font-size: 12px;
}

.new_win_ppt {
	list-style-image: url('~assets/images/misc/ppt_icon.jpg');
	padding-bottom: 5px;
	font-size: 12px;
}

.new_win_link {
	list-style-image: url('~assets/images/misc/new_win_link.gif');
	padding-bottom: 5px;
	font-size: 12px;
}

.new_win_folder {
	list-style-image: url('~assets/images/misc/folder.gif');
	padding-bottom: 5px;
	font-size: 12px;
}

#bodyContainer {
  width:1100px;
  margin:auto;  
  background:rgb(189, 178, 208);
}

.img_, .img_float_right, .img_right, .float_right {
  float:right;
  margin:15px;
  margin-right:0;
}

.img_center {
  margin:auto;  
}

img, a.img, p.img {
	border-top: 2px solid rgb(78,37,133);
	border-right: 2px solid rgb(186, 139, 0);
	border-bottom: 2px solid rgb(186, 139, 0);
	border-left: 2px solid rgb(78,37,133); 	
}


table.mainTable {
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
  border-collapse:collapse;
  clear:both;    
}
table.mainTable td {
  padding-bottom: 10px;
  vertical-align:top;  
}




.subitem_container {
position:relative;
}
/****************MISC STYLES TO BE SORTED*********************/

/***********************************************/
/* HEADER */

#header {
	float:left;
	width:100%;
	clear:both;
	height:100px;	
	background: url('~assets/images/layout/WPBbnn3.jpg') no-repeat;
	background-repeat: no-repeat;
	background-position: center;		
	background-color:rgb(78,37,133);
	position:relative;
}

/***********************************************/


/***********************************************/
/* MAIN BOX STYLES*/
td.mainColumn {
	background-color: #fff;	
	vertical-align:top;
	padding: 5px 5px 0 5px;
	border-right: 1px solid rgb(186, 139, 0);
}

table.mainColumnTable {
  margin:0;
  padding:0;
}


div.main_item_container {
  float:left;
  clear:both;
  width:100%;    
}

img.mainThumb {
  height:100px;
  padding: 0 15px 5px 15px;

}

div.titleFront {
  background: url('~assets/images/layout/main_title_tab_ls.jpg');
  height:20px;
  width:8px;
  float:left;
}

div.titleMiddle {
  background:rgb(244,230,201);
  float:left;
  text-align:left;
  height:20px;
}

div.titleEnd {
  background: url('~assets/images/layout/main_title_tab_rs.jpg');
  height:20px;
  width:8px;
  float:left;
}
div.title, .main_item {
  float:left;
  clear:both;
}
div.main_item {
  width:100%;    
}

div.mainFront {
  background: url('~assets/images/layout/main_item_bg_ls.jpg');
  height:100%;
  width:2px;
  float:left;
  clear:left;
}

div.mainMiddle {
  width:99%;
  position:relative;  
  background: url('~assets/images/layout/main_item_bg_c.jpg') repeat-x;
  float:left;
  min-height:100px;
  padding-bottom: 2px;  
}

div.mainEnd {
  background: url('~assets/images/layout/main_item_bg_rs.jpg');
  height:100%;
  width:2px;
  float:left;
}
div.title {
  float:left;
  clear:both;
}

div.main_item p {
  letter-spacing: 1px;
  font-size:12px;
}


a {
  color: rgb(78,37,133);
  text-decoration:none;
}

a.item_title {
  font-weight:bold;
  font-style:italic;
}

div.main_item_container hr {
  margin:1px;
  color: rgb(186, 139, 0);
  width:100%;
}
/***********************************************/

/***********************************************/
/* RIGHT COLUMN STYLES */

td.rightColumn {
	background: url('~assets/images/layout/left_side_item_bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	background-color: rgb(249,242,224);	
	width:180px;
	vertical-align:top;
	padding: 20px 10px 0 10px;	
}


div.partnerOrganizations {
  margin:auto;
  text-align:center;
}

td.lookingForEmployment img { 
  padding-top: 10px;
  border:0;
  margin: auto;
  clear:both;
}

/***********************************************/

/***********************************************/
/* LEFT SIDE ITEM */

td.leftColumn {
	background-color: rgb(249,242,224);	
	width:180px;
	vertical-align:top;
	padding: 20px 10px 0 10px;	
}

.left_side_item img {
  width:75px;
  float: left;
  margin-right: 5px;
}

div.left_side_item_container {
  position:relative;
  padding-top:5px;
  background: url('~assets/images/layout/left_side_item_bg.jpg');
  background-repeat:no-repeat;
  background-position:top center;
  margin:auto;
  width:100%;
}

div.left_side_item {
  padding:5px;
  
}

div.left_side_item ul, ol, li {
  margin: 0px;
}
div.left_side_item p {
  font-weight:bold;
  font-size: 10px;
  margin-top: 0px;
  padding-left: 2px;
}
/***********************************************/

/***********************************************/
/* FOOTER STYLES */
div.footer {
	clear:both;
	float:left;	
	width:100%;
}

div.footer p {
  text-align:center;
}

/***********************************************/

/***********************************************/
/* GENERAL STYLES */
body {
	color: rgb(95,106,114);
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:rgb(189, 178, 208);
	font-family: verdana, arial, sans-serif;
	font-size:12px;
}

.elementTitle, .title a {
  font-size: 14px;
  font-weight: bold;
  color: rgb(243,40,55);
  clear:both;
  margin:auto;
  text-align:center;
  text-decoration:none;
}
/***********************************************/

/***********************************************/
/* BUTTON STYLE */
a.button {
	/* Sliding right image */
	background: transparent url('~assets/images/layout/Btn2.jpg') no-repeat scroll top right;
	display: block;
	float: left;
	height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 5px;
	padding-right: 15px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */

	/* FONT PROPERTIES */
	text-decoration: none;
	color: #000000;
	font-size:12px;
	font-weight:bold;
}

a.button span {
	/* Background left image */
	background: transparent url('~assets/images/layout/Btn1.jpg') no-repeat;
	display: block;
	line-height: 35px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0px 0 0px 17px;
}

a.button:hover span{
	text-decoration:underline;
}

/* BUTTON STYLE */
/***********************************************/


/* --> */
