@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {	
	text-decoration: underline
}



h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {	
	font-size: 14px;
}

h4 {
	font-size: 12px;
	line-height:20px;
}



#frame {
	width: 800px;
	height:auto;
	background: #000000;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	border: 1px solid #999999;
	text-align: left;
}
#header {
	width:800px;
	float:left;
	padding-bottom: 10px;
	}

#logo {
	width: 254px;
	float: left;
	}

#header_menu {
	padding-top: 20px;
	padding-right: 10px;
	margin-left: 255px;
	text-align: right;
	}

img {border:none}

#main_menu {
	width:790px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: 20px;
	background-image: url(../images/darkbg1.png);
	background-position: top;
	background-repeat: repeat-x;
	}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
	padding: 10px 20px 0 30px;

}

#footer {
	
	padding-top: 20px;
	text-align: center;
	height:auto;
	margin: 0 auto;
	background-color: #000000;
	padding-bottom: 10px;
	}
				
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#boxcontainer1 {
	float: left;
	height: 152px;
	width: 770px;
	margin: 0 auto;
}
#boxcontainer2 {
	float: left;
	height: 220px;
	width: 770px;
	margin: 0 auto;
}
#content1 {
	float: left;
	height: 100px;
	width: 770px;
	margin: 0 auto;
}
#content2 {
	float: left;
	height: auto;
	width: 770px;
	margin: 0 auto;
}
#content2innerleft {
	float: left;
	height: 120px;
	width: 335px;
	margin: 0 5px 0 10px;
	background-image: url(../images/darkbg.png);
	background-repeat: repeat-x;
	padding: 10px 10px 10px 10px;
}
#content2innerright {
	float: left;
	height: 120px;
	width: 335px;
	margin: 0 0 0 5px;
	background-image: url(../images/darkbg.png);
	background-repeat: repeat-x;
	padding: 10px 10px 10px 10px;
}

#content3 {
	float: left;
	height: auto;
	width: 770px;
	margin: 10px auto;
}
#content3innerleft {
	float: left;
	height: 120px;
	width: 335px;
	margin: 0 5px 0 10px;
	background-image: url(../images/darkbg.png);
	background-repeat: repeat-x;
	padding: 10px 10px 10px 10px;
}
#content3innerright {
	float: left;
	height: 120px;
	width: 335px;
	margin: 0 0 0 5px;
	background-image: url(../images/darkbg.png);
	background-repeat: repeat-x;
	padding: 10px 10px 10px 10px;
}

#content4 {
	float: left;
	height: 40px;
	width: 770px;
	margin: 0 auto;
}
#content5 {
	float: left;
	height: 100px;
	width: 770px;
	margin: 0 auto;
}

#search {
	float: left;
	height: 152px;
	width: 152px;
	margin: 0 0 0 210px;
}
#inhouse {
	float: left;
	height: 152px;
	width: 152px;
	margin: 0 auto;
}
#recruitment {
	float: left;
	height: 152px;
	width: 152px;
	margin: 0 0 0 210px;
}
#research {
	float: left;
	height: 152px;
	width: 152px;
	margin: 0 auto;
}
#redline {
	position:absolute;
	left:232px;
	top:860px;
	width:106px;
	height:7px;
	z-index:1;
	background-color: #FD0000;
}
#orangeline {
	position:absolute;
	left:955px;
	top:781px;
	width:5px;
	height:70px;
	z-index:2;
	background-color: #FB6705;
}
#blueline {
	position:absolute;
	left:813px;
	top:549px;
	width:139px;
	height:7px;
	z-index:3;
	background-color: #2594D3;
}

.header_txt {
	color:#5FA945;
	line-height: 18px;
	font-size:12px;
	letter-spacing: 1px;
	}

	.header_txt a{
	color:#999999;
	text-decoration:none;
	}
	
	.header_txt a:hover{
	color:#FFFFFF;
	}		
	
.menu_txt {
	color:#5FA945;
	line-height: 18px;
	font-size:13px;
	letter-spacing: 2px;
	}
	
	.menu_txt a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
	.menu_txt a:hover{
	text-decoration:none;
	color: #7DC166;
	}
	
.submenu_txt {
	color:#CCCCCC;
	line-height: 18px;
	font-size:13px;
	letter-spacing: 1px;
	}
	
	.submenu_txt a{
	color:#CCCCCC;
	text-decoration:none;
	}
	
	.submenu_txt a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}
	
	
		
	
.f_txt {
	color:#999999;
	line-height: 18px;
	font-size:10px;
	width:800px;
	letter-spacing: 1px;
	}
	
	.f_txt a{
	color:#999999;
	text-decoration:none;
	}
	
	.f_txt a:hover{
	color:#CCCCCC;
	}		
	
.h1 {
	font-size:25px;
	color:#CCCCCC;
	letter-spacing: 2px;
	padding-bottom: 10px;
	border-bottom: 2px solid #666666;
	}
	
.h2 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	
	}
	
		
	
.content_txt {
	color:#CCCCCC;
	line-height: 18px;
	font-size:11px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	}
	
	.content_txt a{
	color:#FB6705;
	text-decoration:none;
	}
	
	.content_txt a:hover{
	text-decoration:none;
	color: #FFFFFF;
	}			
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ul {
	margin-left: 12pt;
	padding-left: 0pt;
}

li {
	margin-left: 0pt;
	padding-left: 0pt;
	padding-top: 2pt;
}

.searchtxt {border-bottom: 1px solid #5FA945; padding-bottom: 5px; padding-top: 15px; font-size:14px; font-weight:bold;}
.searchtxt a {color:#CCCCCC; text-decoration:none}
.searchtxt a:hover {color:#5FA945; text-decoration:none}
.inhousetxt {border-bottom: 1px solid #2194D3; padding-bottom: 5px; padding-top: 15px; font-size:14px; font-weight:bold;}
.inhousetxt a {color:#CCCCCC; text-decoration:none}
.inhousetxt a:hover {color:#2194D3; text-decoration:none}
.recruittxt {border-bottom: 1px solid #CC0000; padding-bottom: 5px; padding-top: 15px; font-size:14px; font-weight:bold;}
.recruittxt a {color:#CCCCCC; text-decoration:none}
.recruittxt a:hover {color: #CC0000; text-decoration:none}
.researchtxt {border-bottom: 1px solid #FB6705; padding-bottom: 5px; padding-top: 15px; font-size:14px; font-weight:bold;}
.researchtxt a {color:#CCCCCC; text-decoration:none}
.researchtxt a:hover {color: #FB6705; text-decoration:none}

