@charset "utf-8";
/* CSS Document */
.abouthome{
	margin-top:20px;
	height:432px;
	background:#f4f4f4
}
.abouthome p{
	width:260px;
}
.mt20{
	margin-top:20px;
	
}
.padl20{
	padding-left:20px;
}
.titlesearch{
	position:relative;
	padding: 5px 0 0 80px;
}

h1
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	
	margin-bottom: 10px;
}
.purple
{
	color: #5b1f69;
}
a
{
	color: #cf0972;
	text-decoration: underline;
	padding-right: 10px;
	
}
a:hover
{
	color: #cf0972;
	text-decoration: none;
	
}
.bulletLink
{
	/*background: url(../images/bullet_link.png) no-repeat right bottom;*/
}
#mediaAbout  {
      
	}
#mediaAbout li {
        float: left;
		width: 126px;
		height:94;
		display: block;
        list-style: none;
		display: block;
		margin: 0 9px 9px 0;
}
.titleEvent
{
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}
.titleEvent a
{
	text-decoration: none;
	color: #333333;
}
.titleEvent a:hover
{
	text-decoration: underline;
}
.date
{
	color: #333333;
	font-size: 12px;
}
.line
{
	border-bottom: 1px solid #CCCCCC;
}
.careerLine
{
	border-bottom: 1px solid #CCCCCC;
	margin: 8px 0 8px 0;
}
.careerSearch
{
	background:url(../images/bg_careers_search.jpg) no-repeat right top;
	width: 298px;
	height: 85px;
	margin-left: -20px;
	margin-top: 35px;
}

#careerwrapper {
width:192px; /*follow your image's size*/
height:28px;/*follow your image's size*/
background-image:url(../images/bg_careers_searchf.jpg);
background-repeat:no-repeat; /*important*/
padding:0px;
top: -10px;
left: 80px;
position:relative; /*important*/
}
 
#careerwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:0px;
padding-left:6px;
width:192px;
height:28px;
outline: none;

}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:2px;
left:165px;
width:20px;
height:25px;
}


@-moz-document url-prefix() {
  #mediaAbout li {
        margin: 0 9px 6px 0;
		
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #mediaAbout li {
        margin: 0 9px 6px 0;
		
}