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

html, body {
 	margin: 0;
 	position: relative;
}
 
/* Set medium text size smaller */
body {
	font-size: 75%;
}

/* container for compelete page */
#page {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/site/bg.jpg);
 	background-repeat: repeat-x;
 	height: 1200px;
 	width: 100%;
 	min-width: 985px;
 	z-index: 0;
}

/* container for content area */ 
#wrapper {
	height: 1002px;
	width: 981px;
	position: absolute;
	top: 0;
	right: 50%;
	z-index: 0;
}

#container {
	width: 898px;
	height: 1002px;
	background-image: url(../images/site/paper.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 36px;	
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}

/* shadow behind content area */
#containershadowtop {
	width: 981px;
	height: 95px;
	background-image: url(../images/site/shadowtop.png);
	background-repeat: no-repeat;
	z-index: 5;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
}

#containershadow {
	width: 981px;
	height: 864px;
	background-image: url(../images/site/shadow.png);
	background-repeat: repeat-y;
	z-index: 5;
	position: absolute;
	top: 175px;	
	left: 50%;
	margin-left: auto;
	margin-right: auto;
}

/* Header Aera */
#header {
	width: 898px;
	height: 140px;
	background-image: url(../images/site/headerbg.jpg);
	background-repeat: no-repeat;
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
}

#logo {
	width: 227px;
	height: 203px;
	background-image: url(../images/site/tebdlogo.jpg);
	background-repeat: no-repeat;
	z-index: 21;
	position: absolute;
	top: 0;
	left: 0;
}

/* Content Area */
#innercontainer {
	width: 760px;
	height: 600px;
	position: absolute;
	left: 69px;
	top: 210px;
	z-index: 15;
	overflow: auto;
}

#innercontainer ul {
	padding-left: 16px;
}

#innercontainer ul li {
	list-style-image: url(../images/site/listcheck.png);
}

/* Home items */
#learnprocess {
	width: 134px;
	height: 53px;
	position: absolute;
	left: 70px;
	bottom: 240px;
	z-index: 15;
}

#tebtruth {
	width: 194px;
	height: 53px;
	position: absolute;
	left: 345px;
	bottom: 240px;
	z-index: 15;
}

#pastprojects {
	width: 142px;
	height: 53px;
	position: absolute;
	right: 70px;
	bottom: 240px;
	z-index: 15;
}

/* Footer Area */
#footer {
	width: 898px;
	height: 185px;
	background-image: url(../images/site/footerbg.jpg);
	background-repeat: no-repeat;
	z-index: 20;
	position: absolute;
	bottom: 0;
	left: 0;
}

#footertext {
	width: 400px;
	height: 50px;
	z-index: 21;
	position: absolute;
	left: 72px;
	bottom: 42px;
}

#footertext p {
	margin: 0;
}

#footertext a {
	text-decoration: none;
	color: #02334d;
}

#footersm {
	width: 400px;
	height: 30px;
	z-index: 21;
	position: absolute;
	left: 72px;
	bottom: 12px;
}

#copyright {
	width: 300px;
	position: absolute;
	bottom: -140px;
	right: -0;
}

#copyright p {
	color:  white;
	font-size: .8em;
	text-align: right;	
}

#objects {
	width: 180px;
	height: 291px;
	background-image: url(../images/site/objects.png);
	background-repeat: no-repeat;
	z-index: 22;
	position: absolute;
	bottom: -70px;
	right: -40px;
}

#tagline {
	width: 248px;
	height: 37px;
	background-image: url(../images/site/tagline.jpg);
	background-repeat: no-repeat;
	z-index: 21;
	position: absolute;
	bottom: 31px;
	left: 481px;
}

#readystart {
	width: 166px;
	height: 38px;
	background-image: url(../images/site/readystart.jpg);
	background-repeat: no-repeat;
	z-index: 21;
	position: absolute;
	bottom: 92px;
	left: 70px;
}

/* Hide Text */
#tagline p, #readystart p, #logo h1, #freelancelink {
	display: none;
}

/* Text Styles */
h1, h2 {
	text-shadow: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #02334d;
	margin-bottom: 10px;
}

h1 {
	font-size: 4em;
}

.h1small {
	font-size: .63em;
}

h2 {
	font-size: 1.4em;
}

.h2small {
	font-size: .75em;
}

h3 {
	text-shadow: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: normal;
	color: #02334d;
	margin-bottom: 0;
	margin-top: 10px;
}

h3 a {
	color: #02334d;
	text-decoration: underline;
}

h3 a:hover {
	color: #F90;
}

p, li, .paragraphtype2, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: #02334d;
	text-decoration: none;
}

.webtable {
	font-size: .9em;
}

/* Navigation */
#nav {
	position: absolute;
	top: -10px;
	left: 350px;
	width: 550px;
	height: 100px;
	z-index: 20;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav ul li {
	margin: 0;
	list-style: none;
	display: inline;
	}

#nav ul li a {
	padding: 100px 0 0 0;
	float: left;
	overflow: hidden;
	height: 0px;
	}
	
#nav a:hover  {
	background-position: 0 -100px;
	}

#nav a:active {
	background-position: 0 -100px;
	}	
	
ul.meetus #meetus a, ul.portfolio #portfolio a, ul.services #services a, ul.hosting #hosting a, ul.contact #contact a {
	background-position: 0 -200px;
	}

.navbullet a {
	width: 35px;
	background: url(../images/nav/button_bullet.png) no-repeat;
	padding-left: 4px;
	padding-right: 4px;
	}
	
#portfolio a  {
	width: 81px;
	background: url(../images/nav/button_portfolio.png) no-repeat;
	}
	
#contact a  {
	width: 69px;
	background: url(../images/nav/button_contact.png) no-repeat;
	}
	
#hosting a {
	width: 69px;
	background: url(../images/nav/button_hosting.png) no-repeat;	
}

#meetus a {
	width: 80px;
	background: url(../images/nav/button_meet.png) no-repeat;
}

#services a {
	width: 65px;
	background: url(../images/nav/button_services.png) no-repeat;
}

/*gets rid of dotted line outline on links in firefox*/
a:focus { -moz-outline-style: none; }

/*gets rid of blue line around images*/
img { border-style: none;}
