/* @override http://www.atcs.com/css/base.css */
/* @group General */
body {
	background-color: #ccc;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a {
	outline: none;
}
.content .emphasis {
	font-weight: bold;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
}
/* @end */
/* @group Base */
#container {
	border: 1px solid #666;
	margin: 20px auto;
	-moz-box-shadow: #000 0 0 20px;
	position: relative;
	-webkit-box-shadow: #000 0 0 20px;
	width: 900px;
}
.content {
	margin: 0 auto;
	position: relative;
	width: 900px;
}

#top {background: url('../images/bg_top.jpg') repeat-x; height: 70px;}
#middle .content {background: #fff url('../images/bg_content.jpg') repeat-x;}

#shadow {
	background: url('../images/shadow.png') repeat-x;
	height: 10px;
	left: 0;
	position: absolute;
	top: 70px;
	width: 900px;
	z-index: 100;
}
/* @end */
/* @group Top */
/* @group Root Menu */
ul#nav {
	font-size: 14px;
	margin: 0;
	position: absolute;
	right: 10px;
	text-shadow: #000 1px 1px 2px;
	text-transform: uppercase;
	top: 21px;
	z-index: 200;
}
ul#nav li {
	border-left-color: #cf9ba2;
	border-left-style: solid;
	border-left-width: 1px;
	color: #fff;
	float: left;
	font-weight: bold;
	list-style: none;
}
ul#nav li:first-child {
	border: none;
}
ul#nav li span {
	display: block;
	padding: 6px 8px;
}
ul#nav li:hover {
	background: #fff;
	color: #000;
	-moz-box-shadow: #000 0 0 10px;
	text-shadow: none;
	-webkit-box-shadow: #000 0 0 10px;
}
ul#nav li:hover a {
	color: #000;
}
ul#nav li a {
	color: #fff;
	display: block;
	padding: 6px 8px;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #000;
	font-weight: bold;
}
ul#nav li a.selected {
	color: #fff;
	font-weight: bold;
	line-height: 0; /* prevents text from bumping down in FF3 */
}
ul#nav li a.selected:hover {
	border: none;
	color: #fff;
	font-weight: bold;
}
/* @end */
/* @group Submenu */
ul#nav li ul {
	background: #680201; /* url('../images/bg_subnav.jpg') repeat-x */
	border: 1px solid #cf9ba2;
	color: #fff;
	display: none;
	margin: 0 0 0 -1px;
	-moz-box-shadow: #000 0 0 10px;
	opacity: 0.9;
	padding: 0;
	position: absolute;
	visibility: hidden;
	text-transform: capitalize;
	-webkit-box-shadow: #000 0 0 10px;
	width: 200px;
	z-index: 100;
}
ul#nav li ul li {
	border: none;
	color: #fff;
	display: block;
	float: none;
	font-weight: normal;
	padding: 0;
	text-shadow: #000 1px 1px 2px;
}
ul#nav li ul li:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
ul#nav li ul li a, ul#nav li:hover ul li a {
	/*border-top: 1px solid #4a0001;*/
	color: #fff;
	display: block;
	padding: 8px;
}
ul#nav li ul li a:hover {
	color: #000;
	font-weight: normal;
}
ul#nav li:hover ul {
	display: block;
	visibility: visible;
}
/* @end */
#logo {
	position: relative;
}
/* @end */
/* @group Banners */
#banner {
	position: relative;
	z-index: 50;
}
#banner_text {
	left: 20px;
	position: absolute;
	text-align: left;
	top: 90px;
}
#banner_title {
	font: bold 42px Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
}
#banner_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing: -1px;
	margin: 0 0 0 1px;
}

#banner .home {background: url('../images/banner_home.jpg') no-repeat;}
#banner .company {background: url('../images/banner_company.jpg') no-repeat;}
#banner .services {background: url('../images/banner_services.jpg') no-repeat;}
#banner .opportunities {background: url('../images/banner_opportunities.jpg') no-repeat;}
#banner .business_partners {background: url('../images/banner_business_partners.jpg') no-repeat;}
#banner .contact {background: url('../images/banner_contact.jpg') no-repeat;}

#banner .content {
	color: #fff;
	height: 250px;
	text-shadow: #000 1px 1px 2px;
	width: 900px;
}
#banner .content .aside {
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	right: 20px;
	text-align: right;
	top: 70px;
}
#greeting {
	font-size: 24px;
	font-weight: bold;
}
/* @end */
/* @group Subnav */
#subnav .content {
	background: #680201 url('../images/bg_subnav.jpg') repeat-x;
	color: #fff;
	font-size: 14px;
	height: 36px;
	padding: 0 20px;
	margin: 0 auto;
	text-shadow: #000 1px 1px 2px;
	width: 860px;
}
#subnav .content ul {
	list-style: none;
	margin: 0 0 0 -20px;
	padding: 0;
}
#subnav .content ul li {
	border-left-color: #cf9ba2;
	border-left-style: solid;
	border-left-width: 1px;
	float: left;
	padding: 10px 0;
}
#subnav .content ul li:first-child {
	border: none;
}
#subnav .content ul li a, #subnav .content ul li span {
	color: #fff;
	padding: 0 20px;
	text-decoration: none;
}
#subnav .content ul li a.selected, #subnav .content ul li span {
	font-weight: bold;
}
#subnav .content ul li a:hover {
	color: #cf9ba2;
}
#subnav .content ul li a.selected:hover {
	color: #fff;
}
#subnav .home {
	padding: 0;
	width: 900px;
}
#subnav .home ul {
	margin: 0;
}
#subnav .home ul li {
	text-align: center;
	width: 298px;
}
/* @end */
/* @group Middle */
#middle .content {
	color: #333;
	line-height: 20px;
	padding: 25px 20px 5px;
	width: 860px;
}
#middle .content a {
	border-bottom: 1px solid #bc1f28;
	color: #bc1f28;
	font-weight: bold;
	text-decoration: none;
}
#middle .content a:hover {
	border-color: #680201;
	color: #680201;
}
#middle .content ul li {
	color: #bc1f28;
	list-style-type: square;
}
#middle .content ul li span {
	color: #333;
}
#middle .content .title {
	color: #bc1f28;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#middle .content .intro {
	background-color: #efefef;
	border-bottom: 1px solid #bc1f28;
	border-top: 1px solid #bc1f28;
	color: #000;
	font-size: 13px;
	line-height: 24px;
	padding: 10px 10px 8px;
	margin: 0;
}
#middle .home {
	background: #fff url('../images/bg_split.jpg') no-repeat;
	padding: 0;
	width: 900px;
}
#middle .split {
	float: left;
	padding: 0 20px;
	width: 260px;
}
#middle .split:first-child {
	background: none;
}
/* @end */
/* @group Footer */
#footer {
	clear: both;
}
#footer .content {
	background: #680201 url('../images/bg_subnav.jpg') repeat-x;
	border-top: 1px solid #ccc;
	color: #fff;
	padding: 10px 20px;
	margin: 0 auto;
	text-shadow: #000 1px 1px 2px;
	width: 860px;
}

. cssDate{
text-align: right;
}
/* @end */