.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.textCenter {
	text-align: center;
}

.space {
	margin: 10px 10px;
}
fieldset {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	border: none;
}

body {
	line-height: 145%;
	font-size: 12px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0px;
	background-color: #fffff6;
	background-repeat: repeat;
	background-position: center top;
	color: #666666;
}

#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 778px;
	overflow: hidden;
}

#header {
	height: 134px;
	width: 778px;
	background-repeat: no-repeat;
	background-image: url(/media/img/site/header.jpg);
	overflow: hidden;
}

#logo{
	position: absolute;
	top: 30px;
}

#menu {
	left: 287px;
	top: 44px;
	position: absolute;
}

#content {
	background-repeat: repeat-y;
	background-image: url(/media/img/site/contentBg.jpg);
}

#content .bg {
	position: absolute;
	right: 0px;
	z-index: 20;
	width: 145px;
	height: 392px;
	background-repeat: no-repeat;
	background-image: url(/media/img/site/contentBg2.jpg);
}

#content .pad {
	position: relative;
	z-index: 30;
	padding-bottom: 5px;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 10px;
}

#content .pad img {
	position: relative;
	z-index: 40;
}

.submenu {
	position: relative;
	left: -30px;
	height: 95px;
	display: block;
	overflow: hidden;
	margin-bottom: 2px;
}

#content .pad .submenu img {
	z-index: 20;
	left: 0px;
	top: 0px;
	position: absolute;
}

#content .pad .submenu:hover img {
	top: -95px;
}

.submenu i {
	position: relative;
	z-index: 50;
	font-style: normal;
	font-weight: normal;
	display: block;
	padding-bottom: 0px;
	padding-top: 57px;
	padding-left: 113px;

}

#closer {
	height: 134px;
	margin-top: 20px;
	padding-left: 44px;
	overflow: hidden;
}

#closer span {
	display: block;
	width: 146px;
	height: 395px;
}

#closer .icon1 {
	height: 142px;
	width: 283px;
	background-repeat: no-repeat;
	background-image: url(/media/img/site/closerContact.gif);
	float: left;
}

#closer .icon2 {
	height: 142px;
	width: 281px;
	background-repeat: no-repeat;
	background-image: url(/media/img/site/closerMap.gif);
	float: left;
}

#closer i {
	padding-left: 99px;
	font-style: normal;
	font-weight: normal;
	padding-top: 76px;
	display: block;
}

#pngFooter {
	z-index: 10;
	position: relative;
}

#footer {
	position: relative;
	z-index: 20;
	background-repeat: no-repeat;
	background-image: url(/media/img/site/footer.png);
	height: 70px;
	width: 778px;
}
#footer .pad {
	position: relative;
	padding: 35px 20px 0px 20px;
	color: #9e917e;
	font-size: 90%;
}
#footer .footer1 {
	width: 50%;
	float: left;
}

#footer .footer2 {
	width: 50%;
	float: left;
	text-align: right;
}

a:link, a:visited {
	color: #004080;
	text-decoration: underline;
}
a:hover, a:active {
	color: #4c4c4c;
}

a.submenu:link, a.submenu:visited {
	color: #4c4c4c;
	text-decoration: none;
}
a.submenu:hover, a.submenu:active {
	color: #004080;
}


#closer a {
	padding-left: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(/media/img/site/bullet01.gif);
	color: #666666;
	text-decoration: none;
}

#closer a:link, #closer a:visited {
	color: #004080;
}

#closer a:hover, #closer a:active {
	text-decoration: underline; 
}

a img {
	border: none;
}

p, table {
	margin: 0em 0em 1.5em 0em;
	position: relative;
}

/*
css sprites2
nav style, with style for scripted elements
http://www.alistapart.com/articles/sprites2
*/

	/* common */
	
	ul, li {
		margin: 0px;
		padding: 0px;
	}
	
	.nav {
		width: 470px;
		height: 56px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	.nav li {
		display: inline;
	}
	
	.nav li a:link, .nav li a:visited {
		position: absolute;
		top: 0px;
		height: 56px;
		text-indent: -9000px;
		overflow: hidden;
		z-index: 20;
	}
	
	/* background */
	
	.current-bee a, .nav-bee, .nav-bee-click,
	.current-res a, .nav-res, .nav-res-click,
	.current-app a, .nav-app, .nav-app-click,
	.current-pho a, .nav-pho, .nav-pho-click,
	.current-log a, .nav-log, .nav-log-click,
	.current-sec a, .nav-sec, .nav-sec-click,
	.nav {
		background: url(/media/img/site/menu2.png) no-repeat;
	}
	
	/* item1 */
	
	.nav .bee a:link, .nav .bee a:visited {
		left: 0px;
		width: 79px;
	}
	.nav-bee, .nav-bee-click,
	.nav .bee a:hover, .nav .bee a:focus {
		position: absolute;
		left: 0px;
		width: 79px;
		height: 56px;
		background-position: -0px -56px;
	}
	.nav .bee a:active,
	.current-bee .bee a:link, .current-bee .bee a:visited,
	.nav-bee-click {
		background-position: -0px -112px;
	}

	/* item2 */
	
	.nav .res a:link, .nav .res a:visited {
		left: 80px;
		width: 79px;
	}
	.nav-res, .nav-res-click,
	.nav .res a:hover, .nav .res a:focus {
		position: absolute;
		left: 80px;
		width: 79px;
		height: 56px;
		background-position: -80px -56px;
	}
	.nav .res a:active,
	.current-res .res a:link, .current-res .res a:visited,
	.nav-res-click {
		background-position: -80px -112px;
	}
	
	/* item3 */
	
	.nav .app a:link, .nav .app a:visited {
		left: 160px;
		width: 79px;
	}
	.nav-app, .nav-app-click,
	.nav .app a:hover, .nav .app a:focus {
		position: absolute;
		left: 160px;
		width: 79px;
		height: 56px;
		background-position: -160px -56px;
	}
	.nav .app a:active,
	.current-app .app a:link, .current-app .app a:visited,
	.nav-app-click {
		background-position: -160px -112px;
	}
	
	/* item4 */
	
	.nav .pho a:link, .nav .pho a:visited {
		left: 240px;
		width: 79px;
	}
	.nav-pho, .nav-pho-click,
	.nav .pho a:hover, .nav .pho a:focus {
		position: absolute;
		left: 240px;
		width: 79px;
		height: 56px;
		background-position: -240px -56px;
	}
	.nav .pho a:active,
	.current-pho .pho a:link, .current-pho .pho a:visited,
	.nav-pho-click {
		background-position: -240px -112px;
	}
	
	/* item5 */
	
	.nav .log a:link, .nav .log a:visited {
		left: 320px;
		width: 80px;
	}
	.nav-log, .nav-log-click,
	.nav .log a:hover, .nav .log a:focus {
		position: absolute;
		left: 320px;
		width: 80px;
		height: 56px;
		background-position: -320px -56px;
	}
	.nav .log a:active,
	.current-log .log a:link, .current-log .log a:visited,
	.nav-log-click {
		background-position: -320px -112px;
	}
	
	/* item6 */
	
	.nav .sec a:link, .nav .sec a:visited {
		left: 400px;
		width: 60px;
	}
	.nav-sec, .nav-sec-click,
	.nav .sec a:hover, .nav .sec a:focus {
		position: absolute;
		left: 400px;
		width: 60px;
		height: 56px;
		background-position: -400px -56px;
	}
	.nav .sec a:active,
	.current-sec .sec a:link, .current-sec .sec a:visited,
	.nav-sec-click {
		background-position: -400px -56px;
	}
	
.clear {
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.small {
	font-size: 87%;
	padding-left: 15px;
	margin: 0px;
	padding-bottom: 10px;
}

.style1 {
	color: #336600;
}
.style2 {
	font-style: italic;
	font-weight: bold;
	font-size: 120%;
}

.periods {
	font-size: 10px;
}
.periodsTd {
	border-top: 1px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 1px solid #999999;
}

.testimonial {
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

h2 {
	word-spacing: 0.3em;
	letter-spacing: 0.1em;
	color: #914418;
	font-size: 180%;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 1em;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

h3 {
	word-spacing: 0.3em;
	letter-spacing: 0.1em;
	color: #914418;
	font-size: 130%;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 1em;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

.picRight, .picLeft, .picCenter, .call {
	border-color: #c3b39c;
	border-width: 1px;
	border-style: solid;
	padding: 6px;
	background-color: white;
	position: relative;
	z-index: 5;
	margin-bottom: 1em;
}

.picRight {
	margin-left: 12px;
	float: right;
}

.picLeft {
	float: left;
	margin-right: 12px;
}

.picCenter, .call {
	margin-left: auto;
	margin-right: auto;
}

.call {
	width: 100%;
	text-align: center;
}

#content .center {
	text-align: center;
}


#menuApp {
	left: 80px;
	width: 486px;
	height: 54px;
	margin-top: 5px;
	position: relative;
}

div.showValidationError {
	margin-bottom: 2em;
	margin-top: 1em;
	color: red;
	text-align: center;
	padding: 12px;
	background-color: white;
	border-color: solid 1px red;
}

/*
css sprites2
nav style, with style for scripted elements
http://www.alistapart.com/articles/sprites2
*/

	/* common */
	
	ul, li {
		margin: 0px;
		padding: 0px;
	}
	
	.nav2 {
		width: 486px;
		height: 42px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	.nav2 li {
		display: inline;
	}
	
	.nav2 li a:link, .nav2 li a:visited {
		position: absolute;
		top: 0px;
		height: 42px;
		text-indent: -9000px;
		overflow: hidden;
		z-index: 20;
	}
	
	/* background */
	
	.current2-appHom a, .nav2-appHom, .nav2-appHom-click,
	.current2-appDef a, .nav2-appDef, .nav2-appDef-click,
	.current2-appAdd a, .nav2-appAdd, .nav2-appAdd-click,
	.nav2 {
		background: url(/media/img/site/menuAppraisals.png) no-repeat;
	}
	
	/* item1 */
	
	.nav2 .appHom a:link, .nav2 .appHom a:visited {
		left: 0px;
		width: 162px;
	}
	.nav2-appHom, .nav2-appHom-click,
	.nav2 .appHom a:hover, .nav2 .appHom a:focus {
		position: absolute;
		left: 0px;
		width: 162px;
		height: 42px;
		background-position: -0px -42px;
	}
	.nav2 .appHom a:active,
	.current-appHom .appHom a:link, .current-appHom .appHom a:visited,
	.nav2-appHom-click {
		background-position: -0px -84px;
	}
	
	/* item2 */
	
	.nav2 .appDef a:link, .nav2 .appDef a:visited {
		left: 162px;
		width: 162px;
		background-position: -162px -0px;
	}
	.nav2-appDef, .nav2-appDef-click,
	.nav2 .appDef a:hover, .nav2 .appDef a:focus {
		position: absolute;
		left: 162px;
		width: 162px;
		height: 42px;
		background-position: -162px -42px;
	}
	.nav2 .appDef a:active,
	.current-appDef .appDef a:link, .current-appDef .appDef a:visited,
	.nav2-appDef-click {
		background-position: -162px -84px;
	}
	
	/* item3 */
	
	.nav2 .appAdd a:link, .nav2 .appAdd a:visited {
		left: 324px;
		width: 162px;
		background-position: -324px -0px;
	}
	.nav2-appAdd, .nav2-appAdd-click,
	.nav2 .appAdd a:hover, .nav2 .appAdd a:focus {
		position: absolute;
		left: 324px;
		width: 162px;
		height: 42px;
		background-position: -324px -42px;
	}
	.nav2 .appAdd a:active,
	.current-appAdd .appAdd a:link, .current-appAdd .appAdd a:visited,
	.nav2-appAdd-click {
		background-position: -324px -84px;
	}
	
	
.auto {
	width: 1%;
	padding-right: 16px;
}