﻿/**************************************************/
/*   Body and Wrapper                             */
/**************************************************/
body {
	margin: 0;
	padding: 0;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	background-color: #d8dceb;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
	padding: 0;
	text-align: left;
}
/**************************************************/
/*                                Top Piece       */
/**************************************************/
#top {
	background: url(images/bgtop_900w.gif) top center no-repeat;
	width: 900px;
	height: 78px;
	color: #000099;
	position:relative;
}
/**************************************************/
/*    Content                                             
another wrapper that holds all the content         */
/**************************************************/
#content {
	background: url(images/bgmiddle_900w.gif) center repeat-y;
	width: 866px;
	height: 100%;
	padding: 0px 17px 0px 17px;
}
#contentabs	{
	position:absolute;

}
/**************************************************/
/*                               All the content  */
/**************************************************/
#header {
	background: url(images/header_50h_832w.gif) center center repeat-y;
	width: 846px;
	height: 50px;
	margin: 0px 0px 10px 0px;
	padding: 25px 0px 20px 10px;
	color: white;
	font-size: 50px;
	text-align: center;
}
/*                    Menu                   */
#menu {
	width: 110px;
	height: 100%;
	margin-left: 10px;
	float: left;
	text-align: left;
}
#menu li a {
	height: 18px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 29px;
	text-decoration: none;
	text-align: left;
}
#menu li a:link, #menu li a:visited {
	color: blue;
	display: block;
	height:19px;
	background: url(images/off_19h.gif) top left no-repeat;
	padding: 1px 0 0 4px;
	text-align: left;
}
#menu li a:hover {
	color: black;
	background: url(images/on_19h.gif) top left no-repeat;
	padding: 1px 0 0 4px;
	text-align: left;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#stuff {
	margin: 0px 10px 0px 150px;
	padding-top: 8px;
	border: 2px ;
	height: 100%
}
img {
	border: none;
}
/**************************************************/
/*                                       Bottom                                             */
/**************************************************/
#bottom {
	background: url(images/bgbottom_900w.gif) bottom center no-repeat;
	width: 900px;
	height: 50px;
}
/************************************************/
/*		Other Styles							*/
/************************************************/
.imginline	{
	
}
.hdr4	{
	font-weight: bold;
	font-size: medium;
	color: blue;
}
/************************************************/
/*		Portfolio Styles						*/
/************************************************/

.portfolio_item	{
	float:left; 
	margin-right:10px; 
	margin-top:10px; 
	padding-bottom:10px;
	float:left;
	position:relative;  
	overflow:visible;
	width:202px;
}

.portfolio_group	{
	 padding:0;
	 margin:0;
	 position:relative;  
	 overflow:visible;
}

.rel_vis	{
	position:relative; 
	top;  
	overflow:visible;
}
.portfolio_img	{
	 width:200px;
	 height:139px;
}
.portfolio_border	{
	position:relative;
	border:thin solid #333399;  
	overflow:visible;
	padding-top:0px;
}
.portfolio_item_title	{
	background-color:#333399;
	color:white;
	font-weight:bold;
	padding-left:3px;
	
}
ul {
margin-top:0px;
}

.arrow	{
	height:10px;
	padding-bottom:-2px;
}
.a_nodecoration	{
	text-decoration:none;
}
