/*-----------------------------------------------------------*/
/* Site CSS
/*-----------------------------------------------------------*/

body {
	font: 12px Arial, sans-serif;
	font-stretch: ultra-expanded;
	background: #000 url('/images/e1/t1/main_bground.jpg') top center repeat;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	color: #F5F2DC;
	line-height: 16px;
	}
img {
	border: none;
	}
h1 {
	font: bold 16px;
	}
h2 {
	font: bold 13px;
	padding: 15px 0px 0px 20px;
	}
h3 {
	font-size: 14px; 
	font-weight: bold; 
	padding: 15px 0px 0px 15px;
	text-align: left;
}
hr {
	clear: both;
	}

.LeftImage {
	float: left;
	padding: 0px 10px 10px 0px;
	}
.RightImage {
	float: right;
	padding: 10px 20px 20px 20px;
	}

/* ============================Header============================== */
#Header {
	position: relative;
	background: url('/images/e1/t1/header_bground.jpg') center top repeat-x;
	color: #000;
	height: 89px;
	width: 785px;
	padding: 0px;
	margin: 0px auto;
	}
#Header ul#MainNav {
	position: absolute;
	z-index: 2;
	right: 0px;
	bottom: 0px !important;
	bottom: -1px;
	width: 510px;
	/*width: 450px;*/
	height: 39px;
	margin: 0px;
	padding: 0px;
	}
#Header ul#MainNav li {
	float: left;
	padding: 0px 5px;
	list-style-type: none;
	height: 39px;
	margin: 0px;
	}
ul#MainNav li a span {
	display: none;
}
ul#MainNav li a {
	display: block;
	height: 39px;
}
ul#MainNav li.Nav_Home a {
	background: url('/images/e1/t1/nav_home.gif') top center no-repeat;
	width: 65px;
}
ul#MainNav li.Nav_About a {
	background: url('/images/e1/t1/nav_about.gif') top center no-repeat;
	width: 82px;
}
ul#MainNav li.Nav_Services a {
	background: url('/images/e1/t1/nav_services.gif') top center no-repeat;
	width: 83px;
}
ul#MainNav li.Nav_Jobs a {
	background: url('/images/e1/t1/nav_jobs.gif') top center no-repeat;
	width: 50px;
}
ul#MainNav li.Nav_Partners a {
	background: url('/images/e1/t1/nav_partners.gif') top center no-repeat;
	width: 83px;
}
ul#MainNav li.Nav_Contact a {
	background: url('/images/e1/t1/nav_contact.gif') top center no-repeat;
	width: 80px;
}
ul#MainNav li a:hover {
	background-position: 0px -39px;
}
ul#MainNav li a.Highlighted {
	background-position: 0px -39px;
}

#Header ul#MainNav a:link, #Header ul#MainNav a:visited {
	color: #214586;
	font-weight: bold;
	text-decoration: none;	
	}
#Header ul#MainNav a.Highlighted {
	color: #000;
	cursor: default;
}

#MainFlash {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	padding: 0px;
	width: 785px;
	height: 224px;
	}
#Wrapper {
	position: relative;
	background: #4f4f4a;
	width: 785px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;	
	}
#WrapperBottom {
	position: relative;
	background: #4f4f4a url('/images/e1/t1/wrapper_bottom.jpg') center bottom no-repeat;
	width: 785px;
	height: 24px;
	padding: 0px;
	margin: 0px auto;
	}

/* ============================Interior Pages============================== */
#InnerWrapper {
	position: relative;
	background: #3a3a38 url('/images/e1/t1/content_top.jpg') center top no-repeat;
	width: 784px;
	margin: 0px auto;
	height: auto !important;
	height: 333px;
	min-height: 333px;
	}
#InnerWrapperBottom {
	position: relative;
	background: url('/images/e1/t1/content_bottom.jpg') center top no-repeat;
	width: 784px;
	height: 15px;
	margin: 0px auto;
	z-index: 0px;
	}
#Content {
	padding: 0px;
	z-index: 2;
	}
#Content p {
	width: 70%;
	padding: 0px 0px 5px 15px;
	margin: 0px;
	}
#Content img {
	border: 1px solid #F5F2DC;
	}
.Title {
	padding: 5px 0px 5px 15px;
	margin: 0px;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	color: #36bff6;
	}
#Content .Title_Tab {
	background: url('/images/e1/t1/title_tab.jpg') no-repeat;
	width: 248px;
	height: 27px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
#Content .Title_Tab p {
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 2px 0px 0px 0px;
	margin: 0px auto;
	}
#Content a:link, #Content a:visited {
	color: #af7300;
	}
#Content a:hover, #Content a:active{
	color: #ffc201;
	text-decoration: underline;
	}
#Wrapper .Contact {
	position: relative;
	text-align: left;
	width: 758px;
	padding: 0px;
	margin: 0px;
	}
#Wrapper .Contact p {
	margin: 0px;
	}
.Contact a:link, .Contact a:visited {
	color: #f5f2dc;
	text-decoration: underline;
	}
.Contact a:hover, .Contact a:active{
	color: #ffc201;
	text-decoration: underline;
	}
.List {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	}
td {
	padding: 0px;
	padding: 2px 15px;
	}
/* ============================Footer=============================== */

#Footer {
	position: relative;
	background: url('/images/e1/t1/footer_bground.jpg') center top repeat-x;
	color: #9e9e9e;
	font-size: 12px;
	padding: 0px;
	line-height: 17px;
	text-align: center;
	width: 785px;
	margin: 0px auto;
	}
#Footer ul {
	list-style-type: none;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	}
#Footer li {
	display: inline;
	font-size: 11px;

	}
#Footer a:link, #Footer a:visited {
	color: #f3efd8;
	text-decoration: none;	
	}
#Footer a:hover {
	color: #FFF;
	text-decoration: underline;
	}
#Footer ul a.Highlighted {
	color: #FFF;
	text-decoration: none;
	cursor: default;
}

#Footer .Divider {
	padding: 0px 10px;
}
/*-----------------------------------------------------------*/