/*CSS Document for KarlKapp.com */
/*Creates the base layout for the site*/
/*Created by Rich Peck*/
/*Version 1.0 - 10/15/05*/

/*
*Updated css sheet
*Version 1.1 - 12/20/06
*/

	/*THESES STYLES ARE USED TO CREATE THE MAIN LAYOUT OF THE PAGE*/
body{
    margin: 0px;
    /*used for IE to center the page in the window*/
    text-align:center;
	background-color:#CBCBCB;
	/*background-image:url(../images/interfaceImages/bg.gif);*/
}
/*
*By default, do not allow div tags to have a margin or padding.
*/
div{
margin:0px;
padding:0px;
}
/*
*Adjust the padding and margins around images to 0 px.
*/
img{
margin:0px;
padding:0px;
}
/* Used to center the page in the window for Mozilla and Firefox based browsers*/
div#main_div{
    width:779px;
	margin-right: auto;
	margin-left: auto;
	height:auto;
}

/*Styles for the top header of the page, contains the "Karl M. Kapp" and "Profession, Author, Consultant"*/
div#header_div{
    width:779px;
	height:69px;
	
}
/*Style for the menu portion of the the site*/
div#menu_div{
    width:779px;
	height:35px;	
	text-align:left;
	padding:0px;
	margin:0px;
}
/*Top and bottom lines in the content window*/

div#main_content_div{
    width:779px;
	height:auto;
	background-image: url("../images/interfaceImages/center_fill.jpg");
	background-repeat:repeat-y;
	text-align:left;
	margin:0px;
	padding:0px 7px 0px 6px;
}


	/*MAIN CONTENT DIV FOR THE SITE*/
div#footer_div{
font-family:Arial, Helvetica, sans-serif;
padding-top:12px;
padding-bottom:1px;
    width:779px;
	height:58px;
	background-image: url("../images/interfaceImages/footer.jpg");
	background-repeat:no-repeat;
	margin:0px;
	color:#FFFFFF;
font-size:10px;
}
/*END OF MAIN PAGE LAYOUT STYLES*/

/*BEGINS THE REMAINING LAYOUT STYLE SHEET INFORMATION*/
/*Styles for the*/
div#about_div,div#where_div,div#initiatives_div,div#cool_div,div#links_div,div#iit_div,div#meeting_div {
float:left;
width:85px;
margin:0px;
padding:0px;
height:35px;
}
/*Style information for the home div tag*/
div#home_btn_div{
width:91px;
float:left;
height:35px;
margin:0px;
padding:0px;
}
/*Style information for the contact div tag*/
div#contact_btn_div{
float:left;
width:93px;
height:35px;
margin:0px;
padding:0px;
}
/*Style information for the all  submenus*/
div#where_submenu{
	background-color:#8AD829;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:auto;
	text-align:left;
	padding-top:5px;
	position:absolute;
	text-align:center;
	visibility:visible;
	filter:alpha(opacity=85);
     -moz-opacity:0.85;
	opacity: 0.85;
	font-weight:bold;
	color:#FFFFFF;
	
}
/*specific information for each individual submenu*/
div#where_submenu{
top:70px;
	left:512px;
width:83px;
}

div#where_submenu div{
margin:5px 0px 5px 0px;
}


/*
*Div tags that can be used to clear floats
*/
div.clearLeft,div.clearRight{
margin:0px;
padding:0px;
width:0px;
height:0px;
font-size:1px;
}
div.clearLeft{
   clear:left;
}
div.clearRight{
   clear:right;
}
/*Creates the left menu*/

div#contentLeftColumn{
float:left;
width:135px;
padding:0px 10px;
margin:15px 0px 0px 0px;


}
div#contentRightColumn{
float:left;
width:591px;
padding:0px 10px;
margin:15px 0px 0px 0px;
}
/*END OF REMAINING STYLE SHEET INFORMATION*/
