* {padding 0; margin:0}

body, html {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align:center;/*** Centers the design in old IE versions ***/
	height: 100%;
	background-image:url(../images/shadow.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
}

p {
	font-size: 11px;
	color: #666666;
	margin-bottom: 15px;
	
}

h1 {
	font-size: 26px;
	font-weight: normal;
	color: #009933;
	margin-bottom: 15px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #009933;
	margin-bottom: 0px;
}


h3 {
	font-size: 14px;
	margin-bottom: 0px;
}




a {
	font-size: 11px;
	color:#333333;
}

input {
	font-size: 11px;
	background-color: #ECE8E6;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	background-color: #ECE8E6;
}


select {
	background-color: #ECE8E6;
	border: 1px solid #5BB487;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;	
}





a:hover {
	text-decoration: none;
}
label {
	font-size: 11px;
	color: #333333;
}

li {
	font-size: 11px;
	color: #666666;
}
hr {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}




/*============================ CUSTOM TAGS =====================*/


.home_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
	font-weight:bold;
	text-decoration:none; 
	color:#333333;
	margin-left:5px;
	margin-right:5px;
}


#home_links:hover {
	text-decoration: none;
	color:#000000;
}




#news_headlines {
	height:100px; 
	width:705px;
	border:1px solid #009900;
	padding:5px;
	cursor:none;
}


#news_headlines:hover {
    background-color:#f1fbf4
}


#list {
	margin: 0; 
	padding-left: 1.0em
}

#listitem{
	color:#000000;
}

#casestudiesbox {
	float:left; 
	width:330px; 
	border:solid 1px #009933; 
	margin:5px;
	padding:5px;
	cursor:pointer;
	
}


#casestudiesbox:hover {
    background-color:#f1fbf4
}


#button1 {
background-color:#666666;
color:#FFFFFF;

}

.arrow_next{
	list-style-position: inside;
	list-style-image: url(/images/arrow_next.gif);
	margin-right:1px;

}


.nomargin {
	margin:0px;
}


.border_hover:hover { 
	border:#339900 solid 3px;
}


.button{ cursor:pointer;}


.downlaod_boxes {
	float:left; 
	width:350px; 
	padding:0px; 
	border-bottom:#d5e9da solid 1px; 
	padding:2px;
	cursor:pointer;
	margin-right:5px;
}

.downlaod_boxes:hover {
	background-color:#f1fbf4
}



