/* Hi-Tek Cumputing CSS Document */
/* zeroing */
body { color: black; background: white; }
body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
address, caption, cite, code, dfn, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
acronym, abbr, fieldset, img { border: 0;}
:focus { outline: 0; }

/* layout */
body {	
	background:url(../images/bg.jpg) no-repeat #000 top center;
	font-family:Arial, Helvetica, sans-serif;
	color:#f7f7fd;
	font-size:14px;
}
a {
	color:#f7f7fd;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	color:#39fb1f;
}
#left_nav a:link, #left_nav a:visited  {	
	text-decoration:none;
}
#left_nav a:hover {	
	text-decoration:underline;
}
.current { color:#39fb1f;}

h1 {
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	padding:20px 0 10px 0px;
	color:#f7f7fd;
}
p {
	font-size:11px;
	line-height:17px;
	padding:5px 0px 10px 0px;
}

h4 {	
	font-size:11px;
	font-weight:bold;
	color:#a8b2a8;
	padding:2px 0 2px 0;
}

#content_wrapper {width:735px; float:left; margin:0 0 60px 0; }
#content_header {height:215px; background-color:#3c0405; margin-bottom:10px;}
#content_page {	padding:40px 40px 30px 40px; background-color:#360102;}

/* page styles */
#top_line {
	height:10px;
	width:100%;
	background-color:#39fb1f;
}
#wrapper  {
	width:880px;
	margin:0 auto;
}
#left_nav{
	float:left;
	width:150px;
	height:315px;
	margin-right:10px;
	background-color:#f024a7;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:21px;
	background:url(../images/nav-bg.jpg) repeat-x;
}
.nav-padding {padding:40px 15px 0px 15px;}
#testimonial_area {
	float:right;
	height:100%;
	width:160px;
	padding:6px 0px 40px 40px;
}
#testimonial_area p {
	color:#6a755d;
	font-size:10px;
	line-height:15px;
	font-style:italic;
	width:100%;
	padding:0 0 15px 0;
}
#footer {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	border-top:1px solid #2b3a20;
	padding:10px 0px 0px 0px;
	margin:40px 0 0 0;
	position:relative;
	color:#3c5a26;
}
#footer img {vertical-align:middle; padding:0 10px 0 0px;}

.listing {width:440px;}

table.listing {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: none;
	font-size:12px;
	margin-bottom:30px;
}
table.listing th {
	border-width: 0px;
	padding: 1px;
	border-style: none;
	border-color: gray;
	background-color: none;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.listing td {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: gray;
	background-color: #11752e;
	-moz-border-radius: 0px 0px 0px 0px;
}
.listing img {margin-right:10px;}
.listing a img {border:1px solid #39fb1f;}
.listing a:hover img {border:1px solid #39fb1f;}
.listing .morph {font-size:14px; font-weight:bold; text-transform:uppercase; border-bottom:2px solid #39fb1f; padding:0 0 1px 0; margin:0 0 5px 0;}
.listing .morph a {text-decoration:none;}