/*
	Company: DEVMET
	(c) All Rights Reserved.
*/
@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.grey_out{
color:#999;
}
.left_side{
	float:left;
	padding:10px;
}
.right_side{
	float:right;
	padding:5px;
}
.loading {
	display:none;
}
/* ---------------------- Header -----------------------*/
#header {
	height: 100px;
	width: 100%;
}
#logo {
	padding-left:10px;
	padding-top:25px;
	float:left;
}
#tagline {
	padding-left:20px;
	padding-top:55px;
}
/* ---------------------- Menu -----------------------

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #C5E027;
	vertical-align:top;
}
*/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #C5E027;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

#stylefour{
	position:relative;
	display:block;
	height:39px;
	font-size:11px;
	background:transparent url(images/menu/bgOFF.gif) repeat-x top left;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #B8DE42;
	}

#stylefour ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#stylefour ul li{
	display:block;
	float:left;
	margin:0;
	}

#stylefour ul li a{
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url(images/menu/bgDIVIDER.gif) no-repeat top right;
	}

#stylefour ul li a:hover,#stylefour ul li a.current{
	color:#000000;
	background-image: url(images/menu/bg_ON.gif);
	background-repeat:repeat-x;
	background-position: right top;
	}
/* ------------------------- Web Contents -------------------*/
#webContents{
	/*height:80px;*/
	width:100%;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin-bottom:8px;
}
/* ----------------------- Footer ----------------------*/
#footer {
	float:left;
	width:100%;
	background-color:#F7F7F7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#CCCCCC;
}
#footer a {
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	color:#000000;
	text-decoration:underline;
}
#featured {
	background-color:#F7F7F7;
	border-bottom-width: 2px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #B4CE1E;

}
#header_bg {
	background-color: #D2E85D;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #B4CE1E;
	height:20px;
	padding:5px;
	font-weight:bold;
	color:#FFFFFF;
}

#subContent{
	float:left;
	width:475px;
	margin-left:10px;
	background-color:#EFF0F1;
}#footer_divider {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-right-color: #999;
	padding-left: 5px;
	padding-right:5px;
}
#footer_header{
	padding-left: 5px;
	padding-right:5px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:5px;
	text-transform:uppercase;
}

/* ------------------------- Footer Menu -------------------*/
#footer_divider ul{
	width:200px;
}
#footer_divider ul li{
	list-style:none;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#footer_divider ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
	display:inline;
	height:50px;
	background-position: center;
	padding-right:30px;
}
#footer_divider ul li a:hover{
	color:#666;
	text-decoration:none;
}

/* ---------------------------- Featured Vertical Menu --------------------------*/

#featured ul{
	width:200px;
}
#featured ul li{
	list-style:none;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#featured ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
	display:inline;
	height:50px;
	background-position: center;
	padding-right:30px;
}
#featured ul li a:hover{
	color:#666;
	text-decoration:none;
}
/* ------------------------------  Forms Input ---------------------*/

.input{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #7DA300;
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
}

