body
{
	margin:0;
	background-color:#f7ffde;
	text-align:center;/*for IE. Have to then compensate with text-align:left*/
	background-image:url('images/background.png');
	background-repeat:repeat-x;
	background-position:50% 0;
	font-size:12px;	
	font-family: Verdana, arial, helvetica, "sans serif";

}

h1
{
	color:#0066CC;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom:5px;
}

img
{
	border:0;
}

#container
{
	text-align:left;
	margin:0 auto;
	width:990px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	background-position: top right;
	/*font-family: Verdana, arial, helvetica, "sans serif";*/
	/*font-size:10px;*/
	color:#333333;
}

td
{
	/*font-size:10px;*/
}

#PortfolioList
{
	margin:25px 0 0 25px;
	
}

#PortfolioList img
{
	margin-top:15px;
}

#main
{
	width:772px;
	float:right;
}

/*allow text to avoid top image graphic while keeping 'main' section flush with top of page.*/
#main #content
{
	margin-top:110px;
	padding:0 0 0 7px;
	margin-right:85px;
	/*visibility:hidden;*/
}

#leftcol
{
	width:214px;
	float:left;
}

#navigation
{
	margin-top:150px;
	background-image:url('images/navbg2.png');
	background-repeat:no-repeat;
	height:100%;
	padding-top:1px; /*only affects firefox. pads links from top. IE does not need it or use it*/
	padding-left:3px;/*move inner text (links) away from left side*/
	padding-bottom:10px;/*otherwise, bottom of image is cut off*/
}

#navigation a
{
	text-decoration: none;
	font-size: 11pt;
	font-variant: small-caps;
	font-weight: bold;
	vertical-align: 8px;
	color:white;
}

#navigation a:hover
{
	color:#eb9a0a;
}

#navigation ul ul a:hover
{
	color:#49ccc7;
}

#navigation ul
{
	/*list-style-image: url(images/v7Icon.gif);*/
	list-style:none;
	margin-top:17px;/*ingored by firefox. firefox uses padding-top under #navigation */
}
#navigation li
{
	margin-left: -22px;
	padding-top: 4px;
	padding-left: 8px;
}

#navigation ul ul
{
	margin-top: -1px;
	list-style:none;
}
#navigation ul ul a
{
	font-size: 10pt;
	font-weight: normal;
	vertical-align: 3px;
	
}
#navigation ul ul li
{
	padding-top: 4px;
}

/*floating cells for data */
.leftcell
{
	width:300px;
	float:left;
}

.rightcell
{
	float:right;
}

.contentCell
{
	margin-top:30px;
	/*background-color:#f8fded;*/
	border:1px solid #b4bba8;
}

.cellData
{
	padding:0 5px 5px 9px;
}

.cellData li
{
	margin-left: -40px;
	padding-top:4px;
	padding-left: 20px;
	background: url('images/listicon6.png') no-repeat center left; 
	/*font-size:105%;*/
	list-style:none;
	padding-bottom:4px;
	
}

/*website header*/
#header
{
	height:125px;
	width:1008px;
	position:absolute;
	left:0;
	top:0;
	width:100%;
}

#header img
{
	width:1008px;
	height:125px
}

#footer
{
	background-image:url('images/footer.png');
	background-repeat:no-repeat;
	background-position:0 0;
	height:37px;
	margin-top:10px;
	clear:both;/*keeps container div full height*/
	margin-left:102px;
}

.headBG
{
	background-image: url("images/bluebar3.gif");
	background-repeat: repeat-x;
	padding-bottom:4px; 
}

.bannerHeader
{
	font-size: 12px;
	font-family: Verdana;
	color: white;
	font-weight: bold;
	padding-top:4px;
	padding-left:5px;
	display:inline-block;
}

#ComputerServicesDiv
{
	background-image:url('images/mousepad.png');
	background-repeat:no-repeat;
	background-position:115% -150%;
	width:100%;
}

.horizlist
{
	color: black;
	font-weight: bold;
	font-size:105%;
	margin:0 0 20px 20px;
}

.horizlist div
{
	margin-bottom:5px;
}

.horizlist2
{
	color: #3366CC; /*font-weight:bold;*/
	text-align: center;
	font-size:105%;
	width:320px;
		
}

#deliverimg
{
	margin:20px 0 20px 0;
}

.finePrint
{
	font-size: 95%;
	color:gray;
	line-height: 125%;
}

.paragraph
{
	line-height: 160%;
}

/*page heading*/
.heading
{
	color:#0066CC;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom:5px;
}

.subhead
{
	font-size:105%;
	font-weight:bold;
	color:#bb5756;
}