/* @override http://hellomynameisjonathanober.com/web/kaizen/css/master.css */

@charset "UTF-8";
/* RESET */
/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

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;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

/* 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; }


/* STYLES */
body {
	background: #f27321 url(../img/bodybg.jpg) repeat-x;
}
html>body {
	background: #f27321 url(../img/bodybg.jpg) repeat-x;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}
#container {
	margin: 0 auto;
	width: 980px;
}
#containertop {
	background: url(../img/header.png) no-repeat;
	width: 980px;
	height: 134px;
	margin: 0 auto;
}
#logo {
	width: 913px;
	margin: 0 auto;
}
#logo h1 {
	text-indent: -9999px;
}
#logo h2 {
	text-indent: -9999px;
}
#containermiddle {
	width: 980px;
	margin: 0 auto;
	background-image: url(../img/mainbg.png);
	
}
#middle{
	
}
#navigation {
	background: #1c3053;
	width: 913px;
	height: 28px;
	position: relative;
	left: 35px;
}
ul#nav {
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	font: 13px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	list-style: none;
	padding: 4px 15px 0;
}
#nav li a {
	color: #fff;
	text-decoration: none;
}
#nav li a:hover {
	color: #84a5de;
}
#top{
	width: 913px;
	height: 325px;
	position: relative;
	left: 35px;
	background: #fff5d7;
}
#left {
	width: 475px;
	background: #fff5d7;
	height: 245px;
	float: left;
	position: relative;
	left: 1px;
	padding: 0 10px;
}
#left h1{
	margin: 0 auto;
	padding: 0;
	background: url(../img/leftheader.jpg);
	width: 475px;
	height: 45px;
	text-indent: -9999px;
}
#left h2{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 22px;
	color: #1c3053;
}
#left p{
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}
#left p strong{
	color: #cc3300;
}
a{
	text-decoration: none;
}
#left a strong #left p a{
	border-bottom: 1px dashed;
	text-decoration: none;
}
#left a:hover strong, #left p a:hover{
	color: #5a595b;
	text-decoration: none;
	border: none;
}
#right {
	background: #fff5d7;
	float: right;
	width: 418px;
	height: 214px;
}
.clear {
}
#content {
	margin: 0 auto;
	clear: both;
}
#contentcontainer{
	width: 913px;
	background: url(../img/mainshadow.jpg) repeat-x;
	position: relative;
	left: 35px;
}
#text{
	padding: 30px 0;
}
#text h1{
	margin: 0 30px;
	padding: 0;
	font-size: 24px;
	color: #660000;
	clear: both;
}
#text h2{
	margin: 0 30px;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px solid #cc3300;
	width: 400px;
	color: #cc3300;
	clear: both;
}
#text h3{
	margin: 0 60px;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #1c3053;
	clear: both;
}
#text table{
	width: 50%;
	margin: 10px 60px;
}
table td{
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 8px 10px;
}
#text p{
	margin: 0;
	padding: 4px 60px;
	color: #000;
	font: 12px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
}
#text a{
	color: #1c3053;
	text-decoration: none;
}
#text a:hover{
	color: #5a595b;
	text-decoration: underline;
	border: none;
}
#text ul{
	padding: 0 80px;
	margin: 0;
}
#text ul li{
	list-style: none;
}
#text .top{
	font-size: 10px;
	padding: 30px;
	margin-left: 40px;
	clear: both;
	color: #b6b6b6;
}
#containerbottom {
	clear: both;
}
#email {
	float: left;
	padding-top: 10px;
}
#footer {
	background: url(../img/footer.png) no-repeat;
	width: 980px;
	height: 94px;
	padding-top: 10px;
}
ul#ftinfo {
	width: 640px;
	float: right;
	padding: 0;
	margin: 10px 20px 0 0;
}
#ftinfo li {
	color: #1c3053;
	float: left;
	list-style: none;
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-right: 15px;
}
#ftinfo li a {
}
#ftinfo li a:hover {
}
/* FORM */
#contact-area {
	width: 250px;
	position: relative;
	left: 45px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 200px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #1c3053;
}
#contact-area input.submit-button {
	width: 24px;
	float: right;
	background: url(../img/gobtn.jpg) no-repeat;
	text-indent: -9999px;
	border: navajowhite;
	height: 20px;
	margin-top: 3px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}
