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

html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
background:#fff; /*color background - only works in IE */
font-size:80%; /*set default font size */
font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow:hidden; /*get rid of scroll bars in IE */
/* */
}

body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background-color: #000000;
}

.pad1 {display:block; width:18px; height:50px; float:left;}

.pad2 {
display:block;
height:140px; /* height to miss header and footer */
}

/* HEADER CONTENT */

.lewis #head {
	position:absolute;
	margin:0;
	top:0;
	right:18px;
	display:block;
	width:100%;
	height:140px;
	z-index:5;
	color:#000000;
	text-align: center;
	background-image: url(images/Background_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #99CCCC;
}
.lewis #headcontainer {
	width:1060px;
	height:140px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	vertical-align: top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	z-index:5;
	background-image: url(images/H.Lewis_header_gradient.jpg);
	background-repeat: no-repeat;
	background-position: 20px top;
}

.lewis #headleft {
	width:600px;
	height:140px;
	float: left;
	padding-left: 50px;
	z-index:5;

}

.lewis #headright {
	margin:0 auto
	width:400px;
	height:140px;
	float: right;
	width: 360px;
	z-index:5;
}

.lewis #head p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #CCCCCC;
	margin-top: 100px;
	padding-top: 12px;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 0px;
}

.lewis #head a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #99CCCC;
	text-decoration: none;
}

.lewis #head a:hover {
	color: #FFFFFF;
}


/* PROJECTS */

.lewis #content {
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	max-height:100%;
	overflow:auto; /* add scroll bars as required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
	text-align: center;
}

.lewis #projectBox {
	width:980px;
	height:1010px;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #99CCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.lewis #project {
	width:980px;
	height:490px;
	text-align: center;
	border-bottom-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.lewis #projectimage {
	width:650px;
	height:490px;
	float: left;
	text-align: left;
	padding-top: 12px;
}

.lewis #projectext {
	width:380px;
	height:490px;
	float: right;
	text-align: center;
	padding-top: 50px;
}

.lewis #content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}

.lewis #content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #99CCCC;
	font-weight: normal;
	text-align: center;
	padding-top: 30px;
}

.lewis #content h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

.lewis #contentimage {
	width:200px;
	height:150px;
	float: right;
	text-align: center;
	padding-right: 65px;
	padding-top: 10px;
}

.lewis #content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #CCCCCC;
	text-align: center;
	font-weight: normal;
}

.lewis #content a {
	color: #FFFFFF;
	text-decoration: none;
}

.lewis #content a:hover {
	color: #FFFFFF;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
