.homeIcon
{
	margin-right: 15px;
	float: left;
	display: inline;
}

.homeIcon .desc
{
	background-image: url(/images/homelabel.gif);
	color: #fff;
	margin-top: 5px;
	font-weight: bold;
	font-size: 0.8em;
	width: auto;
	padding: 3px 0px 3px 0px;
	text-align: center;
}

body
{
	text-align: center;
}

#content
{
	text-align: left;
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
}

#banner
{
	width: 900px;
	margin: 0 auto;
	height: 85px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: solid 3px #BE2E2E;
}

#footer
{
	text-align: center;
	border-top: solid 3px #BE2E2E;
	width: 900px;
	margin-top: 20px;
}

#logo
{
	position: absolute;
	left: 0px;
	bottom: 15px;
}

#info
{
	position: absolute;
	right: 0px;
	top: 0px;
}

#quote
{
	position: absolute;
	right: 0px;
	bottom: 5px;
	width: 470px;
	height: 48px;
	background-color: #000;
	text-align: left;
	font-size: 0.55em;
	/* IE fix, must get changed in JS to proper color */
	color: #000;
}

.quote
{
	margin: 3px 5px 0px 5px;
	position: absolute;
	padding: 0px;
	left: 0px;
	top: 0px;
}

.author
{
	bottom: 2px;
	right: 2px;
	text-align: right;
	position: absolute;
	font-style: italic;
}

#menu
{
	background-color: #BE2E2E;
	height: 40px;
	padding-left: 32px;
	padding-top: 5px;
	line-height: 0px;
}

#corevalues
{
	padding: 10px;
	float: left;
	font-size: 0.8em;
	color: #fff;
	background-color: #000;
	width: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#icons
{
	clear: both;
}


.rednav
{
	width: 610px;
	float: right;
	margin-right: -9px;
}

.rednav ul
{
	margin: 0px;
	padding: 0px;
}


.rednav li
{
	list-style-type: none;
	float: right;
	width: 195px;
	height: 42px;
	background-image: url(/images/rednavbutton.gif);
	margin-left: 0px;
	margin-right: 4px;
	margin-bottom: 6px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}


.rednav li a
{
	line-height: 40px;
}

.rednav li a.twoline
{
	display:inline-block;
	zoom: 1;
	*display: inline;
	line-height: 1em;
	padding-top: 10px;
}

.rednav li a:link, .rednav li a:visited
{
	color: #fff;
	text-decoration: none;
}

.pageTitle
{
	clear: both;
	width: 900px;
	height: 42px;
	line-height: 42px;
	background-image: url(/images/redtitle.gif);
	color: #fff;
}

.short, .rednav li.short
{
	width: 597px;
	float: right;
	background-image: url(/images/redtitleshort.gif);
	margin-bottom: 12px;
}

#content #left
{
	width: 430px;
	float: left;
}

#content #right
{
	width: 430px;
	float: right;
}

.adxSectionMediaImage
{
	padding: 0px !important;
	margin-bottom: 10px;
}

.imageleft
{
	float: left;
	margin-right: 10px;
}

.imageright
{
	float: right;
	margin-left: 10px;
}

.imagecenter
{
	float: none;
}

#portfolioButtons
{
	float: left;
	width: 159px;
}

#portfolioButtons ul
{
	margin: 0px;
	padding: 0px;
}

#portfolioButtons li
{
	list-style-type: none;
	background-image: url(/images/button_bg.jpg);
	width: 159px;
	height: 42px;
	line-height: 26px;
}

#portfolioButtons li a:link, #portfolioButtons li a:visited
{
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}

#portfolioButtons a.selected
{
	background-color: #000 !important;
	color: #fff !important;
	width: 143px;
	height: 27px;
	display: block;
}

.adxContent
{
	margin-top: 20px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

.red
{
	color: #BE2E2E;
	font-weight: bold;
}

.green
{
	color: #006600;
	font-weight: bold;
}

.adxContent table.bordered
{
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-spacing: 0px;
}

.adxContent table.bordered td
{
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	margin: 0px;
}

.contactPhotos img
{
	float: left;
	vertical-align: top;
	margin-right: 3px;
	margin-bottom: 3px;
}