﻿html > body
{
	height: auto;
}

html, body
{
	position: absolute;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background-color: #9d0711;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

ul
{
	list-style-type: none;
}

p, li
{
	font-size: small;
}

p
{
	padding: 10px 10px 0px 10px;
	text-align: justify;
	margin: 0;
}

a, p span
{
	/*color: #ff0011;*/
	color: #FF3333;
}

*
{
	font-family: Arial, Helvetica, Sans-Serif;
}

div.pageTop
{
	width: 100%;
	height: 125px;
	border-bottom: solid 2px #FFFFFF;
	background: Transparent url(/Images/bgFlameFade.gif) repeat-x scroll right top;	
}

div.flameTop
{
	width: 100%;
	height: 125px;
	background: Transparent url(/Images/bgFlame.gif) no-repeat scroll right top;	
}

div.pageContent
{
	margin: 0 auto;
	max-width: 990px;
	padding-bottom: 50px;
}

ul.clientList
{
	text-align: left;
	margin: 0px 25px;
	padding: 0;
}

img.spotlightHeader
{
	margin: 0 auto;
	display: block;
}

div.pageInfo
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #79060E;
	width: 100%;
	font-size: x-small;
	text-align: center;
}

div.pageInfo p
{
	text-align: center;
	font-size:xx-small;
	color: #FFFFFF;
	background-color: Transparent;
	padding: 1px;
	margin: 0px;
}

div.minHeight
{
	float: left;
	height: 260px;
	width: 1px;
	margin: 0;
	padding: 0;
	position: relative;
}

a.menu
{
	text-decoration: none;
	color: #FFFFFF;
}

a.menu:hover
{
	text-decoration: underline;
}

a.menu:active
{
	color: #ff0011;
}

span.portfolioIntroduction
{
	color: #FFFFFF;
	font-weight: normal;
}

.bordered
{
	border: solid 2px #FFFFFF;
	border-bottom: solid 4px #FFFFFF;
}

h3
{
	font-weight: normal;
}

.contactForm
{
	margin: 0 auto;
	width: 95%;
	table-layout:fixed;
}

p.siteMapPath
{
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 0;
}

p.siteMapPath span
{
	color: #FFFFFF;
}