@charset "ISO-8859-1";
body {
	background-color: #646f8d;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding:0;
	margin:0;
	position: relative;
	color: #363636;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	}
	
h1 {
	font-size: 24px;
	margin-bottom:5px;
	padding:0;
	}

p {
	line-height: 18px;
	letter-spacing: 1px;
	}
.pSmall {
font-size:10px;
line-height:normal;
margin:0;
padding:0;
	}
.pNormal {
font-size:12px;
line-height:normal;
margin:0;
padding:0;
	}

img {
	border: 0px;
	}
	
.portrait {
	margin: 0px 10px 10px 0px;
	border: 1px black solid;
	}
	
a:link, a:visited {
	color: #cc2128;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
text-decoration:underline;
	}

.site {
	width: 1000px;
	height: 700px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	z-index:1;
	}
	
.logo, .home, .services, .education, .portfolio, .about, .contact, .esupport {
	position: absolute;
	height: 79px;
	top: 0px;
	z-index: 10;
	}
form {
padding:0;
margin:0;
}
.logo {
	width: 489px;
	left: 0px;
	}
.home {
	width: 59px;
	left: 489px;
	}
.services {
	width: 67px;
	left: 548px;
	}
.education {
	width: 81px;
	left: 615px;
	}
.portfolio {
	width: 66px;
	left: 696px;
	}
.about {
	width: 75px;
	left: 762px;
	}
.contact {
	width: 65px;
	left: 837px;
	}
.esupport {
	width: 78px;
	right: 0px;
	}
	
.midstrip {
	background-image: url(images/index_09.jpg);
	width: 1000px;
	height: 50px;
	position: absolute;
	top: 79px;
	left: 0px;
	z-index:10;
	}
		
.leftmidspacer, #midcontent, .rightmid {
	height: 384px;
	position: absolute;
	top: 129px;
	z-index:11;
	}
.leftmidspacer {
	background-image: url(images/index_10.jpg);
	width: 32px;
	left: 0px;
	}
#midcontent {
	background-image:url(images/index_11.jpg);
	width: 517px;
	left: 32px;
	overflow: auto;
	}
.midcontent_content {
	width: 475px;
	margin-left: 15px;
	margin-right: 17px;
	position: relative;
	z-index: 21;
	}
.rightmid {
	background-image:url(images/index_12.jpg);
	width: 451px;
	right: 0px;
	}
	
.bottomleft, .bottomcontent, .bottomright {
	height: 187px;
	position: absolute;
	bottom: 0px;
	z-index: 11;
	}
	
.bottomleft {
	background-image: url(images/index_13.jpg);
	width: 32px;
	left: 0px;
	}
.bottomcontent {
	background-image:url(images/index_14.jpg);
	width: 517px;
	left: 32px;
	}
.bottomright {
	background-image:url(images/word_blank.jpg);
	width: 451px;
	right: 0px;
	}
	
.clearfloat {
	clear:both;
	height:0px;
	line-height:0px;
	visibility: hidden;
	}