body {
	margin : 0px;
	color: #fff;
	padding: 0px;
	background: #00b268;
}

#container {
	margin : 7px;
	color: #000;
	padding: 20px;
	background: #aaa;
	position: relative;
}

.heading {
	width: 31%;
	margin: 0 1.5% 20px 1.5%; 
	max-width: 311px;
	float: left;
	background: #c4cbd1;
}

.heading img { width: 100%; }
.heading p { margin: 10px; }

.header {
	position: relative;
	width: 311px;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: "Century Gothic", sans-serif; 
	color: #000;
	font-size: 1em;
	height: 140px;
}

.homeheader {
	position: relative;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Century Gothic", sans-serif; 
	color: #000;
	font-size: 1.2em;
	height: 173px;
	overflow: hidden;
}

#smallbusiness { background: url(smallbusinesslogo.jpg) no-repeat; }
#agriculture { background: url(agriculturelogo.jpg) no-repeat; }
#education { background: url(educationlogo.jpg) no-repeat; }

#smallbusiness { background: url(smallbusiness.jpg) no-repeat; }
#agriculture { background: url(agriculture.jpg) no-repeat; }
#education { background: url(independenteducation.jpg) no-repeat; }

.header p {
	position: absolute;
	margin: 3px;
	padding: 0;
	bottom: 0;
	left: 0;
}


/*

#headertl {
background: transparent url(headtl.gif) no-repeat top left;
}

#headerbl {
background: transparent url(headbl.gif) no-repeat bottom left;
}

#headertr {
background: transparent url(headtr.gif) no-repeat top right;
}

#headerbr {
background: transparent url(headbr.gif) no-repeat bottom right;
}

*/

#header img { 
	margin: 5px;
	float: left;
}

#header h1,
#header h2,
#header p { margin: 5px; }

h1 { 
	font-family: "Century Gothic", sans-serif; 
	font-size: 1.5em;
}

h2 { 
	font-family: "Century Gothic", sans-serif; 
	font-size: 1.5em;
	color: #008451;
	padding: 10px 0 0 0;
}

h3 {
	font-family: "Century Gothic", sans-serif; 
	font-size: 1.2em; 
	margin: 13px 0 3px 0;
}

.heading h3 {
	font-size: 0.9em;
}



/*                  */
/* Navigation panel */
/*                  */

#navcontainer {
	width: 11em; 
	background: transparent;
background: #aaa;
height: 173px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px;
	padding: 0;
}

#nav { 
	position: relative;  /* at this level to stop header of list breaking in IE6 */
	margin: 0;
	padding: 0;
}

/* ul {list-style-type: inherit;} is good but IE doesn't inherit */


ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#nav li {
	font-family: verdana, arial, helvetica, sans-serif;
        font-weight: 600;
        text-decoration: none;
	font-size: 0.8em;
	text-align: right;
	/*min-height: 25px;*/
	margin: 0;
	padding: 0;
	display: block;
}

#nav a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: 600;
	text-decoration: underline;
	margin: 0;
	padding: 1px;
	display: block;
}

a:link { color:#373; }
a:visited { color:#373; }
a:focus { background-color:#eee; }
a:hover { background-color:#eee; }
a:active { background-color:#eee; }

/* End Navigation */



#content { 
	clear: both;
	padding: 0 13px 20px 13px;
	margin: 30px 0 20px 0;
	background: #c4cbd1;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
}



#homecontent { 
	clear: both;
	padding: 0 0 20px 0;
	margin: 30px 0 20px 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
}


br { clear: both; }

.float_left { float: left; }



#footer {
	width: 100%;
	border-top: 1px solid #000;
	margin-top: 20px; 
	text-align: center;
	clear: both; 
	font-size: 0.6em; }

#footer img { margin: 5px 20px 20px 20px; }
#footer p { margin: 5px 20px 5px 20px; }