/* CSS Document */
/*COLOR SCHEME/*
 
GREEN: #006600;
BROWN: #996633;
YELLOW: #FFFF99;
TAN:   #F4EFAF;
 
/**************/
@charset "utf-8"; 
 
* {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
a{
	font-weight:bold;
	color:#996633;
	text-decoration:none;
}

body {
	background-position: left;
	background-repeat: repeat;
	background: url(../images/background.jpg);
	text-align: center;
}

form{
	margin-bottom:10px;
	margin-top:10px;
	text-align:left;
	padding-left:10px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
}

form h3{
	padding:0px;
	margin:0px;
	text-align:left;
	margin-bottom:10px;
}

input, textarea, select{
	border: 1px solid #CCC;
	border-radius:3px;
	box-shadow:0px 1px 3px #EEE;
	width:90%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:5px;
	height:30px;
	margin-bottom:10px;
	color: #666;
	font-size:.9em;
	outline:none;
}

label{
	margin-right:10px;
}

input[type="button"]{
	cursor:pointer;
	background-color:#EEE;
}

input[type="radio"]{
	width:10%;
	height:10px;
	border:none;
	padding:0px;
}

::-webkit-input-placeholder, input, textarea {
   color: #666;
}

:-moz-placeholder{
	color: #666;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus{
	border-color:#999;
	outline:none;
	color:#333;
	box-shadow:0px 1px 3px #CCC; 
}

select{
	width:15%;
	height:20px;
	padding:0px;
}

textarea{
	height: 100px;
	overflow:auto;
}

ul.nav {
	-ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none; /* Default nav style */ }
 
	ul.nav li {
		-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-right: 1px solid #000;
		box-sizing: border-box;
		display: inline-block;
		padding-right: 5px; }
 
		ul.nav li a {
			-ms-box-sizing: border-box;
    		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			display: block;
			font-weight: bold;
			height: 100%;
			text-decoration: none;
			text-transform: uppercase; /* Nav Link styling */
			width: 100%; }
 
ul#topNav {
	background-image:url(../images/gradient.png);
	background-repeat:repeat-x;
	border-bottom: 3px solid #996633;
	border-top: 3px solid #996633;
	height: 32px;
	padding-top: 0px;
	position:relative;
	top:-21px;
	text-align: right; }
 
	ul#topNav a {
		color: #000;
		font-size: .718em;
		font-size: .55em;
		font-weight: bold; }
 
		ul#topNav a:hover, a.currentPage {
			border-bottom: 4px solid #006600;
			
			 }
 
li.lastNav { border: none !important; /* Last nav element */ }
 
div.belowSlideShow{
	position:absolute;
	top:560px;
	left:3px;
	width: 100%;
 }
 
div.columns {
	-ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	height: 100%; /* Default Column Class */
	overflow: hidden;
}

div.textColumn {
	display:inline-block;
	padding-top: 5px; 
	height:300px;
	}
 
div.textColumn  p , label{
	font-size: .8em;
	text-align: justify;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-left:10px;
		}
		
p label{
	font-size:1.0em
}
		
div.textColumn>p{ /*Just the first p*/
	display:inline-block;
	height: 115%;
	width:50%;
	float:left;
}

div.textColumn> div > div{ /*Just the first p*/
	
	display:inline-block;
	height: auto;
	width:50%;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	text-align:right;
	}

div.textColumn> div > div p{
	padding:5px !important;
	box-sizing:border-box;
	font-size:.7em;
	text-align:right;
	}
 
div#contentContainer {
	background: #FFF;
	width: 75%; /* Holds all content within #mainContainer (left column) */
}
 
div#content {
	min-height: 518px;
	width: 100%; }
 
div#contentFooter {
	display:block;
	height: 100px;
	margin-top:-6px;
	border-top:none !important;
	overflow: hidden;
	width: 848px; /* Contains footer within #mainContainer... #logoPanel and bottomNav */ }

div#contentHeader {
	height: auto;
	width: 100%; }
 
div#contentFooter ul#bottomNav {
	margin-bottom: 9px;
	margin-top: 4px;
	width: 100%; }
 
	div#contentFooter ul#bottomNav li, div#contentFooter ul#bottomNav a {
	border-color: #FFF;
	color: #FFF;
	font-size: 10px;
}
 
div#footer {
	color: #000;
	font-size: .7em;
	margin-bottom: 1%;
	text-align: center;
	width: 100%; }
	
div#header {
	-ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 70%;
	padding-right: 3%;
	padding-top: 1%;
	position: relative;
	text-align: right;
	padding-bottom: 10px;
	}

div#header div.title {
		color: #006600;
		font-family: 'AlgerianRegular', serif;
		font-size: 4em;
		font-weight: 700;
		margin-top:10px;
		text-transform: uppercase; }
 
div#logoPanel {
	-ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #FFFF99;
	box-sizing: border-box;
	height: 60%;
	padding: 5px;
	text-align: left;
	width: 100%; }
	
div#logoPanel img { height: 100%; 
	padding-left: 14px;}
	
div#logo {
	color: #006600;
	font-family: 'AlgerianRegular', serif;
	font-size: 6.5em;
	position: absolute; 
	top: 10px;
	top: 5px\9; /*IE HACK*/
	left: 10px;
	background-image:url(../images/quinn-logo-embossed.png);
	width: 148px;
	height: 160px;
	background-size:contain;
	background-repeat:no-repeat;
	z-index:100;
	}
	
div#mainContainer {
	display:block;
	margin-top: 1%;
	min-height: 600px;
	padding-top: 30px;
	box-sizing:content-box;
	 /* Main container that holds all content, not including the footer and contentFooter */ }

div#mainContainer, div#contentFooter{
	background-color:#006600;
	border: 2px solid #006600;
	width:848px;
}

div#mainWrapper{
	display:inline-block;
	width: 850px;
}
div#Q {
	font-size: 11em;
	left: 0px;
	top: -30px;
	z-index: 1; }
 
div#E {
	left: 60px;
	text-shadow: 0px 2px 1px #FFF;
	top: -15px;
	z-index: 200; }
	
div#rightColumnContainer {
	background-color: #996633;
	width: 212px; /* Right Column Container */ }
	
div#rightColumnContainer img {
	width:100%;
	height:auto;
}

div#rightColumnContainer p{
	text-align: left;
	font-size: 0.8em;
	padding: 10px;
	padding-top: 10px;	
}

div#rightColumnContainer h3,
div#rightColumnContainer h2{
	font-weight: bold;
	text-align: left;
	font-size: .9em;
	padding-left: 10px;
	padding-top: 25px;
	padding-bottom: 0px;
}
div#textContent {
	padding-left: 10px;
	padding-right: 25px;
	padding-top: 10px; }
 
div#textContent h1 {
	padding-left: 10px;
	color: #996633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: left;
	text-transform: capitalize;
}

p.slogan {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.05em;
	font-style: italic;
	position: relative;
	top: -18px;
	top: -14px\9; /*IE HACK*/ }
 
p.phone {
	font-size: 1.5em;
	font-weight: bold;
	position: relative;
	top: -18px;
	top: -14px\9; /*IE HACK*/ }
	
.HoneyPot {
	visibility:hidden;
	width:0px;
	height:0px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
