/*-----------------------------------------------------------------------------
Keizer Logworks

Header and Footer Full Width - Floated 2 Column Fixed Width 860px (Main Content Left)

version:   1.0
date: May 1, 2010
author:    darryl bray
email:     darrylbray@elviowebdesign.com
website:   http://www.elviowebdesign.com/
-----------------------------------------------------------------------------*/

body {
	background: #fff url(../images/body-bg.gif) repeat-x;
  	color: #666666;
}

html {
	min-height:101%; /* Prevents Scroll Bar Jump on large screen monitors with high resolutions */
}

#sub-page {
	background: #fff url(../images/body-bg-sub.gif) repeat-x;
  	color: #666666;
}

/* Start General Styling */

h1 {
  font-size: 2.8em;
  font-weight: normal;
  font-familY: Georgia, "Times New Roman", Times, serif;
}

h2 {
  font-size: 2.2em;
  font-weight: normal;
  font-familY: Georgia, "Times New Roman", Times, serif;
  margin-bottom: .2em;
}

h3 {
  font-size: 1.6em;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: .5em;
}

.aligncenter {
	vertical-align: middle;
}

.space-top-small {
	margin-top: 5px;
}

.space-bottom {
	margin-bottom: 5px;
}

.space-bottom-medium {
	margin-bottom: 20px;
}

.space-right-small {
	margin-right: 5px;
}

.space-left-small {
	margin-left: 5px;
}

.space-left-medium {
	margin-left: 20px;
}

.emphasis-market {
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .3em;
}

.emphasis-italic {
	font-style: italic;
}

.testimonial-container {
margin-bottom: 30px;
}

.testimonial {
margin: 0em;
padding: 10px;
background-color: #f5f2e9;
font-size: 14px;
}

.small-text {
font-size: 11px;
color: #333333;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.image-border {
	border: 1px solid #f5f2e9;
}

/* Emd General Styling */

/* Start Header */

#header {
	position: relative;
 	height: 155px; /* height must be the same as height of background image in body */
}

.position-keizer-logo {
	position: absolute;
	top: 10px;
	left: 30px;
}

.position-yukon-alaska {
	position: absolute;
	top: 99px;
	left: 385px;
}

.position-call-us {
	position: absolute;
	top: 97px;
	left: 617px;
}

/* End Header */

/* Start top primary horizontal navigation */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	padding-top: 30px;
}

.underlinemenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: right; /* set value to "left", "center", or "right" */
}

.underlinemenu ul li{
	display: inline;
}

.underlinemenu ul li a{
	color: #000000;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-left: 20px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid #c3a076; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: #904d02;
}

/* End top primary horizontal navigation */

/* Start top product horizontal navigation */

#menu {
	margin:0;
	width:860px;
	height:49px;
	background:url(../images/menu_004_bg2.jpg) repeat-x;		
}

#menu ul {
	list-style:none;
	margin: 0;
}

#menu li {
	list-style:none;
	display:block;
	float:left;
	height:49px;
	border-right:1px solid #ffd488;
	line-height:49px;
}

#menu li a {
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:49px;
	text-decoration:none;
	padding:0 53px;				
}

#menu li a:hover{
	color:#fff;
	background:url(../images/menu_004_h.jpg) repeat-x;				
}

#menu li a.current{
	display:block;
	float:left;
	background:url(../images/menu_004_h.jpg) repeat-x;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:49px;
	text-decoration:none;
	padding:0 24px;	
}

#menu li a:hover.current{
	color:#fff;
}

/* End top product horizontal navigation */

/* Start Main Marketing Messages */

#mainMarketingMessage {
	position: relative;
	height: 277px;
	margin: 0;
}

.view-our-homes {
	position: absolute;
	top: 150px;
	left: 30px;
}

.view-our-cabins {
	position: absolute;
	top: 150px;
	left: 220px;
}

/* End Main Marketing Messages */

/* Start Primary Content */

#primaryContent a {
	color: #334b2e;
}

#primaryContent a:hover {
	color: #334b2e;
	text-decoration: none;
}


/*  Start jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #444;
		background-color: #f5f2e9;
		padding: 10px;
		width: 540px;
		margin-bottom: 1.5em;
		margin-top: 1.5em;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border: 5px solid #e3ded2;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

/*  End jQuery lightBox plugin - Gallery style */	

/* Start Two Boxes */

.twoboxes {
	margin: 0;
	overflow: hidden;
}

.twoboxes a {
	color: #b84915;
	text-decoration: none;
}

.twoboxes a:hover {
	color: #b84915;
	text-decoration: underline;
}

.twoboxes .box1 {
	float: left;
	width: 260px;	
}

.twoboxes .box2 {
	float: right;
	width: 260px;
}

.twoboxes a {
	color: #334b2e;
	text-decoration: underline;
}

.twoboxes a:hover {
	color: #334b2e;
	text-decoration: none;
}

/* End Two Boxes */

/* Start Google Map on Location Page */

#map {
	width: 540px;
	height: 540px;
	margin-bottom: 20px;
}

.mapLabel {
	clear: left;
	float: left;
	width: 150px;
	text-align: left;
	text-transform: uppercase;
	font: 14px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 5px;
	border-top: 1px solid #666;
}

#submit {
	margin-left: 155px;
}

#getDir {
	margin-top: 15px;
}

/* End Google Map on Location Page */
	

/* End Primary Content */

/* Start Secondary Content */

#secondaryContent a {
	color: #334b2e;
}

#secondaryContent a:hover {
	color: #334b2e;
	text-decoration: none;
}

/* End Primary Content */

/* Start Footer */

#footer {
	background: #687c42 url(../images/footer-bg.gif) top left no-repeat;
	position: relative;
	color: #fff;
	height: 90px;
	margin-bottom: 20px;
	font-size: 95%;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


#footer p {
	padding-top: 20px;

}

#footer ul {
	margin: 0;
	list-style-type: none; 
}

#footer li {
	padding-right: 10px;
}

.footer-title {
font-weight: bold;
font-size: 11px;
text-transform: uppercase;
}

.position-log-home-icon {
	position: absolute;
	top: 15px;
	left: 30px;
}

.position-site-information {
	position: absolute;
	top: 15px;
	left: 180px;
}

.position-keizer-logworks {
	position: absolute;
	top: 15px;
	left: 450px;
}

.position-elvio-web-design {
	position: absolute;
	top: 15px;
	left: 720px;
}

/* End Footer */

/* Layout Core Technique
================================= */

#wrapper {
  	width: 860px; 
  	margin: 0 auto; 
  	text-align: left; 
}

#primaryContent { 
  	width: 560px;
  	float: right; 
}

#secondaryContent { 
  	width: 270px; 
  	float: left; 
} 

#footer { 
  	clear: both;
}

#oneColLayout #primaryContent {
	width: 860px;
}

.container  {
	width: 860px;
	margin: 0 auto;
}

/* Layout Padding 
================================== */

#primaryContent {
  	padding-top: 20px;
}

/* #primaryContent h1, #primaryContent h2, #primaryContent h3, #primaryContent p, #primaryContent ul, #primaryContent img {
	padding-left: 0px; 
	padding-right: 0px;
} */

#secondaryContent {
  	padding-top: 20px;
}

#secondaryContent h1, #secondaryContent h2, #secondaryContent h3, #secondaryContent p, #secondaryContent ul, #secondaryContent img {
	padding-left: 0px; 
	padding-right: 0px;
}







