@charset "utf-8";
.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5000;
	
}



html { 
  background: url(../images/bg8.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Oxygen', sans-serif;

	
}
#header {
	height: 134px;
	width: 100%;
	background-image: url(../images/hdr-tile.gif);
	position: fixed;
	top: -4px;
}
#header-inner-top {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 107px;
	background-image: url(../images/header-top.png);
	background-repeat: no-repeat;
}
#header-inner-bot {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 28px;
	background-image: url(../images/heasder-bot.png);
	background-repeat: no-repeat;
}
#navigation {
}
#navigation {
	width: 442px;
	padding-left: 135px;
	color: #FFF;
	height: 22px;
}
#landing-content {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 20px;
	padding: 40px;
	overflow: visible;
	background-color: rgba(255,255,255,.90);
}
h1 {
	font-size: 26px;
	
	color: #333;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}




h2 {
	font-size: 17px;
	margin-bottom: -5px;
	font-weight: normal;
}
#footer2 {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	background-image: url(../images/footer-bg-landing.gif);
	background-repeat: repeat-x;
}
#footer-newsletter {
	height: 71px;
	width: 150px;
	margin-left: 125px;
	float: left;
	padding-top: 44px;
}
#footer-contact {
	float: left;
	height: 115px;
	width: 120px;
}
#footer-find {
	float: left;
	height: 28px;
	width: 175px;
	padding-top: 77px;
}
#footer-quicklinks {
	float: left;
	height: 102px;
	padding-top: 11px;
	width: 135px;
}
#footer-quicklinks p a {
}








ul {
	line-height: 20px;
	list-style-type: square;
	font-size: 13px;
	list-style-image: url(../images/bullet.png);
	color: #4B4B4B;
}
#footer-quicklinks p a {
	font-size: 10px;
	padding-left: 8px;
	line-height: 15px;
}

#landing-content p a {
	border-bottom-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

#landing-content p {
	color: #4b4b4b;
	font-size: 13px;
}
