	@font-face {
	  font-family: 'Century Gothic';
	  src: url('fonts/CenturyGothic.woff');
	  font-style: normal;
	  font-weight: normal;
	}
	@font-face {
	  font-family: 'Century Gothic';
	  src: url('fonts/CenturyGothicBold.woff');
	  font-style: normal;
	  font-weight: bold;
	}

	html {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

/* TOP BUTTONS */

	.btn-group {
		display:block;
		margin-block-start:0;
		float:right;
	}

	.btn-group li {
	  background-color: #ACACAC; /* background */
	  border: 1px solid #8D7E6A; /* border */
	  color: white; /* White text */
	  padding: .4em 12px 0 12px; /* Some padding */
	  cursor: pointer; /* Pointer/hand icon */
	  float: left; /* Float the buttons side by side */
	  height: 1.6em;
	  list-style-type:none;
	}
	
	.btn-group li.current {
		background-color: #A8977E;
	}
	.btn-group li a { color:white; text-decoration:none; margin: 0px; display: block; width: 100%; height: 100%; }
	
	/* Clear floats (clearfix hack) */
	.btn-group:after {
	  content: "";
	  clear: both;
	  display: table;
	}

	/* Add a background color on hover */
	.btn-group button:hover {
	  background-color: #A8977E;
	}
/* END TOP BUTTONS */


	body {
		font-family: "Century Gothic", arial, helvetica, sans-serif;
		margin:0;
	}
	
	.logo {
		font-family: "Century Gothic", arial, helvetica, sans-serif;
		font-weight:normal;
		font-size:2em;
		color:#fff;
		overflow: hidden;
		display:block;
		padding-left: .2em;
		float:left;
	}

	.bighead {
		font-size:1.5em;
		padding-top:10px;
	}
	
	.bsmall {
		font-weight:bold;
		text-shadow: none;
		padding:5px;
	}
	.footer_copy {
		font-size:9px;
		padding-top:15px;
	}
	#content
	{
		position:absolute;
		top: 2.1em;
		left:0px;
		right:0px;
		bottom:0px;
		overflow-y:scroll;        
	  	z-index:90;
	}
	
	#nav
	{
		margin:0;
		padding:0;
		height:2.1em;
	  	z-index:100;
	  	background: rgba( 34,35,56,0.7 )
	}
	


a img {
	border: 0; /* remove image borders from IE */
}

h1 {
	color: #333;
	font: 18px "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;	
    display: block;
    padding:0;
    margin:0;
}
a {
	color: #2c6d9f;
}

.portfolio {
	width: 704px;
	  margin: 0 auto;
	background: rgba( 225,233,242,0.7 )
}




.divpad {
	padding-left: 15px;
	padding-top: 10px;
	margin: 0;
}


/* Basic Grey */
.basic-grey {
    margin-right: auto;
    margin-left: auto;
    font: 12px Verdana, Helvetica, sans-serif;
    color: #555;
    text-shadow: 1px 1px 1px #FFF;
    padding: 5px;
}

.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
label {
    display: block;
    margin: 20px 0 0;
    font-weight:bold;
    color: #222;
}


label>span {
    color: #222;
}

.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea,.basic-grey select{
    border: 1px solid #DADADA;
    color: #888;
    height: 26px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font: normal 12px/12px Verdana, Helvetica, sans-serif;
}

.basic-grey .num_input { 
	width: 50px;
	height:26px;
	display:block;
	float:left;
}

.basic-grey #slider { 
	width: 196px;
	float:left;
	margin-top:6px;
	margin-left:30px;
}

.basic-grey .radio { 
	display: inline;
	margin-right:15px;
	font-weight:normal;
}

.basic-grey .narrow {
	width: 30%;
	float:left;
}

.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 80%;
    height: 30px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey.button {
    background: #E48F8F;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
}
.basic-grey.button:hover {
    background: #CF7A7A
}
.basic-grey.button:active {
	position:relative;
	top:1px;
}


.formdiv {
	max-width:100%;
	width: 370px;
	padding: 0 10px;
	  margin: 0 auto;
	background: rgba( 225,233,242,0.8 )
}

.sel {
	width: 200px;
	float:left;
}
.s-wide {
	width: 95%;
	min-width: 220px;
}
.s-narrow {
	width: 120px;
}
.sel label>span {
    width: 95%;
    text-align:left;
}


.warning {
	color: #f00;
}


@media print {
	body {
		background-color: #efefef;
	}
	#recheader a {
		display:none;
	}
	#recfooter {
		position:absolute;
		bottom: 0;
		left: 0;
	}
}
