/* 	Site: K&R
		Info: Main Styles
		Created by: Jeff Claeson - ASJ
		Date: 8-22-07

		COLOR GLOSSARY
 		Green: #5E6E66;
		Beige: #F1E5C8;
		Brown: #908774;
			
*/

/* =Reset
----------------------------------------------- */
.body, div, dl, img, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, iframe, fieldset, input, p, blockquote, th, td, span {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
li a {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.body {
	border-top: 5px solid #5E6E66;
	font-size: 12px;
	color: #000;
	position: relative;
	padding-bottom: 100px;
	font-family: Arial, Helvetica, sans-serif;
}

/* =Layout
----------------------------------------------- */
#wrap {
	width: 650px;
	margin: 0 auto;
	height: auto;
	position: relative;
}
#logo {
	margin: 10px 0;
}
#branding {
	z-index: 100;
	position: absolute;
	display: inline;
	width: 450px;
	left: 325px;
	top: 370px;
	color: #FFF;
	font-size: 10px;
}

#branding p {
	display: inline;
	font-size: 10px;
	color: #FFF;
	margin-left: 35px;
}
#right-info {
	width: 117px;
	float: right;
}
#right-info p {
	color: #000;
	display: block;
	margin: 0;
}
#branding img {
	margin-bottom: 5px;
}
#content {
	position: relative;
	clear: left;
	background: #F1E5C8;
	padding: 50px 25px;
	width: 598px;
	height: auto;
	border: 1px solid #aeb6b2;
	border-bottom: 0;
}
.body .home #content {
	padding: 0;
	width: 650px;
	height: 500px;
	border: 0;
	background: #F1E5C8 url(../images/home-pic.jpg) no-repeat;
}
.body .about #content {
	padding: 50px 25px 100px 25px;
}
.body .info #content {
	padding-top: 75px;
}

.profile {
	position: relative;
	width: 275px;
	margin-bottom: 50px;
	text-align: justify;
}
.profile img {
	position: absolute;
	left: 300px;
	top: 20px;
}
#footer {
	border-top: 10px solid #5E6E66;
	font-size: 9px;
	text-align: right;
	color: #908774;
	padding-top: 5px;
}

#footer img {
	float:left;
}

/* =Nav
----------------------------------------------- */
#nav {
	z-index: 100;
	float: left;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}
#nav li {
	position: relative;
	top: 1px;
	float: left;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
}
#nav a {
	color: #5E6E66;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 15px 5px 14px;
}
#nav li a.current {
	background: #F1E5C8;
	border: 1px solid #aeb6b2;
	border-bottom: 1px solid #F1E5C8;
	padding: 5px 14px;
}
#nav li.last a.current {
	padding-right: 15px;
}
#nav a:hover {
	color: #aeb6b2;
}

#content .subnav {
	position: absolute;
	top: 0;
	left: 0;
	width: 630px;
	margin: 0;
	background: url(../images/border.png) repeat-x bottom left;
}
#content .subnav ul {
	margin: 3px 0;
	float: left;
}
#content .subnav ul li {
	list-style-type: none;
	float: left;
	font-size: 10px;
	margin: 0 6px;
}
#content .subnav li a {
	display: block;
	padding: 1px 4px;
	font-weight: bold;
}
#content .subnav li a.current {
border: 1px solid #5E6E66;
padding: 0 3px;
background: #FFFAEF;
text-decoration: none;
cursor: text;
}

/* =Links
----------------------------------------------- */
a:link {
	color: #5E6E66;
	outline: none;
	text-decoration: underline;
}
a:visited {
	color: #5E6E66;
	text-decoration: underline;
}	
a:hover {
	color: #908774;
	border-bottom: 0;
	text-decoration: none;
}
a:active {
	color: #333;
	border-bottom: 0;
	outline: none;
}
#right-info a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
}
#right-info a:hover {
	background: #908774;
	color: #FFF;
}
a#top {
	position: fixed;
	padding: 5px 5px 5px 18px;
	top: 100px;
	margin-left: -70px;
	background: #aeb6b2 url(../images/top.png) no-repeat 2% 50%;
	color: #FFF;
	text-decoration: none;
}
h2 a, h2 a:link, h2 a:visited {
	text-decoration: none;
	border-bottom: 1px solid #5E6E66;
	color: #444;
	cursor: pointer;
}
h2 a:hover {
	color: #908774;
}

/* =Typography
----------------------------------------------- */
h1 {
	font-size: 16px;
	line-height: 1.4;
	color: #5E6E66;
	margin-bottom: 16px;
}
.profile h1 {
	border-bottom: 2px solid #5E6E66;
	margin-bottom: 5px;
}

h2 {
	clear: left;
	font-size: 16px;
	line-height: 1.4;
	color: #444;
	margin-bottom: 10px;
}
h3 {
	font-size: 13px;
	line-height: 1.2;
	color: #000;
	margin-bottom: 13px;
	border-left: 15px solid #5E6E66;
	padding-left: 5px;
}
h4 {
	font-size: 12px;
	line-height: 1.4;
	color: #000;
	margin-bottom: 12px;
}
/*.terms h2 {
	float: left;
	width: 200px;
	border-bottom-style: solid;
}

.terms p {
	float: left;
	width: 380px;
	text-align: justify;
	margin: 15px 0 20px 15px;
}
.terms br {
	clear: both;
}*/

.definitions-page {
	padding-top:20px;
}

.definitions-page h2 {
	float: left;
	width: 200px;
	border-bottom-style: solid;
}
.definitions-page p {
	width: 380px;
	text-align: justify;
	margin: 0px 0px 0px 215px;
	padding:15px 0px;
}
.terms br {
	clear: both;
}
p {
	line-height: 1.6;
	margin-bottom: 14px;
	font-size: 12px;
	text-align: justify;
}

/* =Lists
----------------------------------------------- */
#content ul, #content ol {
	margin: 12px 0 18px 30px;
	list-style-type: disc;
}
#content ol {
	list-style-type: decimal;
}
#content li {
	margin: 5px 0;
}
#content li a {
	line-height: 2;
}
iframe {
	text-align: center;
	width: 580px;
	border: 5px solid #aeb6b2;
	padding: 5px;
	background: #FFF;
}

/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.custom-form .pad_frm_itm {
	padding:3px 0px;
	margin:0px;}

.custom-form .form-label {
	width:30%;
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;}
  
.custom-form .form-pct {
	width:65%;
	font:12px Verdana, Arial, Helvetica, sans-serif;}
	
.custom-form .msg-pct {
	width:95%;
	height:70px;
	overflow:auto;
	font:12px Verdana, Arial, Helvetica, sans-serif;}

.custom-form {
	}

	.custom-form fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		border:none;}
		  
	.custom-form legend {
		padding:0px 2px;
		font-weight:bold;}
		  
	.custom-form ol {
		margin:0px;
		padding:0px;
		list-style:none;}
		
	.custom-form li {
		list-style:none;
	}
		

/*  <![ Disclaimer alert [ ----------------------------------------------------*/

#overlay_div{
	position:relative;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px;
	z-index:100;}

#overlay_div p {
	border-top:1px solid #0a3150;
	padding-top:6px;}
	
#iagree{
	position:absolute;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:15px 15px 15px 15px;
	border:1px solid #031c40; /* Disclaimer box border color */
	background-color:#ececec; /* Disclaimer box bgcolor color */
	width:415px;
	margin:4px 0 0 0;}

#overlay_div h3{
	font:18px Verdana, Arial, Helvetica, sans-serif;
	color:#031c40;
	padding:0;
	margin:0;}

#iagree .overlay_submit{
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#fff;
	border:1px solid #999;
	float:right;}
	
#iagree .checkbox{
	float:left;
	height:22px;
	display:block;}

#iagree input#Agreement{
	position:relative;
	top:3px;
	border:none;
}

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm{
	}

/* div that wraps form */
#directionsInput {
	padding:10px 0px;}

#fromAddress{
	width:350px;}

#directionsLocale{
	padding:10px 0px;}

#locale{
	}

#directionsSubmit{
	padding:10px 0px;}

#map{
	border:1px solid #000;
	color:#000;}

#addressNotFound{
	}

#directions{
	}

.clear {
	clear:both;
	height:1px;
}

.contact-info {
	width:250px;
	float:left;
}