body {
	background: #beae92 url(../../images/body-back.gif) repeat-x;
	font: 10pt arial;
}

#wrapper {
	width: 100%;
}

.header {
	width: 1024px;
	height: 207px;
	background: url(../../images/header.jpg) no-repeat;
	margin: 0 auto;
	position: relative;
}

.header .phone-num {
	padding: 3px 34px;
	right: 0;
	bottom: 0;
	position: absolute;
	font: bold 12pt arial;
	color: #cccccc;
}

.header .nav {
	padding: 2px 34px 2px 22px;
	left: 0;
	bottom: 25px;
	position: absolute;
	font: bold 12pt arial;
	color: #cccccc;
}

.pagecontainer {
	width: 990px;
	background: url(../../images/page-back.gif) repeat-y;
	margin: 0 auto;
}

.pagecontainer .container {
	padding: 20px;
}

.pagecontainer .container .top{
	background: url(../../images/content-back-top.png) 0 0 no-repeat;
	min-height: 131px;
	padding: 20px 30px;
}

.page-btm {
	background: url(../../images/page-btm.gif) no-repeat;
	width: 990px;
	height: 7px;
	margin: 0 auto;
}

.footer {
	width: 990px;
	margin: 0 auto;
	margin-top: -7px;
}

.footer .left {
	background: url(../../images/footer-back-left.gif) no-repeat;
	width: 5px;
	height: 33px;
}

.footer .mid {
	background: url(../../images/footer-back-mid.gif) repeat-x;
	height: 33px;
	min-width: 100px;
}

.footer .right {
	background: url(../../images/footer-right.gif) no-repeat;
	width: 46px;
	height: 33px;
}

.footer .mid .content {
	padding: 8px 0 8px 4px;
}


/*
** NAVIGATION SETTINGS
**************************************************/

#nav {
	width: 711px;
	height: 28px;
	background: url(../../images/nav.gif) no-repeat;
	top: 3px;
	position: relative;
}

#nav li {
	float: left;
}

#nav li a {
	background: url(../../images/nav.gif);
	display: block;
	height: 28px;
	text-indent: -9999px;
}

/*\*/ * html #nav li a { background: none; } /**/

/*up state*/
li#nav_about a {
	left: 0px;
	width: 97px;
	background-position: 0 0;
}

li#nav_contact a {
	left: 97px;
	width: 100px;
	background-position: -97px 0;
}

li#nav_calendar-events a {
	left: 197px;
	width: 129px;
	background-position: -197px 0;
}

li#nav_kw-office a {
	left: 326px;
	width: 132px;
	background-position: -326px 0;
}

li#nav_kw-agent a {
	left: 458px;
	width: 152px;
	background-position: -458px 0;
}

li#nav_client-login a {
	left: 610px;
	width: 101px;
	background-position: -610px 0;
}

/*\*/ * html li#nav_about a { margin-right: -197px; } /**/
/*\*/ * html li#nav_contact a { margin-right: -100px; } /**/
/*\*/ * html li#nav_calendar-events a { margin-right: -129px; } /**/
/*\*/ * html li#nav_kw-office a { margin-right: -132px; } /**/
/*\*/ * html li#nav_kw-agent a { margin-right: -152px; } /**/
/*\*/ * html li#nav_client-login a { margin-right: -101px; } /**/

/*hover state*/
li#nav_about a:hover {
	background-position: 0 -56px;
}

li#nav_contact a:hover {
	background-position: -97px -56px;
}

li#nav_calendar-events a:hover {
	background-position: -197px -56px;
}

li#nav_kw-office a:hover {
	background-position: -326px -56px;
}

li#nav_kw-agent a:hover {
	background-position: -458px -56px;
}

li#nav_client-login a:hover {
	background-position: -610px -56px;
}

/*current state*/
#body_about li#nav_about a {
	width: 97px;
	background-position: 0 -28px;
}

#body_contact li#nav_contact a {
	width: 100px;
	background-position: -97px -28px;
}

#body_calendar-events li#nav_calendar-events a {
	width: 129px;
	background-position: -197px -28px;
}

#body_kw-office li#nav_kw-office a {
	width: 132px;
	background-position: -326px -28px;
}

#body_kw-agent li#nav_kw-agent a {
	width: 152px;
	background-position: -458px -28px;
}

#body_client-login li#nav_client-login a {
	width: 101px;
	background-position: -610px -28px;
}


/*
** FONT SETTINGS
**************************************************/

h1 {
	font: bold 14pt arial;
	margin-bottom: 0px;
	color: #930707;
}

h2 {
	font: bold 13pt arial;
	margin-bottom: 0px;
	color: #930707;
}

h3 {
	font: bold 12pt arial;
	margin-bottom: 0px;
	color: #930707;
}

.small {
	font: 8pt verdana;
}

.small a:link, .small a:visited, .small a:active {
	font: 8pt verdana;
	color: #8A8A8A;
	text-decoration: none;
}

.small a:hover {
	font: 8pt verdana;
	color: #8A8A8A;
	text-decoration: underline;
}

.xlarge {
	font: 14pt arial;
	color: #8A8A8A;
}

a:link, a:visited, a:active {
	text-decoration: none;
	font: 10pt arial;
	color: #8A8A8A;
}

a:hover {
	text-decoration: underline;
	font: 10pt arial;
	color: #8A8A8A;
}

.footer a:link, .footer a:visited, .footer a:active {
	font: 8pt verdana;
	color: #8A8A8A;
	margin: 0 10px;
}

.foot-link a:hover {
	text-decoration: underline;
}


/*
** OTHER LAYOUT SETTINGS
**************************************************/

#text_left {
	float:left;
	width:644px;
	margin-right: 20px;
	text-align: justify;
}

#text_right {
	float:left;
	width:286px;
}

.grey-box {
	border: solid 1px #b2bbcc;
	background: #f3f5f9;
}

.grey-box .title {
	background: #b2bbcc;
	color: #3a4860;
	font-weight: bold;
	padding: 5px 10px;
}

.grey-box .content {
	padding:10px;
}

ul .page {
	list-style: url(../../images/bullet.png);
	margin: 0 10px 0 22px;
	line-height: 20px;
}

ul .disc {
	list-style: disc;
	margin: 0 17px;
	line-height: 20px;
}

li .page {
	display: block;
	margin: 0;
	line-height: 20px;
}


/*
** MISC SETTINGS
**************************************************/

.arrow {
	float: left;
	top: 1px;
	margin-right: 8px;
	position: relative;
}

.copyright {
	clear: left;
	margin: 10px 0 0 6px;
	color: #3a4860;
}

.contact-info {
	margin-right: 5px;
	margin-top: 10px;
	text-align: right;
	color: #3a4860;
}

.services {
	background: url(../../images/services-icon.png) no-repeat;
	width: 34px;
	height: 36px;
	margin: -10px 10px 0 -15px;
}

.events {
	background: url(../../images/events-icon.png) no-repeat;
	width: 37px;
	height: 41px;
	margin: -15px 10px 0 -15px;
}

.date {
	font: bold 12pt arial;
	color: #b2bbcc;
	text-align: right;
	width: 35px;
	margin-right: 10px;
}

.cal-desc {
	width: 215px;
	margin-top: 2px;
}

.fieldcontainer {
	width: 625px;
	min-height: 20px;
	margin-bottom: 5px;
}

.fieldlabel {
	width: 80px;
	color: #FFF;
	font-weight: bold;
}

.fieldlabel2 {
	width: 80px;
	color: #4b6903;
	font-weight: bold;
}

.textfield {
	width: 540px;
	border: solid 1px #B2BBCC;
}

/*\*/ * html .textfield { width: 537px; } /**/

.textarea {
	width: 540px;
	border: solid 1px #B2BBCC;
}

/*\*/ * html .textarea { width: 537px; } /**/


.txt-bx {
	width: 540px;
}

/*\*/ * html .txt-bx { width: 537px; } /**/

.request-button {
	margin-top: 6px;
	right: 0px;
	position: relative;
}

.clear-btn {
	border: 0;
	background: url(../../images/form-button-01.jpg);
}
.clearfix
{
float:none;
}
.newnav
{
float:left;
text-align:center;
font:bold 11px verdana,arial;
color:#CCC;
width:99px;
height:28px;
background-image:URL(../../images/kw_nav_bg.png);
background-repeat:no-repeat;
cursor:pointer;
line-height:28px;
}
.newnav2
{
float:left;
text-align:center;
font:bold 11px verdana,arial;
color:#CCC;
width:150px;
height:28px;
background-image:URL(../../images/kw_nav_bg_2.png);
background-repeat:no-repeat;
cursor:pointer;
line-height:28px;
}
.newnav_over
{
float:left;
text-align:center;
font:bold 11px verdana,arial;
color:#FFF;
width:99px;
height:28px;
background-image:URL(../../images/kw_nav_bg_over.png);
background-repeat:no-repeat;
cursor:pointer;
line-height:28px;
}
.newnav_over2
{
float:left;
text-align:center;
font:bold 11px verdana,arial;
color:#FFF;
width:150px;
height:28px;
background-image:URL(../../images/kw_nav_bg_over_2.png);
background-repeat:no-repeat;
cursor:pointer;
line-height:28px;
}
