body{
	padding: 0px;
	margin: 0px;
	background:#3b4853;
    color: #121211;
    font: 13px Lucida Sans, arial, sans-serif;
}

html{ 
	height: 100%;
}

.clear_left{
	clear: both;
}

/**HTML5 fix - do not touch**/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/**
* Common Element Specific
*/
p{ 
  padding: 0;
  margin: 0;
}

img { border: 0;}

h1, h2, h3, h4, h5, h6 { 
	font: normal 175% Lucida Sans, arial, sans-serif;
  	color: #000;
  	margin: 0 0 15px 0;
  	padding: 15px 0 5px 0;
}

h2{ 
	font-size:22px;
	color: #7ab400;
	font-size:18px;
	font-weight:bold;
}

h3 {
	color: #7ab400;
	font-size:18px;
	font-weight:bold;
}

h4 {
	color: #534741;
	font-size:14px;
}

a, a:hover{ 
	outline: none;
  	text-decoration: none;
  	color: #000;
}

a:hover{ 
	text-decoration: none;
}

ul{ 
  padding: 0;
  margin: 0;
}

ul li{ 
	padding: 0;
	margin: 0;
}

ol{ 
	padding: 0;
	margin: 0;
}

ol li{ 
	padding: 0;
	margin: 0;
}


/**
* Layout Specific
*/

.topbar {
	text-align:center;
	background: #8dc63f;
	width:100%;
	height:10px;
	z-index:999;
}

#global-container {
	width: 100%;
	float:left;
	margin:0 auto;
	background: #f4f3f3;
	padding-bottom:20px;
}

#content-container {
	width: 980px;
	margin:0 auto;
	position:relative;
}

header {
	width: 100%;
	float: left;
}

.header-column-one {
	width:750px;
	float:left;
}

.header-column-two {
	width:230px;
	float:right;
}

.navigation {
	display:block;
	width: 910px;
	padding-left: 70px;
	float:left;
	z-index:999; 
	background: #7ab400;
	-webkit-box-shadow: 0 8px 6px -6px #2d4201;
	-moz-box-shadow: 0 8px 6px -6px #2d4201;
	box-shadow: 0 8px 6px -6px #2d4201;
}

section {
	width:100%;
	float:left;
}

.sidebar-container {
	width: 220px;
	float:left;
}

.sidebar {
	width: 100%;
	float: left;
}

.component-container  {
	display:inline;
	width:740px;
	float:right;
	margin-left:10px;
	border:1px solid #dddddd;
	background: #fff;
	margin-top:5px;
}

.banner {
	float:left;
	width:700px;
	margin:10px 20px;
}

#component {
	display:block;
	float: left;
	width:700px;
	margin:0 20px;
}

.extra-component {
	float:left;
	width:700px;
	margin:0 20px;
}

footer {
	background: #3b4853;
	float: left;
	width: 100%;
	min-height:200px;
}

.footer-content  {
	display:inline;
	float:left;
	width: 980px;
	margin:0 auto;
	position:relative;
}

.footer-content p, .footer-content a {
	color: #7c8f9f;
}

.widget.userlog {
	margin-top: 20px;
}

.widget.userlog li {
	list-style:none;
}

.widget.userlog h3 {
	background: #3b4853;
	border-radius: 10px 10px 0 0;
	margin:0;
	padding: 0;
	text-align: center;
}

.widget_title {
	color: white;
	text-transform: uppercase;
}

.widget.userlog form {
	background: white;
	border: 1px solid #3b4853;
	padding:10px;
}

label {
	color: #9b9a9a;
	font-size: 14px;
}

.widget.userlog li a {
	color:#3b4853;
	font-size:12px;
}

.button {
	background: #0076a3;
	border: 0;
	width: auto;
	padding: 5px 20px;
	color: white;
	text-shadow: none;
}

.button-home {
	background: #7AB400;
	color: white;
	padding: 3px 10px;
	margin: 10px 0;
	width: 70px;
	text-align: center;
	float: right;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}

.button-home  a { color: white; }

.button-home:hover {
	background: #436201;
}

.widget.column {
	width: 210px;
	background: white;
	float: left;
	font-size:12px;
	border: 1px solid gray;
	border-radius:10px 10px 0 0;
	margin: 10px;
}

.column-header {
	text-align: center;
	padding: 10px 0;
	background: #3B4853;
	border-radius: 10px 10px 0 0;
	color: white;
}

.widget.column p {
	padding: 0 10px;
	margin-top: 10px;
}

.widget.column a {
	padding: 0 10px;
	color: #0076a3;
	font-weight: bold;
}

.widget.searchwidget li {
	list-style:none;
}

#search_word {
	width: 150px;
	border: 1px solid lightGrey;
	padding: 4px;
	color: gray;
}

input[type="submit"] {
	background: #7ab400;
	padding: 4px 10px;
	color: white;
	border: 0;
}

.detail_info {
	width: 52%;
}

.list-tech li {
	padding:5px 0;
}

.career-box {
	color: #fff;
	background: #0076a3;
	padding:10px 20px;
	border-radius:5px 5px 0 0;
}

.career-details {
	border:1px solid lightgrey;
	padding:15px;
	text-align:justify;
}

.career-button a {
	background: #0076a3;
	padding:5px 30px;
	float:right;
	color: #fff;
}

.career-button a:hover {
	background: #7ab400;
	padding:5px 30px;
	color: #fff;
}

.widget.footermenu {
	width: 100%;
	float: left;
	margin: 20px 0 20px 80px;
}

.widget.footermenu ul li {
	border:0;
}

.row.position {
	color: #3b4853;
	font-weight: bold;
	font-size:20px;
}

.row.email, .row.state { display:none; }

.contact_form_div { 
	margin-bottom:20px;
}

.contact_form {
padding: 40px 0 10px 0;
}

.about_us_form {
background: none;
padding: 10px;
width: 680px !important;
margin: 20px 0;
}

.form_iframe {
background: none;
padding: 10px;
width: 680px !important;
margin: 20px;
}

.footer-col {
width: 280px;
float: left;
margin: 30px 20px 20px 20px;
}

.footer-col p {
	font-weight: bold;
	font-size:14px;
	color: #d7d7d7;
	padding: 0 0 10px 0;
}

ul.footer-list {
	list-style: none;
}

ul.footer-list li {
	border-bottom: 1px solid #6E93A1;
	padding: 6px 0;
	color: #6E93A1;
}

ul.footer-list li a { color: #6E93A1; }

.member-button {
	padding: 5px 20px;
	margin: 20px 0;
	background: #0197CF;
	border-radius: 10px;
	color:white;
	font-weight:bold;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

.member-button:hover {
	background: #00b0f2;
}

.member-button a {
	color: #fff;
}

.article_title ul li {
	width: 100%;
	float: left;
	list-style-type: square;
	padding: 0;
	margin: 0;
}

.article_title_area {
background: none !important;
}

.article_title h4 {
	color: #7AB400!important;
	font-size: 18px!important;
	font-weight: bold!important;
}

.article_title {
margin: 0 !important;
}
