
/* Overall CSS */
a:link {	color: #0066CC; text-decoration:underline;}
a:visited { color: #0066CC; text-decoration:underline}
a:hover { color: #0099FF; text-decoration: underline;}
a:active { text-decoration: underline;}

BODY
{
	font-family: calibri, arial, sans-serif;
}

A
{
	font-weight:bold;
}

B#S
{
	color: #0066CC;
}

H1
{
	font-size: 5em;
	color: #0066CC;
	margin: 0px;
}

H2
{
	color: #0066CC;
	margin: 0px;
}

.knightHolder
{
	float: left;
	margin-top: 10px;
	margin-left: -7;
	z-index: 1;
}

.container
{
	position: absolute;
	left: 180px;
	z-index: 2;
	width: 700px;
}

.bannerHolder
{
	text-align: center;
	margin: 10px;
}

P.contact
{
	text-align: center;
	padding: 10px;
	margin: 0px 0px 0px 0px;
}

.spaceOnSides
{
	padding-left: 10px;
	padding-right: 10px;
}

.spaceOnAllSides
{
	padding: 10px;
}

/*Home Page CSS*/
.main
{
	border: solid 3px #0099FF;
	width: 694px;background-image: url('../Images/Back.png');	background-repeat: repeat;
}

.archiveHolder
{
	width: 700px;
	height: 50px;
	text-align:center;
	background-image: url('../Images/Bottom.png');}

.innerArchiveHolder
{
	padding-top:7px;
}

TABLE.desc
{
	border-collapse: collapse;
}

TD.descHeader
{
	width: 220px;
	text-align: center;
	border-right: 3px solid #0099FF;
	border-bottom: 3px solid #0099FF;
	background-image: url('../Images/Crest.png');	background-repeat: no-repeat;
	background-position: center;
}

TD.desc
{
	width: 500px;
	padding: 10px;
	border-bottom: 3px solid #0099FF;
}

HR.sep
{
	border: 0px;
	margin: 0px;
	height: 3px;
	color: #0099FF;
	background-color: #0099FF; 
}

/*Services CSS*/
P.miniMenu
{
	text-align: center;
	margin: 0px 0px 10px 0px;
}

TD.serLabels
{
	text-align: center;
}

H1.serHeader
{
	text-align: center;
	margin: 0px;
}

H2.serTypeHeader
{
	color: #0066CC;
	margin: 0px 0px 10px 0px;
	text-align: center; 
}

TABLE.services
{
	margin-left: auto;
	margin-right: auto;
	border-color: #0099FF;
	width: 500px;
}

/*Projects CSS*/
TABLE.proTable
{
	height: 550px;
	border-collapse: collapse;
}

TD.proList
{
	border-right: 3px solid #0099FF;
	vertical-align: top;
	width: 305px;
	padding-right: 5px;
	text-align: center;
}

TD.proDesc
{
	vertical-align: top;
	text-align: center;
	width: 360px;
	padding: 10px;
}

IMG.proImage
{
	border: 3px solid #0099FF;
	margin-bottom: 5px;
}

IMG.initProject
{
	border: 3px solid #0099FF;
	margin-top:13px;
}

.expandList
{
	overflow-x: hidden;
	overflow-y: auto;
	height: 500px;
}

.expandDesc
{
	text-align: left;
	margin-top: 10px;
	width: 360px;
}

.leftAlign
{
	text-align: left;
}

/*Links CSS*/
TABLE.links
{
	width:700px;
	height:50px;
	background-image: url('../Images/Top.png');	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

TD.spacer
{
	width: 30px;
}

a.menu:link {	color: white; text-decoration:underline;}
a.menu:visited { color: white; text-decoration:underline}
a.menu:hover { color: #0066CC; text-decoration: underline;}
a.menu:active { text-decoration: underline;}

A.menu
{
	font-size:130%;
	font-weight:normal;
}