@import url(reset.css);


/*** STRUCTURE ***/

html {
	background: white url(../images/sub_bg.gif) center top repeat-y;
	overflow: -moz-scrollbars-vertical !important;
	text-align: center;
}

body {
	position: relative;
	font: 88%/1.5 Arial, Helvetica, sans-serif;
	text-align: left;
	color: black;
	background:url(../images/bg_home.gif);
}

#wrap {
	width: 968px;
	position: relative;
	background:transparent url(../images/content_bg.png) repeat-y scroll center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content {
	padding: 0 15px;
	position: relative;
	padding-bottom: 1px;
}

/* makes the content background goes all the way to the bottom */
.fix_layout {
	clear: both;
}


/*** BASIC STYLES ***/

a {
	color: #C2540B;
}

p, li, blockquote {
	font-size: 90%;
	margin: 12px 0;
}

ul, ol {
	margin: 15px;
}

ul li {
	background: url(../images/bullet1.gif) left 6px no-repeat;
	padding-left: 15px;
	margin: 8px 0;
}

.highlight1 {
	color: #99CC33;
	font-weight: bold;
	padding-right: 5px;
}

.highlight2 {
	border-bottom: 3px dotted #b3b3b3;
	padding-bottom: 5px;
	display: inline;
}

.highlight3 {
	color: #748E45;
	font-weight: bold;
}

.highlight3 a {
	color: #748E45;
}


/*** NAV ***/

#top {
	width: 929px;
	height: 56px;
	background:#B9D334 url(../images/header_bottom.jpg) center bottom repeat-x;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

#nav {
	position: absolute;
	right: 15px;
	bottom: 8px;
	margin: 0;
}

#nav li {
	float: left;
	font-size: 90%;
	margin: 0;
	padding: 0;
	margin-left: 12px;
	background: none;
}

#nav a {
	background: url(../images/nav_bullet.gif) left center no-repeat;
	padding-left: 17px;
	color: white;
}

#nav a:hover {
	color: #4D6B08;
}



/*** HEADER ***/

#header {
	height: 75px;
	position: relative;
}

#logo {
	position: absolute;
	left: 48px;
	top: 11px;
	background: url(../images/logo.gif) no-repeat;
	width: 198px;
	height: 52px;
	text-indent: -9000px;
}

#logo a {
	display: block;
	width: 198px;
	height: 52px;
}

#header h2 {
	position: absolute;
	color: #F18714;
	font-size: 160%;
	font-weight: normal;
	left: 275px;
	bottom: 10px;
}

#home #header h2 {
	color: #B8CD47;
	left: 440px;
}



/*** INTRO HOME ***/

#intro {
	background: #EEF2DD url(../images/intro_bg.jpg) repeat-y;
	position: relative;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

#intro p, #intro li {
	line-height: 135%;
}

#intro li {
	margin: 2px 0;
}

#intro_image {
	left: -10px;
	top: 20px;
	position: absolute;
}

#intro_text {
	margin-left: 430px;
}

/* presentational DIV */
#intro_ruler {
	background: url(../images/intro_ruler.jpg) repeat-x;
	height: 23px;
	margin-top: 20px;

}



/*** CONTENT HOME ***/

/* Job Board */

#job_board {
	position: relative;
	top: -65px;
	left: 20px;
	width: 423px;
	float: left;
	background-image: url(../images/joblist_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
	background-color: #FFFFFF;
	z-index: 9999;
}



#job_board h3 {
	color: #402323;
	font-size: 190%;
}

#job_board h3 a {
	color: #402323;
}

#job_board h4 {
	color: #99CC00;
	font-size: 95%;
	font-weight: bold;
	margin: 8px 0 2px 0;
}

#job_board h4 a {
	color: #99CC00;
}

#job_board table {
	font-size: 85%;
	background-color: #EDECE8;
	margin-left: 20px;
	width: 383px;
}

#job_board table a {
	color: black;
	text-decoration: none;
}

#job_board table tr {

}

#job_board table td {
	border-bottom: solid 1px white;
	padding: 0 5px;
}

#job_board .job_title {
	background: url(../images/bullet1.gif) 3px 6px no-repeat;
	padding-left: 17px;
}

#job_board .job_location {
	font-size: 95%;
	width: 90px;
	text-align: center;
}

#job_board .job_type {
	font-size: 80%;
	color: white;
	background: url(../images/icon_jobtype.gif) center center no-repeat;
	width: 21px;
	text-align: center;
	vertical-align: middle;
	cursor: default;
}

#job_board .by_category {
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
}


/* Description */

#description {
	position: relative;
	width: 230px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}

#description div {
	color: #575756;
	font-size: 130%;
	line-height: 100%;
	font-weight: bold;
}

#description span {
	color: #4E2323;
}


/* Content Sub */

#content_sub {
	position: relative;
	float: right;
	margin-right: -5px;
	display: inline;
	width: 206px;
	margin-top: -15px;
}

#home #content_sub {
	margin-top: 0;
	margin-right: 5px;
}

#box1 .top {
	background: url(../images/box1_top.gif) no-repeat;
	height: 71px;
	margin-bottom: -12px;
}

#box1 .middle {
	background: #B4D333 url(../images/box1_middle.jpg) left bottom repeat-x;
	padding: 10px 10px 6px 10px;
}

#box1 .bottom {
	margin-top: -6px;
	background: url(../images/box1_bottom.gif) no-repeat;
	height: 17px;
}

#box1 h3 {
	color: #402323;
	font-size: 125%;
	font-weight: normal;
	margin: 0;
	line-height: 100%;
}

#box1 #latest {
	border-top: solid 1px #999;
	background: url(../images/icon_latest.jpg) left 10px no-repeat;
	padding-top: 50px;
	position: relative;
}


#box1 p {
	color: #666;
	margin: 0 0 10px 0;
}

#box1 p a {
	color: black;
}

#box2 {
	margin-top: 8px;
}

#box2 .top {
	background: url(../images/box2_top.gif) bottom no-repeat;
	height: 4px;
	line-height: 4px;
}

#box2 .middle {
	background: #638330 url(../images/box2_middle.gif) left bottom repeat-x;
	padding: 10px 10px 1px 10px;
}

#box2 .bottom {
	background: url(../images/box2_bottom.gif) no-repeat;
	height: 15px;
	line-height: 15px;
}

#box2 h3 {
	color: white;
	font-size: 125%;
	font-weight: normal;
	margin: 0;
	line-height: 100%;
}

#box2 p {
	color: white;
	margin: 0 0 10px 0;
}

#box2 a {
	color: black;
}

#box2 ul {
	margin-left: 10px;
}

#box2 li {
	background: url(../images/bullet2.gif) left 7px no-repeat;
	margin: 2px 0;
}


/*** CONTENT INNER ***/

#content_all {
	background-color: #F1F5E0;
	margin: 10px;
	position: relative;
}

#content_main {
	position: relative;
	background-color: #F1F5E0;
	margin: 0 230px 10px 30px;
	padding: 30px 0 50px 0;
}

#content_main p {
	color: #333;
}

#content_main .details {
	font-weight: bold;
}

#content_main h4 {
	font-weight: bold;
	margin: 15px 0 10px 0;
	font-size: 90%;
}


/*** FOOTER ***/

#footer {
	clear: both;
	position: relative;
	padding-bottom: 100px;
	font-size: 90%;
	width:942px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 13px;
	background-color: #B9D334;
	background-repeat: no-repeat;
	background-position: 22px top;
}

#logo_area {
	border-bottom: dotted 2px #A6B633;
	width: 924px;
	margin: 0 auto;
	height: 65px;
	position: relative;
}

#logo_material {
	position: absolute;
	left: 340px;
	top: 15px;
}

#logo_cornerstone {
	position: absolute;
	left: 750px;
	top: 10px;
}


#logo_techbent {
	float: right;
	margin-right: 45px;
	display: inline;
	margin-top: 10px;
}
#webcomposer {
	float: right;
	margin-top: 40px;
	margin-right: 20px;
	color: #5E5E5E;
}

#contact_info {
	width: 300px;
	float: left;
	margin-top: 0px;
	display: inline;
	margin-left: 30px;
}

#contact_info .tel {
	font-size: 170%;
}

#contact_info .copyright {
	font-size: 90%;
	color: #666;
}

#contact_info a {
	color: black;
	margin: 0 5px;
}h1 {
	color: #402323;
	font-size: 190%;
}
h2 {
	font-size: 135%;
	color: #632608;
}
h3  {
	font-size: 135%;
	color: #C24B10;
}
h4 {
	font-size: 120%;
	color: #999999;
}
h5 {
	font-size: 120%;
	color: #666666;
}
h6 {
	font-size: 120%;
	color: #000000;
}
