@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	background: url('img/topBG.png') top right no-repeat fixed;
}
body {
	background: url('img/bottomBG.png') bottom left no-repeat fixed;
	margin:0;
	padding: 0;
	height:100%;
}
html>body {
	min-height: 100%;
	height: auto;
}
#bottomBG {
	margin:0;
	height:100%;
}
/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .floatfix {
	height: 1%;
}
/* End hide from IE-mac */

a:link {
	color:#d14d8f;
	text-decoration:none;
	font-weight:normal;
}
a:visited {
	color:#d14d8f;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	color:#d14d8f;
	font-weight:normal;
	text-decoration: underline;
}
a:active {
	color:#d14d8f;
	font-weight:normal;
	text-decoration: none;
}
a img {
	border-width:0;
	border: none;
}
a:active, a:focus {
	outline: 0;
}
p, h1 {
	margin: 0px;
	padding: 10px;
}
#contentLanding {
	position:absolute;
	height:310px;
	width:600px;
	margin:-165px 0px 0px -315px;
	top: 50%;
	left: 50%;
	padding: 0px;
	overflow:none;
	color: #666666;
	font-family: verdana, sans-serif;
	font-weight: normal;
	background-color: none;
}
#content {
	color: #666666;
	font-family: verdana, sans-serif;
	font-weight: normal;
	width:900px;
	min-height: 650px;
	border: 1px solid #797979;
	margin: auto;
	margin-bottom: 100px;
	position: relative;
	top: 50px;
	bottom: 200px;
	background: url('img/whiteBg.png');
	background-color: none;
}
#navHeader {
	text-align: left;
	margin: 15px;
}
#navHeader .logo {
	text-align: left;
	margin-bottom: 15px;
}
#navBar {
	border-top: 1px solid #797979;
	border-bottom: 1px solid #797979;
	text-align:center;
	margin: auto;
	width: 875px;
}
#navBar img {
	margin: 5px 25px 0px 25px;
}
#mainCopy {
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: left;
	width: 800px;
}
#leftColumn {
	float:left;
	font-size: 12px;
	text-align:left;
	width: 470px;
	margin:15px 0 15px 0px;
	border: 1px solid #797979;
	background: #fff;
	position: relative;
}
#rightColumn {
	float: right;
	text-align:right;
	width: 300px;
	margin:7px 0 10px 10px;
}
.titleImg {
	position:relative;
	top: -35px;
	margin-bottom: -40px;
}
.titleImgEvents {
	position:relative;
	top: -37px;
	margin-bottom: -40px;
	display: block;
}

.titleImgContact {
	position:relative;
	top: -37px;
	margin-bottom: -40px;
	display: block;
}
.uCase {
	text-transform:uppercase;
	color: #797979;
	font-size: 14px;
	font-weight: bold;
}
.copy {
	font-size: 12px;
	text-align: left;
	margin: 10px;
	line-height: 16px;
}
.largeText {
	font-size: 16px;
	margin: 25px 15px 0px 15px;
	line-height: 18px;
}
.copyList {
	line-height: 20px;
	margin: 15px 25px 15px 25px;
	text-align:left;
}
ul {
	list-style-type: none;
	margin: 10px 0 0 10px;
	padding: 0;
}
li {
	background-image:url('img/bulletFlourish.png');
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0 15px 3px 35px;
	margin: 10px 0 10px 0;
}
ul ul li {
	list-style: inherit;
	background: none;
	list-style-type:circle;
	padding: 0;
	margin-left: 10px;
}
.copyLeft {
	float:left;
	text-align:left;
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 25px;
	font-size: 14px;
}
.copyRight {
	float:right;
	text-align:left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 25px;
	font-size: 14px;
}
.contactWidget {
	background: url('img/widget.png') no-repeat;
	height: 320px;
	font-size: 12px;
	line-height: 16px;
}
.contactWidget b {
	text-transform:uppercase;
}
#footer {
	margin: auto;
	position:relative;
	width:300px;
	height:125px;   /* Height of the footer */
	vertical-align:text-bottom;
	text-align:center;
	font-size: 12px;
	margin-left:-155px;
	left: 50%;
	bottom:0;
	line-height: 16px;
	color: #666666;
	font-family: verdana, sans-serif;
	font-weight: normal;
	background: rgba(255,255,255,.75);
}
#footer .cred {
	color: #aaa;
}
#footer .cred a {
	color: #e6a47a;
}
form {
	background: url('img/bgContact.png');
	padding: 30px;
	margin: 40px 15px 40px 15px;
	text-align:left;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	text-transform:uppercase;
}
#contact .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
	margin-right: 6px;
}

input {
background: #fff;	
}
