/* CSS Document */

div.mainbody {     
     width:             920px;     
     margin-left:       auto;
     margin-right:      auto;
     display:           block;
}

div.aculogo {
	float:             left;
	height:            86px;
	width:             574px;
	background-image:  url(../images/acu_logo.png);
	background-repeat: no-repeat;
} 

div.searchlogo {
	float:             left;
	height:            150px;
	width:             920px;
	background-image:  url(../images/careersearch.png);
	background-repeat: no-repeat;
	border-width:      1px;
     border-style:      solid;
     border-color:      #c0c0c0;
} 

img.borderedimage {

	border-width:      1px;
     border-style:      solid;
     border-color:      #c0c0c0;

}

div.managelogo {
	float:             left;
	height:            150px;
	width:             920px;
	background-image:  url(../images/jobmanager.png);
	background-repeat: no-repeat;
	border-width:       1px;
     border-style:       solid;
     border-color:       #c0c0c0;
} 

div.sladelogo {
	float:             right;
	height:            86px;
	width:             326px;
	background-image:  url(../images/sladepartners_logo.png);
	background-repeat: no-repeat;	
} 

div.imagesplash {
     float:              right;
     height:             320px;
     width:              920px;
     border-width:       1px;
     border-style:       solid;
     border-color:       #c0c0c0;
}

div.footer_box {
     float:              right;
     height:             50px;
     width:              900px;
     border-width:       1px;
     border-style:       solid;
     border-color:       #e5e5e5;
     background:         #f9f9f9;
     margin-left:        auto;
     margin-right:       auto;
     margin-top:         100px;
     font-family:        helv;
     font-size:          1.5pt;  
     padding:            10px;      
}

div.footer {
     margin-left:       auto;
     margin-right:      auto;
     float:             none;     
     font-family:       sans-serif;
	font-style:        normal;
	font-variant:      normal;	
	font-size:         8pt;	
	word-spacing:      normal;
	letter-spacing:    normal;
	text-decoration:   none;
	text-transform:    none;
	text-align:        center;
	text-indent:       0ex;   
     color:             #c0c0c0;
     line-height:        20px;     
     width:              920px;   
}


p.searchtext {
     float:             none;     
     font-family:       sans-serif;
	font-style:        normal;
	font-variant:      normal;
	font-weight:       normal;
	font-size:         small;
     line-height:       1.5em;	
	word-spacing:      normal;
	letter-spacing:    normal;
	text-decoration:   none;
	text-transform:    none;
	text-align:        left;
	text-indent:       0ex;   
     color:             #151515;        
}

div.searchtext {
     float:             none;     
     font-family:       sans-serif;
	font-style:        normal;
	font-variant:      normal;
	font-weight:       normal;
	font-size:         small;
	line-height:       120%;
	word-spacing:      normal;
	letter-spacing:    normal;
	text-decoration:   none;
	text-transform:    none;
	text-align:        left;
	text-indent:       0ex;   
     color:             #151515;        
}

div.quote {
     display:           inline;
     font-family:       sans-serif;
	font-style:        normal;
	font-variant:      normal;	
	font-size:         9pt;	
	word-spacing:      normal;
	letter-spacing:    normal;
	text-decoration:   none;
	text-transform:    none;
	text-align:        left;
	text-indent:       0ex;   
     color:             #707070;        
}

a.applybutton {

     background:         black;
     color:              white;
     font-family:        sans-serif;     
     padding:            5px;
     font-size:          small;
     text-decoration:    none;
}

div.miscinfo {

     font-family:        sans-serif;     
     padding:            5px;
     font-size:          small;
     text-decoration:    none;
     color:              grey;

}

hr   {
  border-color: black;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 20px;
  height: 0;
}

div.greybox {

     margin-left:        auto;
     margin-right:       auto;
     border-width:       1px;
     border-style:       solid;
     border-color:       #c0c0c0;
     background:         #f0f0f0;
     font-family:       sans-serif;     
     font-size:          small;
     padding:            10px;
}

div.redbox {

     margin-left:        auto;
     margin-right:       auto;
     border-width:       1px;
     width:              900px;
     border-style:       solid;
     border-color:       red;
     background:         #FFC0C0;
     font-family:        sans-serif;     
     font-size:          small;
     padding:            10px;
}

div.yellowbox {

     margin-left:        auto;
     margin-right:       auto;
     border-width:       1px;
     width:              900px;
     border-style:       solid;
     border-color:       yellow;
     background:         #FFFF80;
     font-family:        sans-serif;     
     font-size:          small;
     padding:            10px;
}