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

body{
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}


.contentText {
	font-size: 12px;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	}
	
	.thumbnailViewer {
	display: marker;
	height: 100px;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	overflow-x: scroll;
	overflow-y: hidden;
	position: absolute;
	bottom: 2px;
}


/*Services.html*/
#leftcolumn{
	float:left;
	width:100px;
	height: 400px;
	overflow: hidden;
}

#leftcolumn a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
	margin: 4px;
	padding: 3px;
}

#leftcolumn a:hover{
	background-color: #000000;
}

#rightcolumn{
	float:right;
	width:550px;
	min-height: 200px;
	margin-left: 20px;
}

* html #rightcolumn{ /*IE only style*/
height: 100px;
}


/*About.hmtl*/
.aboutLeft {
	background-color: #333333;
	padding: 3px;
	float: left;
	height: 200px;
	width: 400px;
	color: #FFFFFF;
}


.aboutRight {
	background-color: #333333;
	padding: 3px;
	height: 200px;
	float: right;
	width: 250px;
	color: #FFFFFF;
	margin-left:10px;
}


/*Services Explained*/

.servicesInfoBox {
	background-color: #333333;
	padding: 3px;
		}
	
	
.servicesTitle {
	font-size: 24px;
	color: #FFFFFF;
}




.logoTableTop {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.logoTableBottom {
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 3px;
}

/*Side Bar*/


.sidebarMain {
	text-align: left;
	vertical-align: top;
	height: 400px;
	width: 100%;
	background-image: url(images/dividerBGBig.png);
	background-repeat: repeat-x;
}
