@charset "UTF-8";
/* CSS Document */


.jobTitleFormat {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
}
.employeeName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.jobDescriptionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.down-size {
	font-size: 10px;
}

a.down-size, a:link.down-size, a:visited.down-size, a:active.down-size {
	color: #297fbc; /* blue light */ 
	text-decoration: none;}
	
a:hover.down-size {
	color: #0c4c7a; /* blue dark */
	text-decoration: underline;}

	
	
.company_info{
	font-size:14px;
	width:500px;
	padding:20px;
	margin-left:25px;
	margin-bottom:20px;
	border-top: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	
}

.press_info{
	text-align:center;
	width:370px;
	float:right;
	margin-right:0px;
}

    #pressButton{
			   margin: 15px auto;
			   display:block;
			width:355px;
			height:132px;
			font-size:16px;
			padding:25px 5px 0 5px;
			background:url(../img/aboutPage/pressbutton.png) top center no-repeat;
		}
	#pressButton:active{
		margin-top:17px;
	}

#mainPageContentArea .company_info b{
	font-size: 12px;
}


#office_slide{
	width:900px;
	height:513px;
	margin:auto;
	-webkit-box-shadow: #CCC 0px 1px 3px;
}

#top_row{
	padding-top:15px;
	width:900px;
}

#bottom_row{
	width:900px;
	margin:40px 0;
	display:block;
}


.employee_list{
	height:350px;
	margin:auto;
	padding:0;
	display:block;
	list-style:none;
}

.employee_list li{
	background:url(../img/aboutPage/pic_shadow.png) no-repeat top center;
	float:left;
	padding: 5px 5px 0px 5px;
	margin:0;

}

.employee_list li img{
	display:block;
	width:290px;
	height:200px;
}

.employee_list li span p{
	width:280px;
}

#location_info{
	width:850px;
	height:350px;
	margin:auto;
}

#location_info img{
	width:457px;
	height:300px;
	float:left;
	
}

#location_info span{
	margin: 10px 0 0 0;
	display:block;
	width:auto;
	height:150px;
	float:left;

}

#googmap{
	background:url(../img/aboutPage/mapback.png) top center no-repeat;
	width:482px;
	height:320px;
	text-align:center;
	float:left;
}

	
	
	/* Slides */
	
	 #container {
		 width:900px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:900px;
	height:530px;
	position:relative;
	
}


/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:900px;
	height:513px;
	overflow:hidden;
	position:relative;
	display:none;
	-webkit-box-shadow: #CCC 0px 0px 5px;
	-moz-box-shadow: #CCC 0px 0px 5px;
	box-shadow: #CCC 0px 0px 5px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/


.slides_container a img {
	display:block;
}


/*Pagination */
.pagination {
	display:none;
}

