/* @override http://localhost:8888/labs/agris/style.css */

html,
	body {
		margin:0;
		padding:0;
		height:100%;
		color: #767472;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height:20px;
	}
	p {
	color: #767472;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}
.homecounter {
	color: #fec50d;
	font-size: 50px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}
.homebold {
	color: #479d52;
	font-size: 13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}
	#container {
		min-height:100%;
		position:relative;
	}
	#header {
	
	}
	#body {
		padding:10px;
		padding-bottom:130px;	/* Height of the footer */
	}
	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		   height:137px;   /* Height of the footer */
   background-image:url(images/home_footer_bgd.gif);
	}
	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer p {
		margin:0;
		padding:10px;
	}
	</style>
	<!--[if lt IE 7]>
	<style media="screen" type="text/css">
	#container {
		height:100%;
	}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #767472;
}
a.footer {
	color: #767472;
	font: Arial, Helvetica, sans-serif;	
	font-size: 9px;	
	text-decoration: none;

}
a.footer:visited  {
	color: #767472;
	font-size: 9px;
	text-decoration: none;
}
a.footer:active{
	color: #767472;
	font-size: 9px;
	text-decoration: none;
}
a.footer:hover {
	color: #767472;
	font-size: 9px;
	text-decoration: underline;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.myButton:active {
	position:relative;
	top:1px;
}

/**
 * Main droplink wrapper
 */
.droplink {
	width: 290px;
	position:absolute;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/**
 * Reset the margins and paddings
 */
.droplink ul, .droplink h3, .droplink h3 a{
	padding: 0px;
	margin: 0px;
}

/**
 * Draw border when mouse hover the droplink
 */
.droplink:hover {
	height: auto;
	background-color: #fff;
}

/**
 * Set droplink title style
 */
.droplink h3 a {
	text-align: center;
	width: 100%;
	display: block;
	padding: 12px 0px;
	color: #333;
	letter-spacing: 4px;
	text-decoration: none;
	text-transform: uppercase;
}

/**
 * Hide image border when you use an image as link
 */
.droplink h3 a img{
	border: none;	
}

/**
 * Text style of the title when the menu is opened
 */
.droplink:hover h3 a {
	color: #FFF;
	font-weight: bold;
}

/**
 * Make sure the Main label stays on the same place
 * If you don't use this block the label will move one pixel
 * because of the border that is added to the droplink div
 */
.droplink:hover h3 a {
	position: absolute;
	left: -1px;
	top: -1px;
}

/**
 * Default hide bullet icons and hide the menu items
 */
.droplink ul{
	list-style: none;	
	display: none;
}

/**
 * Display the items when hovering the droplink
 */
.droplink:hover ul{
	display: block;
	margin-top: 5px;
}

/**
 * Show list items as block so they fill the line
 */
.droplink li{
	display: block;
}

/**
 * Style of the items
 */
.droplink li a{
	padding: 5px 12px 4px 12px;	
	margin: 1px;
	background-color: #333;
	display: block;
	color:#FFF;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/**
 * Style when an items is hovered
 */
.droplink li a:hover {
	background-color: #FABE12;	
}

#programs {
	width: 544px;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

#various2 {
	visibility: hidden;
}
