@charset "utf-8";
/* CSS Document */

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(../images/siteBackFade.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

body, div, table, tr, th, td, p, a, img, h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	border: none;
	outline: none;
}

div {
	position: relative;
}

table {
	border-collapse: collapse;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	color: #332288;
	margin-bottom: 10px;
}

a {
	color: #332288;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

img {
	z-index: inherit;
}

.clear {
	clear: both;
}

.topLeft {
	position: absolute;
	top: 0px;
	left: 0px;
}

.topRight {
	position: absolute;
	top: 0px;
	right: 0px;
}

.bottomLeft {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.bottomRight {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.container {
	width: 760px;
	height: auto;
	margin: 20px auto;
	background-color: #FFFFFF;
	background-image: url(../images/containerBack.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 20px;
	margin-bottom: 0px;
	border: 1px solid #666666;
}

.footerContainer {
	width: 800px;
	#width: 760px;
	height: auto;
	margin: 20px auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	padding: 20px;
	padding-top: 5px;
}

.header {

}

.headerLeft {
	float: left;
}

.headerRight {
	float: right;
	text-align: right;
	color: #332288;
	padding-right: 10px;
	padding-top: 40px;
}

.headerRight .callUsOn {
	font-size: 17px;
	font-weight: normal;
	text-align: left;
}

.headerRight .phoneNumber {
	font-size: 27px;
	font-weight: bold;
}

.topMenu {
	border: 1px solid #FFFFFF;
}

.topMenu table {
	width: 100%;
	background-image: url(../images/topMenuFade.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #666666;
	color: #FFFFFF;
}

.topMenu td {
	vertical-align: middle;
	text-align: center;
}

.menuButton {
	padding: 0px 5px;
	cursor: pointer;
}

.menuButton a {
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}

.menuButton:hover {
	background-color: #332288;
}

.menuDivider {
	width: 2px;
	padding: 0px 2px;
}

.midSection {
	padding: 20px;
}

.midSecImgRight {
	position: absolute;
	right: -20px;
	bottom: 10px;
}

.pageContent {
	width: 50%;
	z-index: 50;
}

.pageContent p {
	margin-bottom: 15px;
}

.footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.footerLeft {
	
}

.footerRight {
	
}

.lowerSwoosh {
	position: absolute;
	bottom: -21px;
	left: -21px;
	z-index: 45;
}