/*---------------------------------------------
	Housekeeping
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

p, li {
	text-align:justify;
	font-family:"Palatino Linotype", Arial, serif;
	font-size: 1em;
	padding-bottom: 20px;
}

li {
	margin-left: 50px;
}

body {
	background-image: url(../images/BGTile2.jpg);
	margin:0;
	padding: 0;
	font-family:"Palatino Linotype", Arial, serif;
	font-size: 12pt;
	color: #000000;
}

.clear {
	clear: both;
}

/*------------------------------------------------
	Navigation
----------------------------------------------- */	
#nav {
	padding-top: 100px;
}
#nav ul { margin: 0; padding: 0; }
#nav ul li { margin: 0;	padding: 0;	height: 44px;	display: block;	position: relative;	list-style-type: none; float: left; }
#nav ul li a { margin: 0; padding:0; display: block; height: 44px; text-indent: -5000px; background-color: transparent; }

#navHome { width:76px; background: url(../images/home.jpg) no-repeat; padding-right: 0px !important; }
#navAbout { width:101px; background:url(../images/aboutkevin.jpg) no-repeat; padding-right: 0px !important; }
#navMentoring { width:167px; background:url(../images/mentoring.jpg) no-repeat; padding-right: 0px !important; }
#navWorkplace { width:176px; background:url(../images/workplace.jpg) no-repeat; padding-right: 0px !important; }
#navCommunications { width:137px; background:url(../images/communication.jpg) no-repeat; padding-right: 0px !important; }
#navContact { width:143px; background:url(../images/contactkevin.jpg) no-repeat; padding-right: 0px !important; }

#nav ul li a:hover { background-position: 0 -44px; }

#subnav {
	padding-top: 20px;
}

#subnavleft {
	text-align: left;
	float: left;
}

#subnavright {
	text-align: right;
	float: right;
}

/*---------------------------------------------
	links
---------------------------------------------*/
a {
	font-family:"Palatino Linotype", Arial, serif;
	font-size: 1em;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

/*---------------------------------------------
	Classes and Ids
---------------------------------------------*/

#header{
	width: 100%;
	height: 149px;
	text-align: center;
	background: url(../images/kevinhume.jpg) no-repeat top;
}
#footer {
	height: 50px;
}
#contentFooter{
	width: 100%;
	height: 157px;
	text-align: center;
	background: url(../images/Arch-Large-600dpi.jpg) no-repeat top;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid #444;

}
#container2 {
	width: 100%;
	background-color: #FFF;
}
#content {
	width: 650px;
	background-color: #FFF;
	margin: 0 auto;
	margin-top: 10px;
}
#subnav {text-align:right;}

.para {
	padding: 5px 10px;
	text-align: justify;
}
.para ol li .textCenter {
	margin-left: -35px;
}
.title {
	font-size: 24px;
	font-weight: bold;
}
.textred {
	color: #FF0000;
}
.subtitle {
	font-size: 18px;
	font-weight: bold;
}
.menu {
	font-size: 14px;
}
.textCenter {
	width: 610px;
	padding: 0;
	margin: 20px;
	text-align: center;
}
.threeimg{
	padding: 0;
	margin: 0 15px;
}
.fourimg{
	padding: 0;
	margin: 0 10px;
}
.fiveimg{
	padding: 0;
	margin: 0 5px;
}

/*---------------------------------------------
	Font
---------------------------------------------*/
h1 {
	display: none;
}
h2 {
	text-align: center;
	font-family:"Palatino Linotype", Arial, serif;
	font-size: 1.8em;
	padding: 20px 0;
}
h3 {
	text-align: center;
	font-family:"Palatino Linotype", Arial, serif;
	font-size: 1.2em;
	padding: 15px 0;
}
h4 {
	text-align: center;
	font-family:"Palatino Linotype", Arial, serif;
	font-size: 1em;
	padding: 10px 0;
}
.quote {
	text-align: center;
	font-family: "Palatino Linotype", Arial, serif;
	font-size: 0.8em;
	padding-top: 10px;
}