@charset "UTF-8";
/* CSS Document */

/*apply a natural box layout model to all elements*/
*{-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
/*instructs older browsers which HTML5 elements to dispay as block*/
header, section, footer, aside, nav, article, figure{
	display:block;
}
/*contact form*/

body{
	width:700px;
}

form{
	width:960px;
	height:100%;
}
.logo{
	background-color:#999;
	width:395px;
	height:50px;
	letter-spacing:8px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-left:2px;
}
h1,h2{
	border-width:2px;
	 border-style:none;	 
	 border-color:#CCCCCC;
	 width:500px;
	 padding:5px;
	 margin-left:3px;
}

 .labels{
	 background-color:#999;
	 border-width:2px;
	 border-style:none;	 
	 border-color:#CCCCCC;
	 width:300px;
	 padding:20px;
	 margin-left:2px;
 }
 
label{
	width:200px;
	padding:10px;
	padding-bottom:200px;
	margin-bottom:200px;
	border-bottom-width:100px;
}

input,textarea{
	width:300px;
	height:35px;
	margin:3px;
	margin-bottom:40px;
}
textarea{
	height:200px;
}

input.submit{
	width:100px;
	font-size:18px;
	letter-spacing:1px;
}

input{
	font-size:14px;
	font-weight:bold;
	font-stretch:extra-expanded
	
}
/*end of contact form*/	 

/*about*/
#container{
	padding:10px;
	background-color:#CCFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
}

.intro{
	font-size:30px;
	line-height:36px;
	padding-top:7px;
}

.photo{
	float:left;
	margin:30px 20px 10px 10px;
	padding:15px;
	background-color:#FFF;
}
.company{
	font-size:22px;
	padding-top:12px;
	margin-left:13px;
}

/*end of about*/

/*Resume*/
body{
	background-color:#CCFFFF;
	
}

#content{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:normal;
}

h3{
	padding-left:8px;
}
h2{
	font-variant:small-caps;
	line-height:24px;
	letter-spacing:1px;
}

#header{
	border-bottom:1px groove #666666;
	height:200px;
}
.expertise{
	border-bottom:2px groove #666666;
	height:inherit;
}
.job-03{
	border-bottom:2px groove #666666;
	height:inherit;
}
.job-04,.job-05,.job-06{
	padding-left:10px;
}
.consulting{
	padding-left:7px;
}
.education{
	border-bottom:2px groove #666666;
	height:inherit;
	border-top:2px groove #666666;
}
.applications{
	padding-left:8px;
	font-size:16px;
}
/*home page*/
body{
	margin:5px auto;
	width:960px;
}

#navigation{
	background-color:#999999;
	height:50px;
	width:400px;
}
#navigation ul{
	list-style:none;
	margin:0;
	padding:0
}

#navigation li a{
	color:#333;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	padding:15px;
	float:left;
	text-decoration:none;
	text-transform:uppercase;
}
#navigation li a:hover{
	background-color:#666;
	border-bottom:0;
	color:#fff;
}
.article{
	padding:21px;
	margin-left:12px;
	margin-top:15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	line-height:26px;
	float:left;
	width:600px;
}
aside ul{
	font-size:20px;
	line-height:26px;
}
aside{
	float:right;
	width:300px;
}

#footer{
	margin-left:10px;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	clear:both;
}
