html, body {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Georgia", "Arial";
	font-size: 8pt;
	color: #888888;
	color: #5c5c5e;
	background-image: url('../images/frontend/body_bg.jpg');
	background-repeat: repeat-x;
}

/*
 * Main Container
 */
div#main_container {
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/frontend/main_bg.jpg');
	background-repeat: no-repeat;
	width: 1024px;
}

div#main_container div#top_container {
	padding-left: 80px;
	padding-top: 30px;
}

div#main_container div#middle_container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 50px;
	width: 826px;
	width: 100%;
}

div#bottom_container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 0px;
	margin: 0;
}

a img {
	border-width: 0px;
}


/*
 * Bottom Menu
 */
div#bottom_menu {
	background-image: url('../images/frontend/bottom_menu/bottom_menu_bg.png');
	background-repeat: no-repeat;
	width: 871px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
}

div#bottom_menu a.on {
	color: #d3926c;
}

div#bottom_menu table {
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
}

div#bottom_menu a {
	color: #5c5c5e;
	text-decoration: none;
}

div#bottom_menu a:hover {
	color: #d3926c;
}

div#bottom_menu table td.spacer {
	padding: 0px 10px 0px 10px;
}



/*
 * Home Page
 */
div#home_bottom {
	margin-left: auto;
	margin-right: auto;
	width: 826px;
}

div#home_bottom table#home_bottom {
	width: 100%;
}

div#home_bottom table#home_bottom td#left {
	width: 50%;
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
}

div#home_bottom table#home_bottom td#right {
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #cccccc;
	padding-left: 15px;
	text-align: left;
	width: 50%;
	vertical-align: top;
}

/*
 * About Us
 */
div#about_us {
	text-align: justify;
	padding-top: 10px;
}

/*
 * Latest News
 */
div#latest_news {
	text-align: justify;
	padding-top: 10px;
}

div#read_more {
	text-align: right;
	color: black;
}

/*
 * Main Flash App
 */
div#flash_main {
	height: 359px;
	margin-top: -30px;
}

/*
 * Pages
 */
div#page_container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div#page_content {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	text-align: left;
}

div#page_content div#return_link {
	text-align: right;
}

div#page_container table {
	width: 100%;
}

div#page_container table td#left {
	vertical-align: top;
	text-align: center;
	width: 209px;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
}

div#page_container table td#right {
	vertical-align: top;
	text-align: center;
}

/*
 * Careers
 */
div.position_title {
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
	margin-bottom: 5px;
	color: #5c5c5e;
}

/*
 * Past
 */
div#past1 {
	padding-top: 40px;
	background-image:url('../images/frontend/past1.png');
	width: 650px;
	height: 270px;
}

div#past1 li {
	padding-bottom: 5px;
	padding-right: 10px;
}
	
div#past2 {
	margin-top: 25px;
	padding-top: 40px;
	background-image:url('../images/frontend/past2.png');
	width: 650px;
	height: 245px;
}

div#past2 li {
	padding-bottom: 5px;
	padding-right: 10px;
}
	
div#past3 {
	margin-top: 25px;
	padding-top: 40px;
	background-image:url('../images/frontend/past3.png');
	width: 650px;
	height: 285px;
}

div#past3 li {
	padding-bottom: 5px;
	padding-right: 10px;
}

div#past4 {
	margin-top: 25px;
	padding-top: 40px;
	background-image:url('../images/frontend/past4.png');
	width: 650px;
	height: 200px;
}

div#past4 li {
	padding-bottom: 5px;
	padding-right: 10px;
}

hr {
	height: 2px;
	border-width: 0px;
	background-color: #cccccc;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/*
 * Anchors
 */
a {
	color: #d3926c;
}

a.on {
	color: #d3926c;
}

a:hover {
	color: #888888;
}

a.read_more {
	text-decoration: underline;
	color: #7e9f55;
}

/*
 * H1
 */
h1 {
	font-size: 12pt;
}

/*
 * Company
 */
div#company {
	background-image: url('../images/frontend/company.png');
	height: 860px;
	width: 635px;
	padding-top: 50px;
	padding-left: 15px;
	background-repeat: no-repeat;
}

div#company td {
	padding-bottom: 14px;
}

div#company div#why td {
	padding-bottom: 0px;
}

/*
 * Forms
 */
input.text {
	border-color: #b29787;
	border-width: 1px;
	border-style: solid;
	background-color: #e9dfcb;
	font-family: "Arial";
	font-size: 9pt;
	width: 200px;
	color: #5c5c5e;
}

input.submit {
	border-color: #b29787;
	background-color: #e9dfcb;
	border-width: 1px;
	border-style: solid;
}

textarea {
	width: 200px;
	border-color: #b29787;
	border-width: 1px;
	border-style: solid;
	background-color: #e9dfcb;
	font-family: "Arial";
	font-size: 9pt;
	color: #5c5c5e;
}

/*
 * Header
 */
div.header {
	color: #d3926c;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 10px;
}

/*
 * Corporate Experience
 */
div#exp1 {
	background-image: url('../images/frontend/exp1.png');
	background-repeat: no-repeat;
	height: 480px;
	width: 222px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

div#exp2 {
	margin-top: 20px;
	background-image: url('../images/frontend/exp2.png');
	background-repeat: no-repeat;
	height: 330px;
	width: 222px;
	margin-left: auto;
	margin-right: auto;
}

div#exp1 ul {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	padding-top: 45px;
}

div#exp1 li {
	list-style-type: none;
	padding-bottom: 11px;
	text-align: left;
}

div#exp2 ul {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	padding-top: 45px;
}

div#exp2 li {
	list-style-type: none;
	padding-bottom: 22px;
	text-align: left;
}

/*
 * NAV Bar
 */
div#top_menu {
	position: absolute;
	margin-left: 545px;
	background-image: url('../images/frontend/nav_bar_bg.png');
	background-repeat: no-repeat;
	width: 420px;
	height: 37px;
}

div#top_menu a {
	color: #5c5c5e;
	text-decoration: none;
}

div#top_menu a.on {
	color: #d3926c;
}

div#top_menu a:hover {
	color: #d3926c;
}

div#top_menu table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	font-weight: bold;
}

div#top_menu table td.spacer {
	padding: 0px 5px 0px 5px;
}

/*
 * Side Menu
 */
div#side_menu {
	width: 172px;
	font-size: 9pt;
	font-family: "Georgia";
	font-weight: bold;
	text-align: left;
}

div#side_menu a {
	color: #5c5c5e;
	text-decoration: none;
}

div#side_menu a:hover {
	color: #d3926c;
}

div#side_menu a.on {
	color: #d3926c;
}

div#side_menu div.sub {
	background-image: url('../images/frontend/side_menu/sub_bg.png');
	background-repeat: no-repeat;
	height: 150px;
	width: 180px;
}

div#side_menu div.sub ul {
	font-weight: normal;
	font-size: 7pt;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	padding-top: 16px;
	width: 140px;
}

div#side_menu div.sub ul li {
	padding-bottom: 10px;
}

div#side_menu div.top {
	background-image: url('../images/frontend/side_menu/top_bg.png');
	height: 23px;
	padding-top: 15px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

div#side_menu div.top_hover {
	background-image: url('../images/frontend/side_menu/mid_bg.png');
	background-repeat: no-repeat;
}

div#side_menu div.mid_hover a {
	color: white;
}

div#side_menu div.mid_hover {
	background-image: url('../images/frontend/side_menu/mid_bg_hover.png');
	height: 22px;
	padding-top: 8px;
	padding-left: 15px;
	background-repeat: no-repeat;
}

div#side_menu div.bottom_hover a {
	color: white;
}

div#side_menu div.bottom_hover {
	background-image: url('../images/frontend/side_menu/bottom_bg_hover.png');
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 39px;
	padding-top: 8px;
}

div#side_menu div.mid {
	background-image: url('../images/frontend/side_menu/mid_bg.png');
	height: 22px;
	padding-top: 8px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

div#side_menu div.bottom {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-image: url('../images/frontend/side_menu/bot_bg.png');
	height: 39px;
	padding-top: 8px;
}





