@charset "utf-8";
body {
	background-color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

div {
	text-align: center;
	float: left;
}

h1 {
	text-transform: capitalize;
	text-align: left;
	text-indent: 10px;
	color: #FFFF99;
	font-size: 32px;
	border-bottom: 1px solid;
}

p {
	text-indent: 0px;
}

a {
	color: #FFFFFF;
	border: 0;
	text-decoration: none;
}

h2 {
	text-align: left;
	color: #FFFF99;
	font-size: 18px;
	border-bottom: 1px dashed;
}

.servicesTable {
	text-align: center;
	font-size: 13px;
}

.servicesTable td {
	width: 20%;
}

.blackCell {
	background-color: #333333;
}

.blackCell a {
	display: block;
}

#container {
	width: 900px;
	margin: auto;
	float: none;
}

#wrapper {
	width: 100%;
	float: none;
	background-color: #6A6A6A;
	display: inline-block;
}

#content {
	width: 73%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: left;
	float: left;
	background-color: #6A6A6A;
}

#content a {
	color:#33FF00;
	border: 0;
	text-decoration: none;
}

#content h2 a {
	text-align: left;
	color: #FFFF99;
	font-size: 18px;
}

#right {
	width: 23%;
	font-size: 11px;
	float: left;
	background-color: #6A6A6A;
	padding-left: 15px;
}

#bottom {
	width: 100%;
	background-color: #000000;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	height: 150px;
}

#navi li {
	float: left;
	width: 175px;
	padding-left: 4px;
	margin: 0px;
	text-align: left;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navi  {
	float: none;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navi li a:link {
	color: #FFFF99;
	text-decoration: none;
	border-bottom:solid 5px #dadada;
	width: 175px;
	height: 20px;
	float: left;
}

#navi li a:visited {
	color: #FFFF99;
	text-decoration: none;
	border-bottom:solid 5px #dadada;
	width: 175px;
	height: 20px;
	float: left;
}

#navi li a:active {
	color: #FFFF99;
	text-decoration: none;
	border-bottom:solid 5px #dadada;
	width: 175px;
	height: 20px;
	float: left;
}

#navi li a:hover {
	text-decoration: none;
	border-bottom:solid 5px #00FF00;
}

#navi li a.active:link {
	text-decoration: none;
	border-bottom:solid 5px #990000;
} 

#navi li a.active:visited {
	text-decoration: none;
	border-bottom:solid 5px #990000;
}

#navi li a.active:active {
	text-decoration: none;
	border-bottom:solid 5px #990000;
}

#navi li a.active:hover {
	text-decoration: none;
	border-bottom:solid 5px #990000;
}

#pCopyright {
	font-size: 10px;
	color: #FFFF99;
}

.portfolioTable {
	font-size: 12px;
}

.portfolioTable td {
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.portfoliTable tr {
	margin-top: 5px;
}

.thumbContainer {
	background-color: #000000;
	padding: 5px;
	border: 1px solid #FFFFFF;
	margin-right: 30px;
}

.thumbContainer a img {
	border: none;
}

#largeImageDiv {
	visibility: hidden;
	position: absolute;
	top: expression( ( ignoreMe = document.body.scrollTop ) + '+50px' );
	background-color: #CCCCCC;
	top: 50px;
	left: 250px;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
}

div > #largeImageDiv {
	position: fixed;
}

#closeImageDiv a {
	color: #000000;
}

#closeImageDiv {
	width: 100%;
	text-align: right;
	font-size: 36px;
}

.topsTable {
	margin-left: auto;
	margin-right: auto;
}

.topsDiv {
	text-align: center;
	width: 100%;
}

.leftAlign {
	text-align: left;
}