img { border:0px; }
.style1 {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	font-size: 15px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {
	font-size: 13px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style4 {
	font-size: 15px;
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat:repeat-x;
}
a:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
a:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color:#666666;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #006699;
	
}
a:active {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color:#666666;
}
a.white:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
}
a.white:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #33CCFF;
	
}
a.white:active {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
}
.relation7, .relation7 a:link, .relation7 a:hover, .relation7 a:active, .relation7 a:visited 
{ font-family: Arial, Helvetica, sans-serif;font-size: 12px; color: #000;text-decoration: none}

.table.table-bordered {
    border: 3px solid #ddd;
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table.table-bordered th {
    border-bottom-width: 2px;
    border: 1px solid #ddd;
    vertical-align: bottom;
    padding: 10px;
    line-height: 1.42857143;
    font-size: 16px;
    color: #e0e0e0;
    font-weight: normal;
    background: #223d52;
}

.table.table-bordered p{
    float: right;
}

.table.table-bordered td{
    padding-left: 15px;
    border: 2px solid #ddd;
    padding-right: 15px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.table.table-bordered caption{
    border-bottom-width: 2px;
    border: 1px solid #ddd;
    vertical-align: bottom;
    padding: 10px;
    line-height: 1.42857143;
    font-size: 21px;
    color: #e0e0e0;
    background: #223d52;
}

.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li span{
    font-size: 20px;
}

.breadcrumb > li + li:before {
    content: ">";
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    speak: none;
}

.apply_button {
    font-family: 'Raleway', sans-serif;
    margin: 0 4px 0 4px;
    text-align: center;
    width: 100px;
    color: #ffffff!important;
    background-color: #294459;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 16px !important;
    transition-duration: 0.4s;
    border-radius: 10px;
}

.locat_menu a:hover {
    color: #ffffff;
    background-color: #274c9e;
}

.locat_menu a:focus {
    color: #ffffff;
    background-color: #274c9e;
}

.career {
    background-color: #EEE;
    width: 400px;
}

.career .items {
    font-size: 18px;
    border-bottom: 1px solid #DDD;
    padding: 7px 0px 7px 14px;
}
.items >a {
    font-size: 18px;
    border-bottom: 1px solid #DDD;
    padding: 7px 0px 7px 14px;
}

.career .items .apply {
    float: right;
    font-size: 14px;
    padding: 1px 10px;
    background-color: #294459;
    color: #FFF;
    margin: 0 5px 0 0;
}

.jobmenu td{
    padding-bottom: 10px;
    
}