/* Main SUMO CSS Document */

html {
	margin: 0;
	height: 101%;
	font-size: 62.5%;
}
body {
	margin: 0;
	min-height: 101%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #5B206A;
	background-color: #87D5F6;
}
img{
	border: 0px;
}
ul {
	list-style: disc;
}
/* ------------------ DIVS ------------------- */
#container {
	width: 750px;
	min-height: 101%;
	padding: 0;
	margin: 0px auto;
	text-align: left; /* IE Hack */
	background: #87D5F6 url(../_img/bkgrd_borders.gif) repeat-y top left;
}
#header{
	border-bottom: 2px solid #5B206A;
	width: 630px;
	height: 115px;
	margin-left: 100px;
	margin-right: 20px;
}
#nav {
	float: left;
	margin: 90px 0 30px 0;
}
#content{
	height: 101%;
	margin-left: 100px;
	padding: 0 20px 0 0;
}
#hero {
	width: 400px;
}
#sub_container {
	width: 630px;
	margin: 20px 0 0 100px;
}
#sub_container .sub_nav {
	float: left;
	width: 120px;
	padding-right: 30px;
}
#footer{
	clear: both;
	width: 750px;
	height: 70px;
	text-align: center;
	font-size: 0.8em;
	xpadding: 5px;
	background: #87D5F6 url(../_img/footer_backgrd.gif) no-repeat top left;
}
.tabs {
	float: left;
	width: 250px;
	margin-right: 40px;
}
.lower_feats {
	margin-top: 30px;
	border: none;
}
#links {
	border-top: 1px dotted #5B206A;	
	margin-top: 10px;
}
#links p {
	padding: 0 0 7px 0;
	margin: 0;
}
#links a {
	padding: 0;
	margin: 0;
}
.course {
	width: 480px;
	border-bottom: 1px dotted #5B206A; 
}
.course h2 {
	margin-top: 20px;
}
.free {
	width: 32px;
	height: 31px;
	float:left;
	margin: 0 10px 0 0;
	padding: 7px 0 0 0;
	background: url(../_img/free_star.gif) no-repeat top left;
}
.course p {
	margin-bottom: 15px;
}
.links {
	width: 630px;
}
.links h2 {
	margin-top: 20px;
}
.links p {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #5B206A;
}
.event {
	width: 480px;
	margin-bottom: 20px;
}
.event h4{
	margin-bottom: 0;
}
.event h2{
	margin-top: 0;
}
.clearer{
	clear: both;
}
/* ------------------- NAVIGATION THINGS --------------- */
#nav ul, #nav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 10px 0 0;
}
#nav a {
	font-weight: bold;
	text-decoration: none;
	color: #5B206A;
}
#nav ul li a:hover{
	color: #007af8;
}
#nav .currentpage {
	color: #007af8;
}
.sub_content {
	float: left;
	width: 450px;
	padding: 0;
}
.sub_content a {
	text-decoration: none;
	color: #007af8;
}
.sub_content a:hover {
	color: #007af8;
	text-decoration: underline;
}
.sub_content ol li {
	list-style: url(../_img/bullet.gif) outside disc;
	padding: 0 0 10px 0;
}
.sub_content h1 {
	margin-top: 0;
}
.sub_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sub_nav li {
	padding: 0 0 10px 0;
	text-decoration: none;
	color: #5B206A;
}
.sub_nav li a {
	font-size: 0.85em;
	text-decoration: none;
	color: #5B206A;
}
.sub_nav li a:hover {
	text-decoration: underline;
	color: #007af8;
}
.sub_nav li a.current {
	color: #007af8;
	xbackground: #5B206A;
}
.flash_plugin {
	color: #FF0000;
	font-size: 1em;
	font-weight: bold;
	padding: 20px 10px;
	background: #FFF;
	border: 1px solid #F8F58C;
}
.flash_plugin img {
	margin: 10px 0 0 0;
}
/* ------------------------- LOGO --------------------- */
#logo{
	float: right;
	margin: 8px 0 0 0;
}
/* ----------------------- LOGIN BOX ------------------- */
#login fieldset{
	border: 0;
	padding: 5px;
}
#login input{
	font-size: 0.7em;
}
/* --------------------- HEADINGS ------------------------ */
h1, h2, h3, h4, h5, h6 {
	color: #007DF1;
}
h5.event_date {
	color: #004B90;
	padding: 5px 5px;
	margin: 0;
	background: #BFECFF;
}
.white {
	color: #FFF;
}
#title_welcome {
	margin-top: 20px;
	text-indent: -5000px;
	background: url(../_img/title_welcome.gif) no-repeat;
	height: 55px;
}
#flash_content {
	text-align: left;
}
h1.about_us {
	width: 175px;
	height: 37px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-indent: -5000px;
	background: url(../_img/title_aboutus.gif) no-repeat top left;
}
h1.links {
	width: 94px;
	height: 37px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-indent: -5000px;
	background: url(../_img/title_links.gif) no-repeat top left;
}
h1.contact_us {
	width: 209px;
	height: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-indent: -5000px;
	background: url(../_img/title_contactus.gif) no-repeat top left;
}
h1.get_enterprise {
	width: 317px;
	height: 47px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-indent: -5000px;
	background: url(../_img/title_getenterprise.gif) no-repeat top left;
}
h1.diary {
	width: 322px;
	height: 48px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-indent: -5000px;
	background: url(../_img/title_diary.gif) no-repeat top left;
}
h1.day {
	width: 392px;
	height: 92px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-indent: -5000px;
	background: url(../_img/title_adaymakes.gif) no-repeat top left;
}
h1.cascading {
	width: 319px;
	height: 84px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-indent: -5000px;
	background: url(../_img/title_cascading.gif) no-repeat top left;
}
h1.switchpeople {
	width: 397px;
	height: 95px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-indent: -5000px;
	background: url(../_img/title_switchingpeople.gif) no-repeat top left;
}
hl.cando {
width: 400;
height: 100;
margin-top: 30;
margin-bottom: 30;
text-indent: -5000;
background-image: url(ftp.peopleintoenterprise.com/htdocs/_img/candocommunities.gif);
}
/* --------------------- TYPE ------------------------ */
.footnote{
	font-size: 0.7em;
	padding: 10px 0 0 0;
	margin: 0;
}
.reservationlink {
	padding: 10px 0 40px 0;
	margin: 0;
}
.icon {
	float: right;
	margin-left: 15px;
}
.contentimage{
	float: left;
	margin: 10px;
}
/* ------------------- LINK ------------------------ */
a {
	color: #007DF1;
}
a:hover {
	color: #06C;
}
/* ------------------- CONTENT ITEMS ------------------------ */
.funders {
	width: 630px;
}
.funders ul {
	list-style: none;
	padding: 0;
	margin:0;
}
.funders li {
	float: left;
	padding: 0;
	margin: 0;
	background: red;
}
.funders p {
	padding: 7px 0;
	margin: 0;
	font-size: 0.8em;
}
.funders .logo1 {
	width: 110px;
	height: 186px;
	padding: 15px 50px 0 50px;
	margin: 0;
	background: url(../_img/funders_logo_bkgrd1.gif) no-repeat top center;
}
.funders .logo2 {
	width: 110px;
	height: 186px;
	padding: 15px 50px 0 50px;
	margin: 0;
	background: url(../_img/funders_logo_bkgrd2.gif) no-repeat top center;
}
.funders .logo3 {
	width: 110px;
	height: 186px;
	padding: 15px 50px 0 50px;
	margin: 0;
	background: url(../_img/funders_logo_bkgrd3.gif) no-repeat top center;
}