/* content */

.content_back
{
	position: relative;
	margin: 0px 15px 0px 15px;
	background: #CCCBA5;
	padding-bottom: 30px;
}

/**** Option 1 ****/
/*
#contents
{
	position: relative;
	text-align: left;
	margin-right: 0px;
	margin-left: 45px;
	right: -15px;
	border-top: solid 1px #313F11;
	border-bottom: solid 1px #313F11;
	padding: 15px 15px 30px 15px;
	background: #F2F0EC;
}
*/
/**** End Option 1 ****/

/**** Option 2 ****/
/*
.contents_2
{
	position: relative;
	text-align: left;
	margin-right: 0px;
	margin-left: 60px;
	right: -10px;
	border-top: solid 1px #313F11;
	border-bottom: solid 1px #313F11;
}
#contents{
	padding: 15px 30px 30px 15px;
	margin-right: 10px;
	background: #F2F0EC;
}
*/
/**** End Option 2 ****/

/**** Option 3 ****/
/*
.contents_2
{
	position: relative;
	text-align: left;
	margin-right: 0px;
	margin-left: 30px;
	right: -30px;
	border-top: solid 1px #313F11;
	border-bottom: solid 1px #313F11;
}
#contents
{
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px 30px 30px 15px;
	background: #F2F0EC;
}
*/
/**** End Option 3 ****/

/**** Option 4 ****/

.contents_2
{
	position: relative;
	text-align: left;
	margin-right: 0px;
	margin-left: 30px;
	right: -15;
	border-top: solid 1px #313F11;
	border-bottom: solid 1px #313F11;
}
#contents
{
	margin-left: 5px;
	margin-right: 0px;
	padding: 15px 30px 30px 15px;
	background: #F6F6ef;
	text-align: justify;
}

/**** End Option 4 ****/

/* header style */
#menu
{
	position: relative;
	padding: 15px 5px 15px 5px;
	margin: 0px 15px 0px 15px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	background: #CCCBA5;
}
a.menu
{
	/*	border: solid 1px #313F11; 	background: #C2C0BC;*/
	padding: 1px 2px 0px 2px;
	font-family: Arial; /* 	font-weight: bold;*/
}
a.menu:hover
{
	text-decoration: underline;
	color: #993111;
}
div.header_back
{
	position: relative;
	background: #CCCBA5;
	height: 30px;
	margin: 15px 15px 0px 15px;
}

#header_ln
{
	position: absolute;
	border-right: solid 1px #313F11;
	width: 75px;
	height: 40px;
	top: 5px;
	z-index: 2;
}
#header
{
	position: relative;
	border-top: solid 1px #313F11;
	border-bottom: solid 1px #313F11;
	padding: 10px 0px 10px 0px;
	background: #FFFFFF;
	z-index: 1;
}
#logo_txt
{
	position: absolute;
	top: 18px;
	left: 350px;
	width: 360px;
	line-height: 25px;
	font-size: 20px;
}
/* footer style */

#footer_back
{
	position: relative;
	background-color: #CCCBA5;
	height: 30px;
	margin: 0px 15px 0px 15px;
}
#footer-left
{
	position: relative;
	left: 15px;
	background-color: #CCCBA5;
}
#footer
{
	position: relative;
	border-top: solid 1px #616F41;
	border-bottom: solid 1px #616F41;
}
#footer_content
{
	position: relative;
	left: 60px;
	/*background-image: url(../images/Noel_Group_Footer.jpg);
	background-repeat: no-repeat;
	background-position: 20px 5px;*/
	height: 20px; 
	border-left: solid 1px #616F41;
	background-color: white;
	
}
#footer_ln
{
	position: relative;
	left: 75px;
	top: -30px;
	border-left: solid 1px #616F41;
	height: 45px;
}
/* General Classes */

.address
{
	position: relative;
	font-size: 10px;
	top: 4px;
	left: 200px;
	z-index: 1;
}

/* General Elements */
body
{
	color: #455A21;
	font-size: 15px;
	margin-top: 0px;
}
td
{
	border-bottom: solid 1px #616F41;
	border-left:  solid 1px #616F41;
	vertical-align: top;
	text-align: justify;
}
td.contact
{
	border: none;
	font-size: 15px;
}
td.pad
{
	padding: 15px 15px 15px 15px;
}
#table_comps
{
	border-top: solid 1px #616F41;
	border-right: solid 1px #616F41;
}
img
{
	border: none;
}
a:link
{
	color: #455A21;
	text-decoration: none;
}
a:visited
{
	color: #455A21;
	text-decoration: none;
}
a:hover
{
	color: #455A21;
	text-decoration: none;
}
a:visited.under
{
	text-decoration: underline;
}


.CareerBold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #455A21;
    FONT-FAMILY: Arial
}
.CareerNormal
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial
}
.CareerNormal A
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial
}
.CareerNormal A:hover
{
    FONT-SIZE: 12px;
    COLOR: #455A21;
    FONT-FAMILY: Arial
}
.JobTable
{
	border: none;
}
.JobTable tr
{
	border: none;
}
.JobTable td
{
	padding-left: 5px;
	padding-top: 5px;
	vertical-align: top;
	text-align: justify;
	border: none;
}

.JobDataFooter
{
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
}