/* Browser Amnesia
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit;
	font-size: 100%; font-family: inherit; vertical-align: baseline; }

body { line-height: 1.5; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Begin CSS
-------------------------------------------------------------- */

html {
		
}
body {
	font-size: 75%;
	color: #222; 
	background:url('../img/blue_bg.jpg');
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }



h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	text-transform: uppercase;
	display: block;
	font-size: 45%;
}
h4 span, h5 span, h6 span {
	font-size: 90%;
}



/* Text elements
-------------------------------------------------------------- */


a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc Global Classes
-------------------------------------------------------------- */

.right 		{ float: right; } /* YKMOFL */
.left 		{ float: left; }
.clear 		{ clear: both; }
.cleft 		{ clear: left; }
.cright 	{ clear: right; }

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.sIFR-replaced h1 	{ color: #3A990D; }
.sIFR-alternate 	{ position: relative; left: -9999px; display: none; }


/* Form Styling
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
	margin:0.5em 0;
	border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
	border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* Layout Elements
-------------------------------------------------------------- */

	#kontainer {
		width: 100%;
		margin: 0px auto;
		min-height: 100%;
		text-align: center;
		display: block;
		position: absolute;
			top: 0px;
			left: 0px;
			z-index: 0;
			background: url('../img/glow_bg.jpg') repeat-y 50%;
	}
		#wrapper {
			text-align: left;
			width: 800px;
			margin: 0 auto;
			padding: 0px 0px 120px 0px;
		}
		
		#banner{
			display:block;
			margin: 0px auto;
			width:100%;
			height:101px;
			position:relative;
			text-align: center;
			background: url('../img/top_strip.jpg') repeat-x;
		}
		#logo {
			text-align: left;
			width: 800px;
			margin: 0 auto;
			height:101px;
			padding: 0px 0px 0px 0px;
			background: url('../img/banner.jpg');
			position:relative;
		}
		#top_nav{
			display:block;
			width:400px;
			height:79px;
			position:absolute;
			right:31px;
			
		}
		#top_nav a p{
			padding-bottom:0px;
			margin-top:50px;
			
		}
		body#index #top_nav a.home, body#services #top_nav a.services, body#about #top_nav a.about, body#contact #top_nav a.contact{
			background:#ff6633;
		}
		#top_nav a{
			display:block;
			width:92px;
			height:79px;
			margin-left:5px;
			float:left;
			background:#e8b12c;
			text-align: center;
			text-decoration: none;
			color:#fff;
			text-transform: uppercase;
			margin-top:0px;
			font-weight: bold;
			font-size: 14px;
		}
		
		
		#top_nav a:hover{
			background:#ff6633;
		}
		
		
		
		#home_img{
			width:800px;
			height:288px;
			display:block;
			position:relative;
			background: url('../img/home_img.png');
		}
		#home_img a{
			
			bottom:17px;
			display:block;
			height:19px;
			position:absolute;
			right:34px;
			width:269px;
			text-indent: -9999px;
		}
		
		#phone{
			width:800px;
			height:77px;
			display:block;
			position:relative;
			background: url('../img/phone.png');
		}
		body.index #content{
			width:720px;
			min-height:200px;
			position:relative;
			margin-left:40px;
		}
		
		.bucket{
			width:235px;
			min-height:205px;
			display: block;
			background:#f2f1f1;
			position:relative;
		}
		.bucket p{
			width:210px;
			margin-left:7px;
			font-size: 12px;
			line-height:18px;
		}
		
		.bucket a.read_more{
			display:block;
			width:58px;
			height:29px;
			background: url('../img/more.jpg');
			text-indent: -9999px;
			position:absolute;
			bottom:-5px;
			left:10px;
		}
		
		.bucket h2{
			font-size: 17px;
			color:#b25757;
			text-transform: uppercase;
			height:50px;
			line-height:50px;
			text-indent: 10px;
			font-weight: bold;
		}
		
		.margin_bucket{
			margin-left:7px;
		}

		
		
		
		body.sub #content{
			width:720px;
			min-height:400px;
			background:#ffffff;
			position:relative;
			margin-left:40px;
			margin-top:20px;
		}
		
		#box{
			
			width:680px;
			position:relative;
			margin-left:20px;
			top:20px;
			padding-bottom:30px;
		}
		#box p{
			margin: 0em 0em 1em 0em;
		}
		
		#sign_up{
			display:block;
			width:800px;
			height:243px;
			background: url('../img/sign_up.png');
			position:relative;
		}
		#sign_up input.form_name{
			height:18px;
			left:58px;
			position:absolute;
			top:140px;
			width:169px;
			background:none;
			border:none;
		}
		
		#sign_up input.form_email{
			height:18px;
			left:244px;
			position:absolute;
			top:140px;
			width:169px;
			background:none;
			border:none;
		}
		
		#sign_up .form_submit{
			height:31px;
			left:52px;
			position:absolute;
			top:192px;
			width:61px;
			background:none;
			border:none;
			cursor:pointer;
		}
		
		#sign_up p.guest_book{
			display:block;
			font-size:10px;
			left:520px;
			position:absolute;
			top:54px;
			width:220px;
			line-height:16px;
		}
		
		#sign_up p.segment{
			display:block;
			font-size:10px;
			left:520px;
			position:absolute;
			top:146px;
			width:220px;
			line-height:16px;
		}
		
		
	#footer { 			/* Footer on bottom but dependent on content */
		position: absolute;
		/*line-height: 45px; helps with padding on top*/
		left: 0px;
		bottom: 0px;
		width: 100%;
		display: block;
		height: 100px;
		z-index: 999;
		padding: 0px;
		margin: 0px;
		background: #e0ebf1;
		color: #333;
		text-align: center;
		font-size: 12px;
	}
	
	#footer_wrap {
			text-align: left;
			width: 800px;
			margin: 0 auto;
			height:100px;
			padding: 0px 0px 0px 0px;
			position:relative;
		}
	#footer_nav{
		display:block;
		right:33px;
		top:-10px;
		width:400px;
		height:29px;
		position:absolute;
	}
	
		body#index #footer_nav a.home, body#services #footer_nav a.services, body#about #footer_nav a.about, body#contact #footer_nav a.contact{
			background:#666666;
		}
	
	#footer_nav a{
		display:block;
		width:90px;
		height:29px;
		float:right;
		margin-left:5px;
		background:#999999;
		text-transform: uppercase;
		color:#fff;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		font-size: 14px;
		line-height:30px;
	}
	
	#footer_nav a:hover{
		background:#666666;
	}
	
	.bio{
		display:block;
		width:400px;
		min-height:280px;
		float:left;
		margin-left:30px;
		font-size: 11px;
	
	}
	.btn_padding{
		padding-bottom:10px;
	}
	
	.head_name{
		font-weight: bold;
		font-size: 18px;
	}
	
	