﻿
/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
	background-image: url(../../media/images/tilingBG.jpg); /*background-repeat: repeat-y; 	background-position: center;*/
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #212121;
	font-size: 11px;
	color: #695e4a;
}
a
{
	font-size: 12px;
	color: #A28800;
}
a:hover
{
	text-decoration: none;
}
#wrapper
{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	text-align: left;
	background-color: #FFFFFF;
}

#top
{
	width: 900px;
}

#header
{
	width: 900px;
	background-color: #FFFFFF;
}

#nav
{
	background-image: url(../../media/images/navBG.jpg);
	width: 239px;
	float: left;
	min-height: 305px;
	height: auto !important;
	height: 305px;
	overflow: hidden;
	padding-left: 54px;
}

.NavLinks
{
	margin-top: 11px;
	margin-left: 5px;
	margin-bottom: 20px;
}
.NavLinks a:hover
{
	text-decoration: none;
}

/*--------------------- Main Nav Rollovers ----------------------*/

.aboutusRollover
{
	background-image: url(../../media/images/aboutUs_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 17px;
	width: 74px;
	overflow: hidden;
	display: block;
	border-width: 0px;
	margin-left: 20px;
	margin-top: 4px;
}

.aboutusRollover:hover
{
	background-position: 0px -17px;
}

.servicesRollover
{
	background-image: url(../../media/images/services_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 17px;
	width: 70px;
	overflow: hidden;
	display: block;
	border-width: 0px;
	margin-left: 20px;
	margin-top: 4px;
}

.servicesRollover:hover
{
	background-position: 0px -17px;
}

.productsRollover
{
	background-image: url(../../media/images/products_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 17px;
	width: 77px;
	overflow: hidden;
	display: block;
	border-width: 0px;
	margin-left: 20px;
	margin-top: 4px;
}

.productsRollover:hover
{
	background-position: 0px -17px;
}

.facilitiesRollover
{
	background-image: url(../../media/images/facilities_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 17px;
	width: 76px;
	overflow: hidden;
	display: block;
	border-width: 0px;
	margin-left: 20px;
	margin-top: 4px;
}

.facilitiesRollover:hover
{
	background-position: 0px -17px;
}

.investorRelationsRollover
{
	background-image: url(../../media/images/investorRelations_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 17px;
	width: 150px;
	overflow: hidden;
	display: block;
	border-width: 0px;
	margin-left: 20px;
	margin-top: 4px;
}

.investorRelationsRollover:hover
{
	background-position: 0px -17px;
}

.careersRollover
{
	background-image: url(../../media/images/careers_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 17px;
	width: 67px;
	overflow: hidden;
	display: block;
	border-width: 0px;
	margin-left: 20px;
	margin-top: 4px;
}

.careersRollover:hover
{
	background-position: 0px -17px;
}

.contactUsRollover
{
	background-image: url(../../media/images/contactUs_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 17px;
	width: 88px;
	overflow: hidden;
	display: block;
	border-width: 0px;
	margin-left: 20px;
	margin-top: 4px;
}

.contactUsRollover:hover
{
	background-position: 0px -17px;
}

/* ERROR MESSAGE */
.ErrorMessage
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px dotted #f00000;
	background: url(        '../../media/images/errormessageicon.png' ) no-repeat 3px 3px;
	background-color: #feabab;
}
.ErrorMessage .MessageTitle
{
	font-weight: bold;
	padding-left: 40px;
}
.ErrorMessage .MessageBody
{
	padding-left: 40px;
}

/*--------------------- End Rollovers ----------------------*/

#logo
{
	margin-top: 45px;
	margin-bottom: 29px;
}
.logo
{
	margin-top: 45px;
	margin-bottom: 29px;
}

#photo
{
	width: 607px;
	float: right;
	position: relative;
}

#contentContainer
{
	width: 900px;
	background-color: #FFFFFF;
}

#sidebar
{
	background-image: url(../../media/images/sidebarBG.jpg);
	width: 293px;
	float: left;
	min-height: 650px;
	height: auto !important;
	height: 650px;
	overflow: hidden;
}


.subnav
{
	background-image: url(../../media/images/subnavBorder.gif);
	background-repeat: no-repeat; /*min-height: 115px; 	height: auto !important; 	height: 115px;*/
	width: 210px;
	margin-left: 41px;
	padding-left: 30px;
	padding-top: 20px;
	margin-top: 20px;
}

.subnav li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 3px;
}

.subnav ul
{
	margin: 0px;
	padding: 0px;
}

.subnav td
{
	padding-top: 5px;
}
.subnav a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #695e4a;
	text-decoration: none;
	font-weight: bold;
}

.subnav a:hover
{
	color: #a28800;
}

#SubNavContainer ul{}
#SubNavContainer ul li{margin-bottom: 5px;}
#SubNavContainer ul a{}
#SubNavContainer ul a:hover{}

#content
{
	width: 541px;
	float: right;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../../media/images/perferations.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 33px;
	padding-right: 33px;
}

#content h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #695e4a;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	padding-top: 9px;
	text-transform: none;
}

#content ul
{
}

#content ul li
{
	padding: 3px 3px 0px 7px;
	font-size: 11px;
	color: #695e4a;
}

p, em
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #695e4a;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}


.bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #695e4a;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #695e4a;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #695e4a;
	margin-bottom: 5px;
}

.yellow
{
	color: #a18700;
}

.LatestNews
{
	float: left;
	margin: 0px;
	padding: 0px;
}

.underline
{
	border-style: none;
	border-top: 1px dotted black;
	height: 1px;
	color: #695e4a;
	margin-top: 0px;
	margin-bottom: 10px;
}

.dottedline
{
	border-style: none;
	border-top: 1px dotted black;
	height: 1px;
	color: #695e4a;
	margin-top: 20px;
	margin-bottom: 20px;
}

#headline
{
	padding-top: 20px;
	padding-bottom: 15px;
	width: 259px;
}

#subheadline
{
	width: 135px;
	float: left;
}

#rss
{
	float: left;
	position: relative;
	margin-left: 10px;
}

.apply
{
	float: right;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.apply a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #a18700;
	text-decoration: underline;
	margin-left: 5px;
}

.jobPosting
{
	width: 100%;
}
.postingTitle
{
	width: 100%;
}
.Location
{
	margin: 0px;
	padding: 0px;
}
.DatePosted
{
	margin: 0px;
	padding: 0px;
}

.ApplicationDeadline
{
	margin: 0px;
	padding: 0px;
}
.Wage
{
	margin: 0px;
	padding: 0px;
}

.position
{
	font-size: 14px;
	color: #695e4a;
	float: left;
	margin: 0px;
	padding: 0px;
}

.TableForm
{
	width: 100%;
	font-size: 11px;
}
.FormLabel
{
	width: 100px;
	text-align: right;
	vertical-align: middle;
	padding-bottom: 6px;
	padding-right: 10px;
}
.FormField
{
	vertical-align: top;
	padding-bottom: 6px;
}
.FormValidation
{
	vertical-align: middle;
	color: #ff0000;
	font-weight: bold;
	padding-bottom: 6px;
}

#dropdown
{
	background-color: #e9e7e4;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #695e4a;
	line-height: 14px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer
{
	background-image: url(../../media/images/footerBG.jpg);
	background-repeat: no-repeat;
	width: 855px;
	min-height: 65px;
	height: auto !important;
	height: 65px;
	overflow: hidden;
	padding-left: 45px;
	padding-top: 21px;
}

#copyright
{
	width: 205px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#breadcrumb
{
	width: 625px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	position: relative;
}

#breadcrumb ul
{
	display: inline;
}

#breadcrumb ul li
{
	padding: 0px 3px 0px 7px;
	border-left: 1px solid #FFFFFF;
	list-style: none;
	display: inline;
}

#breadcrumb ul li.first
{
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#breadcrumb a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

#breadcrumb a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

#breadcrumb a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #DACF99;
	text-decoration: underline;
}

#breadcrumb a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #DACF99;
	text-decoration: underline;
}

#featureService
{
	background-image: url(../../media/images/featureService.jpg);
	background-repeat: no-repeat;
	width: 184px;
	min-height: 114px;
	height: auto !important;
	height: 114px;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
	padding-left: 60px;
	padding-right: 8px;
	padding-top: 95px;
	float: left;
}

#featureProduct
{
	background-image: url(../../media/images/featureProduct.jpg);
	background-repeat: no-repeat;
	width: 184px;
	min-height: 114px;
	height: auto !important;
	height: 114px;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
	padding-left: 60px;
	padding-right: 8px;
	padding-top: 95px;
	float: right;
	position: relative;
}
.newslabels
{
	font-size: 12px;
	color: #a38951;
	margin-top: 10px;
}
.newsauthor
{
	font-size: 12px;
	color: #a38951;
	font-style: italic;
}

.profileContainer
{
	padding: 10px;
}
.profileImage
{
	float: left;
	border: 1px solid #000000;
	margin-right: 10px;
	margin-top: 0;
}
.textcontent
{
	float: left;
}
.vcard
{
	float: right;
	position: relative;
}
.clearme
{
	clear: both;
}
