﻿body
{
	background-color: black;
	margin: 0;
	padding: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a
{
	color: #990000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: blue;
}

h2
{
	color: #990000;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:2px;
	margin-bottom:6px;
	margin-top:20px;
	border-bottom: 1px #990000 solid;
}

h3
{
	font-weight: bold;
	color: #657DAD;
	font-size: 1.1em;
	letter-spacing 2px;	
}

.icon
{
	border: 0px;
	vertical-align: middle;
	margin-right: 10px;
}

#wrapper
{
	position: absolute;
	width: 770px;
	left: 50%;
	margin-left: -385px;
}

#header
{
	width: 770px;
	height: 250px;
	background-image: url('../images/sdgi_headback.jpg');
	background-repeat: no-repeat;
	background-color: black;
}

#body
{
	min-height: 400px;
	background-color: white;
	width: 737px;
	border-left: solid 1px #990000;
	border-right: solid 2px #990000;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
}

#footer
{
	background-color: #990000;
	height: 4px;
}

.navlink
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	position: absolute;
	color: white;
	display: block;
	text-decoration: none;
}

.navlink:hover
{
	color: black;
	text-decoration: none;
	opacity:.9;
	filter: alpha(opacity=90);
    -moz-opacity:.9;
}

.navlink:visited
{
	color: white;
}

.navlink:visited:hover
{
	color: black;
	text-decoration: none;
	color: black;
	opacity:.9;
	filter: alpha(opacity=90);
    -moz-opacity:.9;
}

.aClientLogin
{
	left: 610px;
	top: 4px;
	color: black;
	font-size: .7em;
}

.aClientLogin:visited
{
	color:black;
}

.aContact
{
	left: 700px;
	top: 4px;
	color: black;
	font-size: .7em;
}

.aContact:visited
{
	color: black;
}

.aHome
{
	left: 12px;
	top: 222px;
}

.aNews
{
	left: 78px;
	top: 222px;
}

.aServices
{
	left: 140px;
	top: 222px;
}

.aPortfolio
{
	left: 225px;
	top: 222px;
}

.aAbout
{
	left: 310px;
	top: 222px;
}

.portfolioItem
{
	clear: left;
	width: 670px;
	margin-left: 50px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #657DAD;
}

.portfolioImageHolder
{
	float: left;
}

.portfolioImage
{
	text-align: center;
	width: 100px;
	height: 64px;
	border-width: 0px;
}

.portfolioDescription
{
	margin-left: 110px;
	vertical-align: top;
}

.portfolioDescription a
{
	font-size: 1.1em;
	letter-spacing: 2px;
}

.servicesContent
{
    background-color: #EBEFF2;
    border: 1px solid #A9AEB2;
    padding: 10px;
}

.gear
{
	border-width: 0px;
	float: left;
	margin-top: -2px;
	margin-right: 5px;
}

.UpdateProgress
{
	position: absolute;
	left: 300px;
	top: 325px;
	padding: 20px;
	background-color: White;
	border: 1px solid #657DAD;
	color: #990000;
	z-index: 100;
}