/*Kontxt CSS Style Sheet 2 for Summer 2008*/
/*********kontxtpw3nsNubs1337ftw**********/


/***---Main Content Layer---***/
/*****************************/

#MainContentNav{
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}


#MainContentDef{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
	height: 700px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	padding-left: 10px;
	background-image: url(images/kontxt_treeBG_def.jpg);
	visibility: visible;	
}
#Cover {
	background-image: url(spring.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 560px;
	width: 800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #33CC00;
	border-right-color: #33CC00;
	border-bottom-color: #33CC00;
	border-left-color: #33CC00;
}

#MainContentAp{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
	height: 700px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	padding-left: 10px;
	background-image: url(images/kontxt_treeBG_ap.jpg);
}

#MainContentCon{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
	height: 700px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	padding-left: 10px;
	background-image: url(images/kontxt_treeBG_Cont.jpg);
}


#MainContentIls{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
	height: 700px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	padding-left: 10px;
	background-image: url(images/kontxt_treeBG_Ils.jpg);
}



#MainContent{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
	height: 700px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	padding-left: 10px;
	background-image: ;

}

#indexContent{
	text-align: center;
	background-image: none;
	height: 400px;
	width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	visibility: hidden;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
/***txt styles for all content***/

h1{

}

h2{
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	color: #33FF00;
	text-decoration: underline;
	text-align: left;
	font-variant: normal;
	text-indent: 10px;
	text-transform: lowercase;
	letter-spacing: 1pt;
	word-spacing: 2pt;
}

.ContentH{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #999999;
	font-variant: normal;
	text-align: center;
	font-weight: lighter;
	vertical-align: middle;
}

.ContentFeature{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	white-space: normal;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #33FF00;
	border-right-color: #33FF00;
	border-bottom-color: #33FF00;
	border-left-color: #33FF00;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 15px;
	padding-top: 0px;
	vertical-align: top;
	border-left-style: solid;
	display: block;
	width: 425px;
}
/***--lowwer Navigation Layer--***/
/********************************/

#NavBar{
	font-family: Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #999999;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}

#NavBar ul {
	text-align: center;
	font-size: small;	 
/* We are using text-align: center on ul to horizontally align our menu to the page. total h4x
If you want the menu aligned left or right just change text-align to either left or right */
 
}

#NavBar li {
	display: inline;
	color: #999999;	
/* Menu links are horizontally aligned using display: inline */
}
#NavBar li a {
	padding: 3px 0 3px 3px; 
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
/* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
}


#NavBar li a:hover {

}
#NavBar li a span {
	padding: 5px 0 5px 0;

}
#NavBar li a:hover span {

}
