@charset "UTF-8";
/* CSS Document */

/*Quick Links Menu Bar */

.top {
	width: 186px;
	height: 30px;
	background-image: url(/images/quicklinks_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.TS-td {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #898989;
	font-size: 9px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.TS-Table {
	border: 1px solid #898989;
}
.container {
	width: 186px;
	background-image: url(/images/quicklinks_1px.jpg);
	background-repeat: repeat-y;
	background-position: left center;
}

.footer {
	width: 186px;
	height: 12px;
	background-image: url(/images/quicklinks_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/*Vertical menu */

.menu{
	width: 180px;
	border-size: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-position: center center;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: left;
	margin-left: 2px;
}

.menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.menu li a{
	display: block;
	height: 18px;
	line-height: 1em; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-position: center center;
	vertical-align: middle;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 14px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}	
	
.menu li a:link, .menu li a:visited {
	color: #555555;
}

.menu li a:hover{
	color: #000000;
	background-position: 100%;
	background-color: #e9e9e9;
	margin-left: 2px;
}


#Main-Container {
	position: relative;
	left: 0px;
	top: 0px;
}
#Main-Image {
	
	left: 0px;
	top: 75px;
}
.masthead {
	
	left: 0px;
	top: 0px;
}
#Main-Contact {
	
	left: 215px;
	top: 140px;
	width: 300px;
}
.tech-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
#Menubar {
	
	left: 550px;
	top: 140px;
}
