
#body {
	width: 1000px;
	height: 500px;
    margin: 10px auto 0px auto;
	background-color: #ffffff;
}
#body_about {
	width: 1000px;
	height: 600px;
    margin: 10px auto 0px auto;
	background-color: #ffffff;
}
#body_initiative {
	width: 1000px;
	height: 1150px;
    margin: 10px auto 0px auto;
	background-color: #ffffff;
}
#body_enterprise {
	width: 1000px;
	height: 550px;
    margin: 10px auto 0px auto;
	background-color: #ffffff;
}
#body_tech {
	width: 1000px;
	height: 500px;
    margin: 10px auto 0px auto;
	background-color: #ffffff;
}
#body_who {
	width: 1000px;
	height: 1025px;
    margin: 10px auto 0px auto;
	background-color: #ffffff;
}
#left_column {
	width: 200px;
	height: 500px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
#left_column_initiative {
	width: 200px;
	height: 1125px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
#left_column_about {
	width: 200px;
	height: 575px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
#left_column_enterprise {
	width: 200px;
	height: 590px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
#left_column_tech {
	width: 200px;
	height: 700px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
#left_column_who {
	width: 200px;
	height: 1000px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
#top_middle_column {
	width: 739px;
	height: 407px;
	padding: 0px 0px 20px 10px;
	float: left;
	background-color: #ffffff;
	margin-top: 10px;
	border: 1px solid #604631;
}
#top_middle_column_about {
	width: 738px;
	height: 500px;
	padding: 0px 0px 20px 10px;
	float: left;
	background-color: #ffffff;
	margin-top: 10px;
	border: 1px solid #604631;
}
#top_middle_column_who {
	width: 738px;
	height: 950px;
	padding: 0px 0px 20px 10px;
	float: left;
	background-color: #ffffff;
	margin-top: 10px;
	border: 1px solid #604631;
}
#top_middle_column_initiative {
	width: 738px;
	height: 1075px;
	padding: 0px 0px 20px 10px;
	float: left;
	background-color: #ffffff;
	margin-top: 10px;
	border: 1px solid #604631;
}
#top_middle_column_enterprise {
	width: 739px;
	height: 436px;
	padding: 0px 0px 20px 10px;
	float: left;
	background-color: #ffffff;
	margin-top: 10px;
	border: 1px solid #604631;
}
#top_middle_column_tech {
	width: 739px;
	height: 407px;
	padding: 0px 0px 20px 10px;
	float: left;
	background-color: #ffffff;
	margin-top: 10px;
	border: 1px solid #604631;
}
#top_right_column {
	width: 149px;
	height: 427px;
	float: right;
	border-left: 1px solid #604631;
	border-bottom: 1px solid #604631;
}
#top_right_column_about {
	width: 149px;
	height: 520px;
	float: right;
	border-left: 1px solid #604631;
	border-bottom: 1px solid #604631;
}
#top_right_column_initiative {
	width: 149px;
	height: 1095px;
	float: right;
	border-left: 1px solid #604631;
	border-bottom: 1px solid #604631;
}
#top_right_column_who {
	width: 149px;
	height: 970px;
	float: right;
	border-left: 1px solid #604631;
	border-bottom: 1px solid #604631;
}
#inside_middle_column {
	width: 575px;
	height: auto;
	float: left;
}
#inside_middle_column_about {
	width: 575px;
	height: auto;
	float: left;
}
#bottom_middle_column {
	width: 750px;
	float: left;
}
h1 {
	font-family: Arial;
	font-size: 24px;
	color: #1e7478;
}
h2 {
	font-family: Arial;
	font-size: 14px;
	color: #604631;
}
p {
	font-family: Arial;
	font-size: 14px;
	color: #000;
}
.li {
	list-style-image: url(images/bullet.png);
}
.paraquote {
	font-family: Arial;
	font-size: 14px;
	color: #000;
}
.parafoot {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	padding: 5px;
}
a:link {
	font-family: Arial;
	font-size: 14px;
	color: #604631;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial;
	font-size: 14px;
	color: #604631;
	text-decoration: none;
	font-weight: bold;
	
}
a:hover {
	font-family: Arial;
	font-size: 14px;
	color: #954621;
	text-decoration: none;
	font-weight: bold;
}
a.para:link {
	font-family: Arial;
	font-size: 14px;
	color: #1e7478;
	text-decoration: none;
	font-weight: bold;
}
a.para:visited {
	font-family: Arial;
	font-size: 14px;
	color: #1e7478;
	text-decoration: none;
	font-weight: bold;
	
}
a.para:hover {
	font-family: Arial;
	font-size: 14px;
	color: #014e52;
	text-decoration: none;
	font-weight: bold;
}
#menu, #menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
#menu li {
	float:left;
	position:relative;
	line-height: 28px;
	width: 150px;
	text-align: center;
}
#menu li ul {
	position:absolute;
	margin-top: 1px;
	display:none;
}
#menu ul li ul {
	margin-top:-3em;
	margin-left:7em;
}

#menu a {
	display:block;
	border-bottom:1px solid #604631;
	border-right:1px solid #604631;
	border-left:1px solid #604631;
	background:#ffffff;
	color:#604631;
	text-decoration:none;
	padding:0 10px;
	font-weight: bold;
}
#menu a:hover {
	background-color:#ffffff;
	color: #954621;
	font-weight: bold;
}
#menu ul {
	border-top:1px solid #fff;
}
#menu ul a {
	border-top: 1px solid #604631;
	border-right:1px solid #604631;
	border-bottom:1px solid #604631;
	border-left:1px solid #604631;
	background:#ffffff;
}
/* SHOW SUBMENU 1 */
#menu li:hover ul, #menu li.over ul {
	display:block;
}
#menu li:hover ul ul, #menu li.over ul ul {
	display:none;
}
/* SHOW SUBMENU 2 */
#menu ul li:hover ul, #menu ul li.over ul {
	display:block;
}


