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

*{margin:0;padding:0;}

body {
	background: #35210e;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

h1 {
	font-size: 20px;
	color: #764219;
	margin-bottom: 20px;
	}

h2 {
	margin: 0;
	font-size: 16px;
	}

h4, h3 {
	margin-bottom: 15px;
	}

h3 a {
	background: url(../img/bullet-logo.gif) center left no-repeat;
	padding-left: 16px;
	}

p {
	margin-bottom: 15px;
	}

a:link, a:visited {
	color: #e97800;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
	}

.clear {
	clear: both;
	}

#container {
	background: #fff;
	width: 799px;
	margin: 0 auto;
	text-align: left;
	}

#top {
	width: 789px;
	height: 91px;
	margin-bottom: 5px;
	padding: 0 10px 21px 0;
	background: #fff url('../img/main-banner.jpg');
	}

#top a {
	float: left;
	}

#top select {
	float: right;
	margin-top: 73px;
	}

#middle {
	margin-bottom: 5px;
	}

#intro {
	width: 599px;
	height: 375px;
	float: left;
	}

.intro-pic {
	border: 1px solid #c4c4c4;
	}

#intro span {
	display: block;
	margin: 8px;
	}

#home-news {
	width: 176px;
	background: #ffd754;
	height: 355px;
	float: right;
	padding: 10px;
	}

#home-news .more {
	display: block;
	text-align: right;
	}

#home-boxes {
	clear: both;
	background: url(../img/home-boxes-bg.gif) top left repeat-y;
	margin-top: 5px;
	}

#box1 {
	width: 176px;
	float: left;
	padding: 46px 10px 15px 10px;
	margin: 0 5px 0 0;
	background: #f5f5f5 url(../img/box1-bg.gif) top center repeat-x;
	}

#box2 {
	width: 176px;
	float: left;
	padding: 46px 10px 15px 10px;
	margin: 0 5px 0 0;
	background: #f5f5f5 url(../img/box2-bg.gif) top center repeat-x;
	}

#box3 {
	width: 176px;
	float: left;
	padding: 46px 10px 15px 10px;
	margin: 0 5px 0 0;
	background: #f5f5f5 url(../img/box3-bg.gif) top center repeat-x;
	}

#box4 {
	width: 176px;
	float: left;
	padding: 46px 10px 10px 10px;
	margin: 0 0 0 0;
	background: #f5f5f5 url(../img/box4-bg.gif) top center repeat-x;
	}

#logos {
	padding:  5px 5px 5px 380px;
	}

#logos img {
	margin: 10px;
	}

/* CONTENT STYLES */

#menu {
	height: 29px;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: bold;
	}

#menu li {
	height: 29px;
	padding-right: 5px;
	list-style: none;
	font-size: 15px;
	float: left;
	background: #fff;
	}

#menu a:link, #menu a:visited {
	display: block;
	height: 24px;
	padding: 5px 15px 0 15px;
	}

#menu a:hover, #menu a:active {
	text-decoration: none;
	height: 19px;
	border-width: 0 0 5px 0;
	}

.about-menu {background: #ef9834;}
.about-menu a:link, .about-menu a:visited {color: #fff; background: #ef9834;}
.about-menu a:hover, .about-menu a:active {border: solid #7d7d7d;}

.services-menu {background: #dfb100;}
.services-menu a:link, .services-menu a:visited {color: #fff; background: #dfb100;}
.services-menu a:hover, .services-menu a:active {border: solid #7d7d7d;}

.news-menu {background: #6a6a6a;}
.news-menu a:link, .news-menu a:visited {color: #fff; background: #6a6a6a;}
.news-menu a:hover, .news-menu a:active {border: solid #fd8200;}

.talent-menu {background: #bf5400;}
.talent-menu a:link, .talent-menu a:visited {color: #fff; background: #bf5400;}
.talent-menu a:hover, .talent-menu a:active {border: solid #ef9834;}

#content {
	width: 550px;
	min-height: 300px;
	float: right;
	padding: 0 120px 40px 0;
	text-align: justify;
	}
	
#content ul {
	margin-left: 30px;
	}

#content li {
	margin-bottom: 10px;
	}

/* news list styles */

.def-list {
	width: 550px;
	margin-top: 25px;
	}

.def-list dt {
	width: 115px;
	float: left;
	display: block;
	text-align: right;
	font-weight: bold;
	}

.def-list dd {
	width: 410px;
	float: left;
	margin: 0 0 20px 15px;
	}





/* END OF CONTENT STYLES */

#footer {
	height: 16px;
	padding: 8px 8px 5px 8px;
	text-align: right;
	background: #f5f5f5;
	}