@charset "UTF-8";

@font-face {
	font-family: "nbold";
	src: url("../fonts/nbold.otf");
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #478ac9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #478ac9;
}
a:hover {
	text-decoration: underline;
	color: #d9a932;
}
a:active {
	text-decoration: none;
	color: #478ac9;
}

body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

#headerBand {
	background: #fff;
	padding: 0;
}

#navBand {
	background: #fff;
	width: 100%;
	padding: 0px;
	height: 30px;
}

#navBar {
	width: 900px;
	height: 30px;
	padding: 0px;
	text-align: center;
	margin: 0px;
	background: #fff url(../images/navbar_bg.png) no-repeat;
}

#navBar ul{
	font: 16px nbold, normal;
	height:30px;
	margin: 0;
	padding: 0;
}

#navBar ul li{
	height: 30px;
	display: inline;
	padding: 0 10px;
	margin: 0;
}

#navBar a, #navBar a:visited {
	display: inline-block;
	width: auto;
	height: 30px;;
	text-decoration: none;
	color: #000000;
}

#navBar a:hover {
	color: #d9a932;
}

#navBar a:active {
	color: #d9a932;
}

.selected {
	color: #d9a932;
}

#blueBand {
	background: #fff url(../images/bluestrip_bg.png) repeat;
	padding: 0;
	height: 20px;
}

#mainBand {
	background: #000 url(background_image.jpg) repeat-x;
	padding: opx;
	text-align: center;
}

#doubleBand {
	background: url(../images/bluegoldstrip.png) repeat;
	padding: 0px;
	height: 40px;
}

p {
		font: #fff 12px Arial, Helvetica, sans-serif;
	text-align: left;
}

#bodyCopy {
	width: 800px;
	padding: 0px;
	text-align: left;
	line-space: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

.fluid {
	width: 100%;
	float: left;
}

.container {
	text-align: center;
	width: 800px;
	margin: 0 auto;
	overflow: hidden; /*--We add the overflow hidden to keep floating elements from breaking out of this container--*/
}

#galleryBox a:hover {
	opacity: 0.85;
}

#galleryBox {
	width: 500px;
	margin: auto;
}

#contactInfo {
	float: left;
	width: 380px;
	padding: 10px;
	text-align: right;
	line-space: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#contactImg {
	margin: 0;
	width: 400px;
	height: 350px;
	float: right;
}

#footer {
	width: 800px;
	height: 75px;
	margin: auto;
	background:#ffffff;
	font: xx-small Arial, Helvetica, sans-serif;
}

#socialLinks {
	width: 400px;
	margin: auto;
	float: right;
	text-align: right;
}

#socialLinks a:hover{
	opacity: 0.75;
}

#footer p {
	margin: 0;
	text-align: left;
	font: xx-small Arial, Helvetica, sans-serif;
	color: #000000;
}

#right {
	float: right;
	margin: auto;
	width: 30%;
	padding: 20px;
	border: #478ac9 thick solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #478ac9;
	text-align: center;
}

#right p {
	text-align: center;
}

#left {
	float: left;
	width: 50%;
}

/*CSS for Slider*/
#slideout {
	background: NONE;
  position: fixed;
  top: 400px;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideout_inner {
  position: fixed;
  top: 215px;
  left: -300px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideout:hover {
  left: 300px;
}
#slideout:hover #slideout_inner {
  left: 0;
}

/*CSS for Calculator*/

#calculator {
	background: #000;
	width: 280px;
	height: 450px;
	text-align: left;
	margin: 0 auto;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 10px;
}


#answer {
	height: 90px;
	background: #000000;
	color: #ffffff;
	padding: 10px;
	border: none;
}

.display {
	color: #C90;
	padding: 4px 22px 0px 8px;
	display :none;
}

.amount {
	font-weight: bold;
	width:10px;
	height:10px;
	padding:5px 5px 5px 2px;
}

#formBtn {
	width: 200px;
	height: auto;
	background: #d9a932;
	padding: 10px;
	text-align: center;
	-webkit border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#rightBox {
	float: left;
	margin-left: auto;
	width: 200px;
	text-align: center;
	padding: 20px;
}

#rightBox p{
	font: 16px nbold, normal;
}

#formBtn a{
	font: 16px nbold, normal;
	color: #000000;
}

#formBtn a:hover{
	color: #478ac9;
	text-decoration: none;
}

#leftBtn {
	width: 50%;
	text-align: center;
	position: relative;
	top: 100px;
	
}

#callOut a {
	position: fixed;
	width: 100px;
	height: 100px;
	top: 25px;
	left: 85%;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	background: #478ac9;
}

#callOut a:hover {
		background: #D9A92E;

}