﻿
BODY
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9pt;
	line-height: 20px;
	text-align: justify;
	margin-top: 20px;
}

/*
** Element Styles
*/

A {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

A:Visited {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

A:Hover {
	color: #3366CC;
	text-decoration: none;
	font-weight:bold;
}

IMG {
	border: none 0px #FFF;
}

H2 {
	font-size: 9pt;
	font-weight: bold;
	margin:0;
	padding: 0;
	clear: none;
}


/*
** Layout Styles
*/

.container {
	margin-top: 5px;
	border: #cccccc solid 1px;
	width: 900px;
	margin: auto;
}

.pageheader {
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	padding: 15px;
	overflow: hidden;
}

.pageheader-container {
    position: relative;
	height: 45px;
}

.pageheader-subtitle {
	clear: both;
}

.pageheader-logo {
    position: absolute;
	bottom: 0;
}

.pageheader-logo IMG {
    behavior: url(/css/iepngfix.htc);
}

.pageheader-menu {
	width: 400px;
	left: 220px;
	position: absolute;
	bottom: 0;
}

.pageheader-menu-item {
	float: left;
}

.pageheader-menu-item A {
	color: #ffffff;
	padding: 0 5px;
	font-size: 11pt;
}

.pageheader-callnow {
	float: right;
}

.pagebody {
	padding: 15px;
	overflow: hidden;
}

.pagecolumn-left {
	float: left;
	width: 49%;
}

.pagecolumn-right {
	float: right;
	width: 49%;
}

.pagefooter {
	background-image: url(/images/background-f.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	padding: 5px 15px;
	font-size: 10px;
	color: #fff;
	line-height: 1.5em;
}

.pagefooter-email {
	font-weight: bold;
	font-size: 10pt;
	float: right;
}

.pagefooter-email A {
	color: #fff;
}

.pagefooter-address {
}

.pagefooter-menu {
	margin-bottom: 10px;
	font-size: 8pt;
	color: #000;
}

.pagefooter-menu A {
	padding-right: 15px;
}

.title
{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

.switch {
	color: #0366FD
}

.flash {
	margin-left: -75px;
}
.w900 {
    width: 900px;
}
/*
** Footer Layout
*/
.m-auto             {margin-left:auto; margin-right:auto; margin-top:auto; margin-bottom:auto;}

.w-900				{width:899px;}

.t-grey             {color:#999999;}
.t-sans             {font-family: Arial, Helvetica, Sans-Serif;}

.t-8                {font-size:8pt;}

.m-b10              {margin-bottom:10px;}

.f-left             {float:left;}
.f-right            {float:right;}


